资 源 简 介
ymcBootstrap for eZ Publish
Overview
ymcBootstrap for eZ Publish adds functionality aimed at developers:
ymcUpgradeSystem: Provides an alternative concept to patch and upgrade a plain eZ Publish, including database modifications. All changes are saved into a patch package which can be deployed to other installations.
ymcAudit: Improves the built-in log mechanism by diverting log messages to the database.
ymcLog: Does the same as ymcAudit, but for system log messages rather than content changes.
ymcScriptTracer: Logs any request made to the installation, which allows for detailed ex-post analysis of problems caused by PHP code.
ymcUpgradeSystem
How to use:
1. Patch eZ Publish
a) Modify your eZ Publish kernel according to your needs.
b) In the shell, determine the current timestamp:
#date +%s
c) Change the following constants and settings