This module has been deprecated as part of Zikula 4 slimming diet.
Pages is a Zikula module for managing content pages. It is kept simple and easy on purpose.
For a more comprehensive content management extension see Content.
The main
branch of this module is intended for being used with Zikula 3.0.
For Zikula 2.0.x look at releases and the v3 branch.
The Pages module is installed like this:
- Download the latest release.
- Copy the content of
extensions/
into theextensions/
directory of your Zikula installation. Afterwards you should a folder namedextensions/Zikula/PagesModule/
. - Initialize and activate ZikulaPagesModule in the extensions administration.
- Ensure you have Zikula 2.x with Pages 3.2.3 running (download from the this release).
- Upgrade Zikula core to 3.x.
- Delete the
modules/Zikula/PagesModule/
directory entirely. - Copy the content of
extensions/
into theextensions/
directory of your Zikula installation. Afterwards you should a folder namedextensions/Zikula/PagesModule/
. - In
/.env.local
setAPP_DEBUG=1
. - Create a backup of your database!
- Update ZikulaPagesModule in the extensions administration.
- In
/.env.local
setAPP_DEBUG=0
.
In case something goes wrong:
- Restore your database dump.
- Report your problem in the issue tracker at https://github.com/zikula-modules/Pages/issues - in case you got an exception please post the complete stack trace.
- Add the patch or follow the advice you got.
- Update ZikulaPagesModule in the extensions administration again.
New features:
- None yet.
Bugfixes:
- Fixed combination of owner permission, private mode and only own flag.
Structural changes:
- Entirely rewritten for Zikula 3.0.x using ModuleStudio.
New features:
- Added
active
flag for disabling pages. - Added support for RSS and Atom feeds.
- Added support for MultiHook needles.
- Added owner permission support so people may edit their own pages.
Deprecations:
- ...
- ...
If you want to report something or help out with further development of the Pages module please refer to the corresponding GitHub project at https://github.com/zikula-modules/Pages.