Без опису

ksieren bc8af5d89a update readme 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 bc8af5d89a update readme 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": "git",
			"url": "https://git2.meramo.org/typo3-Extensions/pagemanager.git",
			"options": {
				"ssl": {
					"verify_peer": true,
					"verify_peer_name": true
				},
				"http": {
					"header": "Authorization: Bearer 4164b811b0774eaa8a34938e39458bcd66309e57"
				}
			}
		}

The repository section will now look like this;

"repositories": [
...
		{
			"type": "git",
			"url": "https://git2.meramo.org/typo3-Extensions/pagemanager.git",
			"options": {
				"ssl": {
					"verify_peer": true,
					"verify_peer_name": true
				},
				"http": {
					"header": "Authorization: Bearer 4164b811b0774eaa8a34938e39458bcd66309e57"
				}
			}
		}
...
]

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.