wiki.techinc.nl/includes/Message
Bartosz Dziewoński 159dad8abb language: Improve behavior of RawMessage used as MessageSpecifier
We have some code that expects that if you disassemble a
MessageSpecifier using its getKey() and getParams() methods,
then assemble a new MessageSpecifier using the return values,
you will get (at least approximately) the same message.

This was not the case with RawMessage, even though it implements
the MessageSpecifier interface, because its "keys" are not real
message keys, and this operation would mess it up.

Override the MessageSpecifier methods on RawMessage so that they're
compatible with how everyone expects a MessageSpecifier to work.

Add some tests for OutputPage, Message\Converter and Status
to verify some scenarios that would previously have failed.

Depends-On: I41991989515b4791bc1746f26bd404bf4f17dbdb
Depends-On: I612361dd20ff8aad4c0069f1c5af78e3e13b9692
Change-Id: Iddd14efa8b9536277c372257d5a7be135f26a540
2024-07-16 15:06:26 +01:00
..
Converter.php REST: Introduce trait for handling Status objects 2024-03-12 14:48:33 +01:00
Message.php language: Improve behavior of RawMessage used as MessageSpecifier 2024-07-16 15:06:26 +01:00
MessageFormatterFactory.php
TextFormatter.php
UserGroupMembershipParam.php Deprecate Message::objectParams() and related code 2024-05-28 22:03:46 +00:00