Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.99 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.99 KB

Aplia Apublish (Fork of eZ Publish legacy)

Build Status Latest Stable Version Latest version Minimum PHP Version License

What is Aplia Apublish ?

Aplia Apublish is a fork of eZ Publish legacy which includes a set for small improvements

  • composer.json is clean (no circular dependencies)
  • Define override folders for INI files, ie. settings/override may be inside your project extension. Same for site access folders.
  • Improvements for developers
    • Disabling of error handler and shutdown handlers, to replace with external libraries
    • Redirection of eZDebug output to a PSR logger
    • Disable modifying of file permissions for created files, instead let the filesystem define permissions
  • PHP 7+ fixes

How to merge with eZ Publish legacy

git co -b feature/20xx.x.merge
git remote add ezsystems https://github.com/ezsystems/ezpublish-legacy
git fetch ezsystems
git merge ezsystems/master
git rm -r extension/* (Remove stuff in extension. Composer has been invented. Let's use it Ibexa)
git co master
git merge feature/20xx.x.merge

Push and create a new release.

Update extension repositories

Lacy Ibexa has included three exensions within eZ Publish which is separated in their own repositories in Apublish.

Visit

and update them accordingly to their documentation.