Commit Graph

9 Commits

Author SHA1 Message Date
stephan.kasdorf
a60ce90643 Use pathinfo() for file extension checks in module registry. 2026-02-18 17:08:18 +01:00
stephan.kasdorf
bb7a081a68 Restrict settings file processing to .ini files in module registry. 2026-02-18 14:19:53 +01:00
stephan.kasdorf
16c1a08345 VERSION 1.0.0
Implement new auto class and refactor usages of deprecated autoloader

A new automatic class loading mechanism has been introduced (Auto), replacing the deprecated Autoloader. This refactoring includes updating directory paths, changing the ownership of directories, and modifying file content strings. The codebase has been scoured to replace all instances of the discontinued Autoloader with the new class/method calls.
2024-02-27 16:25:10 +01:00
Stephan Kasdorf
b1bded6101 Version 0.9.6 beta - added new form elements, also added a nibiru binary in order to create modules and plugins. 2023-04-03 21:13:03 +02:00
stephan
6af41552f0 Version 0.9.5 beta - made the module configurations environment possible, now the module configuration can also be different dependent on the APPLICATION_ENV, added a possible VALUE for a div layer so HTML code can also be added inside the form elements. 2020-12-17 21:23:09 +01:00
Stephan Kasdorf
112c00ff1b Version 0.9.5 beta - in some cases needed for re-clearing the module registry 2020-09-19 20:41:43 +02:00
Stephan Kasdorf
2c7117d2d5 Version 0.9.5 beta - in some cases needed for re-clearing the module registry 2020-09-19 20:39:30 +02:00
Stephan Kasdorf
12288f52df Version 0.9.5 beta - update for the autoloading and a bugfix for the registry, also the dispatcher checks for the file before loading now. 2020-01-06 11:32:33 +01:00
Stephan Kasdorf
918a2cb4ec REFACTORING: updated the autoloader, currently a duplicate section has to be refactored. Added a Registry for the settings section of every module. 2019-11-10 23:00:26 +01:00