aboutsummaryrefslogtreecommitdiffstats
path: root/includes/diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Follow up r85467: changed some countRevisionsBetween/countAuthorsBetween ↵Aaron Schulz2011-04-051-9/+9
| | | | | | | callers to pass in objects, which avoids queries Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/85490
* * Cleanups to getFirstRevision and getEarliestTimeAaron Schulz2011-04-051-1/+1
| | | | | | | | * Rewrote countRevisionsBetween/countAuthorsBetween to avoid assuming rev_id is in chronological order * Made countAuthorsBetween use $limit+1 automatically for convenience; updated callers Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/85467
* Use Html::element() to generate the element; the url and the title attribute ↵Alexandre Emsenhuber2011-03-121-8/+8
| | | | | | | are now build only when really necessary Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/83758
* spaces, added some braces to DairikiDiff.phpJack Phoenix2011-02-201-69/+73
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/82529
* Per Tim Starling, follow-up r76252: move WikiDiff.php to DairikiDiff.php to ↵Alexandre Emsenhuber2011-02-201-0/+0
| | | | | | | not confuse with the wikidiff extension Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/82512
* Explicitally define variablesSam Reed2011-02-192-2/+20
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/82490
* Explicitally define some variablesSam Reed2011-02-191-155/+199
| | | | | | | Bracify file Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/82489
* Remove unreachable line in DifferenceEngineSam Reed2011-02-181-1/+0
| | | | | | | | | Documentation for ObjectCache.php Remove unused variables from CompareParsers and PreprocessDump Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/82370
* Grouped diff and history modules together to help reduce cache invalidation. ↵Trevor Parscal2011-02-151-1/+2
| | | | | | | Loaded diff styles statically. This should help with bug #27418, but I suspect there are more cases where we need to do this sort of thing before the bug is truly resolved. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/82200
* w/s fixupsMark A. Hershberger2011-02-121-2/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/82008
* More wfProfileOut()ingPlatonides2011-02-101-1/+10
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/81892
* Completely remove support for legacy style skins. All legacy skinning ↵Daniel Friesen2011-02-041-2/+3
| | | | | | | options are now part of a SkinLegacy/LegacySkinTemplate pair that inherits from the normal SkinTemplate setup. Also ported our three built in skins to use the new legacy classes. ( ;) if you want to kill legacy skins now, you only have to svn rm 4 files) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/81507
* Revert r75769, r80475: mistaken attempt to fix bug 25725 by deleting random ↵Tim Starling2011-01-201-1/+1
| | | | | | | newlines from the output of a different diff engine. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/80620
* Use str_replace instead of preg_replace. Follow up of r75769Derk-Jan Hartman2011-01-171-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/80475
* Follow up r75662 and r67090 — use UTF-8 minus instead of HTML entityMark A. Hershberger2011-01-131-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/80196
* Add IDs to various revdel notices for skinning.Happy-melon2011-01-051-3/+3
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/79668
* Fix for bug 26561: clickjacking attacks. See the bug report for full ↵Tim Starling2011-01-041-0/+5
| | | | | | | documentation. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/79561
* Fix fatal error from r78264Alexandre Emsenhuber2010-12-121-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/78276
* Followup r75763, fixup wrong change of deprecated methodSam Reed2010-12-121-1/+1
| | | | | | | No need to do separate htmlspecialchars et al, Xml::expandAttributes Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/78264
* * Removed redundant revdelete msg above contentAaron Schulz2010-12-111-49/+40
| | | | | | | | | * Show bottom patrol link even if hook replaces preview content * Hook doc tweaks * Assorted minor cleanups Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/78219
* If we only want to show the diff this should make it faster. Sort of related ↵Priyanka Dhanda2010-12-101-12/+14
| | | | | | | to to bug 25757 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/78212
* Reverting r77516. It ain't gonna workPriyanka Dhanda2010-12-061-4/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/77895
* Fixes bug 26163 - Missing categories and iw links on diff pages.Priyanka Dhanda2010-12-011-0/+4
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/77516
* Stylize. No differences when using: svn diff -x -wuAntoine Musso2010-11-273-529/+529
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/77365
* More reversion of r77297, 1 of 2 commits to keep it readable in CR (hopefully)Sam Reed2010-11-251-2/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/77304
* revert r76464Antoine Musso2010-11-251-2/+2
| | | | | | | | | | * mixed style changes and variable removing * logic changes * useful comments removed Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/77297
* getDiffBody() cleanups:Aaron Schulz2010-11-181-11/+16
| | | | | | | | | * marked it explicitly public * cleaned up return types on failure * broke long lines Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/76956
* * Moved author count check to new Title::countAuthorsBetween() functionAaron Schulz2010-11-181-31/+29
| | | | | | | | | * Added static DifferenceEngine::intermediateEditsMsg() function * diff-multi msg use by FlaggedRevs wasn't updated after $2 param was added. Fixed this. * Minor cleanups to getMultiNotice() Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/76924
* Various unused variables, add some bracesSam Reed2010-11-101-2/+2
| | | | | | | Explicitally define some variables used in hook type calls Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/76464
* * (bug 24833) Files name in includes/diff/ are now less confusingAlexandre Emsenhuber2010-11-074-2149/+2149
| | | | | | | | | Diff.php -> WikiDiff3.php, more descriptive DifferenceEngine.php -> WikiDiff.php, for consistency with the above and to make way for the file below DifferenceInterface.php -> DifferenceEngine.php, since it contains the DifferenceEngine class Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/76252
* Avoid unnecessary linebreaks in difflines. Fixes bug 25725Derk-Jan Hartman2010-11-011-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/75769
* bug 25517 Assignment in conditions should be avoided/ ↵Sam Reed2010-11-011-2/+3
| | | | | | | http://www.mediawiki.org/wiki/Manual:Coding_conventions#Assignment_expressions Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/75767
* Update a few deprecated method callsSam Reed2010-10-311-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/75763
* Switch the hyphen in diff output to actually minus signs.Derk-Jan Hartman2010-10-291-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/75662
* Add a nbsp to each empty "diff-marker".Derk-Jan Hartman2010-10-291-1/+1
| | | | | | | | Fixes Bug 25697 Prevent collapsed table row if both pre and post lines in the diff are totally empty. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/75658
* Address my own CR in r75332.Platonides2010-10-261-7/+7
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/75481
* bug25289 Hook that optionally adds custom content instead of article content ↵Priyanka Dhanda2010-10-241-12/+15
| | | | | | | on diff pages. Now only used by FlaggedRevs to not load the content on history pages when pending changes are enabled. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/75332
* Revert r70640 per CR: don't expose unsalted edit tokens in URLs. Should ↵Roan Kattouw2010-10-231-2/+2
| | | | | | | instead change the API's patrol functionality to salt patrol tokens (coming up shortly) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/75270
* Reverted accidental changes to DifferenceInterface in r74956Priyanka Dhanda2010-10-181-14/+12
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/74957
* Added to DefaultSettingsPriyanka Dhanda2010-10-181-12/+14
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/74956
* Assignment in loop conditions suckSam Reed2010-10-131-6/+7
| | | | | | | | | while ( $row = $dbw->fetchObject( $res ) ) { to foreach ( $res as $row ) in includes Add some braces Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/74745
* Followup r72866, make 100 in 100+ a param. Makes raising the limit easier :)Chad Horohoe2010-09-131-2/+12
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/72897
* (bug 24007) Diff pages now mention the number of users having edited ↵Chad Horohoe2010-09-121-3/+17
| | | | | | | intermediate revisions. Also updated MessagesQqq so these are a little more clear Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/72866
* Partial revert r72527, unrelated/unfinished changesChad Horohoe2010-09-071-14/+3
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/72529
* Comment fixChad Horohoe2010-09-071-4/+15
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/72527
* Follow-up r72349.Platonides2010-09-041-1/+1
| | | | | | | Remove unused globals $wgStylePath, $wgStyleVersion, $wgUser and the no longer used $wgJQueryOnEveryPage. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/72373
* Merging resourceloader branch into trunk. Full documentation is at ↵Roan Kattouw2010-09-041-4/+1
| | | | | | | http://www.mediawiki.org/wiki/ResourceLoader and a general overview has been posted on wikitech-li <http://lists.wikimedia.org/pipermail/wikitech-l/2010-September/049253.html>. One important change is that all JS is now loaded at the bottom, so any scripts assuming things from wikibits or whatever are present will fail. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/72349
* Don't show "older edit" when no older edit available. Based on patch by ↵Chad Horohoe2010-09-011-12/+16
| | | | | | | Umherirrender Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/72107
* Get rid of PHP4-style constructorsChad Horohoe2010-08-301-11/+11
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/71961
* "Difference between pages" is now displayed instead of "Difference between ↵Max Semenik2010-08-221-1/+5
| | | | | | | revisions" on diffs when appropriate. This is even more important now that we have Special:ComparePages Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/71428