CustomElements
Updatehinweis:
Changelog
CustomCatalog 1.4.12.1
Changelog
CustomCatalog 1.4.12
Updatehinweis:
Changelog
- Fixed: Behebt einen Rechtefehler in Popups, wenn Tabelle keine Standard-Contao-Tabelle (z.B. in Kombination mit CustomCatalog)
- Hinzugefügt: Zeitstempel/Datums-Attribute geben jetzt lesbaren Wert in Wildcard aus
- Update: Fontawesome 4.5.0
- Update: Unterstützung für das data-state Attribute in Contao 3.5
- Update: customelement_attr_default ist jetzt Standard-Wert für das tl_pct_customelement_attribute.template Feld
Updatehinweis:
- Das Modul kann wie gewohnt direkt ersetzt werden. Der interne Cache sollte geleert oder deaktivert sein.
- Ein Datenbankupdate ist nicht nötig
Changelog
Code:
### 1.6.6 Fixed: A backend user rights issue when using popup fields in tables outside the default customelement tables Added: Timestamp Attribute: processWildcardValue Hook (#285) Added: Check if table and field exists in import chain. (#286) Update: Support the data-state attribute in toggle visibility fields Update: Fontaweseome to 4.5.0 Update: "customelement_attr_default" is now default value for tl_pct_customelement_attribute.template
- Fixed: Duplikate in CE-Widget laden jetzt korrekt
- Fixed: Der Veröffentlichen-Button wurde nicht angezeigt, wenn Benutzer keine expliziten Attribute-Rechte hatte
- Fixed: Fehlende Tabellen-Prüfung ("source") beim Löschen eines Spracheintrags (Dank an Brubbel)
Changelog
Code:
### 1.4.12.1 Fixed: CustomElement Attribute: Load duplicated fields correctly Fixed: Check permission to create CCs in toggle visibility operation button Fixed: Deleting a language record in the backend might effected other language references with the same entry id (#332) Added: \PCT\CustomElements\Helper\DataContainerHelper class to work with DataContainers more flexible Added: \PCT\CustomElements\Plugins\CustomCatalog\Helper\QueryBuilder->generateWHERE added as public
CustomCatalog 1.4.12
- Neues Feature: Eigene Soriterung und Filterung direkt in Liste-Modul (benötigt: pct_tabletree_widget (>= 1.3.5))
- Fixed: Behebt falsche Links im Quickmenü wenn Request-Tokens deaktiviert sind
- Fixed: Behebt einen Initialisierungs-Fehler bei Webkit-Browsern beim ersten Laden (Cache leer)
- Fixed: CE-Gruppen-Sortierung wurde nicht in Paletten angewendet
- Fixed: Laden von CustomElements-Widgets in CustomCatalog Einträgen
- Hinzugefügt: rel="prev", rel="next" für aktive Paginationen
- Hinzugefügt: Einfache-Abfrage Filter unterstützt jetzt Blob und PageTree Attribute
- Update: CustomCatalogs werden jetzt auf über loadDataContainer() initialisiert
- Update: Externe DCA-Arrays werden auf Korrektheit und Konsistenz geprüft um event. externe Fehler oder falsche DCA-Arrays zu vermeiden.
- Update: Filter-Performance, wenn CC ein Veröffentlichen-Feld besitzt kann dieses in berücksichtigt werden (default: false) $GLOBALS['PCT_CUSTOMCATALOG']['FRONTEND']['FILTER']['publishedOnly']
- Update: Eigene System-Modul Ordner Logik einstellbar mit: $GLOBALS['PCT_CUSTOMCATALOG']['folderLogic']
- Update: Der PageTree-Filter greift jetzt auf rekursiv auf den Zweig der Seitenstruktur
- Update: Geolocation Attribute hatte falsche Koordinaten wenn Koordinatenwerte ungleich lang.
Updatehinweis:
- Das Modul kann wie gewohnt direkt ersetzt werden. Der interne Cache sollte geleert oder deaktivert sein.
- Ein Datenbankupdate ist nicht nötig
- Das Update wird jedem CustomCatalog Nutzer empfehlen. Bitte vorherige Updatehinweise beachten, wenn Update von Version < 1.4.x
Changelog
Code:
### 1.4.12 Fixed: Clone the active record object to avoid overrides for contao default field names in AttributeCallbacks Fixed: Invalid requests in the backend when request token is disabled. Request tokens are mandatory in the backend but optional in the front end (#327) Fixed: Webkit browsers might skip the caching process when browser cache is empty (first page load) Fixed: Handle single POST values in range filter correctly Fixed: Respect the group sorting when using cache Fixed: Load CustomCatalog DataContainers in popup via loadDataContainer Hook Added: Include rel="prev", rel="next" in page head for active paginations Added: Load CustomCatalogs directly via System->loadCustomCatalog($strTable) Added: Toggle visibility of option fields in the front end with $GLOBALS['PCT_CUSTOMCATALOG']['FRONTEND']['renderOptionFields'] (true/false) Added: Support the PageTree attribute and general blob attributes in SimpleCondition Filter Added: CustomIdList filtering for list modules using the pct_tabletree_widget (>= 1.3.5) on tl_module.multiSRC and tl_module.orderSRC Update: Improve the filters by respecting the published field (#325) Update: Inherit pages in the Pagetree filter now fetches all records in a trail Update: The RelatedItems Filter now respects language detail entries and the published field (is enabled) Update: Allow custom system/modules folder logic via $GLOBALS['PCT_CUSTOMCATALOG']['folderLogic'] Update: Check custom/private DCA arrays against the default DCA array to avoid errors or missing definitions from outside Update: Geolocation Attribute: Allow empty values for street, city, zipcode, country fields. Try to locate just with the given values Update: Geolocation Attribute: Use POST data as address source when saving for the first time because the active record is empty at this moment Update: Geolocation Attribute: Write system log when detecting geo-coordinates in save_callback fails Update: Set the switchToEdit option only for CCs that have child tables by default Update: Removed deprecated: $GLOBALS['PCT_CUSTOMCATALOG']['SETTINGS']['initializeInFrontend'] Update: Due to loading ordner the customelement widget must search for customcatalog tables in the config.php and add them to the CE tables