CustomCatalog
- Neuer Filter: Ein einfacher Checkbox-Filter, der simple JA/NEIN Filterungen durchführt.
- Fixed: PHP _clone Fehler bei zwei Attributen, wenn ein Attribute-Alias mit Unterstrich und gleicher Namensbasis, wie zweiter Attribut-Alias aber mit Optionalen-Feldern.
- Fixed: Sichtbarkeits-Steuerung ist jetzt unabhängig ob "toggle" Operation gesetzt ist (Dank an M.K.)
- Fixed: Sichtbare Subpaletten bei neuerstellen Einträgen (Dank an S.B.)
- Fixed: PHP Fehler Information beim autom. Erstellen der DCA Datei, wenn diese bereits erstellt ist.
- Fixed/Update: Attribute in versteckten/unveröffentlichten Gruppen werden nicht mehr ausgegeben.
- 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
Code:
### 1.5.1 Fixed: A php _clone error when rendering attributes with underscore and potential generic option fields (#355) Fixed: Published field independent from list operation "toggle" (#359) Fixed: Selectors not toggling on create. Remove the default value key from selectors when not set before (#362) Fixed: A little php error when first creating the dca file saying it already exists (#365) Added: Include a jquery key listener for the [enter] key in the customcatalog_filter_default template when form is supposed to submit on change to make text searches more convenient Added: CustomCatalogFactory::findByTableName($strTable, $arrOptions=array(), $blnDoNotReset=false) added the option to not reset the return object, so data remains the same as the actual cached object Added: Simple Checkbox filter (#364) Added: More english translations for attributes Update: Added the selectdb attribute to the default $GLOBALS['PCT_CUSTOMCATALOG']['ignoreOptionFields'] set Update: Use Contao Model classes when possible: Use \PageModel class to fetch page database results (#358) Update: Do not render attributes in unpublished groups Update: Always fill the caches and add attributes that have not been cached by CE before Update: Never reset the origin of an object unless we do it on purpose Update: Delete system folders on tl_pct_customelement ondelete callback Update: Add new CuustomCatalogs to cache when they were created by the factory Update: Check if child table is an active custom catalog before inserting the edit child table button Update: If a backend module section not exist anymore let the referenced configuration create it, instead of using the "content" section as fallback Update: Handle the index.php fragment correctly in \Function::removeFromUrl when url rewriting is turned off