Ankündigung

Einklappen
Keine Ankündigung bisher.

Update: CustomElements 1.5.1, CustomCatalog 1.3.2

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • Update: CustomElements 1.5.1, CustomCatalog 1.3.2

    CustomElements 1.5.1
    • 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)
    CustomCatalog 1.3.0
    • 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
    Zuletzt geändert von Tim; 23.09.2015, 16:19.
    http://www.premium-contao-themes.com

  • #2
    Hallo,

    habe die vermeintlich neue Version �ber den Download innerhalb meines Kontos gezogen. Habe aber das Gef�hl das die nicht die aktualisierte Version ist.

    Kommentar


    • #3
      Die Versionsnummern kann man gut auslesen: http://cc.premium-contao-themes.com/...nsnummern.html
      http://www.premium-contao-themes.com

      Kommentar


      • #4
        Hi Tim,
        Danke f�r das Update von gestern. Auf dem System wo die Redakteure noch Probleme hatten kommt jetzt beim Anklicken von "Ein Bild hinzuf�gen" die Fehlermeldung:

        "Fatal error: Class 'DC_' not found in /kunden/175868_76185/alteseilerei-contao/live/system/modules/pct_customelements/PCT/CustomElements/Helper/DcaHelper.php on line 272"

        Wenn ich dann "Speichern" klicke, geht's.

        Hast du dazu noch eine Idee?
        Viele Gr��e, Kai

        Kommentar


        • #5
          Zitat von zirkel Beitrag anzeigen
          Hi Tim,
          Danke f�r das Update von gestern. Auf dem System wo die Redakteure noch Probleme hatten kommt jetzt beim Anklicken von "Ein Bild hinzuf�gen" die Fehlermeldung:

          "Fatal error: Class 'DC_' not found in /kunden/175868_76185/alteseilerei-contao/live/system/modules/pct_customelements/PCT/CustomElements/Helper/DcaHelper.php on line 272"

          Wenn ich dann "Speichern" klicke, geht's.

          Hast du dazu noch eine Idee?
          Viele Gr��e, Kai
          Hast recht. Ausserhalb von CE z.B. in einem Pagepicker oder Filepicker kann ein falscher Wert kommen. Ist in 1.5.1 gefixt.
          Zuletzt geändert von Tim; 23.09.2015, 16:19.
          http://www.premium-contao-themes.com

          Kommentar

          Lädt...