Prevent registration/login with the username "MediaWiki default"
[lhc/web/wiklou.git] / includes / Revision.php
2006-03-27 Tim StarlingWrite load distribution across multiple external storag...
2006-03-16 Brion Vibber* Further work on rev_deleted; changed to a bitfield...
2006-01-25 Domas Mituzasdo not trust equality propagation, help optimizer a...
2006-01-19 Tim StarlingMake Revision::getPrevious() and Revision::getNext...
2006-01-19 Tim StarlingDon't try to inflate or unserialize an error flag
2006-01-09 Tim StarlingOption to write text directly to external storage.
2005-12-26 Domas Mituzascharacter set conversion //IGNORE live patch
2005-09-30 Brion VibberReverting hook in getRevisionText() which was added...
2005-09-30 Ævar Arnfjörð Bjar... * (bug 3577) Added a RevisionAfterGetRevisionText hook...
2005-08-16 Brion VibberCode cleanup: normalize case for intval(), strval(...
2005-08-15 Antoine Mussouseless return
2005-08-02 River Tarnellmerge ORACLE_WORK. sorry, this may break some parts...
2005-07-22 Brion Vibber* (bug 2885) Fix fatal errors and notices in PHP 5...
2005-06-28 Brion Vibber* (bug 2572) Fix edit conflict handling
2005-06-27 Brion Vibber* Try reading revision _text_ from master if no result...
2005-06-26 Brion VibberRevision::newFromConds -- grab from master if no result...
2005-06-01 Brion Vibber* (bug 2053) Move comment whitespace trimming from...
2005-05-28 Tim StarlingAdded LIMIT 1 to revision query, for no particularly...
2005-04-26 Brion Vibber* (bug 1982) Fix loading of old text for section mergin...
2005-04-18 Domas MituzasAdd external repositories support for Revision, would
2005-03-31 Brion Vibber* Add wfElement() for handy generation of properly...
2005-03-28 Brion VibberDecouple revision.rev_id from text.old_id
2005-03-26 Brion VibberStart removing the Latin-1 hacks. We're going pure...
2005-03-18 Brion VibberLazy loading of revision text; needed for separate...
2005-03-12 Brion VibberGet rollback working on new schema
2005-03-12 Brion Vibber* Make undeletion (more or less) work with new schema
2005-03-11 Brion VibberAdd Revision::insertOn() method for saving new revision...
2005-01-27 Antoine Mussofix phpdoc comment
2004-12-19 Brion VibberStart splitting back-end functions from the Article...