uwe.tews@googlemail.com
|
9d34e78d0b
|
17.08.2012
- bugfix compiled code of nocache sections could contain wrong escaping (Forum Topic 22810)
|
2012-08-17 11:19:16 +00:00 |
|
uwe.tews@googlemail.com
|
090ba8e7c5
|
- bugfix template inheritance did produce wrong code if subtemplates with {block} was
included several times (from smarty-developers forum)
|
2012-08-15 15:09:12 +00:00 |
|
rodneyrehm
|
b977381e4e
|
bugfix PHP5.2 compatibility compromised by SplFileInfo::getBasename() (Issue 110)
|
2012-08-14 13:22:34 +00:00 |
|
uwe.tews@googlemail.com
|
b069c08eb4
|
- bugfix avoid PHP error on $smarty->configLoad(...) with invalid section specification (Forum Topic 22608)
|
2012-08-01 21:31:24 +00:00 |
|
uwe.tews@googlemail.com
|
897d40fe5c
|
-bugfix {assign} in a nocache section should not overwrite existing variable values
during compilation (issue 109)
|
2012-07-30 20:07:51 +00:00 |
|
uwe.tews@googlemail.com
|
50b3a4f070
|
28.07.2012
- bugfix array access of config variables did not work (Forum Topic 22527)
|
2012-07-28 08:10:04 +00:00 |
|
uwe.tews@googlemail.com
|
942db98f0c
|
- bugfix the default plugin handler did create wrong compiled code for static class methods
from external script files (issue 108)
|
2012-07-18 22:31:56 +00:00 |
|
uwe.tews@googlemail.com
|
ab1cdc8d84
|
- bugfix {block.. hide} did not work as nested child (Forum Topic 22216)
|
2012-06-30 15:53:22 +00:00 |
|
uwe.tews@googlemail.com
|
d59870d557
|
- bugfix the default plugin handler did not allow static class methods for modifier (issue 85)
|
2012-06-25 21:46:17 +00:00 |
|
uwe.tews@googlemail.com
|
7be2c1fded
|
- bugfix the patch for Topic 21856 did break tabs between tag attributes (Forum Topic 22124)
|
2012-06-11 18:14:41 +00:00 |
|
uwe.tews@googlemail.com
|
766d3f04a2
|
- bugfix the patch for Topic 21856 did break multiline tags (Forum Topic 22124)
|
2012-06-09 14:27:25 +00:00 |
|
uwe.tews@googlemail.com
|
42d2ee98dd
|
09.06.2012
- bugfix the compiler did ignore registered compiler plugins for closing tags (Forum Topic 22094)
|
2012-06-09 14:00:57 +00:00 |
|
rodneyrehm
|
a37492e04a
|
bugfix fetch() and display() with relative paths (Issue 104)
|
2012-06-07 12:54:02 +00:00 |
|
uwe.tews@googlemail.com
|
179c62e4ef
|
- bugfix add compile_id to cache key of of source (Issue 97)
|
2012-05-24 17:03:31 +00:00 |
|
uwe.tews@googlemail.com
|
35a68ed535
|
- bugfix attribute parameter names of plugins may now contain also "-" and ":" (Forum Topic 21856)
|
2012-05-24 16:01:19 +00:00 |
|
rodneyrehm
|
8f831024ce
|
bugfix Smarty_Internal_Write_File::writeFile() could cause race-conditions on linux systems (Issue 101)
|
2012-05-24 15:13:19 +00:00 |
|
uwe.tews@googlemail.com
|
bc2622bf94
|
- bugfix recursive {include} within {section} did fail (Smarty developer group)
|
2012-05-22 21:00:47 +00:00 |
|
uwe.tews@googlemail.com
|
208ad6b540
|
|
2012-05-03 16:17:39 +00:00 |
|
uwe.tews@googlemail.com
|
9e5eed4733
|
- bugfix {nocache}{block}{plugin}... did produce wrong compiled code when caching is disabled (Forum Topic 21572, issue 95)
|
2012-05-02 17:19:33 +00:00 |
|
uwe.tews@googlemail.com
|
8c3bcf9eef
|
- bugfix concurrent cache updates could create a warning (Forum Topic 21403)
|
2012-04-12 16:55:35 +00:00 |
|
uwe.tews@googlemail.com
|
4c86e72faa
|
- Smarty did eat the linebreak after the <?xml...?> closing tag (Issue 93)
|
2012-04-12 15:43:06 +00:00 |
|
uwe.tews@googlemail.com
|
409e39c4ec
|
- bugfix "\\" was not escaped correctly when generation nocache code (Forum Topic 21364)
|
2012-04-08 12:08:48 +00:00 |
|
uwe.tews@googlemail.com
|
8d60164201
|
|
2012-03-30 14:21:16 +00:00 |
|
uwe.tews@googlemail.com
|
0364e35e7d
|
- bugfix implement Smarty2's behaviour of variables assigned by reference in SmartyBC. {assign} will affect all references.
(issue 88)
|
2012-03-27 17:07:32 +00:00 |
|
uwe.tews@googlemail.com
|
d157cac590
|
- bugfix prefilter did run multiple times on inline subtemplates compiled into several main templates (Forum Topic 21325)
|
2012-03-27 14:44:46 +00:00 |
|
uwe.tews@googlemail.com
|
9079b1d890
|
- bugfix compileAllTemplates() and compileAllConfig() did not return the number of compiled files (Forum Topic 21286)
|
2012-03-21 17:18:51 +00:00 |
|
uwe.tews@googlemail.com
|
e2b14e7c19
|
- correction of yesterdays bugfix (Forum Topic 21175 and 21182)
|
2012-03-13 18:10:00 +00:00 |
|
uwe.tews@googlemail.com
|
62f01f29e5
|
- bugfix template inheritance did set $merge_compiled_includes globally true
|
2012-03-12 19:29:10 +00:00 |
|
uwe.tews@googlemail.com
|
a7f7267b04
|
- bugfix a double quoted string of "$foo" did not compile into PHP "$foo" (Forum Topic 21175)
|
2012-03-12 19:25:30 +00:00 |
|
uwe.tews@googlemail.com
|
065db28777
|
- optimization of compiling speed when same modifier was used several times
|
2012-03-03 14:10:39 +00:00 |
|
uwe.tews@googlemail.com
|
f6769036f1
|
- enhancement the default plugin handler can now also resolve undefined modifier (Smarty::PLUGIN_MODIFIER)
(Issue 85)
|
2012-03-02 20:26:38 +00:00 |
|
uwe.tews@googlemail.com
|
e134e54820
|
- enhancement added Smarty special variable $smarty.template_object to return the current template object (Forum Topic 20289)
|
2012-02-19 18:53:10 +00:00 |
|
uwe.tews@googlemail.com
|
d0ad3df670
|
- bugfix {include} could result in a fatal error if used in appended or prepended nested {block} tags
(reported by mh and Issue 83)
|
2012-02-19 15:48:05 +00:00 |
|
uwe.tews@googlemail.com
|
c000b3a480
|
- enhancement cacheable parameter added to default plugin handler, same functionality as in registerPlugin (request by calguy1000)
|
2012-02-07 21:55:37 +00:00 |
|
uwe.tews@googlemail.com
|
820e0e70d8
|
- bugfix increase entropy of internal function names in compiled and cached template files (Forum Topic 20996)
|
2012-02-07 18:54:06 +00:00 |
|
uwe.tews@googlemail.com
|
53df807220
|
- improvement replaced some calls of preg_replace with str_replace (Issue 73)
|
2012-02-06 20:53:57 +00:00 |
|
rodneyrehm
|
e91ee4c5ec
|
improved include_path resolving
|
2012-02-06 20:45:10 +00:00 |
|
rodneyrehm
|
6d90cd3fd7
|
bugfix fetch('extends:foo.tpl') always yielded $source->exists == true (Forum Topic 20980)
|
2012-02-06 20:18:47 +00:00 |
|
rodneyrehm
|
b9bae74db6
|
improvement stream_resolve_include_path() added to Smarty_Internal_Get_Include_Path (Forum Topic 20980)
|
2012-02-06 20:17:32 +00:00 |
|
rodneyrehm
|
26eac9888d
|
bugfix Smarty_Security internal $_resource_dir cache wasn't properly propagated
|
2012-01-30 11:31:34 +00:00 |
|
uwe.tews@googlemail.com
|
9419a999c9
|
|
2012-01-27 19:30:53 +00:00 |
|
uwe.tews@googlemail.com
|
d8b26c5ad0
|
- bugfix output filter must not run before writing cache when template does contain nocache code {Issue 71}
|
2012-01-20 18:21:32 +00:00 |
|
uwe.tews@googlemail.com
|
1e2fb8fbbe
|
- fixed typo in template parser
|
2012-01-20 14:52:50 +00:00 |
|
uwe.tews@googlemail.com
|
c352723ec9
|
- bugfix typo in Smarty_Internal_Get_IncludePath did cause runtime overhead (Issue 74)
- improvment remove unneeded assigments (Issue 75 and 76)
|
2012-01-20 14:47:01 +00:00 |
|
uwe.tews@googlemail.com
|
b38be6edaa
|
- bugfix {block foo nocache} did not load plugins within child {block} in nocache mode (Forum Topic 20753)
|
2012-01-02 20:49:26 +00:00 |
|
uwe.tews@googlemail.com
|
1b25005d42
|
- bugfix embedded quotes in single quoted strings did not compile correctly in {nocache} sections (Forum Topic 20730)
|
2011-12-29 18:44:09 +00:00 |
|
rodneyrehm
|
ec99ee7ee6
|
- bugfix enable more entropy in Smarty_Internal_Write_File for "more uniqueness" and Cygwin compatibility
|
2011-12-29 13:30:09 +00:00 |
|
uwe.tews@googlemail.com
|
05f17be99a
|
- bugfix Smarty's internal header code must be excluded from postfilters (issue 71)
|
2011-12-28 18:51:20 +00:00 |
|
uwe.tews@googlemail.com
|
d6abd3155d
|
- bugfix template inheritace did fail if mbstring.func_overload != 0 (issue 70) (Forum Topic 20680)
|
2011-12-22 19:37:44 +00:00 |
|
uwe.tews@googlemail.com
|
44f7651eb2
|
- bugfix the new lexer of 17.12.2011 did fail if mbstring.func_overload != 0 (issue 70) (Forum Topic 20680)
|
2011-12-22 16:33:12 +00:00 |
|