| Commit message (Expand) | Author | Age | Files | Lines |
* | Documentation followups from lastnight | Sam Reed | 2012-02-10 | 1 | -2/+2 |
* | Fixing some of the "@return true" or "@return false", need to be "@return boo... | Sam Reed | 2012-02-09 | 1 | -2/+2 |
* | Fix doxygen docs before REL1_19 branching | Antoine Musso | 2012-02-01 | 1 | -4/+10 |
* | Remove support for the deprecated and no longer used in trunk hook MagicWordM... | Siebrand Mazeland | 2012-01-18 | 1 | -7/+0 |
* | Update documentation as LanguageGetMagic hook is deprecated. | Siebrand Mazeland | 2012-01-18 | 1 | -2/+13 |
* | revert r107006 | Antoine Musso | 2012-01-04 | 1 | -1/+0 |
* | * (bug 23427) Introduced {{PAGEID}} variable to expose page.page_id [patch by... | Danny B | 2011-12-21 | 1 | -0/+1 |
* | Partial revert to r101244 due to next() weirdness | Sam Reed | 2011-11-05 | 1 | -5/+7 |
* | arrray -> array | Sam Reed | 2011-11-01 | 1 | -1/+1 |
* | Remove more assignments in conditionals (while each to foreach) | Sam Reed | 2011-10-29 | 1 | -1/+1 |
* | Trim trailing whitespace | Sam Reed | 2011-09-04 | 1 | -5/+5 |
* | * Use Preprocessor_Hash by default in compiled mode, it is faster | Tim Starling | 2011-05-31 | 1 | -2/+2 |
* | More documentation tweaks/additions | Sam Reed | 2011-05-26 | 1 | -1/+1 |
* | Lots more documentation lines to MagicWord | Sam Reed | 2011-05-21 | 1 | -13/+133 |
* | Add |alt= option for galleries ( Bug 18682 ). Recommit of r86749, with nested... | Leo Koppelkamm | 2011-04-25 | 1 | -0/+1 |
* | Remove @static from all over the place. That's what the static keyword is for... | Chad Horohoe | 2011-04-21 | 1 | -1/+1 |
* | Moved constant initialisation to class definition instead of constructor | Alexandre Emsenhuber | 2011-04-01 | 1 | -8/+7 |
* | Changes default value so that it's not converted to array( 0 => '' ) by the (... | Alexandre Emsenhuber | 2011-03-25 | 1 | -1/+1 |
* | * Fix for r81960: List the local magic word synonyms first, so that they will... | Tim Starling | 2011-02-16 | 1 | -5/+22 |
* | More return type documentation | Sam Reed | 2011-02-08 | 1 | -0/+1 |
* | More unused variables | Sam Reed | 2010-11-30 | 1 | -1/+1 |
* | Remove some unreachable code (usually returns after throwing exceptions) | Sam Reed | 2010-08-24 | 1 | -1/+0 |
* | * Standardised file description headers | Alexandre Emsenhuber | 2010-08-08 | 1 | -0/+1 |
* | * (bug 23848) Add {{ARTICLEPATH}} Magic Word | Sam Reed | 2010-08-05 | 1 | -0/+1 |
* | Removal of unused globals | Sam Reed | 2010-07-24 | 1 | -2/+0 |
* | (bug 23426) The {{REVISIONMONTH}} variable is now zero-padded and added new v... | Matěj Grabovský | 2010-05-11 | 1 | -0/+1 |
* | Fixes for r62505: | Tim Starling | 2010-02-22 | 1 | -5/+8 |
* | Moving Conrad's recent parser work out to a branch. Reverted r62434, r62416, ... | Tim Starling | 2010-02-19 | 1 | -2/+0 |
* | clean r61713 (and r61710) per code review | Conrad Irwin | 2010-02-15 | 1 | -14/+16 |
* | partial revert for r62081. Make {{PIPETRICK}} like {{PAGENAME}}, add {{PIPETR... | Conrad Irwin | 2010-02-08 | 1 | -0/+2 |
* | Fix for r61710. Changing subst: to subst:$1 would cause huge problems with lo... | Conrad Irwin | 2010-01-30 | 1 | -0/+35 |
* | bug 22297 - "syntax for substitution that doesn't break transclusion" | Conrad Irwin | 2010-01-30 | 1 | -0/+11 |
* | Reversion/followup to r59300 as per Tims comment | Sam Reed | 2010-01-12 | 1 | -6/+6 |
* | Refactor LanguageConversion so that title conversion isn't so flimsy. Pull Ma... | Mark A. Hershberger | 2010-01-07 | 1 | -0/+2 |
* | Mass convert NULL -> null. Left strings and comments alone, obviously. | Chad Horohoe | 2009-12-11 | 1 | -1/+1 |
* | bug 21583 MagicWord::match function documentation is wrong | Sam Reed | 2009-11-20 | 1 | -4/+4 |
* | Add a {{STYLEPATH}} magic word; necessary for upcoming EditToolbar fix | Roan Kattouw | 2009-09-26 | 1 | -0/+1 |
* | Added parser test for r55601, has to clear MagicWord's object caching so that... | Alexandre Emsenhuber | 2009-08-26 | 1 | -0/+8 |
* | * Introduced a new system for localisation caching. The system is based aroun... | Tim Starling | 2009-06-28 | 1 | -1/+1 |
* | Revert r51200, r51253, r51254, addition of {{NUMBEROFCONTRIBS:...}} parser fu... | Tim Starling | 2009-06-06 | 1 | -40/+39 |
* | (bug 19012) Added {{NUMBEROFCONTRIBS}} variable | X! | 2009-05-30 | 1 | -39/+40 |
* | * (bug 5755) Introduce {{CURRENTMONTH1}} and {{LOCALMONTH1}} to display the m... | Shinjiman | 2009-05-20 | 1 | -0/+4 |
* | Cleanup in MagicWord::$mVariableIDs, removed IDs that aren't handled in Parse... | Alexandre Emsenhuber | 2009-05-03 | 1 | -11/+0 |
* | (bug 10336) Added new magic word {{REVISIONUSER}}, which displays the user na... | Nathaniel Herman | 2009-03-07 | 1 | -0/+1 |
* | * (bug 16335) __NONEWSECTIONLINK__ magic word to suppress new section link. | Brion Vibber | 2009-02-19 | 1 | -0/+2 |
* | Rename new ACTIVEUSERS word to NUMBEROFACTIVEUSERS | Aaron Schulz | 2009-02-17 | 1 | -2/+2 |
* | Add ACTIVEUSERS magic-word, complement to NUMBEROFUSERS. | Andrew Garrett | 2009-02-04 | 1 | -0/+2 |
* | Roll back r46196, 46202 for now "__IGNOREUNUSED__ excludes cats from UnusedCa... | Brion Vibber | 2009-01-27 | 1 | -1/+0 |
* | __IGNOREUNUSED__ excludes cats from UnusedCategories | Aryeh Gregor | 2009-01-25 | 1 | -0/+1 |
* | rm protectionlevel from mVariableIDs per iAlex on codereview | Alex Z | 2009-01-09 | 1 | -1/+0 |