wiki.techinc.nl/includes/Rest/Handler
thiemowmde dca4931b42 Make use of the ??= and ?? operators where it makes sense
This touches various production classes and maintenance scripts.
The code should do the exact same as before. The main benefit is that
the syntax avoids any repetition.

Change-Id: I5c552125469f4d7fb5b0fe494d198951b05eb35f
2024-08-26 09:26:36 +02:00
..
Helper Make use of the ??= and ?? operators where it makes sense 2024-08-26 09:26:36 +02:00
ActionModuleBasedHandler.php Replace a few more uses of deprecated Status / StatusValue methods 2024-08-22 19:34:51 +00:00
CompareHandler.php Use real type hints for services etc. in includes/Rest/ 2024-06-11 22:40:44 +02:00
CreationHandler.php REST: introduce getBodyParamSettings 2024-05-07 17:35:36 +00:00
EditHandler.php Use real type hints for services etc. in includes/Rest/ 2024-06-11 22:40:44 +02:00
LanguageLinksHandler.php
MediaFileHandler.php Use real type hints for services etc. in includes/Rest/ 2024-06-11 22:40:44 +02:00
MediaLinksHandler.php Use real type hints for services etc. in includes/Rest/ 2024-06-11 22:40:44 +02:00
ModuleSpecHandler.php REST: include version in generated OpenAPI spec 2024-08-19 20:47:40 +02:00
OpenSearchDescriptionHandler.php Use namespaced classes (2) 2024-06-16 20:23:55 +02:00
PageHistoryCountHandler.php Use expression builder instead of raw sql 2024-07-23 23:30:45 +02:00
PageHistoryHandler.php Use RawSQLValue/RawSQLExpression for some subqueries 2024-05-29 19:48:23 +00:00
PageHTMLHandler.php Deprecate Html*Helper::init() 2024-07-19 15:03:37 +00:00
PageSourceHandler.php Add content.v1 REST module with relevant content endpoints 2024-08-07 16:51:09 -05:00
ParsoidHandler.php Move Language and friends into Language namespace 2024-08-10 13:36:30 +02:00
RedirectHandler.php REST: Document new redirect feature. 2024-05-07 16:42:21 +02:00
RevisionHTMLHandler.php Deprecate Html*Helper::init() 2024-07-19 15:03:37 +00:00
RevisionSourceHandler.php Add content.v1 REST module with relevant content endpoints 2024-08-07 16:51:09 -05:00
SearchHandler.php Replace a few more uses of deprecated Status / StatusValue methods 2024-08-22 19:34:51 +00:00
TransformHandler.php REST: Mark TransformHandler as not needing write access 2024-06-15 02:58:36 -04:00
UpdateHandler.php REST: showcase usage of ArrayDef convenience functions 2024-07-25 16:54:18 +00:00