Ankündigung

Einklappen
Keine Ankündigung bisher.

Update Thread: CustomElements

Einklappen
Dieses Thema ist geschlossen.
X
Das ist ein wichtiges Thema.
X
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • Tim
    antwortet
    CustomElements 4.4.11
    • Fixed: Behebt einen Fehler der Standard-Ausgabe von Labels in Select-/ oder Tags-Attributen (#661)

    Updatehinweis:
    • Das Modul kann wie gewohnt direkt ersetzt werden. Der Symfony-Cache muss neuerstellt werden.
    Changelog:

    Code:
    ### 4.4.11
    Fixed: Return value of translatedValue Hook is now a string and should be checked via empty method (#661)

    Einen Kommentar schreiben:


  • Tim
    antwortet
    CustomElements 4.4.8, 4.4.9, 4.4.10

    4.4.8
    • Fixed: Behebt einen Fehler bei dem das Modalfenster von Dateiauswahlen nach dem Duplizieren von Gruppen nicht geöffnet werden konnte (#647)
    4.4.9
    • Fixed: Behebt einen Fehler beim Öffnen von Dateiauswahlen "Invalid root path" (#652) (Dank an Forum)
    • Fixed: Bild-Attribut hatte falsche Model-Klasse (#653) (Danke an D23)
    4.4.10
    • Fixed: Behebt einen PHP-Syntax Fehler in der ->label() Template-Methode (#659) (Dank an eblick)
    Allgemeine PHP8 Optimierungen und Anpassungen


    Updatehinweis:
    • Das Modul kann wie gewohnt direkt ersetzt werden. Der Symfony-Cache muss neuerstellt werden.
    Changelog:

    Code:
    ### 4.4.10
    Fixed: PHP syntax issue in ->label() method (#659)
    Update: General PHP8 updates (#658)
    
    ### 4.4.9
    Fixed: Higher secure eval_path against invalid or revised binary information to avoid invalid path information (#652)
    Fixed: Image attribute: ActiveRecord must be type of ContentModel (#653)
    Update: Replace deprecated Contao methods (#655)
    Update: General PHP8 updates (#654)
    
    ### 4.4.8
    Fixed: Model windows did not open correctly after duplicating (#647)
    Fixed: Image attribute: Validate root path (#649)
    Update: Textarea attribute: Allow to choose any be_ template as tinyMCE template (#648)

    Einen Kommentar schreiben:


  • Tim
    antwortet
    CustomElements 4.4.7
    • Fixed: Behebt einen Fehler (ab 4.4.6) im QueryBuilder (SQL-Builder Prozess), der zu falschen SQL-Logiken in CustomCatalog geführt hat (#645) (Dank an typusmedia)

    Updatehinweis:
    • Das Modul kann wie gewohnt direkt ersetzt werden. Der Symfony-Cache muss neuerstellt werden.
    Changelog:

    Code:
    ### 4.4.7
    Fixed: Changes made in QueryBuilder duo to issue (#640) had negative impact on the SQL-query array and combined both arrays wrong (#645)

    Einen Kommentar schreiben:


  • Tim
    antwortet
    CustomElements 4.4.6
    • Fixed: Bild-Attribut: Fehlende Meta-Daten-Ausgabe unter Contao 4.13 (#639) (Dank an eblick und tschero)

    Updatehinweis:
    • Das Modul kann wie gewohnt direkt ersetzt werden. Der Symfony-Cache muss neuerstellt werden.
    Changelog:

    Code:
    ### 4.4.6
    Fixed: Image attributes: Meta data from file structure has been ignored due to overwriteMeta setting (#639)
    Update: Minor PHP8 updates (#640)

    Einen Kommentar schreiben:


  • Tim
    antwortet
    CustomElements 4.4.5, 4.4.4, 4.4.3, 4.4.2
    • Fixed: Textareas: TinyMCE: Der Seitenauswahl-Picker konnten unter 4.9 nicht mehr geöffnet werden (#637)
    • Fixed: Textareas: TinyMCE: Die Backend-Sprache wurde nicht berücksichtigt (#637)
    • Fixed: Behebt einen Fehler das einige Attribut-Einstellungen nicht korrekt angezeigt wurden (#635)
    • Update: Der Mehrere-Bearbeiten Modus wurde überarbeitet (#626)
    • Update: Änderung an Bild-Attribut gegenüber Contao 4.13 (#631)

    Updatehinweis:
    • Das Modul kann wie gewohnt direkt ersetzt werden. Der Symfony-Cache muss neuerstellt werden.
    Changelog:

    Code:
    ### 4.4.5
    Fixed: Some individual attribute settings did not load correctly due to type error in variable $strTyp(e) (#635)
    Fixed: tinymce: Pickers did not open under Contao 4.9 (#637)
    Fixed: tinymce: Missing language reference (#637)
    
    ### 4.4.4
    Fixed: Image attribute: overwriting meta data (like fullscreen, caption etc.) did not work correctly under Contao 4.13 (#631)
    
    ### 4.4.3
    Fixed: Reworked the multi-edit mode (#626)
    Update: Minor namespace updates (#627)
    Update: Code optimization for PHP8 (#629)
    
    ### 4.4.2
    Fixed: Elementset export tried to fetch data from deprecated table tl_pct_customelement_vault (#624)

    Einen Kommentar schreiben:


  • Tim
    antwortet
    CustomElements 4.4.1
    • Fixed: Vorlagen-Import: Unbekannte Option "Hallo" entfernt (#617)
    • Fixed: Listen-Wildcards wurden unter Contao 4.13 in Versalien dargestellt (#620)
    • Update: Fehlende Picker-Auswahlen im TinyMCE unter Contao 4.13 (#622)

    Updatehinweis:
    • Das Modul kann wie gewohnt direkt ersetzt werden. Der Symfony-Cache muss neuerstellt werden.
    Changelog:

    Code:
    ### 4.4.1
    Fixed: Removed the unknown option "Hallo" in import template selection (#617)
    Fixed: Wildcards were rendered in uppercase since Contao 4.13 (#620)
    Added: be_ce_wildcard.html5 template (#620)
    Update: Clearified the meaning of the path_to_import, path_to_export global (#618)
    Update: Check if user object is not null before calling to authenticate (#616)
    Update: tinymce.html5: Missing picker link in TinyMCE (#622)

    Einen Kommentar schreiben:


  • Tim
    antwortet
    CustomElements 4.4.0
    • Neu: Contao 4.13 Unterstützung
    • Änderung: Auflösung des sogn. Vaults (tl_pct_customelement_vault). Die CustomElement-Daten werden nun in einem Zieltabellen-eigenen Feld abgelegt.
    • Änderung: Alias-Felder sind nun vom Typ: varchar(255) BINARY NOT NULL default '' (#609)
    • Update: Eigene ContentElement-Sets werden nun an erster Position gelistet (#601)
    • Update: Allgemeine PHP8 Anpassungen (#602)

    Updatehinweis:
    • Das Modul kann wie gewohnt direkt ersetzt werden. Der Symfony-Cache muss neuerstellt werden. Die Datenbank muss geupdated werden:
    • * Neue Felder:
      • tl_content.pct_customelement
      • tl_module.pct_customelement
      • ...(Feldänderung von Alias-Feldern)...
    • Das System gibt einen Hinweis für die Überführung der bestehenden Vault-Daten in die Zieltabellen. Für die Migration steht eine neue Systemwartung bereit: Systemwartung > Vault-Migration. (es werden nur Daten des Typs tl_pct_customelement.type="wizard" berücksichtigt. (Das sind die Datensätze der CustomElement-Elemente)).
    Changelog:

    Code:
    ### 4.4.0
    New: Support for Contao 4.13
    Change: Changed .alias fields to varchar(255) BINARY NOT NULL default '' (#609)
    Fixed: "activeRecord" objects should now be type of ContentModel (#571)
    Added: tl_content.pct_customelement, tl_module.pct_customelement (#583)
    Added: System maintenance to migrate vault (#583, #604)
    Update: Removed the Vault (tl_pct_customelement_vault) (#583, #603)
    Update: tinyMCE support for Contao 4.13 (#597)
    Update: ContentElementSets: Custom sets are now listed on first position (#601)
    Update: General PHP8 updates (#602)
    Update: Removed deprecated code, updated deprecated Contao methods (#603, #590)
    Update: Improved session handling and resolve session data when leaving the edit mode (#607, #588)
    Update: Improved the multi-edit labels (#605)

    Einen Kommentar schreiben:


  • Tim
    antwortet
    CustomElements 4.3.12
    • Fixed: Behebt die fehlerhafte Lightbox-Titel-Ausgabe beim Bearbeiten eines Attributes in der Lightbox
    • Fixed: Entfernt die Ausgabe des Überschrift-Standard-Feldes in der Wildcard
    • Update: Das Checkbox-Attribute kann jetzt als Pflichtfeld gesetzt werden

    Updatehinweis:
    • Das Modul kann wie gewohnt direkt ersetzt werden. Der Symfony-Cache muss neuerstellt werden.
    Changelog:

    Code:
    ### 4.3.12
    Fixed: Wrong lightbox title when editing an attribute in the group list view (#599)
    Fixed: Wildcards displayed contao default fields like headline (#598)
    Update: Checkbox: Included mandatory option in attribute settings (#595)

    Einen Kommentar schreiben:


  • Tim
    antwortet
    CustomElements 4.3.11
    • Fixed: Beim Löschen von CEs wird die Vault-Bereinigungsroutine nicht mehr autom. gestartet. (Dank an eblick und EBL)

    Updatehinweis:
    • Das Modul kann wie gewohnt direkt ersetzt werden. Der Symfony-Cache muss neuerstellt werden.
    Changelog:

    Code:
    ### 4.3.11
    Fixed: Removed the reviseTable Hook for purging the vault (#557) to allow template imports feature again (#593)

    Einen Kommentar schreiben:


  • Tim
    antwortet
    CustomElements 4.3.10

    Updatehinweis:
    • Das Modul kann wie gewohnt direkt ersetzt werden. Der Symfony-Cache muss neuerstellt werden.
    Changelog:

    Code:
    ### 4.3.10
    Fixed: Changed the TL_DCA manipulation (made in #585) to CE_DCA array key to avoid interferences with Contaos core fields (#591)

    Einen Kommentar schreiben:


  • Tim
    antwortet
    CustomElements 4.3.9
    • Fixed: Falsche SQL-Definition in Colorpicker (hat nur Auswirkung auf CustomCatalog) (Dank an D23) (#586)
    • Fixed: Duplizieren von Gruppen hat nicht mehr korrekt funktioniert (ab Contao 4.9.19) (#587)
    Updatehinweis:
    • Das Modul kann wie gewohnt direkt ersetzt werden. Der Symfony-Cache muss neuerstellt werden.
    Changelog:

    Code:
    ### 4.3.9
    Fixed: Colorpicker sql definition (#586)
    Fixed: Duplicated elements had wrong field name after reload (#587)
    Update: Allow field manipulations via dcaconfig.php (#585)
    Update: Store "clones" array only when not empty

    Einen Kommentar schreiben:


  • Tim
    antwortet
    CustomElements 4.3.8 (4.3.6, 4.3.7)
    • Fixed: Event. fehlende Inhalte beim duplizieren von Artikeln, News-Beiträgen oder Event-Beiträgen (#576)
    • Fixed: tl_content.headline wurde fälschlicherweise in Attributen ausgegeben (#580)
    • Update: Die Versionierungs-Ansicht wurde optimiert
    Updatehinweis:
    • Das Modul kann wie gewohnt direkt ersetzt werden. Der Symfony-Cache muss neuerstellt werden.
    Changelog:

    Code:
    ### 4.3.8
    Update: Load DCA information to versions popop (#582)
    Update: Store uuids as an unique array
    
    ### 4.3.7
    Fixed: Avoid rendering the tl_content.headline field in attributes (#580)
    
    ### 4.3.6
    Fixed: Missing content when duplicating tl_article, tl_news, tl_calendar_events (#576)
    Update: Optimize labels in multiple edit modes (#575)
    Update: Store single values in version to enable version comparing (#577)
    Update: Clear the pct_customelements session on daily cronjob

    Einen Kommentar schreiben:


  • Tim
    antwortet
    CustomElements 4.3.5
    • Fixed: Behebt fehlenden Inhalt bei der Aktion: Speichern und Duplizieren einer Seite in der Seitenstruktur.
    • Update: Ergänzt die fehlende Formate-Auswahl im TinyMCE unter Contao 4.9
    Updatehinweis:
    • Das Modul kann wie gewohnt direkt ersetzt werden. Der Symfony-Cache muss neuerstellt werden.
    Changelog:

    Code:
    ### 4.3.5
    Fixed: Config getActiveModules should not be called static (#569)
    Fixed: Missing content when duplicating a page (#572)
    Update: Input parameter for deleting, copying, moving groups is now more strict (#568)
    Update: tinymce.html5 template (#570)

    Einen Kommentar schreiben:


  • Tim
    antwortet
    CustomElements 4.3.4
    • Fixed: Behebt das "404 Seite nicht gefunden" Problem bei Download-Attributen
    • Fixed: Behebt das Ladeproblem von Contentsets in Nachrichten, Events (Dank an alle im Thread)
    Updatehinweis:
    • Das Modul kann wie gewohnt direkt ersetzt werden. Der Symfony-Cache muss neuerstellt werden.
    Changelog:

    Code:
    ### 4.3.4
    Fixed: Multiple download elements ended in 404 due to cid-parameter under Contao 4.9 (#565)
    Fixed: Backend keys for element set page did not register properly under Contao 4.9 (#566)
    Zuletzt geändert von Tim; 14.10.2020, 12:31.

    Einen Kommentar schreiben:


  • Tim
    antwortet
    CustomElements 4.3.3
    • Fixed: Behebt einen Fehler in Verbindung mit der Mitglieder-Anmeldung unter Contao 4.9 (#561) (Dank an Torsten)
    Updatehinweis:
    • Das Modul kann wie gewohnt direkt ersetzt werden. Der interne Cache sollte geleert oder deaktivert sein.
    Changelog:

    Code:
    ### 4.3.3
    Fixed: Initialize loadAssets methode only in backend to avoid wrong user object in frontend to avoid a user login issue under Contao 4.9 (#561)
    Update: Minor backwards compatibility updates (#560)

    Einen Kommentar schreiben:

Lädt...
X