Suche
Resultate (136)
- GX-Bug #71138 (Erledigt): Sprachabhängige Konfigurationen in GXModule.json verursachen Smarty Fehler / Language-dependent configurations in GXModule.json cause Smarty errors
- Wenn man sprachabhängige Konfigurationsfelder in der GXModule.json benutzt, entstehen Smarty Fehler und das Modul kann nicht konfiguriert ... Tatsächliches Ergebnis: Es erscheint eine Smarty Fehlermeldung und die sprachabhängigen Konfi ... t configuration fields in the GXModule.json, Smarty errors occur and the module cannot be config ... rmally and can be saved Actual result: A Smarty error message appears and the language-depen ... slanguage_dependenttext.html Line: 25 ```
- GX-Bug #70997 (Erledigt): Paketshops und Pack ... ot be selected, an error message is displayed
- Paketshops und Packstationen können nicht gewählt werden weil eine PHP Funktion in Smarty nicht erlaubt ist. Wir sollten die Funktion ... 'preg_match' not allowed by security setting
- GX-Bug #70891 (Erledigt): Smarty Debug Popup im Gambio Admin wenn man "meistverkaufte Artikel" öffnen / Smarty debug popup in Gambio Admin when opening "best selling items"
- Smarty Debug Popup im Gambio Admin wenn man "meistv ... tes Ergebnis: Es sollte sich kein Popup mit Smarty Debug Informationen öffnen Tatsächliches Ergebnis: Es öffnet sich ein Popup mit Smarty Debug Informationen ----------------------------------------- Smarty debug popup in Gambio Admin when opening "be ... age again Expected result: No popup with Smarty debug information should open Actual result: A popup with Smarty debug information opens
- GX-Task #70458 (Erledigt): Smarty Update v4.3.1
- https://github.com/smarty-php/smarty/releases run `composer install` for testing
- GX-Bug #70085 (Erledigt): PHP-Code in Templat ... tes is not executed if a semicolon is missing
- Using for example `{php}echo nl2br(STORE_NAME ... unexpected end of file, expecting "," or ";"`
- GX-Bug #69973 (Erledigt): Type error with "Soon" ribbon in PHP 8.1
- ### With **PHP 8.1** if you have a product wi ... type int, string given src/GXMainComponents/SmartyPlugins/function.product_ribbons.php:250 ```
- GX-Task #69547 (Erledigt): Fixed some possibl ... uced amount of logged information for broken Smarty templates
- There are some potential bugs in the error lo ... ld also not log unnecessary information like Smarty objects when handling errors from broken tem ... be omitted. Please test the MR carefully!
- GX-Feature #69170 (Gemeldet): Create a possibility in Vue pages to add data to the page
- In the abstract class \Gambio\Admin\Applicati ... 't have to manually write something into the Smarty file.
- GX-Task #68526 (Erledigt): Apply theme specific Smarty template file overloads also for preview ver ... StyleEdit | Theme-spezifische Overloads von Smarty-Templates sollten auch für Preview-Version im StyleEdit gelten
- Actual: Smarty overloads are not applied for the preview ve ... Themes/Malibu). Expected: Theme specific Smarty overloads should be applied in preview version of the theme, too.
- GX-Bug #68427 (Erledigt): ThemeContentView doesn't use the MainFactory to load Smarty / ThemeContentView nutzt nicht die MainFactory, um Smarty zu laden
- In the Theme System you cannot overload Smarty because the ThemeContentView class creates Smarty directly (without MainFactory). This means that overloading of the Smarty class is not possible. Steps to reproduce: 1. Create an overload of GXSmarty 2. Activate a theme 3. Open the shop front ... Solution: Use the MainFactory to load the GXSmarty class GXMainComponents/View/ThemeContentVie ... ContentView.inc.php ``` php $this->v_coo_smarty = MainFactory::create('GXSmarty'); ``` =============================== ... ============== Im Theme System kann man Smarty nicht überladen, weil die ThemeContentView Klasse Smarty direkt erzeugt (ohne MainFactory). Dadurch ist kein Overloading der Smarty Klasse möglich. Schritte zum Reproduzieren: 1. Erzeuge einen Overload der GX...