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

  • #31
    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)
    http://www.premium-contao-themes.com

    Kommentar


    • #32
      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
      http://www.premium-contao-themes.com

      Kommentar


      • #33
        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
        http://www.premium-contao-themes.com

        Kommentar


        • #34
          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)
          http://www.premium-contao-themes.com

          Kommentar


          • #35
            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)
            http://www.premium-contao-themes.com

            Kommentar


            • #36
              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)
              http://www.premium-contao-themes.com

              Kommentar


              • #37
                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)
                http://www.premium-contao-themes.com

                Kommentar


                • #38
                  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)
                  http://www.premium-contao-themes.com

                  Kommentar


                  • #39
                    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)
                    http://www.premium-contao-themes.com

                    Kommentar


                    • #40
                      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)
                      http://www.premium-contao-themes.com

                      Kommentar


                      • #41
                        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)
                        http://www.premium-contao-themes.com

                        Kommentar


                        • #42
                          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)
                          http://www.premium-contao-themes.com

                          Kommentar


                          • #43
                            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)
                            http://www.premium-contao-themes.com

                            Kommentar


                            • #44
                              CustomElements 4.4.13
                              • Update: Standard Export-Pfad auf /templates geändert (#665)
                              • Update: Übersetzungen in Attributen werden nun durch Contaos DCA Referenz gesetzt (#666)
                              Updatehinweis:
                              • Das Modul kann wie gewohnt direkt ersetzt werden. Der Symfony-Cache muss neuerstellt werden.
                              Changelog:

                              Code:
                              ### 4.4.13
                              Update: Changed default export path to /templates (#665)
                              Update: Use DCA reference feature for translations in attributes (#666)
                              Zuletzt geändert von Tim; 12.09.2022, 09:16.
                              http://www.premium-contao-themes.com

                              Kommentar


                              • #45
                                CustomElements 4.4.14
                                • Fixed: Fehlende Label-Ausgaben in Auswahl-Attributen (und ähnlichen Attributen) (#669) (Dank an Flex)
                                Updatehinweis:
                                • Das Modul kann wie gewohnt direkt ersetzt werden. Der Symfony-Cache muss neuerstellt werden.
                                Changelog:

                                Code:
                                ### 4.4.14
                                Fixed: Missing translated labels (#669)
                                Fixed: Load tinymce.css only in theme environment (#670)
                                http://www.premium-contao-themes.com

                                Kommentar

                                Lädt...
                                X