ncc/src
Netkas 71214e769e
Refactor ncc extension registration logic, this also allows for debian packages to install the ncc extension automatically.
The logic related to the registration of the ncc extension has been refactored. Previously, the code that registered the ncc extension was contained in the installer. However, this change moves the code that registers the ncc extension from the installer to the Utilities/Functions class. This change was made because the extension registration is not only applicable to the installer, but is also required for several other components. This fact justified the need for the logic to be located in a more generic and accessible class. The Makefile, installer, generate_build_files.php files have been updated to reflect this change. Components using these should now work properly with the changes.
2023-10-12 16:24:36 -04:00
..
autoload - Cleaned up imports 2023-09-26 17:06:43 -04:00
config Added debian build (WIP) 2023-10-06 02:48:32 -04:00
debian Bumped version to 2.0.2 2023-10-11 18:59:09 -04:00
installer Refactor ncc extension registration logic, this also allows for debian packages to install the ncc extension automatically. 2023-10-12 16:24:36 -04:00
ncc Refactor ncc extension registration logic, this also allows for debian packages to install the ncc extension automatically. 2023-10-12 16:24:36 -04:00
templates Added Base files for Makefile and Php Utilities 2022-09-22 16:41:54 -04:00