Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
00b0123
Update versions in wikiman.yaml
AndrewKostka Feb 20, 2025
c8ab58e
Update pacman.yaml via wikiman script
AndrewKostka Feb 20, 2025
969c716
Remove upstreamed patches from pacman.yaml
AndrewKostka Feb 20, 2025
c899ac8
Update backport patches in pacman.yaml
AndrewKostka Feb 20, 2025
9e1c892
Upgrade to PHP 8.1
AndrewKostka Feb 20, 2025
e291490
Update to MediaWiki 1.43
AndrewKostka Feb 20, 2025
fa37829
Use mw1.43-wbs1.sql
AndrewKostka Feb 20, 2025
b663308
Fix $wgCaptchaClass
AndrewKostka Feb 24, 2025
68e5651
Fix undefined array key warning
AndrewKostka Feb 24, 2025
5766d1b
Fix footer icon alignment
AndrewKostka Feb 25, 2025
a1509c2
Fix replication lag detection
AndrewKostka Feb 25, 2025
afb18e7
Remove sandbox auto-user feature
AndrewKostka Feb 25, 2025
e2e48b8
Remove WikibaseExampleData and Auth_remoteuser from wikiman.yaml
AndrewKostka Feb 25, 2025
711aebb
Update pacman.yaml
AndrewKostka Feb 25, 2025
33ad72f
Remove WikibaseExampleData and Auth_remoteuser
AndrewKostka Feb 25, 2025
a0b1d50
Fix deprecated ReplicatedBagOStuff
AndrewKostka Feb 25, 2025
a7b4f58
Merge branch 'main' into update-mediawiki-1.43
AndrewKostka Feb 25, 2025
a864d81
Fix deprecated User::addGroup()
AndrewKostka Mar 11, 2025
e963ac2
Merge branch 'main' into update-mediawiki-1.43
AndrewKostka Mar 11, 2025
dcea542
Re-run sync
AndrewKostka Mar 11, 2025
ea3b139
Merge branch 'main' into update-mediawiki-1.43
AndrewKostka Jul 16, 2025
4da9d1c
Re-run sync
AndrewKostka Jul 16, 2025
3012a95
Update versions in wikiman.yaml
AndrewKostka Jul 21, 2025
29ede36
Update pacman.yaml via wikiman script
AndrewKostka Jul 21, 2025
7a49336
Re-run sync with composer updates
AndrewKostka Jul 21, 2025
9d9f368
Merge branch 'main' into update-mediawiki-1.43
AndrewKostka Jul 21, 2025
7c16b56
Merge branch 'main' into update-mediawiki-1.43
AndrewKostka Sep 8, 2025
4879cad
Re-run sync with composer updates
AndrewKostka Sep 8, 2025
b4cdb47
Update versions in wikiman.yaml
AndrewKostka Sep 8, 2025
80c7f37
Fix GitHub auth in wikiman.py
AndrewKostka Sep 8, 2025
8c3c853
Update pacman.yaml via wikiman script
AndrewKostka Sep 8, 2025
cc2b188
Re-run sync with composer updates
AndrewKostka Sep 8, 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.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.4-apache
FROM php:8.1.31-apache

# This file is mostly copied from the community mediawiki-docker image
# Just with the actual mediawiki install etc removed
Expand Down
4,632 changes: 2,570 additions & 2,062 deletions dist-persist/composer.lock

Large diffs are not rendered by default.

12 changes: 2 additions & 10 deletions dist-persist/wbstack/data/WikiInfo-maint.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"prefix": "mwt_someprefix",
"user": "mwu_someuser",
"password": "somepassword",
"version": "mw1.39-wbs1",
"version": "mw1.43-wbs1",
"wiki_id": 1,
"created_at": "2019-10-28 10:44:54",
"updated_at": "2019-10-28 10:44:54"
Expand Down Expand Up @@ -61,22 +61,14 @@
},
{
"id": 5,
"name": "wwSandboxAutoUserLogin",
"value": "1",
"wiki_id": 1,
"created_at": "2019-10-28 10:44:54",
"updated_at": "2019-10-28 10:44:54"
},
{
"id": 6,
"name": "nyurikThatSrcEnable",
"value": "1",
"wiki_id": 1,
"created_at": "2019-10-28 10:44:54",
"updated_at": "2019-10-28 10:44:54"
},
{
"id": 7,
"id": 6,
"name": "wwExtEnableElasticSearch",
"value": "1",
"wiki_id": 1,
Expand Down
1,244 changes: 0 additions & 1,244 deletions dist-persist/wbstack/data/mw1.39-wbs1.sql

This file was deleted.

Loading