Commit Graph

763 Commits

Author SHA1 Message Date
Llewellyn van der Merwe 552a2664ba
Adds the namespacing to the compiler classes for the File, and Folder classes of Joomla. 2021-03-07 23:40: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 192d44b477
Stable Release 2.12.8 2021-03-05 03:42:38 +02:00
Llewellyn van der Merwe 1dfc674318
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. 2021-03-04 08:13:05 +02:00
Llewellyn van der Merwe 934cf839c5
Stable release v2.12.7 2021-02-21 11:29:10 +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 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
Llewellyn van der Merwe 9f59578f8c
Adds update server link. Set v2.12.6. Little bug fix on the Component admin list view. 2021-02-02 23:13:59 +02:00
Llewellyn van der Merwe 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
Llewellyn van der Merwe 60f4e8af32
Added new filters to admin, and custom admin, and site list view. gh-651 2021-01-19 00:10:59 +02:00
Llewellyn van der Merwe 30cb1a531a
Improved how the filters in the langauge translation are behave when no language is found. gh-651 2021-01-18 19:42:28 +02:00
Llewellyn van der Merwe 3357f2cb40
Added new filters to language translation, and fields admin list view. resolved gh-651 2021-01-18 19:20:26 +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 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
Llewellyn van der Merwe d9da5d9fc4
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. 2021-01-03 18:49:35 +02:00
Llewellyn van der Merwe 75fa49e517
Improved the layout compiler methods. 2020-12-31 14:08:02 +02:00
Llewellyn van der Merwe d29bc8f3a0
Added the trash helper option to JCB as a pro feature. 2020-12-27 13:54:59 +02:00
Llewellyn van der Merwe d36410281d
Added more header options and renamed the header method in the compiler. 2020-12-26 22:28:36 +02:00
Llewellyn van der Merwe a28c5cf746
Updated the copyright date for the new year 2021. Improved the compiler message area. 2020-12-25 23:16:34 +02:00
Llewellyn van der Merwe fbde74a9d1
Fixed gh-626 to ensure that language strings that are already uppercase do not get added, even if it has a number. 2020-12-25 20:12:20 +02:00
Llewellyn van der Merwe 0be8492db6
Fixed gh-630 by moving the templatestyle field type to the plain field group. 2020-12-24 18:53:43 +02:00
Llewellyn van der Merwe cc201b8ec0
Improved the permissions adding behaviour so that no permissions tab will be added if no permissions are set in a view. gh-629 2020-12-24 18:36:34 +02:00
Llewellyn van der Merwe 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
Llewellyn van der Merwe 664c2d5f2a
Updated the forum details. 2020-12-20 00:16:42 +02:00
Llewellyn van der Merwe a422ea7fcc
Fix bug in the custom field where the JText::( missing and _ 2020-12-13 13:44:04 +02:00
Llewellyn van der Merwe 838aa1208b
Added more compiler messages to give info on how the assets table fix works if needed. 2020-12-12 08:24:57 +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 ef5480fc7f
Fixed the filter array checking in the getStoredId method for categories as well. 2020-12-10 17:56:47 +02:00
Llewellyn van der Merwe 360c61f5da
Fixed the filter array checking in the getStoredId method. 2020-12-10 06:16:01 +02:00
Llewellyn van der Merwe 029c3f423e
Fixed gh-620 issue to set the correct sql xml closing tag. 2020-12-10 03:34:26 +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 a05efdbb33
Sets the code name of custom views before the model even, so it can be used in the event. 2020-12-08 06:32:39 +02:00
Llewellyn van der Merwe 4d0097f8e4
Fixed Warning: Invalid argument supplied for foreach() in ../html/libraries/cms/html/select.php on line 592 by adding empty select option. 2020-12-07 17:44:16 +02:00
Llewellyn van der Merwe dfbd2b2a6d
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. 2020-12-05 08:17:54 +02:00
Llewellyn van der Merwe e7670a1edd
Removed legacy code from site views, that is no longer needed. Resolved gh-612 2020-12-04 01:12:13 +02:00
Llewellyn van der Merwe 06c97afa05
Added filters above the admin list views to resolve gh-378 2020-12-03 07:26:49 +02:00
Llewellyn van der Merwe 83e4562d62
Fixed the access filter in query. Fixed the array to int helper use. Added the correct language strings to category and access filters. gh-378 2020-12-03 02:13:49 +02:00
Llewellyn van der Merwe 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
Llewellyn van der Merwe bbee45ccab
Fixed the file naming colution for the new filters. gh-378 Use the new select language string in filters. 2020-11-30 19:25:45 +02:00
Llewellyn van der Merwe 732521b3ab
Fixed gcategory column naming issue in array query. 2020-11-30 18:49:12 +02:00
Llewellyn van der Merwe 3324576c95
Added the category code to the new filters area. gh-378 Update the direction default the descending. 2020-11-30 17:31:11 +02:00
Llewellyn van der Merwe 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
Llewellyn van der Merwe 9d9c8e664e
Moved the default static code of the admin list views to compiler. gh-378 2020-11-29 05:43:24 +02:00
Llewellyn van der Merwe 9947113857
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-378 2020-11-29 02:00:20 +02:00
Llewellyn van der Merwe 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
Llewellyn van der Merwe 5db5ac7bbb
Refactored the setFilterFields and setStoredId in the compiler as still part of the new filter option improvement. gh-378 2020-11-21 08:01:26 +02:00
Llewellyn van der Merwe 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
Llewellyn van der Merwe d7233a1420
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). 2020-11-21 07:06:34 +02:00
Llewellyn van der Merwe e7104d9c1c
Added the new field changes for the new filter implementation. gh-378 2020-11-21 07:03:48 +02:00
Llewellyn van der Merwe d4997abd37
Fixed gh-609 so that JS and CSS from fields are added to module. Also formated the class with auto code reformat in phpstorm. 2020-11-06 07:06:38 +02:00