summaryrefslogtreecommitdiff
path: root/libs/plugins/function.html_options.php
AgeCommit message (Expand)AuthorFilesLines
2021-10-13Feature/php8 support (#629)Simon Wisselink1-1/+1
2018-08-31- reformating for PSR-2 coding standards https://github.com/smarty-php/smarty...uwetews1-2/+7
2018-08-19- fix PSR-2 coding standards and PHPDoc blocks https://github.com/smarty-php/...uwetews1-88/+77
2018-06-12Update PSR-2Sławomir Kaleta1-67/+78
2018-03-28- bugfix plugins may not be loaded if {function} or {block} tags are executed...Uwe Tews1-5/+3
2017-11-11remove html tags from PHPDoc blocksUwe Tews1-5/+5
2017-11-06code cleanup and optimizations 3.1.32-dev-34Uwe Tews1-11/+11
2017-10-26- correction of PHPDoc blocksUwe Tews1-2/+20
2017-05-27- performance store flag for already required shared plugin functions in stat...uwetews1-3/+6
2016-09-02- performance require_once should be called only once for shared plugins http...uwetews1-1/+3
2016-02-09- reformat all code for unique styleuwetews1-10/+18
2014-06-06 - fixed spelling, PHPDoc , minor errors, code cleanupUwe.Tews@googlemail.com1-22/+23
2013-07-14- update for PHP 5.4 compatibilityUwe.Tews@googlemail.com1-19/+21
2012-11-13- adding attribute "strict" to html_options, html_checkboxes, html_radios to ...rodneyrehm1-1/+18
2012-05-12bugfix {html_options} did not properly escape values (Issue 98)rodneyrehm1-0/+2
2011-10-10- bugfix variable name typo in {html_options} and {html_checkboxes} (Issue #54)rodneyrehm1-1/+1
2011-10-07- improvement html_checkboxes and html_radios to accept null- and object valu...rodneyrehm1-3/+3
2011-10-07- bugfix html_options plugin did not handle object values properly (Issue #49...rodneyrehm1-1/+9
2011-10-05- bugfix html_options plugin did not handle null- and object values properly ...rodneyrehm1-7/+28
2011-10-01- improvement replaced most in_array() calls by more efficient isset() on arr...rodneyrehm1-2/+2
2011-09-16commit 3.1 into the trunkmonte.ohrt1-23/+35
2010-12-21update html_options to support class and id attrsmonte.ohrt1-10/+24
2010-11-13- reverted location of loadPlugin() to Smarty classuwe.tews@googlemail.com1-2/+0
2010-11-12- reactivated $error_reporting property handlinguwe.tews@googlemail.com1-1/+1
2010-08-17fix formattingmonte.ohrt1-29/+28
2010-04-16revert lables on optgroup tagsmonte.ohrt1-2/+2
2010-04-12remove label from option tag (unnecessary):wqmonte.ohrt1-3/+3
2009-12-01- replaced most hard errors (exceptions) by softerrors(trigger_error) in pluginsUwe.Tews1-1/+1
2009-09-19- replace internal "eval()" calls by "include" during rendering processUwe.Tews1-1/+2
2009-03-22rearrange things into distribution and development directoriesmonte.ohrt1-0/+121