Commit Graph

819 Commits

Author SHA1 Message Date
9c8e9642fe Added EditorConfig 2021-04-07 00:45:30 +02:00
be0d4d8aeb Moves all JavaScript files that where placed in the model/form folder out of the admin area, into the media folder. 2021-03-17 01:14:54 +02:00
2562473f8c File and folder path fix for Joomla 3.9.25 v2.12.9 2021-03-10 21:14:19 +02:00
5ae7bb76ef Added the company name set in the GUI as the exported company value for excel. 2021-03-09 01:12:35 +02:00
08d529aba9 Continued to add the namespacing for the file and folder classes across the system. gh-682 2021-03-09 00:36:30 +02:00
1279a5d2f9 Added the namespacing for the file and folder classes to the compiler. gh-682 2021-03-08 06:02:12 +02:00
552a2664ba Adds the namespacing to the compiler classes for the File, and Folder classes of Joomla. 2021-03-07 23:40:55 +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
192d44b477 Stable Release 2.12.8 v2.12.8 2021-03-05 03:42:38 +02:00
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
934cf839c5 Stable release v2.12.7 v2.12.7 2021-02-21 11:29:10 +02:00
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
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
9f59578f8c Adds update server link. Set v2.12.6. Little bug fix on the Component admin list view. v2.12.6 2021-02-02 23:13:59 +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
60f4e8af32 Added new filters to admin, and custom admin, and site list view. gh-651 2021-01-19 00:10:59 +02:00
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
3357f2cb40 Added new filters to language translation, and fields admin list view. resolved gh-651 2021-01-18 19:20:26 +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
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. v2.12.4 2021-01-03 18:49:35 +02:00
75fa49e517 Improved the layout compiler methods. 2020-12-31 14:08:02 +02:00
d29bc8f3a0 Added the trash helper option to JCB as a pro feature. 2020-12-27 13:54:59 +02:00
d36410281d Added more header options and renamed the header method in the compiler. 2020-12-26 22:28:36 +02:00
a28c5cf746 Updated the copyright date for the new year 2021. Improved the compiler message area. 2020-12-25 23:16:34 +02:00
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
0be8492db6 Fixed gh-630 by moving the templatestyle field type to the plain field group. 2020-12-24 18:53:43 +02:00
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
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
664c2d5f2a Updated the forum details. 2020-12-20 00:16:42 +02:00
a422ea7fcc Fix bug in the custom field where the JText::( missing and _ v2.12.3 2020-12-13 13:44:04 +02:00
838aa1208b Added more compiler messages to give info on how the assets table fix works if needed. v2.12.2 2020-12-12 08:24:57 +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
ef5480fc7f Fixed the filter array checking in the getStoredId method for categories as well. 2020-12-10 17:56:47 +02:00
360c61f5da Fixed the filter array checking in the getStoredId method. 2020-12-10 06:16:01 +02:00
029c3f423e Fixed gh-620 issue to set the correct sql xml closing tag. 2020-12-10 03:34:26 +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
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
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
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
e7670a1edd Removed legacy code from site views, that is no longer needed. Resolved gh-612 2020-12-04 01:12:13 +02:00
06c97afa05 Added filters above the admin list views to resolve gh-378 2020-12-03 07:26:49 +02:00
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
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
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
732521b3ab Fixed gcategory column naming issue in array query. 2020-11-30 18:49:12 +02:00
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
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
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