Major Upgrade away from repeatable fields in Joomla component view. #152

Merged
Llewellyn merged 14 commits from staging into master 2017-10-31 02:13:10 +00:00

14 Commits

Author SHA1 Message Date
Llewellyn van der Merwe 3d6fb89adb
Resolved export issue that dropped the layouts, and did not export them. 2017-10-30 22:01:34 +02:00
Llewellyn van der Merwe 5553e2b822
removed linked components from admin views. 2017-10-30 21:19:39 +02:00
Llewellyn van der Merwe 306a9b9613
updated the compiler to first check if array values is set 2017-10-30 20:50:56 +02:00
Llewellyn van der Merwe ccb3f09a34
Major Upgrade to version 2.6.0 2017-10-30 15:41:47 +02:00
Llewellyn van der Merwe 1d2dc3ac20
Added the [download total badge](https://github.com/h5bp/lazyweb-requests/issues/150#issuecomment-340263008) back since it was fixed. 2017-10-30 15:22:23 +02:00
Llewellyn van der Merwe 0ba5ec06fc
Made changes to the compiler in relation to version control. Resolved gh-154 to insure string translation for state values. Added shortcuts in Joomla Component list view to all linked tables in their relationship with the Joomla Component 2017-10-30 15:08:02 +02:00
Llewellyn van der Merwe ae3dedf0d0
Adapted the importer of JCB packages to now work with the new joomla component changes 2017-10-29 18:07:37 +02:00
Llewellyn van der Merwe d92596afb5
Removed the [download total badge](https://github.com/h5bp/lazyweb-requests/issues/150#issuecomment-340263008) since it stop working. 2017-10-29 15:51:43 +02:00
Llewellyn van der Merwe 6003b45b7a
Adapted the compiler to use the new tables and subforms for the joomla component. Improved the compiler to make more use of the array_map function 2017-10-29 13:03:06 +02:00
Llewellyn van der Merwe 2bab5e2721
Added language strings to the ajax table headers of subforms. Adapted the export of JCB packages to also include the new tables. 2017-10-28 05:25:33 +02:00
Llewellyn van der Merwe 9f7ee83646
Improved the set name method in ajax.php. Tweaked a few small things around the display of ajax table return values. 2017-10-27 03:35:08 +02:00
Llewellyn van der Merwe 18946f8ef6
fixed copy error and undeclared variable in ajax.php 2017-10-26 23:11:52 +02:00
Llewellyn van der Merwe f15b67cff1
Added notice of language (tanslations) added or not added with details to compiler
Resolved gh-146 compiler error on joined db in dinamic get thanks to @mwweb & @ro-ot
Resolved gh-147 by adding the sort of fields back into the save method
Resolved gh-144 to ensure that the published tab (fields overwriting and adding) option is available again.
Resolved gh-145 by moving the subforms to their own tab in dynamic get view
Converted all repeatable fields to subform fields in Joomla component view
Moved 9 subforms and other fields to their own table and view (decopuling them fom Joomla component view), that means we added 9 more views and tables to JCB
Added all the ajax for buttons and display views to Joomla component view
Added tmp scripts all across the new areas with subforms to ensure all repeatable fields are converted. Will be removed in v2.7.0
Added synced copy, change state and delete in Joomla components view in relation to all tables linked to it (same as with admin views)
2017-10-26 18:43:51 +02:00
Llewellyn van der Merwe ea650f5fc1
Added status, copy and delete sync between admin_view linked views (admin_fields, admin_fields_conditions). 2017-10-22 01:55:16 +02:00