Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-11-18 | 983 Bytes | |
v2023.16 source code.tar.gz | 2023-11-18 | 1.3 MB | |
v2023.16 source code.zip | 2023-11-18 | 2.3 MB | |
Totals: 3 Items | 3.6 MB | 1 |
Example app
Better example how to use application modules as services * Loggers become service modules * Auth controllers become service modules
Jet
- Auth: controller provider feature added
- Logger: controller provider feature added
- Translator:
- installApplicationModuleDictionaries( Application_Module_Manifest $module ) : void method added
- collectApplicationModuleDictionaries( Application_Module_Manifest $module ) : void method added
- uninstallApplicationModuleDictionaries( Application_Module_Manifest $module ) : void method added
- setCurrentDictionaryTemporary( string $dictionary, callable $action ): void method added
Jet + Example app
Modules can now carry their dictionaries in the installation directory and dictionaries can be installed or uninstalled together with the module.
Jet Studio:
- Necessary modifications around dictionaries and new features
- New feature: dictionary collection