Adding messages for new global group 'sysadmin'. Brion, Tim, Kate and JeLuF are all...
[lhc/web/wiklou.git] / includes / Revision.php
2008-07-28 Tim StarlingNo negative caching in the revision cache -- doesn...
2008-07-10 Aryeh GregorFixes for r37489:
2008-07-10 Aaron SchulzExtend RevisionInsertComplete hook (bug 14780)
2008-07-09 Brion VibberTweak to r37385: put the timestamp format normalization...
2008-05-25 Aaron SchulzRename 'hiderevision' to 'suppressrevision'
2008-05-23 Aaron SchulzRemove shitty ass useless fucking ampersands that just...
2008-05-23 Niklas Laxström* PHP Strict Standards: Only variables should be passe...
2008-05-22 Brion VibberClean up r35180: prettify some functions, break some...
2008-05-22 Brion VibberRevert r35178 and normalize User's getID() and setID...
2008-05-22 Aaron Schulz* Remove pointless newline
2008-05-22 Aaron Schulz*The function is User::getID() not getId()
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-17 Brion VibberRevert r34906, r34907, r34928 -- mixing high-level...
2008-05-16 Aaron SchulzImprove efficiency of autoreviewing of edits rollbacks...
2008-05-16 Aaron SchulzDecrappify edit check for revision hook
2008-05-13 Bryan Tong MinhApiQueryRevisions now uses the Revision backend. This...
2008-05-08 Brion VibberPartial correctness fix; use lazy-loading $this->getTit...
2008-04-15 Aaron SchulzAutoreview null edits too (bug 13733)
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-08 Aaron SchulzMake parent ID null to avoid stupid looking sp:contribs
2008-04-08 Aaron SchulzConsistent case
2008-04-08 Aaron SchulzCheck if rev_parent_id is set first
2008-04-08 Aaron SchulzUse page_latest, not the one before it
2008-04-07 Aaron Schulz* Populate rev_parent_id
2008-04-01 Alexandre Emsenhuber* Marked Revision::compressRevisionText() as static
2008-03-18 Brion VibberRevert r32126 -- breaks type-safety by having a bunch...
2008-03-18 Aaron Schulz*Return false when a user cannot see a field of a revis...
2008-01-14 Huji(bug 12608) Unifying the spelling of getDBkey() in...
2007-11-10 Niklas Laxström* Everything calls this function statically, mark it...
2007-10-01 Brion VibberRevert r26281 for the moment. Big patch, changes severa...
2007-10-01 Aaron Schulz*Clean up deletion of revisions and remove some gaps
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-04-21 Antoine MussoConvert whitespaces to tabulations
2007-04-20 Domas MituzasIN YOUR FACE BRION!!!!
2007-03-16 Tim StarlingRemoved //IGNORE suffix in call to Language::iconv...
2007-03-15 Aaron Schulz*Null revisions no longer have an "empty" rev_len,...
2007-03-13 Aaron Schulz*Get rev_len to carry across delete/undelete
2007-03-09 River Tarnelluse bytes rather than chars, since that's what other...
2007-03-09 River Tarnelladd Revision::selectFields(): returns a list of fields...
2007-03-09 Brion Vibbermake River happy
2007-03-09 Brion Vibberis_null() throws a NOTICE for undefined things; use...
2007-03-08 River Tarnellneed to use mb_strlen, not strlen, for article length
2007-03-08 River Tarnell* (bug 1723) Article size in history
2007-03-08 River Tarnelladd rev_len to revision; store length of revision when...
2007-02-05 Aaron Schulz* Add revText() to get non-public revision if user...
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
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...