Stable release. #1013

Closed
Llewellyn wants to merge 0 commits from staging into master
Owner

Summary of Changes

  • Update Ftp.php.
  • Fix repository indexing.
  • Fixed the default value for fields in database mysql install script.
  • Fix the sorting of fields and views for PHP 8.
  • Fixed changelog direction so newest changes is listed at top of the file.
  • Finished the init function of super powers.
  • Adds rest function inside super power.
  • Adds super powers to all templates.
  • Updates many helper class methods to now use the utility classes.
  • Adds the spl_autoload_register method to the component entry file (as-well).
  • Moved most methods from the compiler fields class to powers. #955
  • Refactored many new builder classes from the registry class.
  • Converted the Content class to two builder classes.
  • Adds option to add additional templates to a module.
  • Resolves #1002 by adding STRING instead of WORD.
  • Ported the FOF encryption class into Powers. https://git.vdm.dev/joomla/fof
  • Changed all CSS and JS to use JHtml::_( instead of $this->document-> in compiler code.
  • Adds option to turn jQuery off if UIKIT 3 is added.
  • Adds option to auto write injection boilerplate code in Powers area.
  • Adds option to auto write service provider boilerplate code in the Powers area.
  • Improved the getDynamicContent method and all banner locations to fetch from https://git.vdm.dev/joomla/jcb-external/ instead.
  • Major stability improvements all over the new powers compiler classes.
  • New base Registry class has been created specially for JCB.
  • Remember to update all plug-ins with this version update (use the package).

Testing Instructions

Has been tested for several months..

Expected result

Stable

Actual result

Stable

Documentation Changes Required

Yes many new features are still not documented.... (not sure when...)

### Summary of Changes - Update Ftp.php. - Fix repository indexing. - Fixed the default value for fields in database mysql install script. - Fix the sorting of fields and views for PHP 8. - Fixed changelog direction so newest changes is listed at top of the file. - Finished the init function of super powers. - Adds rest function inside super power. - Adds super powers to all templates. - Updates many helper class methods to now use the utility classes. - Adds the `spl_autoload_register` method to the component entry file (as-well). - Moved most methods from the compiler fields class to powers. #955 - Refactored many new builder classes from the registry class. - Converted the Content class to two builder classes. - Adds option to add additional templates to a module. - Resolves #1002 by adding STRING instead of WORD. - Ported the FOF encryption class into Powers. https://git.vdm.dev/joomla/fof - Changed all CSS and JS to use `JHtml::_(` instead of `$this->document->` in compiler code. - Adds option to turn jQuery off if UIKIT 3 is added. - Adds option to auto write injection boilerplate code in Powers area. - Adds option to auto write service provider boilerplate code in the Powers area. - Improved the `getDynamicContent` method and all banner locations to fetch from https://git.vdm.dev/joomla/jcb-external/ instead. - Major stability improvements all over the new powers compiler classes. - New [base Registry class](https://git.vdm.dev/joomla/super-powers/src/branch/master/src/7e822c03-1b20-41d1-9427-f5b8d5836af7) has been created specially for JCB. - Remember to update all plug-ins with this version update (use the package). ### Testing Instructions Has been tested for several months.. ### Expected result Stable ### Actual result Stable ### Documentation Changes Required Yes many new features are still not documented.... (not sure when...)
Llewellyn added 5 commits 2023-10-18 07:47:19 +00:00
a77eac9adf Update Ftp.php
Fix problem with parse_str missing mandatory result parameter since php 8.0.0
Llewellyn closed this pull request 2023-10-18 07:50:05 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
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#1013
No description provided.