| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
When using the command that this commit changes, the console
would give a warning that that way of using update.php is
deprecated since 1.40, and that one should use maintenance/run.php
instead.
Follows up Ibd47e3f29f93238ccd3e607774927e639ba74ace
and I2cd89a6a9218dadb1bc6088d1c7e1f2c85642902.
Change-Id: Id4bdd7fb0f505d119f8cac574889b06012d5c22a
|
|
|
|
|
|
|
| |
Per official policy, updates from versions older than two TLS releases
are not supported.
Change-Id: I3dc98fe61c8a508aa3ade694f8c0a6a00115031b
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Per official policy, updates from versions older than two TLS releases
are not supported.
Finding the implicit marker is a bit tricky. The user might try to
upgrade from a really old version that doesn't have tag_summary table
and mistakenly think it's new and allow upgrade. So turning the check
logic into a boolean AND where it must be new enough to have
change_tag_def table AND new enough not to have tag_summary table.
Change-Id: I5ff9630a6539a587a47930847e108ac53757106f
|
|
|
|
|
| |
Bug: T313164
Change-Id: Ie4cfe57882a8c13cf9b641a6234a36f7d9e8b742
|
|
|
|
|
|
|
| |
The policy allows this and since 1.39 is going to be the next LTS
release, I think it is fine to do this now.
Change-Id: If426e0ee349252ccc0ba9c4222c7d6865ab57fa2
|
|
|
|
| |
Change-Id: I18b9a518b084691edbe8e498b25bc3dca690e0fd
|
|
|
|
| |
Change-Id: I02077e37fa4e8a4d56f75529c74f29d3d44deb2d
|
|
|
|
|
|
|
| |
This is for when trying to upgrade from versions older than 1.27
Bug: T259771
Change-Id: If171fafb7c5ebfb6a68d1685bfeb6198abd6bab2
|
|
|
|
|
| |
Bug: T248436
Change-Id: Ic57dc09b9594fae48a6cc94fa758dc520ae5f957
|
|
|
|
| |
Change-Id: Idabcc4db7a0b25448e7ad30641763e2b3e1a3160
|
|
|
|
| |
Change-Id: I16c660e54191b63cd6eb3407cb00504665930c4e
|
|
|
|
| |
Change-Id: I311c40f8aa90f308a0817f4c3ce1b9449b1f5ca7
|
|
|
|
|
|
| |
Also mention MariaDB.
Change-Id: Ia74974e3fec2b5df517ab81294eb06c75679e1cb
|
|
|
|
| |
Change-Id: I4c8c44f8c75200f33985f2e769e88f171162cc83
|
|
|
|
|
| |
Bug: T141743
Change-Id: I6eb7a4ae2bba0708ec96568d90b43170dbde7f6b
|
|
|
|
|
|
|
|
| |
Changed some old bugzilla links to new phabricator links in comments,
test data and error message. This reduces the need for redirects from
old bugzilla to new phabricator from our source code.
Change-Id: Id98278e26ce31656295a23f3cadb536859c4caa5
|
|
|
|
|
|
| |
Part 1
Change-Id: I07ff886d4832b7148a5ae0443af1498b62cc9525
|
|
|
|
|
|
|
|
| |
The script was removed in commit f51b580f0c7ee63539e16d3017f8dd0de0ee2391
(October 2011) due to lack of maintenance.
Bug: 46682
Change-Id: Ida8369d4ad9326664b072adb0cb73f2f24465d1e
|
|
|
|
|
|
| |
Spotted in ipbreason-dropdown by Shirayuki.
Change-Id: I576ed4bc0abe5ab980aaee3fb9f9e4b43087311f
|
|
|
|
| |
Change-Id: Ib70f074f0fd39db9bb519afb273b17e847e6d0ae
|
|
|
|
|
|
|
|
|
| |
The script has stopped working for quiet sometime now. If one still has
a 1.4 (or previous) wiki, it should upgrade to 1.5 first. I do not
think it is worth anytime to try to port the updater nor to mention a
release note entry.
Change-Id: Ic0e366e2c7086e371d486b05ca222f2853f64ccb
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Allows update.php to be run when $wgAllowSchemaUpdates = false.
This is useful for non-WMF environments where strict DB permissions
allow database updates (which update.php performs), but no schema
changes (such as adding or dropping tables or indices which update.php
also performs).
It does this by adding the --schema and --noschema flags. Without
either of these flags, update.php will perform exactly as before.
With --noschema, all changes to the table structure or table additions
are skipped. Only data changes are made.
With --schema is used, no schema changes are made to the database, but
the schema changes are saved to a separate SQL file that can be run.
Change-Id: I96b4cfd4c02e9cbf46cc6a0499b87fb3b89020a0
|
|
|
|
| |
Change-Id: I7db616db8c969567d420c0161fa207b366e292b6
|
|
|
|
| |
Change-Id: Idc95c9b394ae7f92e7cfd417b8eee4a5d277fa03
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* $wgDBadminuser is no longer required
* $wgUpgradeKey is no longer required
* The installer has moved to /mw-config
* You can't change the encoding any more so that's not a concern
* Moved the 1.16 info to its own section
* Cleaned up heading consistency and levels so that it looks nice in the table of contents in the new installer
* Removed duplicate backup section
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/87491
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
plain text, so that they look nicer in the new installer.
* Removed the specialised getFileContents() functions, they are unnecessary now that I have reformatted COPYING into wikitext.
In WebInstaller_Document::formatTextFile():
* Introduced new tab-indented syntax, which is equivalent to colon indents in ordinary wikitext. This was useful for reformatting the GPL.
* Removed the special case for spaces preceding URLs, used tabs instead, with the above feature.
* Removed the "numbers in square brackets" feature. The place where this was used, in README, was an unfortunate case where the square brackets originally indicated a footnote and its reference. Then another two "footnotes" were added with no corresponding reference, they just talked about random license-related stuff that happened to be similar to the footnote. It was never actually meant to be a numbered list. Fixed in README.
* Convert from DOS line endings to UNIX early on, to simplify the regexes.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77875
|
|
|
|
|
|
|
| |
apply anymore
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/75445
|
|
|
|
|
|
|
| |
new-installer, remove some redundant sections
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/69195
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/64161
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Rename wordSegmentation() to segmentByWord().
* Consolidate search index locking and iteration to Maintenance.php
* Add maintenance/updateDoubleWidthSearch.php to take care of new
format for normalized double-width roman characters.
* Add error checking to updateSearchIndex.php for creating $posFile.
* Add note to UPGRADE about running updateDoubleWidthSearch.php.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/63578
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/60204
|
|
|
|
|
|
|
| |
* (bug 18768) Remove AdminSettings requirements. Maintenance environment will still load it if it exists, but it's not required for anything
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/53664
|
|
|
|
|
|
|
|
| |
Seems to have broken a bunch of stuff. Don't commit giant non-critical changes that break Setup.php and all maint scripts. Thanks!
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/52340
|
|
|
|
|
|
|
|
|
|
|
|
| |
* (bug 16322) Allow maint scripts to accept DB user/pass over input or params if no AdminSettings.php
* (bug 18768) Remove AdminSettings.php from MediaWiki core
* (bug 19157) createAndPromote error on bad password
* (bug 14201) Create AdminSettings.php during wiki installation, in the same way as LocalSettings.php
* Introduce new Maintenance class framework and port a good number of scripts over; the ones that are left are a little more complicated. Read the docs.
* Not deleting "unused" files yet, don't want to break everything at once :)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/52336
|
|
|
|
|
|
|
| |
* Add an section to check installed extensions to UPGRADE
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/41186
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/35422
|
|
|
|
|
|
|
| |
to create files in the includes directory, ca. two and a half years ago: http://www.mediawiki.org/w/index.php?title=Manual:Special_pages&oldid=107180#Include_page Add a note to this effect to UPGRADE.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/35337
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/33886
|
|
|
|
|
|
|
| |
Patch by Alexandre Emsenhuber
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/28346
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/25089
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/18996
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/18953
|
|
|
|
|
|
|
| |
current upgrade docs are, and will be the actual location in the near future.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/18752
|
|
|
|
|
|
|
| |
* These will shortly all be merged on-site
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/18750
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/16912
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/16752
|
|
|
|
|
|
|
| |
* Document new upgrade guide URL
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/15063
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/14308
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/13969
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/13865
|