Ankündigung

Einklappen
Keine Ankündigung bisher.

Update-Thread: CustomCatalog

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

  • CustomCatalog 4.4.16
    • Fixed: Fehlende DCA-Informationen * führten im Contao Manager zu ungewollten Databank-Update-Informationen bei erweiterten Tabellen (#1146)
    Updatehinweis:
    Das Modul kann wie gewohnt direkt ersetzt werden. Der interne Cache / Symphony-Cache muss geleert oder deaktivert sein. Ein Datenbank-Update ist nicht nötig.

    * Der Contao Manager triggert nötige Contao Hooks nicht (im Vergleich zum Install-Tool)

    Changelog:
    Code:
    ### 4.4.16
    Fixed: Missing DCA information for extended tables in Contao Manager database updater (#1146)
    Update: Quickmenu: Do not render in Contao dev mode (#1150)
    Update: Create real DCA file for extended tables to pass DCA information to the Contao Manager (#1146)
    Update: PHP Warnings (#1145)
    Update: General code improvements (#1148)
    http://www.premium-contao-themes.com

    Kommentar


    • CustomCatalog 4.4.17
      • Fixed: Fehlender "Konfiguration bearbeiten" Button in Listen-Ansicht (#1146)
      • Update: Das Inserttag {{customcatalog[]::html}} Inserttag durchläuft nun das einstellte Attribut-Template (#1158}}
      Updatehinweis:
      Das Modul kann wie gewohnt direkt ersetzt werden. Der Symphony-Cache muss geleert. Ein Datenbank-Update ist nicht nötig.

      Changelog:
      Code:
      ### 4.4.17
      Fixed: "Edit config" button was missing in list view (#1154)
      Update: Reduce included jquery ui themes (#1155)
      Update: customcatalog_filter_datepicker load jquery-ui from local source (#1156)
      Update: PHP Warnings (#1153)
      Update: Use attribute template when rendering an attribute via inserttag (#1158)
      http://www.premium-contao-themes.com

      Kommentar


      • CustomCatalog 4.4.18, 4.4.19
        • Fixed: Seitenauswahl-Attribut (Mehrfachauswahl) - Backend-Filter hat unter Contao 4.13 nicht korrekt gefiltert (#1168) (Dank an boc) *
        • Update: Das Asugabe-Insertag {{customcatalog::...}} erlaubt nun die Flagge "::label" für die Ausgabe des Labels in Select-/Auswahl-Attributen (#1166)
        • Update: Bild-Attribute werden nun direkt durch CustomElements Bild-Prozess-Routine ausgegeben, was die Bild-Erstellung beschleunigt (#1169) * -> CustomElements Update
        • Update/Fixed: Leser-Seiten ohne Basis-Spracheintrag und ohne Fallback leiten nun auf eine 404-Seite (#1167)
        Updatehinweis:
        Das Modul kann wie gewohnt direkt ersetzt werden. Der Symphony-Cache muss geleert. Ein Datenbank-Update ist nicht nötig.

        * Die aktive Anzeige des aktuellen Filterwerts im Auswahl-Select ist leider weiterhin nicht möglich
        * CustomElements 4.5.8 Update

        Changelog:
        Code:
        ### 4.4.18
        Update: General PHP8 updates (#1160)
        
        ### 4.4.19
        Fixed: Pagetree attribute, multiple: Backend filter did not work correctly (#1168)
        Update: Include the cssID and css classes in the {{customcatalog::...::html}} inserttag (#1166)
        Update: Support {{customcatalog::...::label}} flag in inserttag to return the label of a given value (#1164)
        Update: Minor code updates (#1165)
        Update: General PHP8 updates (#1163)
        Update: Use CustomElements image processing routines (#1169)
        Update: Reader pages without a base-language entry and no fallback will return 404 now (#1167)
        Removed: AttributeCallbacks::renderAttributeImage methode (#1169)
        Zuletzt geändert von Tim; 06.06.2023, 08:22.
        http://www.premium-contao-themes.com

        Kommentar


        • CustomCatalog 4.4.20
          • Fixed: Ein Problem im RateIt-Attribut wurde behoben (#1176) (Dank an EBL)
          • Fixed: Ein Problem mit den Ausgabe-Routinen (rendering) wurde behoben (#1175)
          Updatehinweis:
          Das Modul kann wie gewohnt direkt ersetzt werden. Der Symphony-Cache muss geleert. Ein Datenbank-Update ist nicht nötig.

          Changelog:
          Code:
          Fixed: Pass the attribute alias instead of the generic field name to the rendering methods (#1175)
          Fixed: Rateit attribute: Did use the deprecated session object (#1176)
          Update: Integer fields sql without length definition under mysql8 (#1174)
          Update: Changelog for 4.4.19
          Update: General PHP8 updates (#1171)
          Update: General code updates (#1173)
          http://www.premium-contao-themes.com

          Kommentar


          • CustomCatalog 4.4.21
            • Update: Zusätzlich Unterscheidung zwischen MariaDB und Mysql8 für integer-basierte Felder (#1179)
            Updatehinweis:
            Das Modul kann wie gewohnt direkt ersetzt werden. Der Symphony-Cache muss geleert. Ein Datenbank-Update ist nicht nötig.

            Changelog:
            Code:
            ### 4.4.21
            Fixed: Empty id="" in attribute templates (#1178)
            Update: MariaDB sill uses length in integer fields (#1179)
            http://www.premium-contao-themes.com

            Kommentar


            • CustomCatalog 4.4.22

              Updatehinweis:
              Das Modul kann wie gewohnt direkt ersetzt werden. Der Symphony-Cache muss geleert. Ein Datenbank-Update ist nicht nötig.

              Changelog:
              Code:
              ### 4.4.22
              Fixed: Content elements in child tables were not listed in order (#1182)
              Fixed: Missing label for tl_module.customcatalog_imgSize (#1181)
              Udpate: Filter: Geoloaction: Write log in debug mode only (#1183)
              Update: General PHP8 updates (#1184)
              http://www.premium-contao-themes.com

              Kommentar


              • CustomCatalog 5.0.0
                • Kompatibilität: Contao 4.13, Contao 5.3
                • Neu: Filter-Ergebnis-Caching für Filter mit hoher Systemlast (Seitenauswahl-Filter usw.)
                • Fixed: Methode "renderImageAttribute" (entfernt in 4.4.19) wurde wieder eingefügt. Behebt einen Fehler bei der Bilderzeugung in CC-Listen (#1213)
                • Fixed: Backend-Filter Suche funktionierte nicht korrekt (#1199)
                • Update: Text-Filter: Autocomplete-Feature vollständig überarbeitet und vereinfacht (#1226)
                • Update: DCA-Management unterstützt direkt Contaos Symfony-Caching. DCA-Dateien beinhalten vollständigen Array (#1189)
                • Update: Multilanguage Klasse vollständig auf static Methoden umgebaut (#1190)
                • Update: Contaos "toggle" Feature (#1214)
                • Update: "isBlankOption"-Schlüssel in Auswahl-bezogenen Templates und keine 0-Zähler-Ausgabe mehr in den "leeren Optionen" bei Filtern (#1228)
                • Update: Keine doppelte Feldausgabe in Erweiterten Tabellen bei gleichnamigen Feldern (#1197)
                • Update: Text-Filter: "Ist strikt" wirkt sich nicht mehr auf den Verbindungs-Schlüssel "AND" im Such-Query aus, ausser der Suchmodus ist nicht "ungenau" (#1192)
                • Update: CDATA aus Script-Daten entfernt (#1200)
                • Update: Reduzierung der Cronjobx (#1204)
                • Update: Bereinigung der tl_pct_customcatalog_language Tabelle optimiert (#1204)
                • Added: customelement_attr_tags_include_catalog template (#1198)
                • Entfernt: Kompatibilität zu Contao 4.9 und früher
                • Entfernt: Gruppen-Set Feature (Palettensets-Feature) (#1172)
                • Entfernt: Include CustomCatalog -> Kann auf gleichen Weg mit Tags umgesetzt werden (siehe neues Template) (#1198)
                • Entfernt: customcatalog_default2 template (#1192)

                Updatehinweis:
                • Mindestanforderungen: Contao 4.13, Contao 5.3
                • Mindestanforderung: CustomElements 5.0.0
                • Das Modul kann direkt ersetzt werden. Der Symfony-Cache muss neuerstellt werden.
                Changelog:

                Code:
                ### 5.0.0
                Added: Filter cache for heavy load filters (page tree etc.) (#1205)
                Fixed: Reimplement "renderImageAttribute" (#1213)
                Fixed: Backend search filter did not work correctly (#1199)
                Fixed: Extended tables: Skip fields with the same alias to avoid duplicate field outputs (#1197)
                Fixed: Missing ce_TYPE class in wrapper output (#1202)
                Update: Rebuild and simplify the auto-completer feautre and template (#1226)
                Update: Removed CDATA from scripts (#1200)
                Update: Reduced cronjobs (#1204)
                Update: Support Contaos new toggle feature (#1214)
                Update: General Contao 5 compatibility (#1188)
                Update: Minimum required CustomElements version is now 5.0.0 (#1188)
                Update: Text filter: Strict mode will not combine search queries with AND anymore unless the search mode is not fuzzy (#1192)
                Update: Skip existing fields in existing tables that already have a DCA inputType defined to avoid duplicated backend output (#1197)
                Update: Support "isBlankOption" key and do not show counter for blank option (#1228)
                Update: Multilanguage class methods are now static (#1190)
                Update: Rebuild the DCA caching and DCA file support. DCA files are now created with the whole DCA array to allow Contao to cache the file (#1189)
                Update: Rebuild the database management to support database updates in the backend under Contao 5
                Added: customelement_attr_tags_include_catalog template (#1198)
                Added: customelement_attr_select_include_catalog template (#1198)
                Added: Geolocatoin filter: Input field for Google-/OSM-key (#1216)
                Removed: Group-sets feature (#1172)
                Removed: Contao 4.9 compatibility (#1188)
                Removed: Include catalog attribute feature. The same feature can be archived via tags or select-database attributes (#1198)
                Removed: customcatalog_default2 template (#1192)
                http://www.premium-contao-themes.com

                Kommentar

                Lädt...
                X