Many new features #333

Merged
Llewellyn merged 12 commits from staging into master 2018-08-25 19:00:49 +00:00

12 Commits

Author SHA1 Message Date
Llewellyn van der Merwe 7ef25c2bb1
Stable release, resolved gh-247 2018-08-25 20:53:55 +02:00
Llewellyn van der Merwe 231d8aa984
Added the option to add custom tabs to the edit view of any admin view 2018-08-24 23:46:41 +02:00
Llewellyn van der Merwe 42e85b3944
Added 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. 2018-08-23 23:52:00 +02:00
Llewellyn van der Merwe 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
Llewellyn van der Merwe 5a8124fa29
Fixed missing language prefix to list header override option. 2018-08-19 22:26:26 +02:00
Llewellyn van der Merwe 2a6be54317
Adapted 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. 2018-08-19 22:15:43 +02:00
Llewellyn van der Merwe 103457eef7
Futher 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. 2018-08-18 14:09:17 +02:00
Llewellyn van der Merwe 70e198abf3
improved the redirect option to work even if the parent method returns false. Resolved gh-330 by addig a full width class 2018-08-14 10:25:46 +02:00
Llewellyn van der Merwe 62bdb8a659
Updated all the license statements of the templates to be the same as the rest of JCB. 2018-08-07 15:27:08 +02:00
Llewellyn van der Merwe 78208d1525
Fixed 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. 2018-08-07 14:25:26 +02:00
Llewellyn van der Merwe f5c6fa899d
Added 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. 2018-08-02 07:36:47 +02:00
Llewellyn van der Merwe df65ca3456
Added a new global helper method getFieldObject. Update the compiler area to make use of this new method. 2018-07-31 04:20:11 +02:00