Commit Graph

61 Commits

Author SHA1 Message Date
Robot 3a48b5596c
Release of v3.2.1-alpha4
Add Joomla powers for namespace dynamic management.
2024-04-16 19:05:17 +02:00
Robot ec714566f6
Release of v3.2.0-beta10
Fix the search area layout. Fix the search area code line selection. Fix the input edit button for custom fields. Add the new layout to list fields (GUI UPDATE).
2024-03-26 22:30:10 +02:00
Robot d1e1a56671
Stable release of v3.2.0-beta1
Move beta to main repo. Fix #1053 so that the right and left tabs display correctly in Joomla 4&5.
2024-03-02 22:10:30 +02:00
Llewellyn van der Merwe ae9451292f
Adds better remote repository management for the super power features. Fixes #1014 so that powers are added to components. 2023-10-20 20:29:19 +02:00
Llewellyn van der Merwe e99899f6f1
Fixed changelog direction so newest changes is listed at top of the file. Finished the init function of super powers. Adds rest function inside super power. Adds super powers to all templates. Updates many helper class methods to now use the utility classes. Adds the method to the component entry file (as-well). Moved most methods from the compiler fields class to powers. #955 Refactored many new builder classes from the registry class. Converted the Content class to two builder classes. Adds option to add additional templates to a module. Resolves #1002 by adding STRING instead of WORD. Ported the FOF encryption class into Powers. https://git.vdm.dev/joomla/fof Changed all CSS and JS to use instead of in compiler code. Adds option to turn jQuery off if UIKIT 3 is added. Adds option to auto write injection boilerplate code in Powers area. Adds option to auto write service provider boilerplate code in the Powers area. Improved the method and all banner locations to fetch from https://git.vdm.dev/joomla/jcb-external/ instead. Major stability improvements all over the new powers complier classes. New [base Registry class](https://git.vdm.dev/joomla/super-powers/src/branch/master/src/7e822c03-1b20-41d1-9427-f5b8d5836af7) has been created specially for JCB. Remember to update all plug-ins with this version update (use the package). 2023-10-18 09:26:30 +02:00
Llewellyn van der Merwe 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
Llewellyn van der Merwe 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
Llewellyn van der Merwe 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
Llewellyn van der Merwe c9aa80aec1
Moved JCB into one version. 2022-07-09 17:45:08 +02:00
Llewellyn van der Merwe 4e30fcb967
Moves the Pro features into the Public version of JCB. 2022-07-09 17:16:21 +02:00
Llewellyn van der Merwe 9e4a6e0c53
Moved urlExist to file helper class. 2022-06-11 19:11:00 +02:00
Llewellyn van der Merwe 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
Llewellyn van der Merwe 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
Llewellyn van der Merwe 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
Llewellyn van der Merwe 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
Llewellyn van der Merwe 8abe3bced8
Adds the option to select between old and new gif animation in the compiler GUI area. 2021-02-20 01:53:14 +02:00
Llewellyn van der Merwe 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
Llewellyn van der Merwe 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
Llewellyn van der Merwe b65d868a86
Added the GUI switch to control the adding of the asset table fix. gh-616 2020-12-10 03:31:30 +02:00
Llewellyn van der Merwe 68769604dd
Resolved gh-598 to allow empty prefix as default. 2020-09-15 18:59:20 +02:00
Llewellyn van der Merwe 98f1821914
Added the option to exclude language strings from JCB package exports. 2020-07-28 06:14:49 +02:00
Llewellyn van der Merwe 3a5681ce43
Added option to dynamicly set the sub-form layout from global options. Fixed bug in compiler that caused index warning. 2020-07-13 04:52:06 +02:00
Llewellyn van der Merwe 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
Llewellyn van der Merwe 2b1e0a65fa
Added option to include or exclude Joomla Plugins from being compiled or exported. Added the Joomla\Utilities\ArrayHelper to helper class header. Added option to only export words if required global option fields are set. Added option to use strict field access on all exports if required global option fields are set. Fixed gh-475 by adding the option to add a github token if needed under the global options global tab, also updated the error message. 2019-09-10 19:38:16 +02:00
Llewellyn van der Merwe affaeb72f8
Resolved gh-441 to allow fieldtype name prefixing. Resolved gh-443 to allow Alphanumeric+dot in fieldtype name. Fixed gh-446 to insure that JFormRuleInt validates correctly in the admin field realtions. Improved the new plugin area to also have system name and option to add custom header code. gh-436 2019-07-19 04:32:41 +02:00
Llewellyn van der Merwe 9e6233c64f
Fixed gh-434 to add the missing table path if not set. Resolved gh-427 to allow numbers in the name of a field. Impoved the compiler by adding a method to set the Lang Content array. 2019-07-05 01:53:54 +02:00
Llewellyn van der Merwe 75656d940a
Added many events to the compiler as the first step to allow 3rd party integration with the compiler via plugins. gh-429 2019-06-22 12:43:26 +02:00
Llewellyn van der Merwe 8acbb3b3a4
Fixed gh-422 to insure the details tab always gets added if no custom tab names are found. Added the option to run the expantion option without installing the components locally. 2019-06-18 00:03:04 +02:00
Llewellyn van der Merwe 236ecd53f4
Fixed gh-424 so that the global settings of JCB will save even if the components are not selected in the Development Method tab. 2019-06-13 18:45:55 +02:00
Llewellyn van der Merwe dda33d66cb
fixed the subform build, to allow required value to be set to true. 2019-05-25 22:20:12 +02:00
Llewellyn van der Merwe a5de53c5fa
Resolved gh-384 to enable category and any other field that inherit from the basic list type to be able to have options added. 2019-03-05 09:51:52 +02:00
Llewellyn van der Merwe 6ad253be44
Resolved gh-341 that adds the feature to expand the custom field option far beyond the default. Moved the menu prefix option in to the Joomla component area -> tab -> Settings to allow each component to override the global setting. 2018-09-24 16:37:51 +02:00
Llewellyn van der Merwe e71ba204ca
Added the [Run Expansion] button option for faster compile and install option of selected components. 2018-09-20 21:17:07 +02:00
Llewellyn van der Merwe 0ca49414d2
Fixed gh-315 to insure all the WHMCS features work as expected 2018-07-08 22:19:01 +02:00
Llewellyn van der Merwe a9a0952ff3
Added a global editor switch for all editors in JCB, the default is none. gh-305 Added two new fields to the admin view to target the getform method in the model. 2018-07-06 15:46:30 +02:00
Llewellyn van der Merwe f7be7ddad0
Resolved gh-287 that adds the feature to join/combine results of multiple fields in the admin list view. Update the tab string to make tabs dynamic in nature. Imporved the compiler building of the admin list view 2018-05-26 12:03:08 +02:00
Llewellyn van der Merwe 3329aad3c7
Added the option to Manage JCB Package Directories in the globle Options area 2018-05-03 16:04:47 +02:00
Llewellyn van der Merwe 8b8b42ae8f
added the option to remove or add a custom prefix to the Joomla admin menu name of your component @cpaschen 2018-05-03 02:26:52 +02:00
Llewellyn van der Merwe 74f2d8df56
Added a switch to control the message display of the expand feature when cronjob runs 2018-04-26 02:09:15 +02:00
Llewellyn van der Merwe 47d1a6c155
Added the feature that allows you to setup the behaviour of a selected set of components that will be auto build and installed. So you do not need to manually compile and install those components any more, the system does all that automatically for you. We have called the feature Expansion Development Method, and it can be set in the global settings of JCB under the Development Method tab. 2018-04-25 00:36:05 +02:00
Llewellyn van der Merwe 0857101371
Tweaked the field database area to insure that users are forced to set the database values 2018-04-23 02:42:41 +02:00
Llewellyn van der Merwe d1813147d3
Added edit links to templates and layouts. Fixed the alias and title selection issue in admin fields area. Added all available languages in Joomla to language area. 2018-04-19 17:52:47 +02:00
Llewellyn van der Merwe 42ae72d97e
Added string manipulation back as a field building method, to insure JCB always works well accross shared server invironments. We did not remove the SimpleXMLElement method, but kept both options with a global selection option and internal error handeling. Resolved gh-197 2018-03-18 06:28:54 +02:00
Llewellyn van der Merwe ee949fbe6e
Expanded the automatic DB update feature, to insure that any changes to a field name/datatype/lenght will now also create a DB update, resolve gh-241 2018-03-11 04:44:43 +02:00
Llewellyn van der Merwe 9d64afe138
Fixed gh-234 to insure that the FTP server option works. Added the server option to the JCB package backup area. 2018-02-20 22:46:29 +02:00
Llewellyn van der Merwe 7c7a0151b9
Added new JCB domain and email address to further pave the way for the JCB community. Improved the support info. 2017-12-27 05:45:35 +02:00
Llewellyn van der Merwe f900f65baa
Renamed the uikit lib folders. Resolved the gh-188 by updateing the note. Resolved gh-92 by implementation of the library manager in the compiler. 2017-12-10 21:17:26 +02:00
Llewellyn van der Merwe f34e1b19f8
Added sharing of snippets option and started adding get snippets custom admin view gh-92. Fixed gh-153 published settings for categories. 2017-11-16 06:37:32 +02:00
Llewellyn van der Merwe 4eac7d54f0
Resolved gh-169 to insure the addrulepath is also added to the default.xml file of site views. Improved the field types a little with adding the validation and message property to various field types. 2017-11-08 15:49:15 +02:00
Llewellyn van der Merwe 0ccc84e2ff
fixed the getVars backward compatibility issue, Added replyto and replytoname to email helper, renamed the email helper class that builds the email table to setTableBody 2017-08-20 21:47:14 +01:00