aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Licenses.php
Commit message (Expand)AuthorAgeFilesLines
* Trim trailing whitespaceSam Reed2011-09-041-0/+4
* Swap else if for elseifSam Reed2011-06-171-1/+1
* Some for MaxSem tooSam Reed2011-05-281-7/+36
* Implement Message::isBlank and Message::isDisabled.Daniel Friesen2011-01-141-2/+2
* random w/s cleanupMark A. Hershberger2010-12-011-5/+5
* Get rid of PHP4-style constructorsChad Horohoe2010-08-301-1/+1
* Remove unused variableSam Reed2010-07-241-2/+0
* Fixed certain cases where license construction would be incorrect.Bryan Tong Minh2009-12-191-6/+3
* Followup to r57868: Fix two strict standards warningsBryan Tong Minh2009-10-181-1/+1
* Rewrote Special:Upload to allow easier extension. Mostly backwards compatible...Bryan Tong Minh2009-10-181-38/+44
* War on wfElement() and friends. Call the Xml members directly, rather than us...Chad Horohoe2008-12-141-1/+1
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-1/+1
* * remove end of line whitespaceSiebrand Mazeland2008-04-141-2/+1
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* Documentation tweaks to help documentation systems (Doxygen + PHPDocumentor) Nick Jenkins2007-04-041-1/+4
* Revert r20769: we don't use PHPDocumentor anymore, we use doxygen.Brion Vibber2007-03-281-4/+1
* PHPDocumentor [http://en.wikipedia.org/wiki/PhpDocumentor] documentation twea...Nick Jenkins2007-03-281-1/+4
* Use Doxygen @addtogroup instead of phpdoc @package && @subpackageAntoine Musso2007-01-201-2/+1
* Rename constructors to __constructorAntoine Musso2007-01-201-2/+2
* Code housekeeping stuff (and barring any stuff-ups on my behalf, there should...Nick Jenkins2006-11-231-3/+5
* Switching from phpdoc to doxygen (use less than 32MB of memory).Antoine Musso2006-04-191-4/+4
* * s~\t+$~~Ævar Arnfjörð Bjarmason2006-01-071-14/+14
* * (bug 3318) UI workarounds for disabled items in license selectorBrion Vibber2006-01-011-0/+1
* * FormattingÆvar Arnfjörð Bjarmason2005-12-301-8/+6
* * Reverting the last commit, if you just want to use a message from the userÆvar Arnfjörð Bjarmason2005-12-301-14/+1
* Commons upload license list language fixMagnus Manske2005-12-301-1/+14
* some useless calls / unitialized $matches arraysAntoine Musso2005-12-041-6/+8
* * @copyright tagÆvar Arnfjörð Bjarmason2005-11-131-0/+1
* * Revert last change to trimStars() which broke multi-level licenses like:Ævar Arnfjörð Bjarmason2005-09-281-8/+7
* * Improved trimStars()Ævar Arnfjörð Bjarmason2005-09-061-7/+6
* * Fixed a bug, array_slice() called incorrectlyÆvar Arnfjörð Bjarmason2005-08-311-3/+3
* eval() is evil! Improper escaping allowed, at a minimum, arbitrary globalBrion Vibber2005-08-301-11/+9
* Avar casts lvl 5 enhance to Licenses.php:Niklas Laxström2005-08-301-4/+5
* * disabled="disabled" attribute for headersÆvar Arnfjörð Bjarmason2005-08-291-3/+7
* * Support for a license selection box on Special:Upload, configurable from Me...Ævar Arnfjörð Bjarmason2005-08-291-0/+168