Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
12ebf36
Upgrade
Magus-Wazir Jan 30, 2024
6fc2e08
Update deps
Magus-Wazir Jan 30, 2024
80976fc
rename file
Magus-Wazir Jan 31, 2024
596c297
Rename file pt 2 (windows bad)
Magus-Wazir Jan 31, 2024
acd1f7d
another file rename
Magus-Wazir Jan 31, 2024
47408f1
Rename again
Magus-Wazir Jan 31, 2024
6a1f390
Update Scribunto
Magus-Wazir Jan 31, 2024
328f6ec
Add aptfile for lua bins
Magus-Wazir Jan 31, 2024
343fbe7
update lua engine
Magus-Wazir Jan 31, 2024
c118b48
Update that one more time
Magus-Wazir Jan 31, 2024
091c05c
uppercase error again (scributno)
Magus-Wazir Jan 31, 2024
fd9e39a
uppercase
Magus-Wazir Jan 31, 2024
b71cfb2
Update cargo
Magus-Wazir Jan 31, 2024
022c762
dont specify lua path
Magus-Wazir Jan 31, 2024
839441c
OK re add this one
Magus-Wazir Jan 31, 2024
dbadb33
Update page forms
Magus-Wazir Jan 31, 2024
8a4b6c7
Fix AutoSitemap error
Magus-Wazir Jan 31, 2024
e6e7644
Update popups
Magus-Wazir Jan 31, 2024
338b39c
Upgrade more deps
Magus-Wazir Jan 31, 2024
567d76a
Update AWS for images
Magus-Wazir Jan 31, 2024
146fe07
Increase max upload time
Magus-Wazir Feb 2, 2024
021e54e
Increase timeout even more
Magus-Wazir Feb 5, 2024
b192426
Reduce
Magus-Wazir Feb 5, 2024
511ecf0
Remove path
Magus-Wazir Feb 6, 2024
4dad4d7
Remove path
Magus-Wazir Feb 6, 2024
26fc2b7
update
Magus-Wazir Feb 6, 2024
0e937a2
Add a .profile
Magus-Wazir Feb 6, 2024
8c9a3f9
remove to lowercase
Magus-Wazir Jul 8, 2024
c853d97
Fix capital
Magus-Wazir Jul 8, 2024
71a2191
another one
Magus-Wazir Jul 8, 2024
fb490df
so silly
Magus-Wazir Jul 8, 2024
4b5d7d9
capital
Magus-Wazir Jul 8, 2024
1a3bf84
fix
Magus-Wazir Jul 8, 2024
d54cc16
Whew
Magus-Wazir Jul 8, 2024
15751bb
rename
Magus-Wazir Jul 8, 2024
c5bca3a
last ones
Magus-Wazir Jul 8, 2024
6c64f2c
Capital
Magus-Wazir Jul 8, 2024
79bf78b
uppercase again
Magus-Wazir Jul 8, 2024
3f8cc75
uppercase again
Magus-Wazir Jul 8, 2024
1b649b9
nuke
Magus-Wazir Jul 8, 2024
b6ecc03
un-nuke
Magus-Wazir Jul 8, 2024
afd33d2
Emergency fix
Magus-Wazir Aug 21, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
.env
1 change: 1 addition & 0 deletions .profile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
chmod +x /app/extensions/Scribunto/includes/Engines/LuaStandalone/binaries/lua5_1_5_linux_64_generic/lua
34 changes: 32 additions & 2 deletions .user.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,32 @@
post_max_size = 100M
upload_max_filesize = 100M
; PHP configuration for MediaWiki on Heroku
; Prevents connection exhaustion

; Disable persistent connections
mysql.allow_persistent = Off
mysqli.allow_persistent = Off
pdo_mysql.default_socket =

; Connection limits
mysql.max_links = 5
mysqli.max_links = 5
mysql.connect_timeout = 5
mysqli.default_socket =
mysqli.reconnect = Off

; Resource limits
max_execution_time = 30
memory_limit = 128M

; Session handling - use files instead of database
session.save_handler = files
session.save_path = /tmp

; Garbage collection
session.gc_probability = 1
session.gc_divisor = 100
session.gc_maxlifetime = 3600

; Error reporting (for debugging)
display_errors = Off
log_errors = On
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
1 change: 1 addition & 0 deletions Aptfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lua5.3
Loading