aboutsummaryrefslogtreecommitdiffstats
path: root/includes/actions
Commit message (Expand)AuthorAgeFilesLines
* Bug 39524 - action=info uses untranslated (raw) protection permissionsmadman2012-08-221-1/+3
* Bug 39495 - action=info contains hard coded English text "Marked asmadman2012-08-201-2/+2
* Bug 39496: action=info show non-working magic wordsmadman2012-08-201-4/+2
* Address escaping issue in I0eef0c5a. Use parse().Siebrand Mazeland2012-08-201-2/+2
* Some fixes for Ia1878588 (236307f)Alexandre Emsenhuber2012-08-201-7/+6
* Numerous fixes for Ia1878588. Escaped output was most important.Siebrand Mazeland2012-08-201-37/+44
* Fix PHP Notices.Siebrand Mazeland2012-08-201-2/+2
* Merge "Follow-up I774a89d6 (2fabea7): use $this->msg() in HistoryAction"Siebrand2012-08-191-6/+6
|\
| * Follow-up I774a89d6 (2fabea7): use $this->msg() in HistoryActionAlexandre Emsenhuber2012-08-191-6/+6
* | Bug 38450 Reimplement MediaWiki's info actionmadman2012-08-191-72/+406
|/
* Fix syntax error.Siebrand Mazeland2012-08-181-2/+1
* Use wfMessage instead of deprecated wfMsg*Alex Monk2012-08-181-7/+7
* Fix logic error from Ia74ac399 (2ee4653).Alexandre Emsenhuber2012-07-311-1/+1
* Cleanup InfoActionReedy2012-07-211-42/+53
* Add wfProfileIn/wfProfileOut calls to InfoAction::pageCountInfo()Reedy2012-07-171-0/+2
* Only query page_counter if $wgDisableCounters is falseReedy2012-07-171-10/+15
* For consistency of the interface, don't do expensive checks on page view.Alexandre Emsenhuber2012-07-141-4/+2
* Use Revision::getParentLengths in historyumherirrender2012-07-071-24/+1
* Add a context parameter to Liker::generateRollback() and Linker::buildRollbac...Alexandre Emsenhuber2012-07-051-1/+1
* Change entry point of SpecialPagejeroendedauw2012-07-051-1/+1
* (bug 36788) Add classes to containing row on watchlist/historyBrad Jorsch2012-07-011-0/+1
* (bug 15853) Wrong entries in history feedMormegil2012-06-091-0/+5
* Big oops - merged to wrong branch.awjrichards2012-06-054-18/+48
* Revert to arbitrarily old point before initial remote branch creation to help...awjrichards2012-06-024-48/+18
* setSquidMaxage() globally if we can purge it, instead of in actions.Liangent2012-06-042-12/+1
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-06-033-6/+47
* Added canonical url check for squid caching on view.Aaron Schulz2012-05-231-1/+5
* CacheHelper: facilitate caching handling on a pageJeroen De Dauw2012-04-181-0/+170
* (bug 35069) Keep history line from ending ' . . 'Kevin Israel2012-04-081-5/+13
* Changed wfMessage() usage to call directly MessageCache::get() so that its $i...Alexandre Emsenhuber2012-03-301-4/+7
* Use local context to get messagesAlexandre Emsenhuber2012-03-291-6/+6
* Use local context to get messagesAlexandre Emsenhuber2012-03-281-3/+3
* Use local context to get messagesAlexandre Emsenhuber2012-03-271-13/+23
* Use local context to get messagesAlexandre Emsenhuber2012-03-261-3/+3
* Use local context to get messageAlexandre Emsenhuber2012-03-251-1/+1
* Revert r114067, r114071, r114075, r114079, r114081, r114082, r114084, r114086...Roan Kattouw2012-03-201-170/+0
* added enabled field so you can disable the cache thing if you need to before ...Jeroen De Dauw2012-03-201-1/+10
* follow up to r114215, fix some fails and added CachedAction implementing the ...Jeroen De Dauw2012-03-201-0/+161
* (bug 34978) Use a rev parent batch query to get the diff sizes for history pa...Aaron Schulz2012-03-131-1/+35
* More of r113580Sam Reed2012-03-111-1/+1
* Restore many missing spaces from r112589Niklas Laxström2012-03-011-1/+1
* (bug 34702) More localised parentheses. Patch contributed by Yusuke Matsubara.Siebrand Mazeland2012-02-281-2/+2
* Fix extraneous quote from r111800Sam Reed2012-02-181-1/+1
* Add both size *and* size difference on history page per bug 34449Andrew Garrett2012-02-171-1/+2
* Make wfProfileOut call be the last thing before the returnSam Reed2012-02-161-1/+1
* fixes Bug 34198 - first item in the history shows no information about its sizeMark A. Hershberger2012-02-111-9/+11
* More return documentationSam Reed2012-02-091-0/+1
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-2/+2
* fix doc grouping for actionsAntoine Musso2012-02-082-5/+5
* Use WikiPage instead of Title to get its id, whether it exists and its latest...Alexandre Emsenhuber2012-02-022-5/+5