mohrt
|
f36648c39c
|
update code comment with more examples
|
2004-09-09 18:25:55 +00:00 |
|
mohrt
|
1d1e095e8e
|
allow objects in arbitrary param positions
|
2004-09-09 18:21:09 +00:00 |
|
mohrt
|
9ea847409c
|
fix object parameter regex, allow one level of object indirection
|
2004-09-09 16:09:55 +00:00 |
|
mohrt
|
8cbe83510b
|
fix compile problem with numeric constants and math operator matching
|
2004-09-09 13:40:14 +00:00 |
|
mohrt
|
8b8b102a01
|
update files to 2.6.5-dev
|
2004-09-07 14:48:55 +00:00 |
|
mohrt
|
935ab8630a
|
fix preg_quote
|
2004-08-31 18:18:36 +00:00 |
|
mohrt
|
3bf0af8517
|
fix math in object params, clean up some regex on the way, change
preg_ delimiters to ~ to avoid character clashes with ! and %
|
2004-08-31 16:35:57 +00:00 |
|
mohrt
|
bf9153bd8a
|
add $smarty.ldelim and $smarty.rdelim to smarty special var
|
2004-08-30 14:54:30 +00:00 |
|
messju
|
1af7561db2
|
cleaned up attribute-handling in Smarty_Compiler::_compile_foreach_start()
|
2004-08-23 20:21:19 +00:00 |
|
messju
|
06bb354663
|
fixed handling of {foreachelse} and {sectionelse} that got borked with
the latest commit (v 1.330)
|
2004-08-13 13:32:27 +00:00 |
|
messju
|
6217c69fb1
|
fixed occasional wrong error messages on mismatched tags when
{else}, {elseif}, {foreachelse} or {sectionelse} is involved
thanks to Ooypunk for pointing me on this
|
2004-08-12 21:07:24 +00:00 |
|
messju
|
15435172b7
|
fixed handling of methods arguments.
thanks to Manfred Wischin for finding this one and providing the
conceptual fix.
|
2004-07-27 17:59:35 +00:00 |
|
messju
|
c9844d410b
|
backed out renaming of _get_plugin_filepath() to get_plugin_filepath()
we'll stick to _get_plugin_filepath() and look for a more viable
solution to be exposed to plugin-writers.
|
2004-07-23 15:34:53 +00:00 |
|
messju
|
9942c8b42f
|
Some fixes on PhpDocumentor comments. Thanks go to Ruben Vermeersch.
|
2004-07-20 11:51:05 +00:00 |
|
messju
|
4d1af77893
|
renamed Smarty::_get_plugin_filepath() to Smarty::get_plugin_filepath()
|
2004-07-12 15:22:57 +00:00 |
|
messju
|
8c83b9e88b
|
enhanced error-reporting for {foreach}
|
2004-07-01 15:39:34 +00:00 |
|
messju
|
cc08082d67
|
fixed handling of digits inside tagnames. this problem slipped into
the regexps by adding support for numeric contants next to string
constants as variables.
|
2004-07-01 12:20:43 +00:00 |
|
messju
|
b43d689706
|
fixed escaping of backslashes in Smarty_Compiler::_quote_replace()
|
2004-06-27 19:37:34 +00:00 |
|
messju
|
12af99a73d
|
changed version-number to 2.6.4-dev
|
2004-06-17 08:55:10 +00:00 |
|
messju
|
b85b3fcb7f
|
fixed typo in error-messages
|
2004-05-21 14:11:41 +00:00 |
|
messju
|
4d340b91c9
|
removed unused 2nd param in call to _parse_var()
|
2004-04-16 10:31:43 +00:00 |
|
messju
|
984d2f36e6
|
added explanation for $this->_num_const_regexp
|
2004-04-16 08:50:27 +00:00 |
|
messju
|
397714a96c
|
enabled numerical constants be parsed as statements.
(like {10} or {10|@range:12} )
|
2004-04-16 08:34:39 +00:00 |
|
messju
|
886059c511
|
removed unused $smarty_compiler->_dvar_num_var_regexp
|
2004-04-16 08:30:10 +00:00 |
|
messju
|
729ebe26ed
|
Smarty_Compiler.class.php
|
2004-04-16 07:53:37 +00:00 |
|
messju
|
fff19de349
|
updated version to 2.6.3-dev
|
2004-02-23 23:14:40 +00:00 |
|
mohrt
|
cf52c81e0a
|
change some info in headers, remove fluff
|
2004-02-17 15:52:02 +00:00 |
|
messju
|
7703839dbb
|
removed two notices from Smarty_Compiler::_parse_is_expr()
(thanks shuther!)
|
2004-02-07 20:55:27 +00:00 |
|
messju
|
607cf5d0f4
|
added file and line-number-information to error-messages regarding
assigned objects an an error messages regarding modifiers with
security.
|
2004-01-29 10:38:12 +00:00 |
|
messju
|
0f223e3e18
|
removed use of temporary var $_params in compiled code of block-plugins
|
2004-01-27 23:00:26 +00:00 |
|
messju
|
53baf8295a
|
Smarty_Compiler::_syntax_error() uses Smarty::_trigger_fatal_error() now instead of the trigger_error()-function
|
2004-01-25 15:39:10 +00:00 |
|
messju
|
f8011f6acb
|
unrecognized custom-functions trigger an error at compile now, not at
display-time.
|
2004-01-25 15:29:19 +00:00 |
|
mohrt
|
51e1064d69
|
update version numbers, add initial unit test directory
|
2004-01-16 22:12:08 +00:00 |
|
mohrt
|
5383e42a1d
|
update version numbers for 2.6.1 release
|
2004-01-16 20:24:45 +00:00 |
|
messju
|
92d6489001
|
fixed handling of {php}-tags
|
2004-01-10 23:43:07 +00:00 |
|
messju
|
d6f1f25741
|
fixed handling of comments inside {php} and {literal}
|
2004-01-08 12:46:27 +00:00 |
|
messju
|
e335832f62
|
readded default_modifiers. who removed that?
|
2003-12-27 09:25:25 +00:00 |
|
messju
|
4e93202974
|
little optimization for "is odd" and "is even"
|
2003-12-11 19:52:38 +00:00 |
|
mohrt
|
aa8f02c429
|
fix 'is even by' and 'is odd by' logic
|
2003-12-11 19:39:02 +00:00 |
|
messju
|
1dd2246d8a
|
add better checks for correctly nested tags when compiling
|
2003-12-08 10:44:21 +00:00 |
|
messju
|
38d1f29bc3
|
raise max_level for $smarty.config... to 3 to allow arrays of config-vars
|
2003-11-26 14:02:05 +00:00 |
|
messju
|
0157c56198
|
remove two E_NOTICES
|
2003-11-21 12:39:50 +00:00 |
|
messju
|
66823d680d
|
change version to 2.6.1-dev
|
2003-11-20 15:26:45 +00:00 |
|
mohrt
|
78ff86ed9f
|
change version numbers to 2.6.0
|
2003-11-19 20:26:29 +00:00 |
|
messju
|
f903d313b4
|
move Smarty::quote_replace() to Smarty_Compiler::_quote_replace()
|
2003-11-18 23:35:05 +00:00 |
|
mohrt
|
ab9f58841d
|
commit RC3 tags
|
2003-11-13 17:35:52 +00:00 |
|
messju
|
2ae14ea686
|
fix handling of $var.key inside []
|
2003-11-13 16:51:47 +00:00 |
|
messju
|
ccdc5c8e7e
|
fix handling of simple-math-operators inside modifiers
|
2003-10-27 15:27:55 +00:00 |
|
messju
|
eb654a52f4
|
removed unused property _output_type
removed unused param $tag_attrs of _parse_var_props()
cleaned up alignment of class-properties
|
2003-10-25 19:43:14 +00:00 |
|
messju
|
8fac8e8be4
|
removed notice in php-tag handling in Smarty_Compiler::_compile_file()
|
2003-10-23 21:04:12 +00:00 |
|