Skip to content

gocom/rah_flat

Repository files navigation

rah_flat

Download | Packagist | Issues

This Textpattern CMS plugin imports flat frontend themes automatically to the database while the site is set in debugging or testing mode.

Warning: this plugin will permanently remove or overwrite your current templates when installed.

Install

Using Composer:

$ composer require rah/rah_flat

Or download an installer.

Requirements

  • Textpattern 4.7.0 or newer.
  • PHP 5.6.0 or newer.

Changelog

Version 0.4.3 – 2019/10/13

  • Re-publish.

Version 0.4.2 – 2019/10/13

  • Re-publish and add download links to the README.

Version 0.4.1 – 2019/10/13

  • Correct version number in manifest file.

Version 0.4.0 – 2019/03/24

  • Use core Textpattern >= 4.7.0 frontend theme functionality.
  • Now requires Textpattern 4.7.0 or newer.

Version 0.3.0 – 2014/03/28

  • Added: Drop access to a admin-side panel only if the specific content-type is active and has a directory set up.
  • Added: Invokable rah_flat.import callback event.
  • Added: Sections and preferences get their names from the filename.
  • Added: Preferences are always just updated, no strands are created.
  • Added: Preference fields that are not specified in a file are kept as-is in the database.
  • Added: French translation by Patrick Lefevre.
  • Changed: Renamed confusing Rah_Flat_Import_Template interface to Rah_Flat_Import_ImportInterface.

Version 0.2.0 – 2014/03/19

  • Reworked.

Version 0.1.0 – 2013/05/07

  • Initial release.