Commit Graph

52 Commits

Author SHA1 Message Date
df16b2e3ad
Fix the update server #978 issue. Fixed the change log to load all entries, not just the last one. Fixed #983 so that database updates are created when adding a new adminview. Moved a few builder arrays to the Compiler Registry. Adds super powers to JCB. Adds Gitea API library. Improves Power filters. Fix #991 to add the Utilities service class. Adds Superpower Key (SPK) replacement feature. Adds Superpower search (GREP) feature. Adds Power Insert/Update Classe. Fix #995 that all update sites are using the correct URL. 2023-05-02 02:10:55 +02:00
737bd03e46
Stable release of v3.1.19
We fixed #972 so that custom code (in the header) will be added after the power namespaces. We added a message to show when a server move failed. We fixed the BaseConfig to not use '_' as separator. We fixed the footable loading issue. We removed the need for passing placeholders by reference. We added the option to generate a CHANGELOG. We fixed the server class to load new client if server details changed. We fixed the readme placeholder issue #978. We fixed the empty server url issue #978. Fixed Package import to now use the phplibsec version 3.
2023-02-27 14:27:41 +02:00
339aec221e
Moves all major structre function to container. Adds new Server replacment class for legacy calls. Refactored multiple classes. Add more advanced compiler options, with donation notice. 2023-02-12 21:15:41 +02:00
7fa8964b44
Fixed alias builder #973 2023-02-06 13:28:45 +02:00
7edbe20c33
Move the Power, Plugin and Module builders into the container. Many more PHP 8 improvments. 2023-01-29 22:12:42 +02:00
e6c02a29f6
Move the whole compiler GET of the component object to now use the container->component object/class. 2023-01-22 02:38:21 +02:00
f44f385159
Converts compiler to move component get methods to the powers area. 2023-01-15 10:42:19 +02:00
e8abe8e3cf
Moved minify to powers. Improved the mapper class. 2023-01-08 12:01:14 +02:00
e771e7d243
Adds some PHP 8 ready changes to compiler classes. Adds Server and Crypt classes. 2023-01-01 04:11:34 +02:00
e614f2ec23
Adds phpseclib version 3. 2022-12-29 08:12:03 +02:00
d28e4c74af
Adds power infusion class. 2022-12-18 10:16:43 +02:00
a2ec013566
Moved all placeholder behaviour to class function. Moved dynamic content to the content class. 2022-12-11 17:06:13 +02:00
4217b22f67
Adds new Content class. Adds the intial Package Classes. Removed phpseclib. 2022-12-04 11:23:43 +02:00
6c42b5af61
Rename some database classes, adds the core database classes. 2022-11-27 09:31:56 +02:00
1c7515d0f5
Moved Core Table class to be used all over JCB. 2022-11-20 10:51:56 +02:00
7759738938
Adds form task, token to search form. Adds url updater to search area. 2022-11-12 22:42:08 +02:00
9f30f30b9e
Release search stable BETA. 2022-11-04 22:18:05 +02:00
f1cb398f7a
Adds beta search engine to JCB. 2022-11-02 21:48:20 +02:00
f2ea22d0ad
Continued development on the search feature 2022-10-31 00:34:54 +02:00
869a1879cb
Moved some class around for better structure in the jcb_powers of JCB. Fixed small issue with JCB package export. 2022-10-23 23:18:02 +02:00
d4843d6696
Improved the compiler power building class. Add the search form and the needed ajax functions. 2022-10-20 16:40:18 +02:00
9db33ad449
Fixed issue #957 to load classes namespace. Refactored search classes. Improved the Power compiler class. 2022-10-06 19:34:44 +02:00
dcb4f86ee2
Fixed power include issue in plugin. 2022-09-20 15:09:12 +02:00
5537a868e3
Adds licensing template option to the powers area. 2022-09-20 13:06:03 +02:00
f4fccfe761
Adds the update option for sub-form array values 2022-09-19 10:05:41 +02:00
fca5bd5f42
Adds basic and regex search and replace types. 2022-09-17 23:59:31 +02:00
c53ece2a2d
Adds more classes, and refactoring to the search feature. Adds test search to search page. #952 2022-09-16 23:49:53 +02:00
d757e14fac
Adds the initial classes needed for the new search feature. Adds the empty view for the search feature. #952 2022-09-14 17:40:02 +02:00
c5a85f167e
Moved many field related get methods to its own classes 2022-09-10 10:12:13 +02:00
4a32d3d50e
Adds interfaces to many classes. 2022-09-03 12:48:53 +02:00
0512af0f33
Adds the customcode extractor class 2022-09-02 12:24:00 +02:00
abe9b5d227
Adds the customcode dispencer class 2022-09-01 12:24:55 +02:00
4928a8baaf
Moves multiple class methods to their own power classes. Moves many compiler config values to its own config class. Updated the Expantion method to use the new config class. 2022-08-30 17:28:41 +02:00
f8ac247377
Initial move of configuration to its own class and factory. #951 2022-08-21 19:21:03 +02:00
e7500b76eb
Add tmp debugging. 2022-08-20 18:33:09 +02:00
a0fda76abd
Adds getExtensionInstallClass and setInstallMethodScript to its own class. #950 2022-08-20 18:02:48 +02:00
c9aa80aec1
Moved JCB into one version. 2022-07-09 17:45:08 +02:00
4e30fcb967
Moves the Pro features into the Public version of JCB. 2022-07-09 17:16:21 +02:00
9e4a6e0c53
Moved urlExist to file helper class. 2022-06-11 19:11:00 +02:00
9f04566c81
Fixed the JCB package import url inclusion limitation. 2022-06-02 14:05:34 +02:00
c99cb17c5b
Fixed linking issue, improved the new helpers to not hard code the component name to them. 2022-05-16 06:27:50 +02:00
1e0533ffa5
Fixed #884 so we will have correct pagination in admin area J3. Imporved the import of powers JCB-pro. 2022-05-16 06:25:03 +02:00
c5be4ff5fa
Adds new helper classes. 2022-04-04 18:20:42 +02:00
ec827b7369
Moved more helper methods out to the utility classes. 2022-03-12 06:00:16 +02:00
3331a4c28d
Added the underscore back to the plugin language prefix 2022-03-10 06:32:52 +02:00
278f70c8a6
Adds new utilities abstract classes as helper methods. Moves the helper class autoloader above the class. Adds option to override the settings.json file. 2022-03-10 01:55:37 +02:00
53725a917d
Adds gitea URL. Adds option to add changelog gh-813. Adds clone option to some areas. Fixed gh-784 to allow BASE64 filter selection. 2021-12-21 16:44:50 +02:00
e3aac938aa
Updates the phpseclib library. 2021-06-15 01:23:57 +02:00
ddd940e968
Resolved gh-444 by adding the new phpspreadsheet library, and removing the old PHPExcel library. 2020-04-19 02:48:23 +02:00
010a134e1a
Moved the phpseclib files to their own folder in libraries. Improved the composer autoloader in JCB. Improved the phpseclib class implementation. Added a new Expert Mode to field modeling under the database tab in the field area. 2019-10-16 22:38:43 +02:00