mediawiki-extensions-Gadgets/includes
Siddharth VP 087ab65e24 Avoid caching serialized PHP object
Cache array representation of the Gadget object instead of the
php-serialized representation. Gadget::toArray() is an inverse of the
constructor which already constructs an object from an array of config
values.

Also, the static Gadget::newFromDefinitionContent method which accesses
the service container is replaced with the dependency-less
serializeDefinition() method.

Bug: T303194
Change-Id: Ieae6706537143d766777b2299c31726e2a1dfd29
2023-06-22 06:01:28 +00:00
..
Api Add support for ES6 gadgets, but with validation disabled 2022-10-20 22:03:18 +00:00
Content Gadgets should default to mobile and desktop targets 2023-06-21 15:36:39 +00:00
Gadget.php Avoid caching serialized PHP object 2023-06-22 06:01:28 +00:00
GadgetDefinitionNamespaceRepo.php Avoid caching serialized PHP object 2023-06-22 06:01:28 +00:00
GadgetLoadConditions.php Use RequestContext::getActionName instead of the uncached ActionFactory::getActionName 2022-03-26 22:00:01 +00:00
GadgetRepo.php build: Updating mediawiki/mediawiki-phan-config to 0.12.0 2022-10-09 12:06:20 +00:00
GadgetResourceLoaderModule.php Add support for ES6 gadgets, but with validation disabled 2022-10-20 22:03:18 +00:00
Hooks.php Add PreferencesGetIconHook 2022-10-14 19:02:29 -05:00
MediaWikiGadgetsDefinitionRepo.php Avoid caching serialized PHP object 2023-06-22 06:01:28 +00:00
SpecialGadgets.php Add support for ES6 gadgets, but with validation disabled 2022-10-20 22:03:18 +00:00
SpecialGadgetUsage.php Namespace extension 2022-03-05 17:03:35 +00:00