Нема описа

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

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.