Giter Club home page Giter Club logo

templavoilaplus's Introduction

TemplaVoilà! Plus

license version packagist

TemplaVoilà! Plus (TV+) is an extension for the TYPO3 content management system which adds an easy way to extend content elements and rendering to templates in Backend and Frontend. It is the follow up of the popular TemplaVoilà! extension from Kasper Skårhøj prepared for modern versions of TYPO3.

Translation and Documentation

We are using crowdin for translation handling. Please visit https://crowdin.com/project/typo3-extension-templavoilaplu to check state. You can also help there to fix issues. But also our complete documentation needs a rewrite, please help there.

The big TV+ 8 release

The first stable TV+ 8 release is 8.1.0 which changes many things on the base of TemplaVoilà! and so it needed a complete rewrite. Which will allow us to enhance it with new features. But for the moment some features are cut down, to get the release out.

Whats missing

  • The point-and-click mapper as it is very hard to get all things together and it isn't the base so it may come back as extension later on.
  • MultiLanguage as this is very hard and partly confuse, we need a "data donation" for this. Also this isn't realy a core compatible way and so Language Fallback Support isn't easy possible.
  • Workspace Support is only somewhat tested, it may be buggy it may be working.
  • Documentation and translation parts, please help here.

On all this missing parts, what the hell is new/better?

  • Compatible with TYPO3 v10 and v11 is new, there are also some bits for v12 already.
  • No database records for templates and structures anymore, which helps on servers which use deployments and prepare this rollouts on testing/staging systems.
  • Split frontend between data organization and rendering, this allows us to integrate different templating engines like fluid.
  • Backend written with fluid templates, which allows us to use fluid templates for the backend layouts or backend previews, instead of the marker based templates.
  • Also the good old XPathRenderer got small features which help on recursive data handling.
  • Using places, so we could create theme extensions like em_tvplus_theme_demo or UIkit theme which will extensible with your own extension.

What may come next a.k.a. 8.2.0

After 8.1.0 an update with fixes and readded missing features will come as 8.2.0, which may include support for workspaces, migration for multiple storage pids and maybe MultiLanguage, which depends on testers / data donators to try migration handling and output handling. Also eliminate dependency to fluid_styled_content and get "extending from theme" working. Afterwards a TV+ 9 release will be skipped as TYPO3 v9 is already out of support at this point. So a TV+ 11 release with support for TYPO3 v11 and v12 is planned. Hopefully also a cleaner handling of flexforms.

How is the configuration handling differently

The handling of configuration is done inside directories called "Places". This is needed, as we want later, that you can install a base theme and extend/overwrite it partially with your own configuration data. The old configuration parts, DataStructure and TemplateObject, have been rearranged. TV+ uses now four configuration types DataConfiguration (with the clean core DataStructure), MappingConfiguration, TemplateConfiguration and BackendLayoutConfiguration. This allows for a better reusage of configuration parts and the possibility to configure different output renderer. All old entry points to extend TV+ are removed at the moment and some complete new are arising, for example the LoadSaveHandlers, which enables you to write an own configuration loader/saver for your configuration files and your own super duper configuration file format. Please take a look inside the two theme extensions or check the extension which is created while migration to understand how it looks and how it works.

How to upgrade

The TV+ Control Center resides in the admin tools section, it includes the "Update Script" to start the migration process. The "Update Script" checks first your system and tells you as much as possible what and how it does. At the end a theme extension will be generated which includes all needed parts for the installation. Afterwards you need to update your TypoScript for starting frontend output. All together can be found in the documentation. If you use deployment strategie you don't have to run the complete migration again, the information for database migration is saved in an json file, a "Server Migration Script" will show up for this.

Theme Extensions as WIP for TV+ 8

What works:

  • There is a ControlCenter Modul, which shows DataStructure/Mapping/Template Places.
    • For Data- and MappingConfiguration is only the list view implemented.
    • For TemplateConfiguration is only the list view implemented and very little information output.
    • There is a Debug screen which shows more about the internal configuration of the objects.
  • There is also a new PageLayout Modul
    • No full support for multilanguage
    • No support for extending menu
  • Frontend rendering works for sDEF/lDEV/vDEF as you define
    • DataStructure will be taken into account
    • TypoScript can be handled while mapping in process
    • Templates using the XPath Renderer (a.k.a. old TemplaVoilà! template handling)
    • You can also use the Fluid Renderer (https://github.com/T3Voila/tvplus_fluid)
    • Add Meta/CSS/JS informations from TemplateConfiguration
  • Extending
    • You can extend TV+ 8 with new Places with their own handler to load data
    • You can add new renderer (for example Smarty, Twig)
    • You can work on own themes
    • You can freely manipulate the NewContentWizard tabs and elements
  • Update Script
    • There is an Update Script which works quite well
    • You should select "creating new extension" also if it shows you a green extension to select
    • No support for multiple storage pids yet

What would help us:

  • If you need one of the following things, we would need a data donation from your system (from the tx_templavoilaplus_* tables and StaticDS files if you have), so we can't test this and try to work on a solution.
    • Update script for multiple storage pids
    • Multilanguage editing support for lDEF/vDEF systems (Systems which use the TemplaVoilà! language things and not the core ones a.k.a. langDisable/langChildren)

templavoilaplus's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.