merged master
[lhc/web/wiklou.git] / includes / Revision.php
2012-05-29 danielmerged master
2012-05-28 Aaron SchulzMerge "$wgUseSquid unused since parent commit (fa1a8d5)"
2012-05-28 PlatonidesMerge "Tweak Accept-Language sorting method to respect...
2012-05-28 NikerabbitMerge "bug 37015: Allow disabling special page summary"
2012-05-28 NikerabbitMerge "Revert "Remove old compat methods/functions...
2012-05-27 Aaron SchulzMerge "Remove old compat methods/functions for mb_...
2012-05-27 Aaron SchulzMerge "Block.php: replace '*' with explicit fields...
2012-05-27 Aaron SchulzMerge "Fix trailing whitespace (and mixed spaces) in...
2012-05-27 umherirrendersetTitle on a new null revision
2012-05-24 Brion VIBBERMerge "[FileBackend] Added getScopedLocksForOps() funct...
2012-05-21 SiebrandMerge "(bug 25946) The message on the top of Special...
2012-05-20 Aaron SchulzMerge "multi dbms support in api"
2012-05-19 Aaron SchulzMerge "Title::moveToInternal doesn't return anything...
2012-05-18 ReedyMerge "fetchLanguageNames: fallback to default instead...
2012-05-18 Aaron SchulzMerge "Make errors from ArticleSave hooks propagate...
2012-05-18 Aaron SchulzMerge "Various fixes to Special:Mostlinked."
2012-05-17 Tim StarlingMerge "[FileBackend] Made it easy to use registed file...
2012-05-17 Tim StarlingMerge "[FileBackend] Syncing from journal support."
2012-05-15 Aaron SchulzMerge "Various fixes to Special:Mostcategories."
2012-05-15 Aaron SchulzMerge "Minor PECL client fixes"
2012-05-15 danielmerged master after 1.20wmf3
2012-05-15 Aaron SchulzMerge "Add/update function level parameter documentation"
2012-05-15 Aaron SchulzMerge "Implemented a wrapper for the memcached PECL...
2012-05-14 Aaron SchulzMerge "Generalizing LinksUpdate to allow extensions...
2012-05-14 danielMerge branch 'Wikidata' of ssh://gerrit.wikimedia.org...
2012-05-14 danielmerged latest master
2012-05-14 jeroendedauwMerge branch 'Wikidata' of ssh://review/mediawiki/core...
2012-05-14 danielmerge incoming
2012-05-14 danielUse integers for content_model and content_format.
2012-05-14 Tim StarlingMerge "Fix typo in comment"
2012-05-14 Tim StarlingMerge "[FileBackend] Added support for concurrent file...
2012-05-13 Aaron SchulzMerge "Introducing LinksUpdateTest."
2012-05-11 ReedyMerge "Integrating mobile device detection class into...
2012-05-11 DemonMerge "Added some more output to cleanupUploadStash...
2012-05-11 DemonMerge "Fix E_STRICT from I6d164e45c1e31d4f83e0fa390011c...
2012-05-11 DemonMerge "Added missing GPLv2 headers in some places."
2012-05-11 Alexandre EmsenhuberAdded missing GPLv2 headers in some places.
2012-05-02 danielimplement feature switch for ContentHandler database...
2012-04-30 danielspaces -> tabs
2012-04-29 danielmerged from master
2012-04-26 danieldocu cleanup; marked contenthandler stuff as @since...
2012-04-25 danielmerged from master
2012-04-23 danielmake sure revisions are created consistently in case...
2012-04-23 danielfix handling of per-revision content model if different...
2012-04-17 danielfix incomplete rename of unserialize to unserializeContent
2012-04-16 danielMerge branch 'Wikidata' of ssh://gerrit.wikimedia.org...
2012-04-11 Jens OhligMerge branch 'master' into Wikidata
2012-04-11 Jens OhligMerge branch 'master' into Wikidata
2012-04-04 Daniel Kinzlerbaby steps towards editing structured data
2012-04-04 Daniel KinzlerisCountable()
2012-04-04 Daniel Kinzlerfixed bad calls
2012-04-04 Daniel Kinzlerfixed several bugs (this is still a mess)
2012-04-04 Daniel Kinzlerreplacing deprecated getText, etc
2012-04-04 Daniel Kinzleradapted WikiPage and Article (work in progress)
2012-04-04 Daniel Kinzlerintegration with Title and Revision (work in progress)
2012-04-02 DemonMerge "Remove unused $wgDebugDBTransactions"
2012-03-11 Sam ReedMore of r113580
2012-02-13 Jeroen De Dauwfix doc
2012-02-09 Sam ReedMore return documentation
2012-02-07 Alexandre EmsenhuberSelect fields returned by Revision::selectPageFields...
2012-02-05 Alexandre EmsenhuberFixed string -> __METHOD__ in calling method parameter
2012-01-31 Alexandre EmsenhuberAdded 'page_id' to the fields returned by Revision...
2012-01-21 Alexandre EmsenhuberFix bug 32948:
2012-01-13 Niklas Laxström@since, ping r101030
2011-12-29 Alexandre EmsenhuberUse wfTimestampNow() instead of wfTimestamp() without...
2011-12-13 Jeroen De Dauwadded missing deprecation notices
2011-12-13 Sam ReedFix:
2011-12-12 Chad HorohoeSelf-revert r105872, there's a deeper issue here
2011-12-12 Chad Horohoe(bug 32984) ar_sha1 might not be set
2011-10-30 Aaron SchulzFix r101294: newNullRevision isn't using selectField...
2011-10-30 Aaron SchulzFU r101021: made newNullRevision() re-use the sha1...
2011-10-27 Aaron Schulz* Added pageJoinCond() and userJoinCond() to Revision...
2011-10-27 Aaron SchulzReinstated r94289 et all - rev_sha1/ar_sha1 field for...
2011-10-21 Aaron SchulzRevision objects now always use the current name of...
2011-10-20 Aaron Schulz* Simplified r100286 by just using the field 'user_name...
2011-10-20 Aaron SchulzFU r100300, r100286:
2011-10-19 Aaron SchulzFU r100286: Added sanity check to fetchFromConds()...
2011-10-19 Aaron Schulz* Tweaked Revision class to handle loading the current...
2011-10-19 Aaron SchulzCode cleanups & fixed strange comma
2011-10-12 Alexandre Emsenhuber* Added User paremeter to Revision::userCan(), Revision...
2011-09-29 Sam ReedBack out r95396 and friends
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...
next