| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Leaving protected methods to be removed separately where necessary
Bug: T272199
Change-Id: I49ad2c6f2e8890488fb9a144d02735454cfdcd5b
|
|
|
|
| |
Change-Id: If9fb04f64389b9b40c13f3372ad4792c2e14def0
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/80665
|
|
|
|
|
|
|
| |
to varbinary(N). varchars cause problems ("Invalid mix of collations" errors) on MySQL databases with certain configs, most notably the default MySQL config
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/80547
|
|
|
|
|
|
|
| |
defunct patch files. Tested with a 1.3 -> 1.11 upgrade.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/23246
|
|
|
|
|
|
|
|
|
|
|
| |
keeping them up to date. They were littered with errors. The only deliberate difference appears to be the table character set, which can be adjusted programatically using a variable.
* Added table option variable to the SQL patch files, so now upgrading a non-standard schema won't leave your database horribly corrupted.
* Added sql.php, for sourcing SQL files with MediaWiki variable substitution.
* Disable MySQL's strict mode at session start for MySQL 4.1+, to avoid the various problems that occur when it is on.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/21466
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/13551
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/13197
|
|
|
|
|
|
|
| |
This keeps custom namespaces from bumping the 8-bit ceiling so quickly.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/8798
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/8794
|
|
|
|
|
|
|
| |
prefixed databases, e.g. mine
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/7052
|
|
with a table that stores up to 1000 rows for each 'expensive' special
page. This can be paged through, reducing the annoyingness of 50 result
limits on the old system.
Rebuilding the cache can be forced by adding "recache=1" URL parameter,
but this will need to be refined with some sort of controls to prevent
abuse.
Added the user realname update to the installer's updater list, also.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3513
|