| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
These are no longer supported, and they don't exist for Sqlite and Postgres
Some protected upgrade methods are left to be removed separately.
Bug: T272199
Change-Id: Ia0024dd340fe4da73bd6c5c341e7b75ff741681c
|
|
|
|
|
|
|
| |
defunct patch files. Tested with a 1.3 -> 1.11 upgrade.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/23246
|
|
* Add Special:Confirmemail unlisted page for requesting confirmation emails and as the destination
* There is now a confirmation token separate from the login password, which is cleaner and hopefully a lot less confusing.
* Confirmation token expires after 7 days
* Added support functions for nullable timestamp columns: wfTimestampOrNull and Database::timestampOrNull
* userMailer now returns WikiError objects
* Added convenience functions to User for email management, consolidated some checks
There are changes to the user table, so run update.php
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/8618
|