| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 39524 - action=info uses untranslated (raw) protection permissions | madman | 2012-08-22 | 1 | -1/+3 |
* | Bug 39495 - action=info contains hard coded English text "Marked as | madman | 2012-08-20 | 1 | -2/+2 |
* | Bug 39496: action=info show non-working magic words | madman | 2012-08-20 | 1 | -4/+2 |
* | Address escaping issue in I0eef0c5a. Use parse(). | Siebrand Mazeland | 2012-08-20 | 1 | -2/+2 |
* | Some fixes for Ia1878588 (236307f) | Alexandre Emsenhuber | 2012-08-20 | 1 | -7/+6 |
* | Numerous fixes for Ia1878588. Escaped output was most important. | Siebrand Mazeland | 2012-08-20 | 1 | -37/+44 |
* | Fix PHP Notices. | Siebrand Mazeland | 2012-08-20 | 1 | -2/+2 |
* | Merge "Follow-up I774a89d6 (2fabea7): use $this->msg() in HistoryAction" | Siebrand | 2012-08-19 | 1 | -6/+6 |
|\ |
|
| * | Follow-up I774a89d6 (2fabea7): use $this->msg() in HistoryAction | Alexandre Emsenhuber | 2012-08-19 | 1 | -6/+6 |
* | | Bug 38450 Reimplement MediaWiki's info action | madman | 2012-08-19 | 1 | -72/+406 |
|/ |
|
* | Fix syntax error. | Siebrand Mazeland | 2012-08-18 | 1 | -2/+1 |
* | Use wfMessage instead of deprecated wfMsg* | Alex Monk | 2012-08-18 | 1 | -7/+7 |
* | Fix logic error from Ia74ac399 (2ee4653). | Alexandre Emsenhuber | 2012-07-31 | 1 | -1/+1 |
* | Cleanup InfoAction | Reedy | 2012-07-21 | 1 | -42/+53 |
* | Add wfProfileIn/wfProfileOut calls to InfoAction::pageCountInfo() | Reedy | 2012-07-17 | 1 | -0/+2 |
* | Only query page_counter if $wgDisableCounters is false | Reedy | 2012-07-17 | 1 | -10/+15 |
* | For consistency of the interface, don't do expensive checks on page view. | Alexandre Emsenhuber | 2012-07-14 | 1 | -4/+2 |
* | Use Revision::getParentLengths in history | umherirrender | 2012-07-07 | 1 | -24/+1 |
* | Add a context parameter to Liker::generateRollback() and Linker::buildRollbac... | Alexandre Emsenhuber | 2012-07-05 | 1 | -1/+1 |
* | Change entry point of SpecialPage | jeroendedauw | 2012-07-05 | 1 | -1/+1 |
* | (bug 36788) Add classes to containing row on watchlist/history | Brad Jorsch | 2012-07-01 | 1 | -0/+1 |
* | (bug 15853) Wrong entries in history feed | Mormegil | 2012-06-09 | 1 | -0/+5 |
* | Big oops - merged to wrong branch. | awjrichards | 2012-06-05 | 4 | -18/+48 |
* | Revert to arbitrarily old point before initial remote branch creation to help... | awjrichards | 2012-06-02 | 4 | -48/+18 |
* | setSquidMaxage() globally if we can purge it, instead of in actions. | Liangent | 2012-06-04 | 2 | -12/+1 |
* | Added missing GPLv2 headers in some places. | Alexandre Emsenhuber | 2012-06-03 | 3 | -6/+47 |
* | Added canonical url check for squid caching on view. | Aaron Schulz | 2012-05-23 | 1 | -1/+5 |
* | CacheHelper: facilitate caching handling on a page | Jeroen De Dauw | 2012-04-18 | 1 | -0/+170 |
* | (bug 35069) Keep history line from ending ' . . ' | Kevin Israel | 2012-04-08 | 1 | -5/+13 |
* | Changed wfMessage() usage to call directly MessageCache::get() so that its $i... | Alexandre Emsenhuber | 2012-03-30 | 1 | -4/+7 |
* | Use local context to get messages | Alexandre Emsenhuber | 2012-03-29 | 1 | -6/+6 |
* | Use local context to get messages | Alexandre Emsenhuber | 2012-03-28 | 1 | -3/+3 |
* | Use local context to get messages | Alexandre Emsenhuber | 2012-03-27 | 1 | -13/+23 |
* | Use local context to get messages | Alexandre Emsenhuber | 2012-03-26 | 1 | -3/+3 |
* | Use local context to get message | Alexandre Emsenhuber | 2012-03-25 | 1 | -1/+1 |
* | Revert r114067, r114071, r114075, r114079, r114081, r114082, r114084, r114086... | Roan Kattouw | 2012-03-20 | 1 | -170/+0 |
* | added enabled field so you can disable the cache thing if you need to before ... | Jeroen De Dauw | 2012-03-20 | 1 | -1/+10 |
* | follow up to r114215, fix some fails and added CachedAction implementing the ... | Jeroen De Dauw | 2012-03-20 | 1 | -0/+161 |
* | (bug 34978) Use a rev parent batch query to get the diff sizes for history pa... | Aaron Schulz | 2012-03-13 | 1 | -1/+35 |
* | More of r113580 | Sam Reed | 2012-03-11 | 1 | -1/+1 |
* | Restore many missing spaces from r112589 | Niklas Laxström | 2012-03-01 | 1 | -1/+1 |
* | (bug 34702) More localised parentheses. Patch contributed by Yusuke Matsubara. | Siebrand Mazeland | 2012-02-28 | 1 | -2/+2 |
* | Fix extraneous quote from r111800 | Sam Reed | 2012-02-18 | 1 | -1/+1 |
* | Add both size *and* size difference on history page per bug 34449 | Andrew Garrett | 2012-02-17 | 1 | -1/+2 |
* | Make wfProfileOut call be the last thing before the return | Sam Reed | 2012-02-16 | 1 | -1/+1 |
* | fixes Bug 34198 - first item in the history shows no information about its size | Mark A. Hershberger | 2012-02-11 | 1 | -9/+11 |
* | More return documentation | Sam Reed | 2012-02-09 | 1 | -0/+1 |
* | Fixing some of the "@return true" or "@return false", need to be "@return boo... | Sam Reed | 2012-02-09 | 1 | -2/+2 |
* | fix doc grouping for actions | Antoine Musso | 2012-02-08 | 2 | -5/+5 |
* | Use WikiPage instead of Title to get its id, whether it exists and its latest... | Alexandre Emsenhuber | 2012-02-02 | 2 | -5/+5 |