Add support for Number grouping(commafy) based on CLDR number grouping patterns like...
[lhc/web/wiklou.git] / includes / HistoryPage.php
2011-09-21 Alexandre EmsenhuberCall Linker methods statically
2011-09-07 Robin PepermansPer Krinke on r91772, do not use general float/align...
2011-08-07 Alexandre EmsenhuberTemporaray revert of r94031; forgot that this was depen...
2011-08-06 Alexandre Emsenhuber* Moved action=history to use an Action subclass
2011-07-06 Alexandre EmsenhuberOverride Pager::getTitle() in core subclasses of Revers...
2011-07-06 Robin Pepermans(bug 6100; follow-up to r91315) Being bold and removing...
2011-07-04 Alexandre EmsenhuberChanged calls to Linker::tooltipAndAccesskeyAttribs...
2011-06-30 Robin PepermansAdd dirmark so RecentChanges displays properly with...
2011-06-25 Robin PepermansCorrect alignment for RevisionDelete button
2011-06-24 Robin Pepermans(bug 28030) LTR usernames are aligned incorrectly in...
2011-06-17 Sam ReedSwap else if for elseif
2011-04-15 Chad HorohoeMerge r81448 from REL1_17: reverting RevisionMove featu...
2011-03-18 Happy-melonFollow-up r84249: reimplement isAllowedAny(), and resto...
2011-03-18 Happy-melonAllow User::isAllowed() to take varargs. "is allowed...
2011-02-08 PlatonidesRemove unused $wgContLang globals after refactoring...
2011-02-02 Sam ReedFollowup r81427, actually use the $msg variable
2011-02-02 Sam ReedFollowup r67094, factor out code duplication in History...
2011-01-04 Tim StarlingFix for bug 26561: clickjacking attacks. See the bug...
2010-11-25 Sam ReedRevert r77297, Won't be reverting MimeMagic
2010-11-25 Antoine Mussorevert r76464
2010-11-18 Trevor ParscalRenamed mediawiki.views.* to mediawiki.action.* to...
2010-11-15 Antoine MussoUse accessor when trying to get a private property.
2010-11-15 Antoine MussoChange HistoryPage properties scope to private as well...
2010-11-15 Antoine MussoStylize. Add a couple braces around if/else statements.
2010-11-15 Antoine MussoGet ride of $counter in functions calls. Follow up...
2010-11-10 Sam ReedVarious unused variables, add some braces
2010-10-31 Sam ReedUpdate deprecated method calls
2010-10-06 Trevor ParscalCreated mediawiki.views.history and moved init function...
2010-09-05 Platonides(bug 24977) Remove the duplicate Access Key to compare...
2010-09-04 Roan KattouwMerging resourceloader branch into trunk. Full document...
2010-06-12 Raimond SpekkingUse proper tooltipAndAccessKeyAttribs()
2010-06-12 Derk-Jan HartmanBug 23747. Move the "Compare revisions" button before...
2010-05-30 TobiasNew feature RevisionMove (bug 21312). Introducing Speci...
2010-05-30 Aryeh GregorRemove most named character references from output
2010-05-28 PlatonidesBug 23699: Add trailing \n at the end of <div>s in...
2010-05-24 Aaron Schulz(bug 23593) Made revision/date links enabled at history...
2010-04-22 Aaron SchulzRemoved redundant check if diffButtons()
2010-02-09 Tim StarlingFor r58153: in HistoryPage, removed the user permission...
2010-02-04 Aaron Schulz* Added Id to "deleted only" check to make label work
2010-01-28 Chad HorohoeFollowup r61181, put @return nothing back on history...
2010-01-17 Alexandre EmsenhuberPer ^demon, follow-up r61173: remove useless "@return...
2010-01-17 Alexandre EmsenhuberFix some doxygen warnings
2010-01-07 Aaron SchulzFollow up r60759: forgot to commit hook change
2009-12-30 Tim StarlingFix for r58197, removed unnecessary array_merge()
2009-12-04 Chad HorohoeRevert r59730 for now. Has some warnings and might...
2009-12-04 Chad Horohoe(bug 15853) Feeds for non-existing pages returned a...
2009-11-18 Aaron Schulzbug 21192 Remove second suppression button from pages...
2009-10-30 Aaron Schulz* bug 21267 change "show/hide" to "show", if user canno...
2009-10-28 Chad Horohoe(bug 19859) Remove HTMLDiff. Could possibly be salvaged...
2009-10-27 Jure Kajzerremoved ts_tags from getQueryInfo. it's already added...
2009-10-26 TobiasPartially fixing bug 20186: Allow filtering history...
2009-10-24 Aaron SchulzFollow-up r57470: Add show/hide links for users that...
2009-10-16 Raimond SpekkingSplit time and date for better i18n
2009-10-13 Raimond SpekkingConsistency tweak: coalesce tool links with pipes inste...
2009-10-07 Brion VibberUse 'deleterevision', not 'deletedhistory' right to...
2009-10-06 Brion VibberCleanup for r57288: use $wgContLang->alignEnd() instead...
2009-10-06 Tim Starling(bug 20966) Use the name of the <button> element to...
2009-10-02 Raimond Spekking* Bug 20944: Align revision delete button left for...
2009-09-30 Aaron Schulz* Renamed deletedcontent to deletedtext
2009-09-28 Aaron Schulz* Split off deletedrevision (view only) right and give...
2009-09-18 Siebrand Mazeland* process messages with escapenoentities instead of...
2009-09-16 TobiasFollow-up on r56284: LogEventsList::showLogExtract...
2009-09-14 Aaron Schulzcode style tweaks
2009-09-13 Aaron SchulzRemoved redundant show/hide clutter
2009-09-05 Tobiasshow move/deletion log on action=history if there is...
2009-09-02 Tim Starling* Fixed CR r48837. Although using ids[]=x in the query...
2009-08-24 Raimond Spekking* Wrap legend of historyPage into a div with class...
2009-08-20 Brion Vibberbug 20327 Error in FlaggedRevs.hooks.php after r55168...
2009-08-17 Tim StarlingFix PHP4-ism
2009-08-17 Tim Starling* Renamed PageHistory to HistoryPage. Brion gave me...