Added InoDB options, Expanded the Custom Field #350

Merged
Llewellyn merged 13 commits from staging into master 2018-10-07 19:47:50 +00:00

13 Commits

Author SHA1 Message Date
Llewellyn van der Merwe 65e6511a3e
Little fix to insure fallback in openValidBase64 method works correctly 2018-10-07 21:39:29 +02:00
Llewellyn van der Merwe 95b6a23159
Fixed gh-349 to insure dynamic joined and other tweaks are not added when custom code is selected as main source with a dynamicGet 2018-10-04 12:07:37 +02:00
Llewellyn van der Merwe feb4ae9c24
We removed the Transition to InnoDB for all JCB tables and moved it to https://gist.github.com/Llewellynvdm/85234c6bd1e7d0eb4ddd6c925770aa2c for those who want to manually make the transition. gh-348 We also added a pre-flight script to remove all unused columns from JCB. 2018-10-03 13:34:54 +02:00
Llewellyn van der Merwe d7665fe88d
Improved the custom-custom field implementation, to allow duplicate fields to be use in sub-forms and in same form/view with the correct expected behavior of incremental naming, only if in same sub-form or form/view. gh-341 2018-10-01 04:16:24 +02:00
Llewellyn van der Merwe 043686814c
Further fix to the search of customcode placeholders accross the system. 2018-09-29 23:52:22 +02:00
Llewellyn van der Merwe fdd1cf7390
Added the option to random order the dynamic get result set. gh-348 2018-09-29 02:57:11 +02:00
Llewellyn van der Merwe 1447e06dd7
Fixed the search for customcode placeholders accross the system. gh-341 2018-09-28 17:47:04 +02:00
Llewellyn van der Merwe c0f79ec4ba
Changed the text field for Value/Example in the Fieldtype area to a textarea so we can add more code per/line. gh-341 2018-09-27 00:09:29 +02:00
Llewellyn van der Merwe 9285f0a2b1
Little fix to the field builder in the compiler 2018-09-25 22:51:14 +02:00
Llewellyn van der Merwe 73d383c755
Resolved gh-345 by adding whole new mysql table selection options in the admin view, under the mySql tab. Fixed the folder & file loader. Fixed the Update of custom files, so even the custom code and external code placholders will work in external files. Update all tables in JCB to use InnoDB Engine, utf8md4 Charset and utf8mb4_unicode_ci Collation. 2018-09-25 22:02:48 +02:00
Llewellyn van der Merwe 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
Llewellyn van der Merwe e71ba204ca
Added the [Run Expansion] button option for faster compile and install option of selected components. 2018-09-20 21:17:07 +02:00
Llewellyn van der Merwe b208f4f616
Update the Uikit 3 lib. Fixed permission check in getEditUrl. 2018-09-20 14:35:14 +02:00