aboutsummaryrefslogtreecommitdiffstats
path: root/includes/MWTimestamp.php
Commit message (Expand)AuthorAgeFilesLines
* Reorg: Move MWTimestamp to MediaWiki\UtilsAmir Sarabadani2023-08-191-148/+0
* Replace internal Hooks::runnerUmherirrender2023-05-111-1/+2
* Reorg: Move RawMessage to under language/Amir Sarabadani2022-12-161-0/+1
* Make use of ?:, ?? and ??= operators in mostly trivial casesthiemowmde2022-12-051-9/+3
* Remove deprecated MWTimestamp::getHumanTimestampUmherirrender2022-11-031-29/+0
* Hard-deprecate MWTimestamp::getHumanTimestampMatěj Suchánek2022-06-201-0/+1
* Use name constants to access config settings.daniel2022-04-071-2/+3
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-2/+2
* Split TimeCorrection parser into separate classDerk-Jan Hartman2021-05-071-51/+11
* Convert MWTimestamp to UserIdentitydaniel2021-03-111-7/+15
* Annotate newable classesdaniel2020-07-071-0/+2
* Hooks::run() call site migrationTim Starling2020-05-301-4/+3
* Remove unnecesary else blocksReedy2018-09-241-4/+4
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-3/+3
* Use wikimedia/timestampKunal Mehta2017-02-281-0/+1
* Rename Convert*a*bleTimestamp to Convert*i*bleTimestampKunal Mehta2016-09-211-1/+1
* Split out ConvertableTimestamp classAaron Schulz2016-09-161-230/+6
* MWTimestamp: Allow providing a DateTime object directlyKunal Mehta2016-08-211-2/+6
* Convert all array() syntax to []Kunal Mehta2016-02-171-6/+6
* Move 90e1b22166b0 release notes to 1.27 file, and fix @since tagKunal Mehta2015-11-211-1/+1
* Fix Generic.Files.LineLength phpcs failure in 11 files under includes/Amir E. Aharoni2015-10-031-3/+7
* Fix issues identified by SpaceBeforeSingleLineComment sniffVivek Ghaisas2015-09-261-1/+1
* Add MWTimestamp::getTimezoneString(), use it in file revert messagegladoscc2015-09-231-0/+20
* Made MWTimestamp handle UNIX floatsAaron Schulz2015-08-201-3/+4
* Move MWTimestamp::getHumanTimestamp() to LanguageBrian Wolff2015-05-311-29/+6
* Reject out-of-range output when converting to TS_MWBrad Jorsch2014-12-191-0/+5
* Replace wfRunHooks calls with direct Hooks::run callsAaron Schulz2014-12-101-2/+2
* Remove unmatched @paramumherirrender2014-08-161-1/+0
* Cleanup some docs (includes/*.php)umherirrender2014-07-241-2/+2
* Don't use isset() to check for nullAlexandre Emsenhuber2014-06-301-1/+1
* Make phpcs-strict pass on includes/ (6/~10)Siebrand Mazeland2014-05-121-17/+49
* Fixed some @params documentation (includes/*)umherirrender2014-04-201-1/+1
* Split Timestamp.php into class and exception filesaddshore2014-01-251-0/+391