aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Revision.php
Commit message (Expand)AuthorAgeFilesLines
* * (bug 1982) Fix loading of old text for section merging on edits.Brion Vibber2005-04-261-0/+22
* Add external repositories support for Revision, wouldDomas Mituzas2005-04-181-1/+13
* * Add wfElement() for handy generation of properly-escaped XML/HTML elements ...Brion Vibber2005-03-311-1/+12
* Decouple revision.rev_id from text.old_idBrion Vibber2005-03-281-15/+72
* Start removing the Latin-1 hacks. We're going pure UTF-8 for 1.5...Brion Vibber2005-03-261-6/+6
* Lazy loading of revision text; needed for separate text storage backend.Brion Vibber2005-03-181-22/+90
* Get rollback working on new schemaBrion Vibber2005-03-121-0/+7
* * Make undeletion (more or less) work with new schemaBrion Vibber2005-03-121-0/+2
* Add Revision::insertOn() method for saving new revisions into the database;Brion Vibber2005-03-111-11/+74
* fix phpdoc commentAntoine Musso2005-01-271-6/+11
* Start splitting back-end functions from the Article user-interface class.Brion Vibber2004-12-191-0/+345