This is a major improvement to JCB, with many issues fixed and feature request added.
Summary of Changes
Please check the commit messages
Testing Instructions
Insure that complex components still compile with out any real noticeable changes, except in the areas of new feature implementation.
Expected result
Stable JCB
This is a major improvement to JCB, with many issues fixed and feature request added.
### Summary of Changes
Please check the commit messages
### Testing Instructions
Insure that complex components still compile with out any real noticeable changes, except in the areas of new feature implementation.
### Expected result
Stable JCB
The new JCB interface is working much more efficiently and smoother than in the past. It seems that the removal of the tab of the language strings' speeds up the process significantly in the Joomla component area.
The new JCB interface is working much more efficiently and smoother than in the past. It seems that the removal of the tab of the language strings' speeds up the process significantly in the Joomla component area.
I quickly checked my error logs, sorry should have done that first. I get these errors:
PHP Warning: array_values() expects parameter 1 to be array, string given in /home/j/html_public/administrator/components/com_componentbuilder/helpers/compiler/a_Get.php on line 5432
This means placeholders are passed without being an array.
I quickly checked my error logs, sorry should have done that first. I get these errors:
>PHP Warning: array_values() expects parameter 1 to be array, string given in /home/j/html_public/administrator/components/com_componentbuilder/helpers/compiler/a_Get.php on line [5432](https://github.com/vdm-io/Joomla-Component-Builder/blob/de2d95714105617295f9de22bdeff717d251df65/admin/helpers/compiler/a_Get.php#L5432)
This means placeholders are passed without being an array.
ro-ot
(Migrated from github.com)
reviewed 5 years ago
Llewellyn
added this to the Feature Requests project 8 months ago
This is a major improvement to JCB, with many issues fixed and feature request added.
Summary of Changes
Please check the commit messages
Testing Instructions
Insure that complex components still compile with out any real noticeable changes, except in the areas of new feature implementation.
Expected result
Stable JCB
The new JCB interface is working much more efficiently and smoother than in the past. It seems that the removal of the tab of the language strings' speeds up the process significantly in the Joomla component area.
I can see that most of the changes were well tested in the issues, which makes this release very stable. All works well in PHP 7.1.1
I quickly checked my error logs, sorry should have done that first. I get these errors:
This means placeholders are passed without being an array.
Reviewers
806c4d531b
.Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.