| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove backslash from @return types | Antoine Musso | 2012-02-13 | 1 | -1/+1 |
* | 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 | -1/+1 |
* | Stylize | Niklas Laxström | 2011-12-16 | 1 | -8/+8 |
* | * (bug 32512) Include 'associated namespace' checkbox on Special:Contributions | Brion Vibber | 2011-12-15 | 1 | -2/+2 |
* | added missing deprecation notices | Jeroen De Dauw | 2011-12-13 | 1 | -0/+1 |
* | Type hinting please | John Du Hart | 2011-12-05 | 1 | -4/+4 |
* | Implement a number of namespace related equals functions: | Daniel Friesen | 2011-11-22 | 1 | -1/+44 |
* | Fix typo | Roan Kattouw | 2011-08-20 | 1 | -1/+1 |
* | More adding, updating and tweaking of documentation | Sam Reed | 2011-05-21 | 1 | -1/+8 |
* | The beginnings of HipHop compiled mode support. It works now for parser cache... | Tim Starling | 2011-04-04 | 1 | -29/+0 |
* | Remove unreachable return | Sam Reed | 2011-02-27 | 1 | -1/+0 |
* | Minor typos | Antoine Musso | 2011-02-23 | 1 | -3/+3 |
* | improve namespace related methods | Antoine Musso | 2011-02-21 | 1 | -0/+43 |
* | * (bug 17160) Gender specific display text for User namespace | Niklas Laxström | 2011-02-12 | 1 | -0/+13 |
* | (bug 26762) Fix order of namespace list | Roan Kattouw | 2011-01-21 | 1 | -4/+2 |
* | Merge querypage-work2 branch from trunk. The most relevant changes are: | Roan Kattouw | 2010-12-22 | 1 | -0/+15 |
* | Remove some unreachable code (usually returns after throwing exceptions) | Sam Reed | 2010-08-24 | 1 | -1/+0 |
* | Added a hook into MWNamespace::getCanonicalNamespaces() to provide safe way to | Niklas Laxström | 2010-08-24 | 1 | -0/+1 |
* | Fix yet another regression in r71342: NS_MAIN was dropped from valid namespac... | Niklas Laxström | 2010-08-23 | 1 | -1/+1 |
* | Missing else condition was breaking namespaces for everyone else but me. Foll... | Niklas Laxström | 2010-08-20 | 1 | -0/+2 |
* | Of course didn't mean to commit var_dump | Niklas Laxström | 2010-08-20 | 1 | -1/+0 |
* | Trying to clean up the mess with $wgCanonicalNamespaceNames and $wgExtraNames... | Niklas Laxström | 2010-08-20 | 1 | -12/+30 |
* | Move getValidNamespaces() to Namespace.php | Platonides | 2010-07-25 | 1 | -0/+21 |
* | Random whitespace cleanup | Mark A. Hershberger | 2010-02-05 | 1 | -8/+8 |
* | follow up 61775 -- REVERT REVERT | Mark A. Hershberger | 2010-02-01 | 1 | -1/+0 |
* | Fix parsertests so that they work even when server-side thumbnailing isn't co... | Mark A. Hershberger | 2010-02-01 | 1 | -0/+1 |
* | Make tests work, note skipped tests, update autoloader for FakeMemcachedClien... | Mark A. Hershberger | 2010-01-11 | 1 | -1/+1 |
* | Add NS_USER to MWNamespace::$alwaysCapitalizedNamespaces, as suggested by Hap... | Tim Starling | 2009-12-15 | 1 | -1/+1 |
* | Mass convert NULL -> null. Left strings and comments alone, obviously. | Chad Horohoe | 2009-12-11 | 1 | -1/+1 |
* | bug 9982. Encapsulate wgCanonicalNamespaceNames. Patch by Scott Colcord, with... | Chad Horohoe | 2009-10-16 | 1 | -0/+9 |
* | (bug 13750) $wgCapitalLinks should be a per-namespace setting | Chad Horohoe | 2009-10-09 | 1 | -1/+33 |
* | Cleanup r44683 -- fix E_NOTICE bug in MWNamespace::getCanonicalName() instead... | Brion Vibber | 2008-12-16 | 1 | -2/+6 |
* | Step 2 in NS_IMAGE -> NS_FILE transition (bug 44) (WARNING: huge commit). | Ilmari Karonen | 2008-12-01 | 1 | -3/+3 |
* | (bug 44) Rename Image namespace to File. Based on a patch by brion. | Siebrand Mazeland | 2008-11-17 | 1 | -2/+2 |
* | Revert 37530 -- removes the control option for image moving | Brion Vibber | 2008-07-10 | 1 | -1/+2 |
* | * Make image moving no longer experimental | Victor Vasiliev | 2008-07-10 | 1 | -2/+1 |
* | Code simplification (-205 bytes :P): | Aryeh Gregor | 2008-05-23 | 1 | -2/+13 |
* | Doc tweaks: | Alexandre Emsenhuber | 2008-05-21 | 1 | -10/+10 |
* | WARNING: HUGE COMMIT | Alexandre Emsenhuber | 2008-05-20 | 1 | -0/+1 |
* | * (bug 709) Cannot rename/move images and other media files. | Victor Vasiliev | 2008-05-03 | 1 | -1/+2 |
* | * remove end of line whitespace | Siebrand Mazeland | 2008-04-14 | 1 | -5/+5 |
* | Actually, revert r32370. It might be a good idea, but it breaks the UserGetR... | Aryeh Gregor | 2008-03-24 | 1 | -1/+1 |
* | Moving some optimization code into User::isAllowed instead of higher up in Ti... | Aryeh Gregor | 2008-03-24 | 1 | -1/+1 |
* | * (bug 12294) Namespace class renamed to MWNamespace for PHP 5.3 compatibility | Brion Vibber | 2008-03-21 | 1 | -5/+1 |
* | Make a note about the reserved word problem. | Greg Sabino Mullane | 2007-12-16 | 1 | -0/+5 |
* | Document all methods and mark them public | Rob Church | 2007-08-14 | 1 | -30/+46 |
* | Improvements to the watchlist editor per Brion; diff the current watchlist ag... | Rob Church | 2007-07-05 | 1 | -1/+11 |
* | Remove ?>'s from files. They're pointless, and just asking for people to mes... | Aryeh Gregor | 2007-06-29 | 1 | -1/+1 |
* | Use Doxygen @addtogroup instead of phpdoc @package && @subpackage | Antoine Musso | 2007-01-20 | 1 | -2/+0 |