aboutsummaryrefslogtreecommitdiffstats
path: root/includes/libs/Message
Commit message (Expand)AuthorAgeFilesLines
* Replace wfDeprecatedMsg with trigger_error in ScalarParam.phpDoğu Abaris2025-02-021-1/+4
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-172-3/+0
* includes/libs/Message: Add return type hints, update methodsDoğu Abaris2024-11-218-67/+69
* Message: Downgrade exception on bool/null param to warningBartosz Dziewoński2024-11-021-4/+9
* Make MessageValue JsonCodecable instead of JsonDeserializableIsabelle Hurbain-Palatin2024-10-285-20/+23
* Remove Message::objectParams() and related codeBartosz Dziewoński2024-10-273-33/+1
* SECURITY: Message: Don’t call is_callable() on stringsLucas Werkmeister2024-10-241-1/+3
* Make Message and MessageValue compatibleBartosz Dziewoński2024-10-196-25/+50
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-2/+2
* libs: Add missing documentation to class propertiesUmherirrender2024-09-132-0/+3
* Message: Make toJsonArray() methods protectedBartosz Dziewoński2024-08-214-4/+4
* Message: Validate ScalarParam and ListParam typesBartosz Dziewoński2024-08-214-0/+35
* Replace gettype() with get_debug_type() in exception messagesBartosz Dziewoński2024-07-311-1/+1
* Namespace MessageSpecifier under Wikimedia\Message\Bartosz Dziewoński2024-07-281-0/+49
* ScalarParam: Un-deprecate Stringable, deprecate ParamType::OBJECT insteadBartosz Dziewoński2024-07-221-4/+7
* Make MessageValue implement JsonDeserializableBartosz Dziewoński2024-06-125-6/+94
* Deprecate Message::objectParams() and related codeBartosz Dziewoński2024-05-283-2/+9
* Import InvalidArgumentException at top of the sourceEbrahim Byagowi2024-05-191-2/+3
* Message: Annotate ITextFormatter::format as returning an unsafe valueDaimona Eaytoy2022-11-081-0/+1
* Various whitespace changesUmherirrender2022-07-121-2/+2
* Add Message/MessageValue user group member parameter typeTChin2021-11-163-5/+28
* Add message parameter type for User GroupsTChin2021-10-142-0/+18
* Fix a bunch of random typosDannyS7122021-06-291-1/+1
* Add Message/MessageValue datetime parameter typesPetr Pchelko2021-03-302-0/+54
* Replace "@stable for calling" by "@stable to call"daniel2020-07-134-4/+4
* Annotate newable classesdaniel2020-07-074-0/+16
* Fix some more Squiz.Scope.MethodScope.MissingReedy2020-05-171-2/+2
* Fix more libs PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-161-10/+10
* Fix some includes/libs PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-161-4/+4
* libs/Message: Fix value of ParamType::DURATION_SHORTBrad Jorsch2019-11-251-1/+1
* libs/Message: Add DataMessageValueBrad Jorsch2019-10-173-16/+130
* libs/Message: Add static constructorBrad Jorsch2019-10-171-0/+10
* libs/Message: Improve parameter validationBrad Jorsch2019-10-172-4/+13
* lib/Message: Support MessageValue as a parameterBrad Jorsch2019-08-301-1/+1
* libs/Message: Improve documentationBrad Jorsch2019-08-299-115/+422
* MessageFormatterFactoryTim Starling2019-08-288-0/+513