zikula-modules / Pages

Simple HTML Pages
https://ziku.la/
18 stars 4 forks source link
php zikula

Deprecated

This module has been deprecated as part of Zikula 4 slimming diet.

Simple pages management module

Documentation

  1. Introduction
  2. Requirements
  3. Installation
  4. Upgrading
  5. Changelog
  6. TODO
  7. Questions, bugs and contributing

Introduction

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.

Requirements

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.

Installation

The Pages module is installed like this:

  1. Download the latest release.
  2. Copy the content of extensions/ into the extensions/ directory of your Zikula installation. Afterwards you should a folder named extensions/Zikula/PagesModule/.
  3. Initialize and activate ZikulaPagesModule in the extensions administration.

Upgrading

Upgrade to Pages 4.0.0 (Zikula 2.x to 3.x)

  1. Ensure you have Zikula 2.x with Pages 3.2.3 running (download from the this release).
  2. Upgrade Zikula core to 3.x.
  3. Delete the modules/Zikula/PagesModule/ directory entirely.
  4. Copy the content of extensions/ into the extensions/ directory of your Zikula installation. Afterwards you should a folder named extensions/Zikula/PagesModule/.
  5. In /.env.local set APP_DEBUG=1.
  6. Create a backup of your database!
  7. Update ZikulaPagesModule in the extensions administration.
  8. In /.env.local set APP_DEBUG=0.

In case something goes wrong:

  1. Restore your database dump.
  2. 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.
  3. Add the patch or follow the advice you got.
  4. Update ZikulaPagesModule in the extensions administration again.

Changelog

Version 4.1.0

New features:

Bugfixes:

Version 4.0.0

Structural changes:

New features:

Deprecations:

TODO

Questions, bugs and contributing

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.