|
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 |
|
|
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 |
|
|
05da68f1ae
|
Resolved gh-576 to allow empty filter options.
|
2020-07-26 18:21:08 +02:00 |
|
|
e86ab88f5c
|
Fixed gh-571 compiler path errors.
|
2020-06-25 21:22:30 +02:00 |
|
|
2564b75e5d
|
Changed JArrayHelper to use ArrayHelper and added the use namespace to the files needed. Changed JString to use StringHelper and added the use namespace to the files needed. Fixed the spelling mistake of uniqe. Made changes to compiler to accomidate the new pro member feature that added viewsDefaultOrdering options. Fixed the moving of custom fields found in subforms of a plugin or module. Improved the sorting options to correctly map for custom fields and the category field.
|
2020-05-22 01:38:20 +02:00 |
|
|
aae9ffb6e0
|
Added the option to use advance field modeling to store data in other tables in combination with the field being set to not be stored in the view/table in the admin view. Fixed gh-487 yet once again to allow the datalength to be stored everytime, and not get dropped. Imporved the JCB way of conditions field behavior.
|
2020-02-27 23:05:28 +02:00 |
|
|
46e52db097
|
Added GUID to selected views, and started updating JCB accordingly.
|
2020-01-03 03:49:29 +02:00 |
|
|
2af4b8cf50
|
Removed required from all code/editor field to improve the behavior of the codemirror editor. Improved the token validation via Ajax.
|
2019-07-08 18:05:54 +02:00 |
|
|
663f8405e5
|
Fixed gh-433 to allow ->value in the Value Key field on the where subform in the Tweak tab of the dynamicGet view.
|
2019-06-29 23:11:37 +02:00 |
|
|
dda33d66cb
|
fixed the subform build, to allow required value to be set to true.
|
2019-05-25 22:20:12 +02:00 |
|
|
fd154a81bc
|
Resolved gh-404 by adding the option to use grouping in dynamicGet query.
|
2019-04-09 22:42:32 +02:00 |
|
|
018eed3054
|
Resolved gh-370 so that all fields get loaded in a dynamicGet, even new once created at a later stage.
|
2019-01-29 16:43:27 +02:00 |
|
|
6c4bab5ea9
|
Resolved gh-323 so we can load fields only in the linked or admin list views or in both. Added the option to also add permission to access fields. Improved the checkArray method to return arry count value. Fixed issue in field permissions when the value is and array, field type can not be made hidden, but should instead just be removed. Fixed an issue in the code search methods to insure all areas are looked at, and search and export.
|
2018-10-29 18:38:00 +02:00 |
|
|
fdd1cf7390
|
Added the option to random order the dynamic get result set. gh-348
|
2018-09-29 02:57:11 +02:00 |
|
|
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 |
|
|
fdc66fe4c7
|
Added the feature to add custom Joomla fields to your components, requested in gh-247. Added plugin events to the dynamic get area. Added the script to remove field build in relation to component when component gets uninstalled. Improved the getForm method in the model to allow the passing of options to the form. Made further improvements to the implementation of the return parameter across the component redirecting behavior. Made some changes to the list layout views using the field relations area.
|
2018-08-23 03:59:45 +02:00 |
|
|
1312e45d4a
|
Converting the textarea fields to editor fields, in the rest of JCB where code is being edited. gh-305
|
2018-06-25 22:54:26 +02:00 |
|
|
e774bf1002
|
Converting the textarea fields to editor fields, starting in the admin view. gh-305
|
2018-06-25 04:25:10 +02:00 |
|
|
10fdac5d60
|
Improved the field builder around JCB, moved some xml function into the JCB helper class core
|
2018-04-08 08:12:18 +02:00 |
|
|
af1e76d21e
|
Made further improvments to the dynamic button to list fields
|
2018-03-30 09:58:24 +02:00 |
|
|
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 |
|
|
e715fa1614
|
Made some changes to insure JCB is stable in PHP7, removed the related translations string from joomla_component view to speed up page load.
|
2018-03-12 00:36:14 +02:00 |
|
|
1c20e2ef8b
|
Added Dynamic Router Implementation to resolve gh-74
|
2018-01-24 00:05:57 +02:00 |
|
|
98510ae504
|
Added (Linked To) back in related areas, so we can see where what is linked. Added ajax fields to the custom admin view. Added some backward compatibility to stylesheets and scripts being added, resolved gh-217. Fixed gh-212 no access lang string. Added the site CSS area to Joomla Component view resolved gh-216.
|
2018-01-15 17:54:05 +02:00 |
|
|
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 |
|
|
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 |
|
|
f7d5ac84c4
|
Imporved the field display on admin fields conditions to only show fields linked to the admin view. Added access back to all JCB admin views. Fixed the export of JCB packages to include the new admin_fields and admin_flieds_conditions tables. Adapted the JCB package import method to be able to import old JCB packages
|
2017-10-19 05:53:55 +02:00 |
|
|
35482416cb
|
Decoupled fields and conditions from admin view as explained in gh-136. Added new admin_fields and admin_fields_conditions tables and moved the data from admin_view to these new tables.
|
2017-10-13 01:14:17 +02:00 |
|
|
3d1ba0321a
|
Added Wiki to JCB. Resolved gh-125 to insure phone numbers are treated as strings. Resolved gh-128 by adding field to Joomla Component View that allows javascript to be added globaly. Converted a few more repeatable fields to subform fields, this is an ongoing project to remove repeatable fields from JCB.
|
2017-10-06 20:28:28 +02:00 |
|
|
4cead46ac4
|
Fixed gh-75 to insure the column names are loaded as before. Fix gh-76 by adding more checks to insure that the correct date is used in the getLastModifiedDate method.
|
2017-05-04 23:34:28 +01:00 |
|
|
05160b499f
|
Improved the compiler, added the option to add the update server file to the zipped package, fixed a few bugs.
|
2016-11-22 07:48:55 +02:00 |
|
|
a7e641b499
|
Added another PHP field to the admin views, improved the custom code methods in the compiler, and fixed some permissional errors.
|
2016-09-03 22:44:47 +01:00 |
|
|
5d19f46070
|
Added the option to overwrite the default-fields, so you can add them to the list view in admin area and change their layout position in the edit view. Also fixed some minor bugs.
|
2016-06-02 17:18:49 +01:00 |
|
|
fa199947d2
|
Refactoring the compiler class has started. All other changes are only random variable name and date changes (due to automation)
|
2016-02-26 02:20:09 +02:00 |
|
|
ecf47809f9
|
first commit of free version
|
2016-01-30 22:28:43 +02:00 |
|