d3f623d184Improved on the mysql default selected values to use InnoDB, utf8mb4, utf8mb4_general_ciLlewellyn van der Merwe2019-05-17 00:43:24 +02:00
42d5b3b55cAdded the feature that loads the company global values when creating a new component, if they are set.Llewellyn van der Merwe2019-05-16 01:07:38 +02:00
44451f1017Fixed the site view menu not being build as a result of new feature that builds edit site view menu.Llewellyn van der Merwe2019-04-14 22:20:01 +02:00
a817bae010Resolved gh-321 by adding the option te set a create menu for admin edit views that are also added to the front-end.Llewellyn van der Merwe2019-04-09 23:54:54 +02:00
fd154a81bcResolved gh-404 by adding the option to use grouping in dynamicGet query.Llewellyn van der Merwe2019-04-09 22:42:19 +02:00
3a0b5706c4Fixed the issue that caused linked files and folders from not showing in a library. gh-399Llewellyn van der Merwe2019-03-19 17:33:03 +02:00
8bf72246bbMoved the update of dynamic paths before preg_match to better mannage the forward slash placement. gh-231Llewellyn van der Merwe2019-03-13 23:07:41 +02:00
f31c8968e7Resolved 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).Llewellyn van der Merwe2019-03-10 00:44:24 +02:00
c9d9f8b7a8Reset then push change
tonypartridge
2019-03-07 09:23:19 +00:00
ccbf21fddbresolved gh-380 to insure that the list view JS file also gets added if set.Llewellyn van der Merwe2019-03-06 22:32:16 +02:00
a5de53c5faResolved gh-384 to enable category and any other field that inherit from the basic list type to be able to have options added.Llewellyn van der Merwe2019-03-05 09:51:52 +02:00
098c82c222fixed 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.Llewellyn van der Merwe2019-03-04 14:47:28 +02:00
9fcb317275updated the year value. Added placeholder search to the new placeholder area.Llewellyn van der Merwe2019-02-23 15:28:54 +02:00
25c14b45deAdded 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.Llewellyn van der Merwe2019-02-16 00:03:21 +02:00
bebb98e915Fixed 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.Llewellyn van der Merwe2019-02-12 18:42:16 +02:00
104c4e6baeFixed gh-373 so that the auto update of selection is only triggered when toggling the all selection button.
v2.9.11
Llewellyn van der Merwe2019-02-06 11:32:38 +02:00
1a538e71d7Added buttons to edit cutomcode directly from where it is added in other areas around the component. This will improve the customcode workflow in JCB.Llewellyn van der Merwe2019-01-31 23:44:21 +02:00
018eed3054Resolved gh-370 so that all fields get loaded in a dynamicGet, even new once created at a later stage.Llewellyn van der Merwe2019-01-29 16:43:27 +02:00
3abae0494eAdded the option to set the row_format per table in the admin view. Converted all the JCB tables to have a DYNAMIC row format. Fixed gh-369 so that JCB packages like JMM can be imported.Llewellyn van der Merwe2019-01-26 05:51:48 +02:00
02de1edb54Resolved gh-363 so that showon will function as expected in the full width layout. Resolved gh-367 by adding a wrapper class around each field in the edit view.Llewellyn van der Merwe2019-01-23 16:30:53 +02:00
5c2f0aec63Resolved gh-364 to allow greater depth and ensure that all custom code placeholders are always update/replaced at any depth layer. Tweaked the editURL method to also handle access control permissions.Llewellyn van der Merwe2019-01-22 00:58:22 +02:00
4e2c51c303Resolved gh-360 by adding the blob data type as an option for data types. Resolved gh-362 by adding the nested subform compatibility to subforms in JCB. Resolved gh-365 by improving the customscript validation search of save of custom code area. Added email validation to the email helper script.Llewellyn van der Merwe2019-01-14 17:32:23 +02:00
b7a5cb7285fixed issue that caused some custom code not to export for a JCB packages if found in anther custom code area. Made some corrections to the router helper class. Added return_here value admin views to improve the return values in url redirection. Improved the open valid base64 method to make use of default string. Update many ajax calls to not use jsonp, and infact be more secure.Llewellyn van der Merwe2018-12-29 16:56:06 +02:00
279831da30Added open Collective to the readme, thanks @monkeywithacupcake. Added default selection to adding admin views to component. Update some helper methods, and comments.
v2.9.8
Llewellyn van der Merwe2018-12-19 06:06:36 +02:00
a52d230aebImproved the custom code area to now allow custom code in custom code with the help of placheholders. Removed the static wiki page, and relinked to the github wiki.Llewellyn van der Merwe2018-11-27 15:05:47 +02:00
180f1cec6dMoved the customcode together in the helper class. Improvd the note in the custom code area. Added helper method to load dynamic content, like banners accross JCB backendLlewellyn van der Merwe2018-11-08 06:05:08 +02:00
6c4bab5ea9Resolved 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.Llewellyn van der Merwe2018-10-29 18:38:00 +02:00
95b6a23159Fixed gh-349 to insure dynamic joined and other tweaks are not added when custom code is selected as main source with a dynamicGetLlewellyn van der Merwe2018-10-04 12:07:37 +02:00
d7665fe88dImproved 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-341Llewellyn van der Merwe2018-10-01 04:16:24 +02:00
c0f79ec4baChanged the text field for Value/Example in the Fieldtype area to a textarea so we can add more code per/line. gh-341Llewellyn van der Merwe2018-09-27 00:09:29 +02:00
73d383c755Resolved 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.Llewellyn van der Merwe2018-09-25 22:02:48 +02:00
6ad253be44Resolved 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.Llewellyn van der Merwe2018-09-24 16:37:51 +02:00
e71ba204caAdded the [Run Expansion] button option for faster compile and install option of selected components.Llewellyn van der Merwe2018-09-20 21:17:07 +02:00
38176365deFixed gh-340, to insure that if no selection is made, the default notice of Joomla comes-up and no submistion is madeLlewellyn van der Merwe2018-09-14 12:44:05 +02:00
e200e2179dImproved the getActions helper Method, to insure created_by value gets loaded if not part of the item values, gh-335.Llewellyn van der Merwe2018-09-14 05:34:09 +02:00
a20d661878Fixed the permissions issue by adding the created_by to the query. gh-335Llewellyn van der Merwe2018-09-13 04:18:36 +02:00
f19b0335edFixed the import of JCB packages, that had an issue of not storing multiple list selection values correctly during import.Llewellyn van der Merwe2018-09-11 23:37:48 +02:00
5962b557c8Fixed gh-338 to insure that the custom buttons work on the site view pageLlewellyn van der Merwe2018-09-11 22:08:58 +02:00
7fcc93aa5bFixed gh-336 so that folders are created if they don't yet exist during the moving of custom files.Llewellyn van der Merwe2018-09-11 13:15:39 +02:00
49ef674c79Made more changes to the Admin Fields Conditions area to insure that the correct behaviour is aplied to the required fields. Removed the double forward slashes from the paths in the structure area of the compiler.Llewellyn van der Merwe2018-09-10 13:04:52 +02:00
5b1813db7cUpdate some comments. Fixed some conditional implementation of the show hide fields area in the admin views.Llewellyn van der Merwe2018-09-09 22:04:38 +02:00
abb046f671Fixed gh-334 to insure that we always have a path/string in the default value. Made other improvements in the compiler and the bcmath methods.Llewellyn van der Merwe2018-08-31 23:11:23 +02:00
b3c4414320Fixed some collusion issue in the dynamic get build process when custom query is used. Fixed the issue found in the import of JCB packages that caused custom code to be imported in duplication, also added the option to turn off (unpublish) custom code no longer in use.Llewellyn van der Merwe2018-08-30 18:33:30 +02:00
be0d61ceaePatch to fix the bug in the new custom_tabs area to insure the full list of tab names are loaded every timeLlewellyn van der Merwe2018-08-25 23:17:42 +02:00
42e85b3944Added context to site and custom admin views to better target triggered events. Added the redering option in the admin edit view, so to expand forms via plugins. Improved the codename build in site and custom admin view.Llewellyn van der Merwe2018-08-23 23:51:09 +02:00
fdc66fe4c7Added 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.Llewellyn van der Merwe2018-08-23 03:37:42 +02:00
2a6be54317Adapted the custom buttons and layout in the components, admins and libraries views. Fixed a bug in the JCB package import that missed custom code imports when code is changed inside the custom code.Llewellyn van der Merwe2018-08-19 22:15:43 +02:00
103457eef7Futher improved the redirect option to use return and stack the return path to take the user back to the original area from where they clicked away.Llewellyn van der Merwe2018-08-18 14:09:17 +02:00
70e198abf3improved the redirect option to work even if the parent method returns false. Resolved gh-330 by addig a full width classLlewellyn van der Merwe2018-08-14 10:25:46 +02:00
62bdb8a659Updated all the license statements of the templates to be the same as the rest of JCB.Llewellyn van der Merwe2018-08-07 15:27:08 +02:00
78208d1525Fixed the compiler to allow edit views be build even if no other site views are set. Removed all the depreciated joomla jimport statments. Update the getModel method in the controller. Updated the getRedirectToItemAppend, cancel and save method in the controller to also use the return value if internal. Added the addTablePath to the getTable method in the model to insure table is found when called from outside the in another component. Updated the diplay method in the JViewLagacy class to also use the return value if not null. Updated the component core to use JAccessExceptionNotallowed instead of JError::raiseWaring when user not have access to core.Llewellyn van der Merwe2018-08-07 14:25:26 +02:00
f5c6fa899dAdded a fix to prefent language strings colliding on compilation. Added the option to use []+, in the custom code arg values. Added easy debug option for the setDynamicValues method in the compiler. Fixed the editor issue in the fields view.Llewellyn van der Merwe2018-08-02 07:36:47 +02:00
df65ca3456Added a new global helper method getFieldObject. Update the compiler area to make use of this new method.Llewellyn van der Merwe2018-07-31 04:20:11 +02:00
812857da81Fixed gh-324 that had a typo with the storing of the PHPx values. Improved the safeString helper methodLlewellyn van der Merwe2018-07-23 04:53:59 +02:00
6dd654c745Improved the Admin Fields Relations area to allow more custom coding without the need of selecting Join Field/s. Improved the dynamic get string fixing implementation to avoid conflict when the same field name is used in multiple joined tables requiering string fixing. Fixed gh-322 to insure ID is always readonly even if override detected. Added new feature to control access and view/hide control per/field.Llewellyn van der Merwe2018-07-21 09:10:37 +02:00
0a7b91829fFixed gh-318 so that default and other none database fields will not trigger SQL update and version increment. Fixed gh-317 that had conflict variable naming in the jsonToString helper method. Improved the refresh method for JCB package area.Llewellyn van der Merwe2018-07-12 18:35:38 +02:00
2cf6f6ab11Added notice to the compiler when the WHMCS class could not be added to explain why.Llewellyn van der Merwe2018-07-09 01:17:04 +02:00
21254738a8Fixed the sql dump import issue that broke when import values not set correctly. Made more corrections to the whmcs implementation.Llewellyn van der Merwe2018-07-09 00:49:50 +02:00
3a4a0e613bAdded the table and field validation to avoid import breakages due to new table or fields not found in the older local install of JCB.
v2.8.2
Llewellyn van der Merwe2018-07-07 02:12:13 +02:00