Use Doxygen @addtogroup instead of phpdoc @package && @subpackage
[lhc/web/wiklou.git] / includes / Revision.php
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-07 Antoine Mussomakes function static to fix strict errors in parser...
2006-11-29 Nick JenkinsConnecting to the database may help, but I'm guessing...
2006-11-29 Nick JenkinsCompleting code housekeeping stuff for rest of includes...
2006-10-26 Brion Vibber* PageArchive can now return a Revision object for...
2006-10-04 Tim StarlingAbolished $wgDBname as a unique wiki identifier, it...
2006-10-03 Tim Starling* Removed lots of explicit require_once statements...
2006-10-02 Yuri AstrakhanNew method loadFromId() per brion's suggestion. Reverte...
2006-10-02 Yuri Astrakhanadded optional $db param to newFromId( $id, $db = null )
2006-09-18 Brion Vibber* Added experimental $wgRevisionCacheExpiry to cache...
2006-09-18 Brion Vibber* Lazy extraction of text chunks in Revision objects...
2006-07-10 Antoine MussoA lot more of static issues when using E_STRICT from...
2006-06-27 Brion Vibber* Allow fetching all revisions from transwiki Special...
2006-06-23 Tim Starlings/Revision::MW_REV_DELETED/Revision::DELETED/, and...
2006-06-11 Tim StarlingDon't do 100 queries to view 50 revisions in history...
2006-06-07 Tim StarlingRemoved most exit() calls from the MediaWiki core,...
2006-06-06 Domas MituzasAutoLoad Article
2006-06-06 Domas MituzasMove revision deletion constants into Revision::
2006-06-01 Brion VibberRevert to r14512; domas introduced massive breakage...
2006-06-01 Domas MituzasUse AutoLoader to load classes:
2006-04-24 Tim StarlingCheck for invalid serialized objects and return an...
2006-04-12 Brion Vibber* (bug 385) Installer support for PostgreSQL, fixes...
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...