aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Revision.php
Commit message (Expand)AuthorAgeFilesLines
...
* Merge "Made Revision::newFromPageId avoid master queries like newFromTitle does"jenkins-bot2015-02-051-2/+8
|\
| * Made Revision::newFromPageId avoid master queries like newFromTitle doesAaron Schulz2015-01-151-2/+8
* | Revision: mark getRaw*() methods as deprecatedRicordisamoa2015-01-181-13/+19
|/
* Fix phpcs errors in includes/Ricordisamoa2015-01-081-3/+0
* Remove obvious function-level profilingChad Horohoe2015-01-071-15/+0
* Replace wfRunHooks calls with direct Hooks::run callsAaron Schulz2014-12-101-1/+1
* Remove negative caching from Revision::getContentInternalJackmcbarn2014-10-131-2/+0
* Don't clobber revision size of 0Jackmcbarn2014-09-291-7/+2
* Fixed spacingumherirrender2014-08-271-2/+2
* Revision: Allow for userCanBitfield to check per-page restrictionsKunal Mehta2014-08-181-3/+18
* Cleanup some docs (includes/*.php)umherirrender2014-07-241-1/+1
* Remove colon after @deprecated/@param/@todo/@noteumherirrender2014-07-241-1/+1
* Shortened too long linesLeon Liesener2014-07-201-1/+2
* Split "suppressrevision" into two user rightseikes2014-07-191-9/+9
* Don't use isset() to check for nullAlexandre Emsenhuber2014-07-031-19/+24
* Merge "(bug 56849) Deprecate dangerous edittime-based content update functions"jenkins-bot2014-06-031-0/+1
|\
| * (bug 56849) Deprecate dangerous edittime-based content update functionsAdam Roses Wight2014-05-241-0/+1
* | Add ar_text to the list from Revision::selectArchiveFields(). It is checked l...Joerg2014-05-271-0/+1
|/
* Make phpcs-strict pass on includes/ (7/7)Siebrand Mazeland2014-05-151-1/+1
* Fix doc for Revision::newFromPageIdMarius Hoch2014-05-051-2/+2
* Adjust indent of some comment blocksumherirrender2014-05-011-12/+12
* Add $user param to Revision::newNullRevisionumherirrender2014-04-281-1/+9
* Fixed some @params documentation (includes/[Block.php|Revision.php])umherirrender2014-04-231-137/+137
* Consistently use '@deprecated since <version>'Bartosz DziewoƄski2014-04-151-1/+1
* Update docs for Revision::getRevisionText()Siebrand Mazeland2014-01-011-8/+8
* Remove deprecated methods from Revision, SkinTemplate, and WikiPageSiebrand Mazeland2013-12-271-11/+0
* Break long lines and remove some spaces in Revision.phpumherirrender2013-12-071-37/+50
* Fixed spacing of exception message in Revision::checkContentModelumherirrender2013-12-021-1/+1
* Move closing parenthesis from multi line if and function to own lineumherirrender2013-12-011-2/+2
* Fixed spacingumherirrender2013-12-011-2/+2
* Fix populateRevisionLength.php so it's not trying to select revisionReedy2013-10-281-0/+30
* Avoid master queries in Revision::newFromTitle(..., Revision::READ_NORMAL)Tim Starling2013-10-231-1/+3
* Fixed trx isolation bug that could cause text not to be foundAaron Schulz2013-10-091-5/+23
* Merge "Make revision content decompression publicly available"jenkins-bot2013-08-071-29/+41
|\
| * Make revision content decompression publicly availableMatthias Mullie2013-08-071-29/+41
* | Force lazy loading of text in Revision::getSerializedData()Petr Onderka2013-08-061-0/+4
|/
* Allow patrolling pages by revision idMarius Hoch2013-06-101-7/+20
* docs: Remove odd colons after @todoTimo Tijhof2013-05-151-2/+2
* Fixed spacing in files direct in includes folderumherirrender2013-04-211-62/+66
* Add missing wfProfileOut before throwing an exceptionumherirrender2013-04-081-0/+2
* fix some spacingumherirrender2013-03-251-4/+4
* Spellchecked /includes directoryYuri Astrakhan2013-03-131-1/+1
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-4/+4
* fix some spacingumherirrender2013-03-071-1/+0
* Merge "Few minor parameter type hints in documentation"jenkins-bot2013-03-071-1/+1
|\
| * Few minor parameter type hints in documentationReedy2013-03-061-1/+1
* | Use American English spelling for behaviorSiebrand Mazeland2013-03-041-1/+1
|/
* Remove DB2 supportChad Horohoe2013-02-251-1/+1
* fix some spacingumherirrender2013-02-041-17/+23
* Correct isset() and associated checks in Revision::__construct()Alexandre Emsenhuber2012-12-281-3/+3