Recent Activities

This page shows what are we working on.

swissup / theme-frontend-argentobreeze-stripes

3 weeks ago success

swissup / theme-frontend-argentobreeze-force

3 weeks ago success

swissup / theme-frontend-argentobreeze-chic

3 weeks ago success

swissup / theme-frontend-argentobreeze-blank

3 weeks ago success
  • 3.0.0
    • 3.0.0 567b80

    • Revert "Magento 2.4.9 fix"

      This reverts commit 9172cebca73f9a2ff583571ac4df01637922a748. dfad4c

    • Revert "Magento 2.4.9 fix". See fix in theme-editor module

      This reverts commit eed796bec52f7cd0f6c8dcd6f9e3140e6e098aa3. 3f4797

    • Magento 2.4.9 fix
      Unable to get content for 'frontend/Swissup/argentobreeze-business/en_US/css/_theme-editor.less' after 3 attempts. eed796

    • Magento 2.4.9 fix
      Unable to get content for 'frontend/Swissup/argentobreeze-business/en_US/css/_theme-editor.less' after 3 attempts. 9172ce

    • WIP 50e9c1

    • WIP 367a8b

breezefront / breeze-blank

3 weeks ago success

breezefront / breeze

3 weeks ago success

swissup / pagespeed

3 weeks ago success

swissup / module-pagespeed

3 weeks ago success
  • 1.17.8
    • Version 1.17.8 fdc783

    • fix: correct double-backslash handling in ScriptTagEscaper JS parser

      A double backslash (\) in a JS string escapes the backslash itself,
      not the following character. The old check 'prevChar === \' incorrectly
      treated the char after \\ as escaped, causing findClosingScriptTag to
      never exit the string and escape the entire remaining HTML including
      </body> and </html>.

      Replace single-char prevChar check with isPrecededByOddBackslashes()
      helper that counts consecutive preceding backslashes: odd = escaped,
      even = not escaped. Applied to both the skip-escaped-char guard and
      the string-delimiter detection. 995cee

    • fix: prevent DeferJs from moving New Relic (NREUM) scripts out of head

      NREUM scripts must execute synchronously in <head> before any other JS.
      DeferJs was moving them to body end, breaking New Relic initialization.

      - Add NREUM signatures to DeferJs ignore list (window.NREUM, NREUM.init,
      NREUM.info, NREUM.loader_config)
      - Remove overly broad NREUM check from AfterRenderResultPlugin that
      disabled ALL optimization when any page content contained 'newrelic'
      - Add position-based tests that fail without the fix and pass with it 174268

    • Fixed script parsing issue caused with New Relic (Unexpected token '<') 2ebe4d

    • fix: add TTL to optimizer cache entries in CacheManager (30-day lifetime) 4b6e50

    • fix: remove block_html tag from optimizer cache entries in CacheManager (close #90) 445044

  • 1.17.7
    • Version 1.17.7 aa19e8

    • Add support for native Magento 2.4.9 dev/js/defer_non_critical option 3f9c2c

    • Magento 2.4.9 fix (CLI execute command) fdc98a

    • fix: replace Zend_Cache constant with string for Magento 2.4.9 compat 9a8169

breezefront / theme-frontend-breeze-test

3 weeks ago success
  • head
    • fix: bte-test-hello shows text_value instead of static string 3bec52

    • fix: use layout block instead of header.phtml override for debug panel abfd48

    • feat: add Additional CSS field and Hello World test element 4bcaba

    • fix: disable parent settings inheritance 519d66

    • fix: escape integer output in header.phtml (Magento CS) eac89c

    • feat: initial Breeze Test theme with PHP-only and CSS-var BTE demo settings 954399

swissup / argento-420shop

3 weeks ago success
  • head
    • feat(nav): style navpro dropdown level1 links d1041b

    • feat(footer): add chevron icon to collapsible titles on mobile f655e0

    • F-09: hide language switcher in nav tab on desktop 23104a

    • fix: use unique identifiers for EN cms blocks to prevent NL overwrite 406dd6

    • F-09: fix FAQ links — update /faq to correct URLs for NL and EN stores 1a0281

    • F-01: reset margin-top on block-search-nav inside mobile menu tab 1207b8

    • F-09: hide flag-title label in switcher trigger, show flag only 312898

    • F-09: add box-shadow, reset before/after decorators on language switcher dropdown 713253

    • F-09: set white background and inherit text color for language switcher dropdown 1d2004

    • F-09: fix language switcher text color and dropdown width in mobile menu tab 06add4

    • Fix: replace self-closing SVG path tags to pass Magento Coding Standard 170c92

    • F-09: Fallback href for store switcher when easyflags is disabled 4e9fc6

    • F-09: Add language switcher dropdown above search in mobile menu tab 7dd683

    • docs: mark F-06, F-07, F-08 as done 4642b1

    • F-06/F-07: Account & Contact tab redesign — icons, colors, logged-in buttons

      - Replace Font Awesome icons with Bootstrap Icons inline SVG in all 4 CMS blocks
      - Add logged-in account links: Mijn Account, Mijn Bestellingen, Mijn Adressen
      - Move Klantenservice/FAQ into both logged-in and logged-out KO blocks
      - Account tab: dark background #2B2F36, green (#339900) Sign In, red (#DC3545) Sign Out
      - Contact tab: white background, green (#39A700) buttons
      - Buttons: min-height 52px, SVG icon column 64px wide, align-items stretch
      - Remove width/height attrs from SVG elements (CSS controls sizing)
      - Uncomment cms_block.xml entries for header_cms_links and header_contacts_block
      - Re-enable Font Awesome module (config.xml) for fallback compatibility
      - F-01: mark search in mobile menu as done 37d792