in2code/in2publish_core

Content publishing extension to connect stage and production server

Installs: 89 401

Dependents: 0

Suggesters: 0

Security: 0

Stars: 40

Watchers: 15

Forks: 22

Open Issues: 0

Type:typo3-cms-extension

12.5.0 2024-05-02 12:29 UTC

README

Latest Stable Version Build Status Latest Unstable Version License Codacy Badge

Introduction

Content Publishing in TYPO3 - the easy way:

  • Intuitive Use
  • High Security
  • Future proof
  • Supports all extensions (with correct TCA)

index_publisher_screen.png

Support

This TYPO3 Extension is free to use. We as in2code and our developers highly appreciate your feedback and work hard to improve our extensions. To do so, in2code provides two extra days per month for coding and developing (Coding Night and Freaky Friday). During these days our more than 20 developers spend their time with improvements and updates for this and other extensions.

You can support our work here.

Thank you very much in advance.

Your in2code Team

Description

The Content Publisher for TYPO3 is an extension that allows the separation of TYPO3 into an editorial system and a live system. This separation allows editors to prepare and test their content independently from the live system. When the new content is ready to be published, it is transferred to the live system by the Content Publisher with a single click. Even embedded images and files are reliably transferred. The Content Publisher thus takes working with content to a new level. Content can be compared with the live system before publication and pages with changes are highlighted in color.

The Content Publisher can transfer entire pages or, in the Enterprise Edition, individual content elements. It is highly extensible and configurable and supports all TYPO3 features and 3rd party extensions, as long as they provide correct TCA.

The Enterprise Edition extends the Content Publisher with a large number of features, such as workflows to organize pages and individual content types in the editing process, workflow assignment, workflow email notification, workflow colors in the page tree, publishing permissions, limiting publishing to languages, support for Solr, EXT: fal_securedownload, EXT:rte_ckeditor_image, Remote Cache Control, Fire and Forget and more.

Questions

If you have questions please have a look at the FAQs first. If your question is not listed try to find your answer in the documentation. You can ask questions (no support!) in the #ext-in2publish Slack channel on typo3.slack.com but there is no warranty. If you need support you can contact in2code.

Technical note

The content publisher basically requires two TYPO3 instances. A staging and a live instance. Editors work solely on the stage server. They also have a backend module to manage pages and files and their publishing status. This means that backend access to the live server is not required anymore. The data transfer between the two servers is secured by encrypted connections and allows only unidirectional system access from stage to live.

Data from the live server is only transferred upon explicit request from the stage server. This also means that the stage server can be placed inside the private company intranet while the live server is accessible throughout the internet. The same TYPO3 extension is installed on both servers. So both servers only differ in configuration. This has the great advantage that an existing deployment can be used for both systems at once.

See for more details:

Screenshots

68747470733a2f2f7777772e696e32636f64652e64652f66696c6561646d696e2f636f6e74656e742f696d616765732f70726f64756b74652f636f6e74656e747075626c69736865722f636f6e74656e745f7075626c69736865725f73637265656e73686f7430345f707265762e706e67

Example overview module with details

68747470733a2f2f7777772e696e32636f64652e64652f66696c6561646d696e2f636f6e74656e742f696d616765732f70726f64756b74652f636f6e74656e747075626c69736865722f636f6e74656e745f7075626c69736865725f73637265656e73686f7430335f707265762e706e67

Example workflow feature (part of the enterprise version)

68747470733a2f2f626f782e6576657268656c7065722e6d652f6174746163686d656e742f3931353937302f38343732356662372d306233652d346334302d623532652d3239643736323037373762622f3236323430372d39335574513963506562304e435931652f73637265656e2e706e67

Browser notifications after asynchronous publishing (part of the enterprise version)

Installation

composer require in2code/in2publish_core

Easy installation via composer. See documentation for a step by step manual

Documentation

Version changelog

See: Changelog

Testing

Hint: https://youtrack.jetbrains.com/issue/WI-74556/PHPUnit-settings-are-not-configured#focus=Comments-27-8185787.0-0