summaryrefslogtreecommitdiff
path: root/libs/plugins
AgeCommit message (Expand)AuthorFilesLines
2017-08-06fixed typoUwe Tews1-1/+1
2017-08-05- bugfix wordwrap modifier could fail if used in nocache code.Uwe Tews4-93/+84
2017-05-27- performance store flag for already required shared plugin functions in stat...uwetews11-44/+122
2017-04-08spelling fixesklemens1-1/+1
2016-09-11- improvement {math} misleading E_USER_WARNING messages when parameter value ...uwetews1-12/+17
2016-09-11- improvement {math} misleading E_NOTICE messages when parameter value = null...uwetews1-17/+12
2016-09-11- improvement {math} misleading E_NOTICE messages when parameter value = null...uwetews1-12/+17
2016-09-06- performance require_once should be called only once for shared plugins http...uwetews1-0/+6
2016-09-02- performance require_once should be called only once for shared plugins http...uwetews11-40/+46
2016-08-23- bugfix remove constant DS as shortcut for DIRECTORY_SEPARATOR as the user m...uwetews1-1/+1
2016-07-23- improvement remove double funtion declaration in plugin shared.escape_speci...uwetews1-38/+19
2016-07-19- bugfix {match} shell injection vulnerability patch provided by Tim Weberuwetews1-1/+15
2016-05-07-bugfix Only variables should be assigned by reference https://github.com/sma...uwetews1-1/+1
2016-02-11- improvement added KnockoutJS comments to trimwhitespace outputfilter https:...uwetews1-2/+2
2016-02-09- reformat all code for unique styleuwetews39-411/+457
2016-01-26- improvement observe Smarty::$_CHARSET in debugging console https://github.c...uwetews1-13/+8
2015-12-13fix link to documentationuwetews1-1/+1
2015-08-09replace property array by object propertiesuwetews2-7/+7
2015-08-01- update DateTime object can be instance of DateTimeImmutable since PHP5.5 ht...Uwe Tews1-2/+2
2015-07-07Added $limit parameter to regex_replace modifierMaxime Mérian1-2/+3
2015-07-01- bugfix debugging console did not display string values containing \n, \r or...Uwe Tews1-3/+3
2015-05-20- bugfix output filter trimwhitespace could run into the pcre.backtrack_limit...Uwe Tews1-2/+2
2015-01-07Use require_onceUwe Tews1-1/+1
2014-11-03Debug Console UpdateUwe Tews1-7/+19
2014-08-02 - bugfix modifier wordwrap did output break string wrong if first word was e...Uwe.Tews@googlemail.com1-20/+10
2014-07-01fix url in commentmonte.ohrt1-1/+1
2014-06-08 - bugfix {html_image} security check did fail on files relative to basedir (...Uwe.Tews@googlemail.com1-1/+1
2014-06-06 - fixed spelling, PHPDoc , minor errors, code cleanupUwe.Tews@googlemail.com47-462/+514
2014-02-05 - bugfix shared.literal_compiler_param.php did throw an exception when liter...Uwe.Tews@googlemail.com1-1/+1
2013-10-28 - bugfix correction of modifier capitalize fix from 3.10.2013 (issue 159)Uwe.Tews@googlemail.com1-6/+6
2013-10-03 - bugfix loops using modifier capitalize did eat up memory (issue 159)Uwe.Tews@googlemail.com1-11/+33
2013-09-13 - bugfix html_select_time defaulting error for the Meridian dropdown (forum ...Uwe.Tews@googlemail.com1-1/+1
2013-07-14- update for PHP 5.4 compatibilityUwe.Tews@googlemail.com47-1010/+992
2013-07-02fix order of replacements (mohrt)monte.ohrt1-3/+1
2013-06-26- bugfix removed PHP 5.5 deprecated preg_replace /e option in modifier capita...Uwe.Tews@googlemail.com1-4/+4
2013-05-21- bugfix modifier strip_tags:true was compiled into wrong code (Forum Topic 2...Uwe.Tews@googlemail.com1-7/+2
2013-04-25- bugfix escape and wordrap modifier could be compiled into wrong code when u...Uwe.Tews@googlemail.com2-2/+2
2012-11-13- adding attribute "strict" to html_options, html_checkboxes, html_radios to ...rodneyrehm3-1/+52
2012-08-14fixing typo in commentsrodneyrehm2-8/+8
2012-06-28`<script><!-- …` is bad practice and should not be encouraged.rodneyrehm1-0/+1
2012-06-24bugfix escape modifier support for PHP < 5.2.3 (Forum Topic 21176)rodneyrehm2-16/+96
2012-06-07bugfix treat "0000-00-00" as 0 in modifier.date_format (Issue 103)rodneyrehm1-1/+1
2012-05-12bugfix {html_options} did not properly escape values (Issue 98)rodneyrehm1-0/+2
2012-02-06added modifier unescape:"url", fix (Forum Topic 20980)rodneyrehm1-2/+5
2012-02-06todorodneyrehm1-0/+1
2011-12-18- added Smarty_Security::isTrustedUri() and Smarty_Security::$trusted_uri to ...rodneyrehm2-172/+191
2011-12-18- added Smarty::$_UTF8_MODIFIER for proper PCRE charset handling (Forum Topic...rodneyrehm12-20/+20
2011-12-18- changed internals to use Smarty::$_MBSTRING ($_CHARSET, $_DATE_FORMAT) for ...rodneyrehm19-52/+55
2011-12-18stashing PCRE modificationsrodneyrehm12-20/+20
2011-11-25- bugfix {html_select_date} and {html_slecet_time} did not default to current...uwe.tews@googlemail.com2-4/+10