CustomCatalog
Updatehinweis:
Changelog
- Fixed/Update: Der json Cache wurde wieder entfernt und gegen das effizientere Caching über Globale Variablen ersetzt. Das löst imgrunde alle Fragen und Probleme, die mit dem json Cache entstanden sind. (Es ist nicht nötig Daten zu leeren oder zu löschen. Der json Cache wird direkt umgangen.)
- Fixed: Falsche Links im Quickmenu, wenn Request Tokens deaktiviert sind
- Fixed: Ein Fehler in CustomCatalogFactory::findAllActive()
- Fixed: Ein Javascript-Fehler im customelement_attr_googlemaps Template, wenn keine realen Koordinaten genutzt werden.
- Fixed: Fallback für Contao < 3.5 in ...Maintenance::getSearchablePages
- Hinzugefügt: Der Feld-Alias wird beim Anlegen mit einer Liste an "unsicheren" Mysql Wörtern verglichen ($GLOBALS['PCT_CUSTOMCATALOG']['reservedWords'])
- Hinzugefügt: Die php Klasse: \Contao\CustomCatalog, erbt direkt von ...CustomCatalogFactory und kann Contao-weit eingesetzt werden ala: myCC = \CustomCatalog::findByTableName('myTable');
- Hinzugefügt: Das Select-Db Attribut hat den Wildcard-Callback erhalten
- Update: Es wird jetzt das CSS/ID Feld des Include Inhaltselements korrekt übernommen. (Contao Standardverhalten)
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:
Fixed: Javascript error in customelement_attr_googlemap when not rendering with real coordinates Fixed: Quickmenu links when request token is turned off (#315) Fixed: Add the generic option field to the json dca. They might need contao classes to be loaded like tl_content for wizards. Fixed: Added missing options array in CustomCatalogFactory::findAllActive and wrong options parameter in the QueryBuilder find methode Added: Sanitize the attribute alias from unsave sql terms using $GLOBALS['PCT_CUSTOMCATALOG']['reservedWords'] (#317) Added: Alias-classes: Contao\CustomCatalog (#318) Added: SelectDb Attribute backendWildardValue callback Update: Check the coordinates values more strictly in the Geolocation Attribute Update: Improved the Functions addToUrl methode Update: Use php time() in Maintenance::getSearchablePages as fallback when Contao < 3.5 Update: Rebuild the json dca file on drag and drop in tl_pct_customelement_attribute Update: Calling a factory method should respect the Cache Update: Rebuild the Quickmenu at tl_pct_customelement_group onsubmit, ondelete Update: Removed the whole json caching and replaced it with the reliable and flexible Caching via Global variables (#320) Update: Do not use the module CSS classes. Just use the regular CSS classes from the content element or the module class when included via site layout
Kommentar