Added the option to import JCB packages with GUID mapping. Resolved gh-657 to allow for painless fieldtype change in the field area.Llewellyn van der Merwe2021-08-11 14:15:35 +0200
c8dbf279feAdd JSON Check and decode before checking if it is an array.Tom van der Laan2021-08-05 16:51:02 +0200
10beb50015when we build link with ID and without Itemid, router's build method repeats siteview name twice in 'SEF' situation.like:mysite.com/index.php/component/componentname/siteviewname/siteviewname/idsaman2222021-06-14 15:32:12 +0430
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.Llewellyn van der Merwe2021-05-19 17:44:14 +0200
Added more info towards naming conventions. Changed the access to compiler to be more accessable. gh-686Llewellyn van der Merwe2021-04-26 15:54:43 +0200
Moves all JavaScript files that where placed in the model/form folder out of the admin area, into the media folder.Llewellyn van der Merwe2021-03-17 01:14:54 +0200
Converted all files from dos to unix, as most servers are UNIX based anyway. This fixes the linebreak mismatching issue mentioned in gh-638.Llewellyn van der Merwe2021-03-05 05:08:47 +0200
Fixed gh-678 moved the compilation success message out of the redirection message to a user state message, that get loaded to the page on successful compilation. This preserves the button scripts needed to install the compiled packages.Llewellyn van der Merwe2021-03-04 08:13:05 +0200
Changed the compiler gif image, and improved the overall compiler GUI experience. Added the feature for dynamic hashing of strings and or files.Llewellyn van der Merwe2021-02-19 02:35:54 +0200
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.Llewellyn van der Merwe2021-01-30 15:36:03 +0200
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.Llewellyn van der Merwe2021-01-15 09:13:06 +0200
Fixed gh-637 so that the header values will be added. Updated the copyright to only show the first year so we need not update these again.
v2.12.4
Llewellyn van der Merwe2021-01-03 18:49:35 +0200
Fixed gh-626 to ensure that language strings that are already uppercase do not get added, even if it has a number.Llewellyn van der Merwe2020-12-25 20:12:20 +0200
Improved the permissions adding behaviour so that no permissions tab will be added if no permissions are set in a view. gh-629Llewellyn van der Merwe2020-12-24 18:28:07 +0200
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-616Llewellyn van der Merwe2020-12-11 04:05:48 +0200
Fixed Warning: Invalid argument supplied for foreach() in ../html/libraries/cms/html/select.php on line 592 by adding empty select option.Llewellyn van der Merwe2020-12-07 17:44:16 +0200
Resolve gh-609 to make sure that custom code set in a field that gets linked to a module will get added to the module.Llewellyn van der Merwe2020-12-05 08:17:54 +0200
Fixed the access filter in query. Fixed the array to int helper use. Added the correct language strings to category and access filters. gh-378Llewellyn van der Merwe2020-12-03 02:13:49 +0200
Added sql to the uninstall sql to remove changes made to the assets table on uninstall of a component. resolved gh-616Llewellyn van der Merwe2020-12-01 06:02:33 +0200
Fixed the file naming colution for the new filters. gh-378 Use the new select language string in filters.Llewellyn van der Merwe2020-11-30 19:25:45 +0200
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-378Llewellyn van der Merwe2020-11-30 05:59:45 +0200
Added the getCustomFieldCode, setFieldFilterSet, setFieldFilterListSet, setFilterFieldFile methods to the field compiler area. Refactored few other methods and added setDefaultSidebarFilterHelper, setCategorySidebarFilterHelper, setBatchDisplayHelper, setDefaultBatchHelper, setCategoryBatchHelper methods in the integration area of the compiler. Improved the header ser feature and added the setCategoryBatchHelper method. gh-378Llewellyn van der Merwe2020-11-29 02:00:20 +0200
Add getFieldsetXML and getFieldXMLString method to build fields in compiler gh-378. Refactoring the compiler to use camelcase for view code names.Llewellyn van der Merwe2020-11-26 19:33:39 +0200
Refactored the setFilterFields and setStoredId in the compiler as still part of the new filter option improvement. gh-378Llewellyn van der Merwe2020-11-21 08:01:26 +0200
Updated the contribute area in README. Added the multi filter query method, and adapted the setFilterQuery method for the new filter options. gh-378Llewellyn van der Merwe2020-11-19 05:07:18 +0200
Added the admin filter type switch to compiler gh-378. Moved the name_single and name_list to the view->name_list and view->name_list_code in the compiler (refactoring).Llewellyn van der Merwe2020-11-17 06:06:34 +0200
Fixed gh-609 so that JS and CSS from fields are added to module. Also formated the class with auto code reformat in phpstorm.Llewellyn van der Merwe2020-11-06 07:06:38 +0200
Added the needed changes to the core compiler to manage dynamic headers per/controller via pro-member-plugin. gh-548Llewellyn van der Merwe2020-10-26 22:30:51 +0200
Added the needed changes to the core compiler to manage dynamic headers per/model via pro-member-plugin. gh-548Llewellyn van der Merwe2020-10-21 05:10:19 +0200
Update the user updater helper method to all password change, since Joomla changed the user save method in the user class.Llewellyn van der Merwe2020-09-18 07:18:04 +0200
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.Llewellyn van der Merwe2020-08-19 02:54:09 +0200
Fixed the Categories link on the dashboard to follow the new single list view naming convention.
v2.11.4
Llewellyn van der Merwe2020-08-13 03:03:56 +0200
Improved the export feature to allow bulk custom overide, and dynamic behaviour towards larger sets. Added function name to custom buttons as a class for CSS styling.Llewellyn van der Merwe2020-07-24 06:11:38 +0200
Removed the fallback for empty description on title field.Improved the createUser method to allow custom methodd registerUser to create a user. Fixed the empty not_required field issue.Llewellyn van der Merwe2020-07-18 21:36:05 +0200
Added option to dynamicly set the sub-form layout from global options. Fixed bug in compiler that caused index warning.Llewellyn van der Merwe2020-07-13 04:52:06 +0200
fixed greateUser logic to use the admin and site creation modes in correct way. Fixed language import issue that cause header mismatching. Added the option to add header values to the custom-custom fields.Llewellyn van der Merwe2020-07-11 02:51:45 +0200
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.Llewellyn van der Merwe2020-07-07 17:13:04 +0200