aboutsummaryrefslogtreecommitdiffstats
path: root/includes/parser/DateFormatter.php
Commit message (Expand)AuthorAgeFilesLines
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* Namespace all remaining classes in includes/parserJames D. Forrester2024-10-151-0/+6
* parser: Fix formatdate parser function for ISO year 0 = 1 BCthiemowmde2024-02-271-1/+1
* Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-0/+1
* parser: Minor code style improvements in DateFormatterthiemowmde2023-01-111-29/+13
* Use the null coalescing assignment operatorTim Starling2022-10-211-1/+1
* DateFormatter: Move non-changing code out of anonymous functionThiemo Kreuz2022-08-101-4/+3
* DateFormatter: Turn private immutable properties into constantsThiemo Kreuz2022-08-081-37/+41
* DateFormatter: Rename reused variable nameThiemo Kreuz2022-08-081-6/+6
* phan: Remove PhanTypePossiblyInvalidDimOffset suppressionUmherirrender2022-03-281-0/+2
* Remove some more comments that literally repeat the codeThiemo Kreuz2021-12-091-1/+1
* Remove dead variables and functions and unneeded parenthesisUmherirrender2021-08-131-3/+0
* Use more neutral or alternative languageReedy2021-03-201-4/+2
* Fix even more PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-161-11/+11
* Rehabilitate DateFormatterTim Starling2019-04-101-249/+192
* Fix notices emitted from DateFormatterTim Starling2019-04-101-7/+10
* Use PHP 7 '??' operator instead of if-then-elseFomafix2018-10-211-4/+1
* Add type hint Language where possibleFomafix2018-08-121-1/+1
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-2/+4
* Remove language as string for DateFormatter::getInstanceFomafix2018-04-191-5/+2
* parser: Deprecate string type for $lang arg in DateFormatter::getInstanceFomafix2018-02-201-1/+4
* Miscellaneous indentation tweaksBartosz Dziewoński2017-02-271-2/+2
* Replace use of &$thisBrad Jorsch2017-01-311-1/+1
* Make most of DateFormatter privateMax Semenik2017-01-191-10/+18
* Un-blacklist PhanUndeclaredVariableErik Bernhardson2017-01-181-4/+7
* Convert all array() syntax to []Kunal Mehta2016-02-171-10/+10
* Replace newAccelerator() with getLocalServerInstance()Aaron Schulz2015-11-021-1/+1
* objectcache: Introduce IExpiringStore for convenient TTL constantsTimo Tijhof2015-10-281-1/+1
* Make DateFormatter::getInstance use APCAaron Schulz2015-10-261-9/+14
* Minor cleanupsMax Semenik2015-04-021-1/+1
* Add missing documentation in DateFormatter.phpm4tx2015-01-261-6/+7
* Fix phpcs issues in parseraddshore2014-08-121-12/+12
* Cleanup some docs (includes/[m-r])umherirrender2014-07-241-1/+1
* Revert "Declare visibility on class properties of includes/parser/"Ori.livneh2014-05-161-33/+4
* Various documentation updates for includes/parser/Siebrand Mazeland2014-05-111-0/+2
* Fix most CodeSniffer issues in includes/parser/Siebrand Mazeland2014-05-111-2/+4
* Declare visibility on class properties of includes/parser/Siebrand Mazeland2014-05-111-4/+33
* Fixed some @params documentation (includes/parser)umherirrender2014-04-221-7/+7
* Fix "@param null $param" documentationsThiemo Mättig2014-04-091-1/+2
* Removed space after issetumherirrender2013-04-261-3/+3
* Fixed spacing in logging/parser/profiler/rl/revdel/search folderumherirrender2013-04-201-5/+9
* Added/Removed spaces around string concatenationumherirrender2013-04-131-1/+1
* fix some spacingumherirrender2013-03-251-1/+1
* Spellchecked /includes directoryYuri Astrakhan2013-03-131-1/+1
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-5/+5
* fix some spacingumherirrender2013-03-071-4/+4
* fix some spacingumherirrender2013-02-041-16/+16
* Remove a bunch of trailing spaces and unneeded newlinesumherirrender2012-10-101-2/+2
* Make DateFormatter work in any language, by default in the page content languagerobin2012-07-211-33/+38
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-011-0/+16