* (bug 2053) Move comment whitespace trimming from edit page to save;
[lhc/web/wiklou.git] / includes / Revision.php
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...