Major Upgrade to JCB (stable) #244

Merged
Llewellyn merged 22 commits from staging into master 5 years ago
Owner

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
Roline commented 5 years ago
Owner

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.
Roline approved these changes 5 years ago
ro-ot (Migrated from github.com) approved these changes 5 years ago
ro-ot (Migrated from github.com) left a comment
Poster
Owner

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 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
ro-ot commented 5 years ago (Migrated from github.com)
Poster
Owner

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

Reviewers

Roline approved these changes 5 years ago
The pull request has been merged as 806c4d531b.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b staging master
git pull origin staging

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff staging
git push origin master
Sign in to join this conversation.
No reviewers
No Assignees
2 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#244
Loading…
There is no content yet.