Commit Graph

411 Commits

Author SHA1 Message Date
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
e71ba204ca Added the [Run Expansion] button option for faster compile and install option of selected components. 2018-09-20 21:17:07 +02:00
b208f4f616 Update the Uikit 3 lib. Fixed permission check in getEditUrl. 2018-09-20 14:35:14 +02:00
2e758308d2 Improved the getActions helper method, also added ->params to custom views. 2018-09-19 14:51:59 +02:00
38176365de Fixed gh-340, to insure that if no selection is made, the default notice of Joomla comes-up and no submistion is made 2018-09-14 12:44:05 +02:00
e200e2179d Improved the getActions helper Method, to insure created_by value gets loaded if not part of the item values, gh-335. 2018-09-14 05:34:09 +02:00
a20d661878 Fixed the permissions issue by adding the created_by to the query. gh-335 2018-09-13 04:18:36 +02:00
f19b0335ed Fixed the import of JCB packages, that had an issue of not storing multiple list selection values correctly during import. 2018-09-11 23:37:48 +02:00
45c255485f Made a little tweak to placeholders, to remove uneeded space. 2018-09-11 22:28:17 +02:00
5962b557c8 Fixed gh-338 to insure that the custom buttons work on the site view page 2018-09-11 22:08:58 +02:00
7fcc93aa5b Fixed gh-336 so that folders are created if they don't yet exist during the moving of custom files. 2018-09-11 13:15:39 +02:00
49ef674c79 Made 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. 2018-09-10 13:04:52 +02:00
5b1813db7c Update some comments. Fixed some conditional implementation of the show hide fields area in the admin views. 2018-09-09 22:04:38 +02:00
1d5a99878a Also removed the dot from the related functions in gh-334 2018-09-01 10:27:21 +02:00
abb046f671 Fixed 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. 2018-08-31 23:11:23 +02:00
f3539185ab Moved the bcmath wrapper method to the helper class for all over use 2018-08-30 23:22:48 +02:00
b3c4414320 Fixed 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. 2018-08-30 18:33:30 +02:00
be0d61ceae Patch to fix the bug in the new custom_tabs area to insure the full list of tab names are loaded every time 2018-08-25 23:17:42 +02:00
7ef25c2bb1 Stable release, resolved gh-247 2018-08-25 20:53:55 +02:00
231d8aa984 Added the option to add custom tabs to the edit view of any admin view 2018-08-24 23:46:41 +02:00
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
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
5a8124fa29 Fixed missing language prefix to list header override option. 2018-08-19 22:26:26 +02:00
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
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
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
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
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
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
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
e36b84f301 Stable Release of version 2.8.5 2018-07-30 08:10:50 +02:00
a6013c4b22 fixed gh-325 that caused a security token validation error. 2018-07-23 17:07:13 +02:00
812857da81 Fixed gh-324 that had a typo with the storing of the PHPx values. Improved the safeString helper method 2018-07-23 04:53:59 +02:00
6dd654c745 Improved 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. 2018-07-21 09:10:37 +02:00
0a7b91829f Fixed 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. 2018-07-12 18:35:38 +02:00
b42a3a5420 Fixed issue that cause the WHMCS implementation to still not work 2018-07-10 17:09:21 +02:00
2cf6f6ab11 Added notice to the compiler when the WHMCS class could not be added to explain why. 2018-07-09 01:17:04 +02:00
21254738a8 Fixed the sql dump import issue that broke when import values not set correctly. Made more corrections to the whmcs implementation. 2018-07-09 00:49:50 +02:00
0ca49414d2 Fixed gh-315 to insure all the WHMCS features work as expected 2018-07-08 22:19:01 +02:00
3a4a0e613b Added the table and field validation to avoid import breakages due to new table or fields not found in the older local install of JCB. 2018-07-07 02:12:13 +02:00
9fd59f2353 Added none as the fallback if an editor gets unpublished. 2018-07-07 00:27:29 +02:00
2b39af94a2 fixed gh-312 that caused an error when creating a new component. 2018-07-07 00:01:30 +02:00
1a19a510dc fixed line spacing in getform method 2018-07-06 17:56:29 +02:00
769e31061c fixed line spacing in getform method 2018-07-06 17:52:24 +02:00
69d358ca06 fixed line spacing in getform method 2018-07-06 17:47:27 +02:00
a9a0952ff3 Added a global editor switch for all editors in JCB, the default is none. gh-305 Added two new fields to the admin view to target the getform method in the model. 2018-07-06 15:46:30 +02:00
25650efa47 Added Joomla volunteers banner. Fixed a syntax error in the custom admin view called get snippets. 2018-06-29 04:19:50 +02:00
1312e45d4a Converting the textarea fields to editor fields, in the rest of JCB where code is being edited. gh-305 2018-06-25 22:54:26 +02:00
fd93feac42 added a validation rule to allow the submition of code in JCB 2018-06-25 04:26:05 +02:00
e774bf1002 Converting the textarea fields to editor fields, starting in the admin view. gh-305 2018-06-25 04:25:10 +02:00