xima / xima-typo3-content-planner
This extension provides a page status functionality to support the planning of content work.
Package info
github.com/xima-media/xima-typo3-content-planner
Type:typo3-cms-extension
pkg:composer/xima/xima-typo3-content-planner
Requires
- php: ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0
- ext-dom: *
- ext-filter: *
- ext-libxml: *
- doctrine/dbal: ^4.0
- psr/event-dispatcher: ^1.0
- psr/http-message: ^1.0 || ^2.0
- psr/http-server-handler: ^1.0.2
- psr/http-server-middleware: ^1.0.2
- symfony/console: ^7.0 || ^8.0
- typo3/cms-backend: ^13.4 || ^14.0
- typo3/cms-beuser: ^13.4 || ^14.0
- typo3/cms-core: ^13.4 || ^14.0
- typo3/cms-dashboard: ^13.4 || ^14.0
- typo3/cms-extbase: ^13.4 || ^14.0
- typo3/cms-fluid: ^13.4 || ^14.0
- typo3fluid/fluid: ^4.2 || ^5.0
Requires (Dev)
- eliashaeussler/version-bumper: ^2.4 || ^3.0
- helhum/typo3-console: ^8.3.1
- phpunit/phpunit: ^10.2 || ^11.0 || ^12.0
- typo3/cms-base-distribution: ^13.4 || ^14.0
- typo3/cms-lowlevel: ^13.4 || ^14.0
- dev-main
- 2.2.0
- 2.1.1
- 2.1.0
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.5.10
- 1.5.9
- 1.5.8
- 1.5.7
- 1.5.6
- 1.5.5
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.0
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.2
- 1.0.1
- 1.0.0
- dev-renovate/lock-file-maintenance
- dev-feature/custom-widget-icons
- dev-fix/ce-status-bar-border-radius
- dev-feature/reply-collapse-toggle
- dev-chore/update-purple-color-and-deps
- dev-feature/fixture-demo-data
- dev-feature/threaded-comments
- dev-fix/v14-dropdown-queryselector-bug
- dev-feature/comment-events
- dev-feature/cascading-comment-cleanup
- dev-chore/ddev-php-version
- dev-chore/php-platform-constraint
- dev-chore/update-typo3-test-matrix
- dev-fix/german-translation-empty-source
- dev-chore/ci-and-docs-updates
- dev-feature/widget-table-layout-improvements
- dev-feature/widget-comment-improvements
- dev-feature/comment-share-link
- dev-extended-permissions
- dev-feature/widget-filter-modal
- dev-maintenance
- dev-missing-parameter
- dev-page-tree-comment-icon
- dev-fix-comments-widget-resolved
- dev-fix-unresolved-comments-toggle
- dev-comments-widget-update
- dev-remove-comments-from-page-settings
- dev-fix-status-provider-priority
- dev-2.x-dev
- dev-1.x-dev
- dev-improved-unit-tests
- dev-acceptance-testing
This package is auto-updated.
Last update: 2026-04-29 12:51:07 UTC
README
TYPO3 extension xima_typo3_content_planner
This TYPO3 extension adds content planning capabilities to the TYPO3 backend: assign a status to pages (and other records), assign responsible editors and leave comments with todos — all directly in the page tree, record list and file list.
Note
Ideal for content migrations, editorial workflows or any process where you need to track who is working on what.
✨ Features
Status — Colorful, customizable status labels for pages and records
- Change status via page tree, module header, record list or edit form
- Bulk update multiple records at once or via console command
Assignee — Assign responsible editors to records
- Quick actions: "Assign to me" / "Unassign" shortcuts
- Optional auto-assignment on status change
Comments — Discuss records directly in the backend
- Todos and resolution tracking within comments
- Threaded replies and shareable links
Dashboard — Ready-to-use dashboard preset with dedicated widgets
- Overview, status, updates, assignee, todo, comments widgets
- Configurable widget with custom filters (TYPO3 v14+)
Extensibility — Works beyond pages
- Extend additional database records with status behavior
- Built-in support for content elements and files/folders
🔥 Installation
Requirements
- TYPO3 13.4 LTS & 14.0+
- PHP 8.2+
Supports
| Version | TYPO3 | PHP |
|---|---|---|
| 2.x | 13-14 | 8.2-8.5 |
| 1.x | 12-13 | 8.1-8.5 |
Composer
composer require xima/xima-typo3-content-planner
TER
Download the zip file from TYPO3 extension repository (TER).
📂 Setup
After the installation, update the database schema and setup the extension:
vendor/bin/typo3 database:updateschema vendor/bin/typo3 extension:setup --extension=xima_typo3_content_planner
📙 Documentation
Please have a look at the official extension documentation.
🧑💻 Contributing
Please have a look at CONTRIBUTING.md.
💎 Credits
Relax icons by Chattapat from Noun Project (CC BY 3.0)
Thanks to move:elevator and XIMA for supporting the development of this extension.
⭐ License
This project is licensed under GNU General Public License 2.0 (or later).
