Commit Graph

259 Commits

Author SHA1 Message Date
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
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
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
1dddba0fc8
Moved some arrays to the Registry, and marked and updated deprecated class methods and values in the compiler. 2022-09-10 10:16:44 +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
4e30fcb967
Moves the Pro features into the Public version of JCB. 2022-07-09 17:16:21 +02:00
9f04566c81
Fixed the JCB package import url inclusion limitation. 2022-06-02 14:05:34 +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
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
6beb6edf91
Initial steps towards the J4 legacy edition. 2021-10-19 03:30:46 +02:00
b64e423f51
Added the option to import JCB packages with GUID mapping. Resolved gh-657 to allow for painless fieldtype change in the field area. 2021-08-11 14:15:55 +02:00
b0f66f0577
Upgrade of UIkit v2 & v3 2021-05-27 02:25:54 +02:00
d5482d65cb
Fixed gh-748 so that tags are able to be added to the list admin view. Makes the adding of tags dynamic based on tag field in the view. 2021-05-19 17:44:14 +02:00
3c3951ae83
Converted all files from dos to unix, as most servers are UNIX based anyway. This fixes the linebreak mismatching issue mentioned in gh-638. 2021-03-05 05:08:47 +02:00
e579cd421a
Changed the compiler gif image, and improved the overall compiler GUI experience. Added the feature for dynamic hashing of strings and or files. 2021-02-19 02:35:54 +02:00
54a86fb530
Reordered some helper class code in the GUI. Fixed gh-663 so that the label is used in the filter instead of the code_name. Renames field to Modeling Method in the field area. 2021-01-30 15:41:35 +02:00
bb414c980c
Removes the custom component field from JCB. Made some filters to be multiple selection in site & component list view. Adds the combo field more correctly to JCB. 2021-01-15 09:13:20 +02:00
12600431ca
Resolves gh-644 and addes the option to add, or hide the category sub-menu of a view. 2021-01-06 12:03:07 +02:00
3bd2158b83
Fixed gh-629 to add a hidden title field when a view does not have a title field. 2020-12-24 15:39:33 +02:00
a422ea7fcc
Fix bug in the custom field where the JText::( missing and _ 2020-12-13 13:44:04 +02:00
b3ab6337d2
Added the new Intelligent fix to the assets table rules column (the new default). This will add the fix only if needed, and removes it only if no longer needed, with messages that tell the end-user what it has done. Resolves gh-616 2020-12-11 04:05:48 +02:00
b65d868a86
Added the GUI switch to control the adding of the asset table fix. gh-616 2020-12-10 03:31:30 +02:00
4339ca00b3
Added sql to the uninstall sql to remove changes made to the assets table on uninstall of a component. resolved gh-616 2020-12-01 06:07:38 +02:00
f20039b390
Added getListViewDefaultOrdering method to compiler. Moved getFieldDatabaseName to the get class of the compiler. Updated the setFieldFilterListSet method. Imporved the filter query code to ignore empty values. gh-378 2020-11-30 05:59:45 +02:00
9d9c8e664e
Moved the default static code of the admin list views to compiler. gh-378 2020-11-29 05:43:24 +02:00
302328c92a
Add getFieldsetXML and getFieldXMLString method to build fields in compiler gh-378. Refactoring the compiler to use camelcase for view code names. 2020-11-28 21:33:39 +02:00
2490123095
Updated the contribute area in README. Added the multi filter query method, and adapted the setFilterQuery method for the new filter options. gh-378 2020-11-21 07:07:18 +02:00
e7104d9c1c
Added the new field changes for the new filter implementation. gh-378 2020-11-21 07:03:48 +02:00
dd3aaddf62
added the database update scripts for the new changes. 2020-09-15 19:02:49 +02:00
d062e03a04
Added the overide option to the linked admin views. Added the option to remove line breaks in all langguage strings. Increased the field size to MEDIUMTEXT for the default input in joomla_module custom_admin_view and site_view. 2020-08-19 02:54:09 +02:00
98f1821914
Added the option to exclude language strings from JCB package exports. 2020-07-28 06:14:49 +02:00
354565d96a
Major improment to user helper methods. Fixed custom field building options to allow options to be set. Fixed gh-569 to use correct paths in module custom fields and rules. Imporved the fancy date helper methods. Added the new Text::_() languange string search for language strings. Add the option to add header custom code to custom fields. 2020-07-07 17:13:04 +02:00
e86ab88f5c
Fixed gh-571 compiler path errors. 2020-06-25 21:22:30 +02:00
90f48bd5fa
Updated paypal donation link in readme note. 2020-06-02 00:49:30 +02:00
f2b2228dd7
Fixed gh-565 by removing the old PHPExcel_IOFactory and adding the new. Updated the subform layout for verious subforms in JCB for beter display. Change the helper category naming conventions for better integration with Joomla fields. gh-561 2020-05-29 03:01:07 +02:00
5f1d17bfb3
Fixed GUID duplication issue. 2020-05-25 02:38:16 +02:00
2564b75e5d
Changed JArrayHelper to use ArrayHelper and added the use namespace to the files needed. Changed JString to use StringHelper and added the use namespace to the files needed. Fixed the spelling mistake of uniqe. Made changes to compiler to accomidate the new pro member feature that added viewsDefaultOrdering options. Fixed the moving of custom fields found in subforms of a plugin or module. Improved the sorting options to correctly map for custom fields and the category field. 2020-05-22 01:38:20 +02:00
c006572674
fixed the downloading url for the update server. 2020-04-05 02:16:50 +02:00
ad8717a47d
Added events to the new module and plugin translation areas. Updated the fieldtypes to have more info on the showon property. 2020-04-03 20:45:48 +02:00
e051134a79
Fixed gh-534 so that the correct comment is made in the module area with the GUI placeholders. First steps towards adding multi languages for both modules and plugins gh-503 gh-493 in JCB. Other small improvments to the date helper methods. Add the otpion to target the admin area with modules. 2020-03-24 03:11:43 +02:00
86f671c87c
Added module area target client switch. Added the custom code placeholder search to modules. Improved the JCB backup feature to only move the zip package to the backup location. 2020-03-13 04:45:08 +02:00