2017 © Pedro Peláez
 

typo3-cms-extension fourallportal

image

crossmedia/fourallportal

  • Thursday, July 12, 2018
  • by mneuhaus
  • Repository
  • 1 Watchers
  • 0 Stars
  • 408 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 4 Open issues
  • 39 Versions
  • 62 % Grown

The README.md

Latest Stable Version Total Downloads Latest Unstable Version PHP Version Require, (*1)

PIM Connector

Extension to facilitate import from PIM to TYPO3 records., (*2)

Requirements

  1. Typo3 version 12.4 or higher
  2. Typo3 in composer mode
  3. PHP version 8.1 or higher
  4. Installed typo3/cms-scheduler package: composer require typo3/cms-scheduler

Documentation and Guides

  1. Install the 4ALLPORTAL Plugin
  2. Server Component
  3. Module Component
  4. Mapping Class
  5. Type Converter
  6. Complex Types
  7. Dynamic Domain Module
  8. Model Class File
  9. 4ALLPORTAL Extension Commands, (*3)

  10. TCA Definitions File, (*4)

  11. Scheduled Tasks
  12. Old Documentation (8.7)

Versions

Version TYPO3 PHP Support/Development
6.x 12.x 8.1 - 8.3 Features, Bugfixes, Security Updates
5.x 7.6 - 8.7 5.5 - 7.2 Support dropped

Migration from Typo3 v8.x to v12.x

Please refer to the Migration Guide document included in this repository., (*5)

Expected behavior

Assuming that you put all of the above components together correctly, running the import CLI command should cause the following chain of events to occur:, (*6)

  • Each Server is iterated
  • Each Module from each Server is iterated
  • The PIM API is queried using the credentials and configuration from Server and Module
  • A list of events are received and spooled
  • The events are claimed and processed one by one, performing one of either update or delete actions (note: create is compounded into update since ad-hoc creation happens)
  • If successful, all properties received from PIM are mapped onto the Entity properties and saved to the database.
  • If any errors should occur, feedback is output identifying the source of the problem.

Developer hints

The following hints may help developers avoid pitfalls when working with this logic:, (*7)

  1. Reflection is widely used and registration happens in extension config files, and both of these asset types are quite eagerly cached by TYPO3. The cache group that contains both of these caches is the system one which is normally hidden unless you are in Development context or the system cache flushing was explicitly allowed for your user.
  2. Even though TypeConverts are used, Extbase's validation logic is not triggered. This means you can potentially save values in the DB that cause loading of the Entity to fail if for example it is passed as argument to a controller action (unless you disable validation for the argument in the controller action itself).
  3. TYPO3 contains TypeConverters for standard types which may not be possible to override. Should you experience problems with this, it is possible to remove an already registered TypeConverter directly from the TYPO3_CONF_VARS array but this is strongly discouraged. If a given TypeConverter is unable to convert a value, consider wrapping said value in a ValueObject you attach to your Entity, then create a TypeConverter that converts to that type of ValueObject.
  4. As far as humanly possible, try to adhere to the best practice described above and make your Entity as close to the PIM column structures as you can. Overriding any of the logic of the mapping classes or TypeConverter base class may cause vital features to stop working, e.g. could prevent proper handling of relations. The less you customise, the more likely it is that the default rules will handle your object types with no problems.

The Versions

12/07 2018

dev-master

9999999-dev

  Sources   Download

The Requires

 

The Development Requires

11/07 2018
02/07 2018
22/06 2018
20/06 2018
18/06 2018
14/06 2018
08/06 2018
05/06 2018
05/06 2018
01/06 2018
29/05 2018
24/05 2018
18/05 2018
16/05 2018
15/05 2018
09/05 2018
08/05 2018
07/05 2018
07/05 2018
07/05 2018
03/05 2018
24/04 2018
19/04 2018
05/04 2018
12/03 2018
12/03 2018
26/02 2018
21/02 2018
06/02 2018

1.1.x-dev

1.1.9999999.9999999-dev

  Sources   Download

The Requires

 

The Development Requires

06/02 2018
02/02 2018

v2.0.0-RC1

2.0.0.0-RC1

  Sources   Download

The Requires

 

The Development Requires

02/02 2018

dev-dimension-handling

dev-dimension-handling

  Sources   Download

The Requires

 

The Development Requires

02/02 2018

dev-missing-null-parameter

dev-missing-null-parameter

  Sources   Download

The Requires

 

The Development Requires

30/01 2018
29/09 2017

dev-dynamicmodel

dev-dynamicmodel

  Sources   Download

The Requires

 

The Development Requires

29/09 2017

dev-namedparameters

dev-namedparameters

  Sources   Download

The Requires

 

The Development Requires

29/09 2017

dev-coderemoval

dev-coderemoval

  Sources   Download

The Requires

 

The Development Requires