| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
These are no longer supported, and they don't exist for Sqlite and Postgres
Leaving ::doWatchlistUpdate() method to be removed later
Bug: T272199
Change-Id: I4780e424a5a35f30d467d7e29bb5946627b469cf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
From http://bugzilla.wikipedia.org/attachment.cgi?id=171&action=view
and extra files from http://www.tgries.de/mw/cvs15+enea200-minus-cvs.tgz
Undid a couple minor bits like the broken changing of minoreditletter.
Have not yet made general corrections/reworkings. Since this changes
the user and watchlist tables, you must run the updaters (installer or
update.php) on an existing database.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/6696
|