aboutsummaryrefslogtreecommitdiffstats
path: root/includes/DateFormatter.php
Commit message (Expand)AuthorAgeFilesLines
* * Reorganised the includes directory, creating subdirectories db, parser and ...Tim Starling2008-06-161-283/+0
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-1/+1
* * remove end of line whitespaceSiebrand Mazeland2008-04-141-3/+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-5/+1
* Revert r20769: we don't use PHPDocumentor anymore, we use doxygen.Brion Vibber2007-03-281-1/+5
* PHPDocumentor [http://en.wikipedia.org/wiki/PhpDocumentor] documentation twea...Nick Jenkins2007-03-281-5/+1
* Use Doxygen @addtogroup instead of phpdoc @package && @subpackageAntoine Musso2007-01-201-4/+2
* Minor tweak for E_STRICT PHP whinging:Nick Jenkins2007-01-031-2/+2
* Abolished $wgDBname as a unique wiki identifier, it doesn't work with the new...Tim Starling2006-10-041-3/+3
* Merged localisation-work branch:Tim Starling2006-07-261-4/+16
* Deferred loading of DateFormatter.php and IP.php. Standardised IP.php functio...Tim Starling2006-07-141-57/+48
* Switching from phpdoc to doxygen (use less than 32MB of memory).Antoine Musso2006-04-191-2/+2
* Remove yet more stray executable bits. The last, I hope.Brion Vibber2006-04-041-0/+0
* * s~\t+$~~Ævar Arnfjörð Bjarmason2006-01-071-12/+12
* Clean up unused globals!Antoine Musso2005-12-041-1/+1
* * strtolower() => $wgContLang->lc()Ævar Arnfjörð Bjarmason2005-10-291-12/+7
* Code cleanup: normalize case for intval(), strval(), floatval() calls.Brion Vibber2005-08-161-5/+5
* fix some issues with phpdocAntoine Musso2005-07-051-0/+1
* * Removed empty commentsÆvar Arnfjörð Bjarmason2005-05-241-13/+0
* * (bug 2217) Fix conversion of negative ISO years.Anders Wegge Jakobsen2005-05-221-1/+1
* * Fixed some phpdoc errors, see http://wikipedia.sf.net/doc/errors.htmlÆvar Arnfjörð Bjarmason2005-05-101-0/+2
* * Fixed a bug that appeared when the 'date' preference was set to 'ISO 8601'Ævar Arnfjörð Bjarmason2005-04-281-0/+1
* Setup.php-DateFormatter was using a lot of CPU time on the live site. Moved i...Tim Starling2005-04-201-2/+19
* * @subpackage ParserÆvar Arnfjörð Bjarmason2005-04-131-1/+1
* * (bug 1224) Use proper date messages for date reformatterBrion Vibber2004-12-291-13/+18
* support short as well as long names in date formattingRiver Tarnell2004-12-271-3/+6
* Split files and classes in different packages for phpdocumentor. I probably c...Antoine Musso2004-09-031-0/+2
* phpdocumentor comments placeholdersAntoine Musso2004-09-031-20/+49
* Changing comments layout preparing for generated documentation with Phpdocume...Antoine Musso2004-09-021-2/+11
* massive double to single quotes conversion. I have not noticed any bug after ...Antoine Musso2004-08-221-12/+12
* some double quoting replaced by single quotingAntoine Musso2004-06-081-26/+26
* fixing noticeTim Starling2004-03-201-2/+2
* Fix for compatibility with short_open_tag = OffBrion Vibber2004-02-181-1/+1
* fixed a few minor bugs and misc. noticesTim Starling2004-01-101-1/+1
* New date formatterTim Starling2003-11-201-0/+237