Converted all the JCB tables to have a DYNAMIC row format #371

Merged
Llewellyn merged 7 commits from staging into master 2019-01-30 14:11:11 +00:00
Owner

Pull Request for Issue gh-365, gh-362, gh-360, gh-364, gh-367, gh-363, gh-369, gh-370.

Summary of Changes

  • Resolved gh-370 so that all fields get loaded in a dynamicGet, even new once created at a later stage.
  • Added 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.
  • Resolved gh-363 so that show on will function as expected in the full width layout.
  • Resolved gh-367 by adding a wrapper class around each field in the edit view.
  • Resolved 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.
  • Resolved 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 custom script validation search of save of custom code area. Added email validation to the email helper script.
  • Fixed 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.

Testing Instructions

Read related issues and test based on expected results explained in issues.

Expected result

Check the related issues.

Actual result

The all issues are resolved

Documentation Changes Required

I will be bumping a few new tutorials to explain some of the new features.

Pull Request for Issue gh-365, gh-362, gh-360, gh-364, gh-367, gh-363, gh-369, gh-370. ### Summary of Changes - Resolved gh-370 so that all fields get loaded in a dynamicGet, even new once created at a later stage. - Added 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. - Resolved gh-363 so that show on will function as expected in the full width layout. - Resolved gh-367 by adding a wrapper class around each field in the edit view. - Resolved 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. - Resolved 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 custom script validation search of save of custom code area. Added email validation to the email helper script. - Fixed 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. ### Testing Instructions Read related issues and test based on expected results explained in issues. ### Expected result Check the related issues. ### Actual result The all issues are resolved ### Documentation Changes Required I will be bumping a few new tutorials to explain some of the new features.
ro-ot (Migrated from github.com) reviewed 2019-01-30 11:19:48 +00:00
ro-ot (Migrated from github.com) approved these changes 2019-01-30 11:26:42 +00:00
Sign in to join this conversation.
No reviewers
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: joomla/Component-Builder#371
No description provided.