|
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 |
|
|
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 |
|
|
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.
|
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 |
|
|
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 _
|
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.
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
e7104d9c1c
|
Added the new field changes for the new filter implementation. gh-378
|
2020-11-21 07:03:48 +02:00 |
|
|
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 |
|
|
d66fd2a83b
|
Stable Release 2.11.7
|
2020-10-29 15:49:04 +02:00 |
|
|
54e4f96edf
|
Added the needed changes to the core compiler to manage dynamic headers per/controller via pro-member-plugin. gh-548
|
2020-10-26 22:30:51 +02:00 |
|
|
2ea64446af
|
Added the needed changes to the core compiler to manage dynamic headers per/model via pro-member-plugin. gh-548
|
2020-10-21 05:10:19 +02:00 |
|
|
8190e72902
|
Resolved gh-600 so that the SQL set in the Admin view will exported with the JCB package.
|
2020-10-11 04:02:00 +02:00 |
|
|
8a87d8977a
|
Resolved gh-603 to make sure the code has HTML placholder style, in round trip development.
|
2020-10-07 00:54:33 +02:00 |
|
|
ac86c8c56b
|
Update the user updater helper method to all password change, since Joomla changed the user save method in the user class.
|
2020-09-18 07:18:04 +02:00 |
|
|
68769604dd
|
Resolved gh-598 to allow empty prefix as default.
|
2020-09-15 18:59:20 +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 |
|
|
861347318d
|
Fixed the Categories link on the dashboard to follow the new single list view naming convention.
|
2020-08-13 03:03:56 +02:00 |
|
|
3ca4c3c3d6
|
Fixed gh-583 spelling mistake in JError::raiseWaring(..)
|
2020-08-08 17:06:42 +02:00 |
|
|
3fa87a2ccc
|
Added the SAFEHTML filter to the copyright textarea of the Joomla components.
|
2020-08-08 15:29:51 +02:00 |
|
|
98f1821914
|
Added the option to exclude language strings from JCB package exports.
|
2020-07-28 06:14:49 +02:00 |
|
|
05da68f1ae
|
Resolved gh-576 to allow empty filter options.
|
2020-07-26 18:21:08 +02:00 |
|
|
6bb23fc6ee
|
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.
|
2020-07-24 06:11:38 +02:00 |
|
|
27de9a83a5
|
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.
|
2020-07-18 21:36:05 +02:00 |
|
|
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 |
|
|
25afc31e7f
|
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.
|
2020-07-11 03:35:13 +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 |
|