Files
development/www/vendor/egrajp/smarty-extended
Clemens Schwaighofer 201b495e30 README update
2026-03-06 16:44:44 +09:00
..
2024-04-16 18:27:55 +09:00
2024-04-16 18:27:55 +09:00
2026-03-06 16:44:44 +09:00

Composer package from Smarty Extended

This is an updated package for smarty\smarty

Adds:

  • translation block
  • label and pos for checkboxes and radio buttons

For local install only

Setup from central composer

Setup from gitea internal servers

composer config repositories.packages.omnicomproduction.jp.Composer composer https://packages.omnicomproduction.jp/api/packages/Composer/composer

Install package

composer require egrajp/smarty-extended:^4.3

How to update

  1. update the original composer for ^4.3
  2. copy over the src/sysplugins and all base files in src/
  3. check either function_checkboxes.php and function_options.php have changed
  4. copy src/plugins except the above two files, be sure to keep the block.t.php and function_popup*.php
  5. Create new release version as official relase number

Updated files (different from master)

New

src/plugins/block.t.php src/plugins/function_popup.php src/plugins/function_popup.init.php

Changed

src/plugins/function.html_checkboxes.php src/plugins/function.html_options.php