index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
parser
/
DateFormatter.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use explicit nullable type on parameter arguments
Umherirrender
2024-10-16
1
-1
/
+1
*
Namespace all remaining classes in includes/parser
James D. Forrester
2024-10-15
1
-0
/
+6
*
parser: Fix formatdate parser function for ISO year 0 = 1 BC
thiemowmde
2024-02-27
1
-1
/
+1
*
Reorg: Move HTML-related classes out of includes/ to Html/
Amir Sarabadani
2023-02-16
1
-0
/
+1
*
parser: Minor code style improvements in DateFormatter
thiemowmde
2023-01-11
1
-29
/
+13
*
Use the null coalescing assignment operator
Tim Starling
2022-10-21
1
-1
/
+1
*
DateFormatter: Move non-changing code out of anonymous function
Thiemo Kreuz
2022-08-10
1
-4
/
+3
*
DateFormatter: Turn private immutable properties into constants
Thiemo Kreuz
2022-08-08
1
-37
/
+41
*
DateFormatter: Rename reused variable name
Thiemo Kreuz
2022-08-08
1
-6
/
+6
*
phan: Remove PhanTypePossiblyInvalidDimOffset suppression
Umherirrender
2022-03-28
1
-0
/
+2
*
Remove some more comments that literally repeat the code
Thiemo Kreuz
2021-12-09
1
-1
/
+1
*
Remove dead variables and functions and unneeded parenthesis
Umherirrender
2021-08-13
1
-3
/
+0
*
Use more neutral or alternative language
Reedy
2021-03-20
1
-4
/
+2
*
Fix even more PSR12.Properties.ConstantVisibility.NotFound
Reedy
2020-05-16
1
-11
/
+11
*
Rehabilitate DateFormatter
Tim Starling
2019-04-10
1
-249
/
+192
*
Fix notices emitted from DateFormatter
Tim Starling
2019-04-10
1
-7
/
+10
*
Use PHP 7 '??' operator instead of if-then-else
Fomafix
2018-10-21
1
-4
/
+1
*
Add type hint Language where possible
Fomafix
2018-08-12
1
-1
/
+1
*
Mass conversion of $wgContLang to service
Aryeh Gregor
2018-08-11
1
-2
/
+4
*
Remove language as string for DateFormatter::getInstance
Fomafix
2018-04-19
1
-5
/
+2
*
parser: Deprecate string type for $lang arg in DateFormatter::getInstance
Fomafix
2018-02-20
1
-1
/
+4
*
Miscellaneous indentation tweaks
Bartosz Dziewoński
2017-02-27
1
-2
/
+2
*
Replace use of &$this
Brad Jorsch
2017-01-31
1
-1
/
+1
*
Make most of DateFormatter private
Max Semenik
2017-01-19
1
-10
/
+18
*
Un-blacklist PhanUndeclaredVariable
Erik Bernhardson
2017-01-18
1
-4
/
+7
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-10
/
+10
*
Replace newAccelerator() with getLocalServerInstance()
Aaron Schulz
2015-11-02
1
-1
/
+1
*
objectcache: Introduce IExpiringStore for convenient TTL constants
Timo Tijhof
2015-10-28
1
-1
/
+1
*
Make DateFormatter::getInstance use APC
Aaron Schulz
2015-10-26
1
-9
/
+14
*
Minor cleanups
Max Semenik
2015-04-02
1
-1
/
+1
*
Add missing documentation in DateFormatter.php
m4tx
2015-01-26
1
-6
/
+7
*
Fix phpcs issues in parser
addshore
2014-08-12
1
-12
/
+12
*
Cleanup some docs (includes/[m-r])
umherirrender
2014-07-24
1
-1
/
+1
*
Revert "Declare visibility on class properties of includes/parser/"
Ori.livneh
2014-05-16
1
-33
/
+4
*
Various documentation updates for includes/parser/
Siebrand Mazeland
2014-05-11
1
-0
/
+2
*
Fix most CodeSniffer issues in includes/parser/
Siebrand Mazeland
2014-05-11
1
-2
/
+4
*
Declare visibility on class properties of includes/parser/
Siebrand Mazeland
2014-05-11
1
-4
/
+33
*
Fixed some @params documentation (includes/parser)
umherirrender
2014-04-22
1
-7
/
+7
*
Fix "@param null $param" documentations
Thiemo Mättig
2014-04-09
1
-1
/
+2
*
Removed space after isset
umherirrender
2013-04-26
1
-3
/
+3
*
Fixed spacing in logging/parser/profiler/rl/revdel/search folder
umherirrender
2013-04-20
1
-5
/
+9
*
Added/Removed spaces around string concatenation
umherirrender
2013-04-13
1
-1
/
+1
*
fix some spacing
umherirrender
2013-03-25
1
-1
/
+1
*
Spellchecked /includes directory
Yuri Astrakhan
2013-03-13
1
-1
/
+1
*
Fixed @param tags to conform with Doxygen format.
Tyler Anthony Romeo
2013-03-11
1
-5
/
+5
*
fix some spacing
umherirrender
2013-03-07
1
-4
/
+4
*
fix some spacing
umherirrender
2013-02-04
1
-16
/
+16
*
Remove a bunch of trailing spaces and unneeded newlines
umherirrender
2012-10-10
1
-2
/
+2
*
Make DateFormatter work in any language, by default in the page content language
robin
2012-07-21
1
-33
/
+38
*
Added missing GPLv2 headers in some places.
Alexandre Emsenhuber
2012-05-01
1
-0
/
+16
[next]