aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Revision.php
Commit message (Expand)AuthorAgeFilesLines
* Select fields returned by Revision::selectPageFields() and call Title::newFro...Alexandre Emsenhuber2012-02-071-3/+3
* Fixed string -> __METHOD__ in calling method parameterAlexandre Emsenhuber2012-02-051-1/+1
* Added 'page_id' to the fields returned by Revision::selectPageFields() so tha...Alexandre Emsenhuber2012-01-311-0/+1
* Fix bug 32948:Alexandre Emsenhuber2012-01-211-0/+10
* @since, ping r101030Niklas Laxström2012-01-131-0/+2
* Use wfTimestampNow() instead of wfTimestamp() without second parameterAlexandre Emsenhuber2011-12-291-1/+1
* added missing deprecation noticesJeroen De Dauw2011-12-131-1/+1
* Fix:Sam Reed2011-12-131-1/+1
* Self-revert r105872, there's a deeper issue hereChad Horohoe2011-12-121-1/+1
* (bug 32984) ar_sha1 might not be setChad Horohoe2011-12-121-1/+1
* Fix r101294: newNullRevision isn't using selectField() or the like...it needs...Aaron Schulz2011-10-301-1/+1
* FU r101021: made newNullRevision() re-use the sha1 of the reference revisionAaron Schulz2011-10-301-1/+2
* * Added pageJoinCond() and userJoinCond() to Revision and exposed them publiclyAaron Schulz2011-10-271-2/+19
* Reinstated r94289 et all - rev_sha1/ar_sha1 field for bug 21860Aaron Schulz2011-10-271-7/+43
* Revision objects now always use the current name of users, loading it on dema...Aaron Schulz2011-10-211-8/+33
* * Simplified r100286 by just using the field 'user_name' and removed the COAL...Aaron Schulz2011-10-201-5/+7
* FU r100300, r100286:Aaron Schulz2011-10-201-3/+3
* FU r100286: Added sanity check to fetchFromConds() join condsAaron Schulz2011-10-191-1/+1
* * Tweaked Revision class to handle loading the current user name instead of r...Aaron Schulz2011-10-191-31/+38
* Code cleanups & fixed strange commaAaron Schulz2011-10-191-2/+3
* * Added User paremeter to Revision::userCan(), Revision::userCanBitfield(), L...Alexandre Emsenhuber2011-10-121-18/+26
* Back out r95396 and friendsSam Reed2011-09-291-38/+8
* Merge the iwtransclusion branch back into trunkSam Reed2011-08-241-6/+37
* Followup r94541 (reverts of r94289 undiscussed core schema change and followu...Brion Vibber2011-08-151-45/+8
* * Added Revision::getSha1 functionAaron Schulz2011-08-121-3/+17
* Follow-up r94289: code changes to fill the new fields on insertion and select...Aaron Schulz2011-08-111-5/+28
* Whitespace and comment updatesSam Reed2011-08-051-1/+1
* Add @since to Revision::newFromRow per NikerabbitSam Reed2011-08-051-0/+2
* Adding Revision::newFromRow() function as alias for new Revision()Sam Reed2011-08-041-0/+8
* Tweak/add to documentationSam Reed2011-08-031-15/+10
* Back out r93533, r93531, r93530Sam Reed2011-07-301-38/+7
* Merge iwtransclusion branch into trunkSam Reed2011-07-301-7/+38
* Fixed newFromArchiveRow to check for ar_page_idAaron Schulz2011-07-251-1/+1
* Removed some error suppression operatorsAlexandre Emsenhuber2011-07-081-2/+2
* Fixed bogus $conds in r91327Aaron Schulz2011-07-011-2/+3
* * Fixed getLatest() check in ArticleAaron Schulz2011-07-011-3/+29
* Fix for r90429: removed call to protected methodAlexandre Emsenhuber2011-06-201-3/+1
* And even more documentation in various filesSam Reed2011-05-291-0/+3
* And even more documentation, the last of this batchSam Reed2011-05-281-0/+2
* Misc EOL w/s and spaces-instead-of-tabs fixes. One day I'll get around to na...Mark A. Hershberger2011-05-251-24/+24
* Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...Siebrand Mazeland2011-05-171-1/+1
* Kill off the long deprecated $wgInputEncoding and $wgOutputEncoding globalsSam Reed2011-05-061-2/+2
* Kill some more long deprecated unused functionsSam Reed2011-05-061-1/+1
* Type hinting and documentation tweaks. This file is actually pretty good...Happy-melon2011-04-251-5/+4
* * Made pageDataFromTitle protected (unused elsewhere)Aaron Schulz2011-04-121-1/+1
* Made revText() give deprecated noticeAaron Schulz2011-04-101-0/+1
* Fixup a couple of parameter documentation bitsSam Reed2011-02-111-1/+1
* Merge r80947 from 1.16wmf4 to trunk: throw exception when text couldn't be lo...Roan Kattouw2011-02-021-0/+3
* Fixup some more documentationSam Reed2010-11-131-1/+1
* Fix r44442: don't rest restriction fieldsAaron Schulz2010-11-071-2/+1