2017 © Pedro Peláez
 

melisplatform-module melis-cms-page-historic

Melis Platform CMS page historic module

image

melisplatform/melis-cms-page-historic

Melis Platform CMS page historic module

  • Wednesday, June 27, 2018
  • by melisplatform
  • Repository
  • 5 Watchers
  • 2 Stars
  • 1,018 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 5 % Grown

The README.md

melis-cms-page-historic

MelisCmsPageHistoric provides an historic system for MelisCms' page edition., (*1)

Getting Started

These instructions will get you a copy of the project up and running on your machine.
This Melis Platform module is made to work with the MelisCms., (*2)

Prerequisites

You will need to install melisplatform/melis-cms in order to have this module running.
This will automatically be done when using composer., (*3)

Installing

Run the composer command:, (*4)

composer require melisplatform/melis-cms-page-historic

Database

Database model is accessible on the MySQL Workbench file:
/melis-cms-page-historic/install/sql/model
Database will be installed through composer and its hooks.
In case of problems, SQL files are located here:
/melis-cms-page-historic/install/sql, (*5)

Tools & Elements provided

  • Historic Page Edition Tab

Running the code

Listening to services and update behavior with custom code

Most services trigger events so that the behavior can be modified., (*6)

public function attach(EventManagerInterface $events)
{
    $sharedEvents = $events->getSharedManager();

    $callBackHandler = $sharedEvents->attach(
        'MelisCms', 
        'meliscms_page_delete_end', 
        function($e) {

            $sm = $e->getTarget()->getServiceManager();
            $params = $e->getParams();

            // Custom Code
        },
    50);

    $this->listeners[] = $callBackHandler;
}

Authors

See also the list of contributors who participated in this project., (*7)

License

This project is licensed under the OSL-3.0 License - see the LICENSE.md file for details, (*8)

The Versions

27/06 2018

dev-MelisDashboard

dev-MelisDashboard https://github.com/melisplatform/melis-cms-page-historic

Melis Platform CMS page historic module

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

zf2 module cms melis

03/05 2018

dev-master

9999999-dev https://github.com/melisplatform/melis-cms-page-historic

Melis Platform CMS page historic module

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

zf2 module cms melis

03/05 2018

v2.4.0

2.4.0.0 https://github.com/melisplatform/melis-cms-page-historic

Melis Platform CMS page historic module

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

zf2 module cms melis

02/05 2018

dev-develop

dev-develop https://github.com/melisplatform/melis-cms-page-historic

Melis Platform CMS page historic module

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

zf2 module cms melis

26/02 2018

v2.3.0

2.3.0.0 https://github.com/melisplatform/melis-cms-page-historic

Melis Platform CMS page historic module

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

zf2 module cms melis

15/01 2018

dev-hotfix-dbdeploy

dev-hotfix-dbdeploy https://github.com/melisplatform/melis-cms-page-historic

Melis Platform CMS page historic module

  Sources   Download

OSL-3.0

The Requires

  • php ^5.5 || ^7.0

 

The Development Requires

zf2 module cms melis

07/08 2017

v2.2.0

2.2.0.0 https://github.com/melisplatform/melis-cms-page-historic

Melis Platform CMS page historic module

  Sources   Download

OSL-3.0

The Requires

  • php ^5.5 || ^7.0

 

The Development Requires

zf2 module cms melis

07/08 2017

v2.2.1

2.2.1.0 https://github.com/melisplatform/melis-cms-page-historic

Melis Platform CMS page historic module

  Sources   Download

OSL-3.0

The Requires

  • php ^5.5 || ^7.0

 

The Development Requires

zf2 module cms melis

19/06 2017

v2.1.1

2.1.1.0 https://github.com/melisplatform/melis-cms-page-historic

Melis Platform CMS page historic module

  Sources   Download

OSL-3.0

The Requires

  • php ^5.5 || ^7.0

 

The Development Requires

zf2 module cms melis

16/05 2017

v2.1

2.1.0.0 https://github.com/melisplatform/melis-cms-page-historic

Melis Platform CMS page historic module

  Sources   Download

OSL-3.0

The Requires

  • php ^5.5 || ^7.0

 

The Development Requires

zf2 module cms melis