Brak opisu

jabongwa f0c1b70a3b add README.md 2 lat temu
Classes 2f28e4c30b assign activeMenuItem to view only if it is defined 2 lat temu
Configuration 3ad1a26455 add fields 'roof' and 'red_status' to table pages 2 lat temu
Resources f2c557516c fix typos 2 lat temu
Tests 05c0195041 create file structure for new page manager extension 2 lat temu
README.md f0c1b70a3b add README.md 2 lat temu
composer.json fc601b0dc2 reduce duplicated code and use querybuilder 2 lat temu
ext_emconf.php fc601b0dc2 reduce duplicated code and use querybuilder 2 lat temu
ext_localconf.php 71a1e316d1 some changes of table fields 2 lat temu
ext_tables.php fc601b0dc2 reduce duplicated code and use querybuilder 2 lat temu
ext_tables.sql 71a1e316d1 some changes of table fields 2 lat temu

README.md

Extension Name: meramo/pagemanager

A TYPO3 page management extension which shows information about the status of all pages in the TYPO3 CMS to the system administrator. The information shown is the following:

- Start Date: the date the page went Online.
- End Date:  the date the page expired.
- Rubrik (Kategorie): The Category to which the page belongs.
- Title: The title of the page.
- Dach: Main topic of the page.
- Redacteur: page creator username.
- Name: creator name.
- Aktion: Edit Link for the page.

Table of Contents

Installation

Add the following to the "repositories" block in the TYPO3 CMS composer.json file.

{
    "type": "vcs",
    "url": "https://git2.meramo.org/typo3-Extensions/pagemanager.git"
}

The repository section will now look like this; "repositories": [

....
....
{
"type": "vcs",
"url": "https://git2.meramo.org/typo3-Extensions/pagemanager.git"
}

]

Save the file and run "composer require meramo/pagemanager" on the command line.

Usage

After installation clear system caches. The Module Icon appears under the 'Tools Module' in Backend as a sub Module. The Entry point in the Typo3 Function menu list all active pages in CMS. Changing the Functions Menu option shows either pages which expired in the last 30 or 90 days from the current date.

Configuration

Contribution

License

GPL-3.0

Credits

Credit to the whole Meramo Digital Division team, for the constructive criticism and changes to create a more robust extension.

Authors

Meramo Digital Division Team.