Skip to content

Apublish - A fork of eZ Publish Legacy which is a bit easier to live with

License

Notifications You must be signed in to change notification settings

Aplia/apublish

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Apublish - A fork of eZ Publish Legacy which is a bit easier to live with

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 76.1%
  • Smarty 15.6%
  • C++ 2.9%
  • CSS 2.2%
  • Shell 1.5%
  • JavaScript 1.2%
  • Other 0.5%