Commit Graph

795 Commits

Author SHA1 Message Date
Llewellyn van der Merwe 75656d940a
Added many events to the compiler as the first step to allow 3rd party integration with the compiler via plugins. gh-429 2019-06-22 12:43:26 +02:00
Llewellyn van der Merwe e84105c3bd
Adapted the safeName to a global safeFieldName method so to use it all over JCB to safely build field names. gh-427 2019-06-18 16:12:49 +02:00
Llewellyn van der Merwe 8f8546502a
Added a new convention to how JCB builds field names, so that it does not remove/convert the numbers. gh-427 2019-06-18 14:38:34 +02:00
Llewellyn van der Merwe 8acbb3b3a4
Fixed gh-422 to insure the details tab always gets added if no custom tab names are found. Added the option to run the expantion option without installing the components locally. 2019-06-18 00:03:04 +02:00
Llewellyn van der Merwe 2fb4a1ae43
Improved the getInput method for custom fields, so to allow the edit button to show more consistently. 2019-06-13 23:12:16 +02:00
Llewellyn van der Merwe 236ecd53f4
Fixed gh-424 so that the global settings of JCB will save even if the components are not selected in the Development Method tab. 2019-06-13 18:45:55 +02:00
Llewellyn van der Merwe f03c6f5204
Added an after cancel custom code area also in connection with gh-418 in the admin view. 2019-06-12 22:36:05 +02:00
Llewellyn van der Merwe eae13dff06
Resolved gh-418 by adding an on before cancel custom script area to the admin view. 2019-06-12 22:06:19 +02:00
Llewellyn van der Merwe c8b5993219
Fixed gh-420 to allow the linked site view to save correctly. 2019-06-11 17:54:31 +02:00
Llewellyn van der Merwe 6da9cb3d42
Fixed gh-417 edit layout by removing the one to many div's from the dynamic build method. 2019-06-10 01:05:37 +02:00
Llewellyn van der Merwe c966720f79
Few more corrections to the category filter, and field integration 2019-06-09 23:19:34 +02:00
Llewellyn van der Merwe 37d3f1425e
fixed gh-419 to correctly load the category filter (extention and view name) 2019-06-07 16:59:27 +02:00
Llewellyn van der Merwe 4a878e32ef
Moved the filter sanitation to insure no empty filters will get loaded 2019-06-05 13:14:05 +02:00
Llewellyn van der Merwe e1f32c142b
Fixed filter to not display 'Select an option' but the field name instead 2019-06-05 12:50:42 +02:00
Llewellyn van der Merwe 76449b01ec
Fixed category filter issue. Fixed permissions accross JCB. Updated some notes on the field types. 2019-06-05 12:26:15 +02:00
Llewellyn van der Merwe dda33d66cb
fixed the subform build, to allow required value to be set to true. 2019-05-25 22:20:12 +02:00
Llewellyn van der Merwe a90d6f51f7
Fixed the code search keys to include new views, and fields across JCB. 2019-05-20 22:55:25 +02:00
Llewellyn van der Merwe d7d4ec43e6
Added the options to include the xml files to also be target with custom code placeholders. 2019-05-20 14:14:43 +02:00
Llewellyn van der Merwe d3f623d184
Improved on the mysql default selected values to use InnoDB, utf8mb4, utf8mb4_general_ci 2019-05-17 00:43:24 +02:00
Llewellyn van der Merwe 42d5b3b55c
Added the feature that loads the company global values when creating a new component, if they are set. 2019-05-16 01:07:38 +02:00
Llewellyn van der Merwe 8e79417664
Added create new custom code to all fields that have string lenght. 2019-05-16 00:50:45 +02:00
Llewellyn van der Merwe 80c588a33a
Added Captcha field type. Started adding the crowdin integration. 2019-05-15 19:45:36 +02:00
Llewellyn van der Merwe a23f1fe79a
Fixed gh-394 so to be able to target the component instead of a single view. 2019-05-06 03:05:15 +02:00
Llewellyn van der Merwe d7b555e7af
Resolved gh-410 to allow default data type values for the database to be set per fieldtype. 2019-05-03 01:00:14 +02:00
Llewellyn van der Merwe b55d824e63
Resolved gh-379 to allow null and zero values to pass via ajax call/post 2019-04-28 00:16:06 +02:00
Llewellyn van der Merwe 2202157adc
Fixed gh-407 by moving the getListQuery custom PHP position in the dynamicGet 2019-04-27 23:19:29 +02:00
Llewellyn van der Merwe 7902537b43
Updated the UIKIT versions 2019-04-22 15:31:59 +02:00
Llewellyn van der Merwe 44451f1017
Fixed the site view menu not being build as a result of new feature that builds edit site view menu. 2019-04-14 22:41:55 +02:00
Llewellyn van der Merwe a817bae010
Resolved gh-321 by adding the option te set a create menu for admin edit views that are also added to the front-end. 2019-04-09 23:54:54 +02:00
Llewellyn van der Merwe fd154a81bc
Resolved gh-404 by adding the option to use grouping in dynamicGet query. 2019-04-09 22:42:32 +02:00
Llewellyn van der Merwe dd891ecfd1
Stable release of v2.9.14 2019-04-04 09:23:46 +02:00
Llewellyn van der Merwe ba3ceb998d
Fixed gh-402 so that the array_unique is only used on returned column (array) 2019-04-04 09:13:45 +02:00
Llewellyn van der Merwe 781fb9162c
Fixed gh-400 the MySQL v5.7 Install Error 2019-04-02 13:00:25 +02:00
Llewellyn van der Merwe 09dcd16b02
Added more dynamic placeholder update to the file/folder paths. gh-399 2019-03-20 03:05:33 +02:00
Llewellyn van der Merwe 3a0b5706c4
Fixed the issue that caused linked files and folders from not showing in a library. gh-399 2019-03-19 17:33:03 +02:00
Llewellyn van der Merwe 8bf72246bb
Moved the update of dynamic paths before preg_match to better mannage the forward slash placement. gh-231 2019-03-13 23:07:41 +02:00
Llewellyn van der Merwe da16b61ffb
Trying to resolve the link issue in windows gh-231 2019-03-13 15:38:02 +02:00
Llewellyn van der Merwe f31c8968e7
Resolved gh-391 by adding <useglobal> property to list field type. Resolved gh-392 by adding <relative> property to URL field type (only for fresh install). 2019-03-10 00:45:15 +02:00
Llewellyn van der Merwe b0084e6634
Resolved gh-376 to insure that the usergroup filter work as expected 2019-03-10 00:35:57 +02:00
tonypartridge c9d9f8b7a8 Reset then push change 2019-03-07 09:23:19 +00:00
Llewellyn van der Merwe ccbf21fddb
resolved gh-380 to insure that the list view JS file also gets added if set. 2019-03-06 22:32:16 +02:00
Llewellyn van der Merwe a5de53c5fa
Resolved gh-384 to enable category and any other field that inherit from the basic list type to be able to have options added. 2019-03-05 09:51:52 +02:00
Llewellyn van der Merwe 098c82c222
fixed gh-383 to insure the new button works on frontend/site. Improved the JCB package import to also now import the new placeholder feature values correctly. 2019-03-04 14:50:46 +02:00
Llewellyn van der Merwe 9fcb317275
updated the year value. Added placeholder search to the new placeholder area. 2019-02-23 15:29:16 +02:00
Llewellyn van der Merwe 25c14b45de
Added the new placeholder area for global & component level placeholders. Just like customcode you can now with the placeholders generate dynamic behaviour with placeholders all over the JCB custom areas. 2019-02-16 00:03:37 +02:00
Llewellyn van der Merwe d46459301c
Added extra default validation rules to new install of JCB. 2019-02-13 01:32:34 +02:00
Llewellyn van der Merwe bebb98e915
Fixed gh-377 to avoid mismatching on replace eding target hash. Imporved the versioning feature so that once you change the version in the update mysql area, it also updates the Joomla component. 2019-02-12 18:42:16 +02:00
Llewellyn van der Merwe 104c4e6bae
Fixed gh-373 so that the auto update of selection is only triggered when toggling the all selection button. 2019-02-06 11:32:38 +02:00
Llewellyn van der Merwe 1a538e71d7
Added buttons to edit cutomcode directly from where it is added in other areas around the component. This will improve the customcode workflow in JCB. 2019-01-31 23:44:21 +02:00
Llewellyn van der Merwe 8cdf056ad4
Improved the adminForm validation JavaScript, thanks @ro-ot 2019-01-30 16:00:21 +02:00