CustomElements 1.5.1
Update-Hinweis:
CustomCatalog 1.3.0
Update-Hinweis:
- Fixed: Doppeltes Laden von tl_content/tl_module DataContainer in Popup führt zu fehlerhaften Rechten in anderen Tabellen z.B. tl_news
- Hinzugefügt: Bildgenerierung direkt im Template mit $this-[gt]field(‚myImage‘)->generate(); Rückgabewert ist Pfad zum Bild (optional: Größen-Array)
- Update: Font-Aweseome 4.4.0
- Update: Das Laden von CustomElement Feldern in beliebigen Tabellendefinitionen wurde erleichtert
- Allgemeine Bugfixes und Updates
Update-Hinweis:
- Das Modul kann wie gewohnt direkt ersetzt werden. Der interene Cache sollte geleert oder deaktivert sein.
- Ein Datenbankupdate ist nicht nötig
Code:
### 1.5.1 Fixed: An issue when editing multiple entries outside of CE Fixed: Create a new DataContainer object only when CustomElements needs it ### 1.5.0 Fixed: Avoid unwanted permission checks in from tl_content/tl_module (#261) Fixed: Load duplicated / cloned attributes correctly Fixed: Do not set the selection field to "type" for a known table Fixed: Set selection field in the CE-Widget by default attributes correctly Added: TemplateAttribute->generate() generates an image and returns path to the file as string (#260) Update: Remove [switchToEdit] in tl_pct_customelement_attribute DCA Update: Font-Awesome to 4.4.0 Update: Set tl_content.type, tl_content.module to varchar(128) to allow longer content element / module alias Update: Load generic fields to the DCA on any ajax request Update: Make CE less strict (#192)
- Fixed: Falsche Sprachdefinitionen bei eingeloggtem FE-User
- Fixed: Leser-Modul mit aktivem Alias respektiert jetzt die aktive Sprache
- Hinzugefügt: {{sql::MY-SQL-QUERY::MY-RETURN-FIELD}} Inserttag
- Hinzugefügt: Felder können mit $GLOBALS['PCT_CUSTOMCATALOG']['fieldnamesMarkedOnCopy'] mit „Kopie“ beim Duplizieren hervorgehoben
- Hinzugefügt: Multiples-Sortieren im Frontend und Standard-Sortierung als Fallback
- Update: Besser Unterstützung von Mehrsprachigen Konfigurationen in DCA Mode5,5.1
- Update: Der Sprachenwwähler im Backend wird jetzt tabellenspezifisch gesetzt
- Allgemeine Bugfixes und Updates
Update-Hinweis:
- Das Modul kann wie gewohnt direkt ersetzt werden. Der interene Cache sollte geleert oder deaktivert sein.
- Ein Datenbankupdate ist nicht nötig
Code:
### 1.3.2 Fixed: getTotal and getCount must respect dynamically applied filters like limits on paginations ### 1.3.1 Added: customcatalog_filter_hidden template Update: Do not add the default "orderby" string if an urlparameter is set in the filter ### 1.3.0 Fixed: Check if $GLOBALS['CUSTOMCATALOG_HOOKS']['hookfilter'] has been declared already Fixed: A missing variable name in SimpleCondition filter Fixed: Call static variables with self:: in CustomCatalogFactory Fixed: Sortings on the same field should overwrite each other (#237) Fixed: Check if CC is in multilanguage mode in ModuleReader Fixed: An issue with language files in the frontend when member is logged in (#241) Fixed: Find the correct language entry by alias and language in the Reader (#240) Added: Mark fields with "copy". Custom field names can be added by $GLOBALS['PCT_CUSTOMCATALOG']['fieldnamesMarkedOnCopy'] = array('myField') (#233) Added: {{sql::MY-SQL-QUERY::MY-RETURN-FIELD}} Inserttag (#235) Added: Unique id to the sorting filters to allow multiple sortings on the same lsit (#237) Added: Multilanguage class to provide methods for the multilanguage support Update: Support attribute fields as inserttags like {{id}} in custom list label Update: Update the PID of a language sibling to its language parent record if it exists (#229) Update: Use onsubmit_callback to create base entry and language reference from a NEW language record (#231) Update: Do not hide parent records for nested language records. Keep the trail visible Update: Support customcatalog inserttags in list label (#235) Update: Minimize the call on the CustomCatalog->getQueryOption (#238) Update: Store the active backend language by the current table (#239) Update: Resolve static variables and set to self where it makes the code more flexible
Kommentar