Add support for Number grouping(commafy) based on CLDR number grouping patterns like...
[lhc/web/wiklou.git] / includes / Revision.php
2011-08-24 Sam ReedMerge the iwtransclusion branch back into trunk
2011-08-15 Brion VibberFollowup r94541 (reverts of r94289 undiscussed core...
2011-08-12 Aaron Schulz* Added Revision::getSha1 function
2011-08-11 Aaron SchulzFollow-up r94289: code changes to fill the new fields...
2011-08-05 Sam ReedWhitespace and comment updates
2011-08-05 Sam ReedAdd @since to Revision::newFromRow per Nikerabbit
2011-08-04 Sam ReedAdding Revision::newFromRow() function as alias for...
2011-08-03 Sam ReedTweak/add to documentation
2011-07-30 Sam ReedBack out r93533, r93531, r93530
2011-07-30 Sam ReedMerge iwtransclusion branch into trunk
2011-07-25 Aaron SchulzFixed newFromArchiveRow to check for ar_page_id
2011-07-08 Alexandre EmsenhuberRemoved some error suppression operators
2011-07-01 Aaron SchulzFixed bogus $conds in r91327
2011-07-01 Aaron Schulz* Fixed getLatest() check in Article
2011-06-20 Alexandre EmsenhuberFix for r90429: removed call to protected method
2011-05-29 Sam ReedAnd even more documentation in various files
2011-05-28 Sam ReedAnd even more documentation, the last of this batch
2011-05-25 Mark A. HershbergerMisc EOL w/s and spaces-instead-of-tabs fixes. One...
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-06 Sam ReedKill off the long deprecated $wgInputEncoding and ...
2011-05-06 Sam ReedKill some more long deprecated unused functions
2011-04-25 Happy-melonType hinting and documentation tweaks. This file is...
2011-04-12 Aaron Schulz* Made pageDataFromTitle protected (unused elsewhere)
2011-04-10 Aaron SchulzMade revText() give deprecated notice
2011-02-11 Sam ReedFixup a couple of parameter documentation bits
2011-02-02 Roan KattouwMerge r80947 from 1.16wmf4 to trunk: throw exception...
2010-11-13 Sam ReedFixup some more documentation
2010-11-07 Aaron SchulzFix r44442: don't rest restriction fields
2010-10-14 Sam ReedBig attack on unused variables...
2010-09-19 Chad HorohoeFollowup r73348, rv unrelated change
2010-09-19 Chad HorohoeFollowup r70608, don't use master connection just for...
2010-08-30 Chad HorohoeGet rid of PHP4-style constructors
2010-02-27 Aaron SchulzDeprecate revText(), redundant
2010-02-22 Mark A. Hershbergerfollow up r62231, r61779, r62175
2010-02-08 Tim StarlingInitial fix for bug 20757. Committing for test on server.
2010-02-07 Alexandre Emsenhuber* Fix some doxygen warnings
2009-12-15 Alexandre EmsenhuberReplaced all @fixme with "@todo Fixme" since doxygen...
2009-10-28 Jure KajzerChanged sequence names to a standard <table>_<field...
2009-10-19 Jack Phoenixcoding style tweaks
2009-10-15 Aaron SchulzRefactored unmaintainable userCan() code by making...
2009-10-09 Aaron SchulzFollow up r57530 elsewhere
2009-10-08 Andrew GarrettReplace broken nested terneries (causing a nasty bug...
2009-09-30 Aaron Schulz* Renamed deletedcontent to deletedtext
2009-09-28 Aaron Schulz* Split off deletedrevision (view only) right and give...
2009-08-27 Tim StarlingFixed bug with MW 1.4 style archive rows, with ar_text...
2009-08-18 Aryeh GregorFix comment to note return type on error
2009-08-12 Andrew GarrettMake pointlessly private newFromConds public.
2009-07-30 Aaron Schulz(bug 19864) Removed overzealous hiding of deleted ...
2009-07-15 Chad Horohoe(bug 18821) Delete unused fetchAllRevisions(), which...
2009-06-01 Tim StarlingIn Special:RevisionDelete:
2009-02-17 Tim StarlingIn Revision::newFromTitle(): don't do a query with...
2009-01-15 Aaron Schulz(Bug 15936) New page's patrol button should always...
2009-01-15 Aaron SchulzAvoid extra parent id query on rev creation; only needs...
2009-01-14 Leons Petrazickis(bug 17028) Added support for IBM DB2 database. config...
2008-12-30 Brion VibberAccept 'utf8' flag in place of 'utf-8' to compensate...
2008-12-21 Roan Kattouw(bug 16748) Null revisions are stored in the DB with...
2008-12-11 Aaron SchulzMay as well set article ID in title
2008-10-30 Aaron SchulzMake getTimestampFromId() need a title. Avoids some...
2008-10-28 Tim StarlingFix docs
2008-10-19 Aaron SchulzAdd getVisibility()
2008-09-28 Tim Starling* Revert revert r41234 of ES-related changes. The site_...
2008-09-26 Tim Starling* Make Revision::newFromTitle() get the page_latest...
2008-09-24 Aaron Schulz* Rename randomInsert() to insertToDefault()
2008-09-24 Brion VibberRevert some recent ES-related changes -- they made...
2008-09-24 Tim StarlingFixes for r41154 and r41155:
2008-09-22 Aaron Schulzrev_deleted security improvements as well as fix for...
2008-09-22 Aaron SchulzRemove Revision::revText() and move functionality to...
2008-09-10 Aaron SchulzExternalStore tweaks:
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...
next