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 4 years ago
ro-ot
(Migrated from github.com)
approved these changes 4 years ago
Pull Request for Issue gh-365, gh-362, gh-360, gh-364, gh-367, gh-363, gh-369, gh-370.
Summary of Changes
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.
Reviewers
8cdf056ad4
.Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.