merged latest master
[lhc/web/wiklou.git] / includes / Revision.php
2012-05-14 danielmerged latest master
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...
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...
next