Commit Graph

2004 Commits

Author SHA1 Message Date
messju
0580734ff9 moved $this->_num_const_regexp out of $this->_var_regexp and added it
to the places that affect $this->_var_regexp

this should fix some problems parsing plugin-names endings with digits
2004-09-15 18:58:55 +00:00
mohrt
867c47e9ec add method test cases 2004-09-15 15:05:31 +00:00
changelog
1bb41c2a9b ChangeLog update 2004-09-15 00:34:34 +00:00
messju
ed00361206 update files to 2.6.6-dev 2004-09-14 07:39:01 +00:00
messju
08ecea66f4 nicer error_handler-handling with php's restore_error_handler() 2004-09-14 07:22:51 +00:00
changelog
427abe0c6d ChangeLog update 2004-09-14 00:33:41 +00:00
messju
0e74c796a2 fixed typo 2004-09-13 16:11:04 +00:00
mohrt
5e5e15f6a1 update NEWS file with parsing correction note 2004-09-13 15:53:32 +00:00
freespace
a5b0fceced Finished translation and syncronized with English revision. 2004-09-12 22:46:16 +00:00
freespace
b1390eb2ec Some typos fix. 2004-09-12 22:44:08 +00:00
changelog
2e30d0390e ChangeLog update 2004-09-12 00:33:39 +00:00
messju
dc726ed4ff removed notice from {debug}
thanks to Peter Billen for pointing this one out!
2004-09-11 18:52:13 +00:00
messju
4e07584230 initial import 2004-09-11 07:22:23 +00:00
changelog
914e1eea50 ChangeLog update 2004-09-11 00:34:04 +00:00
mohrt
3ad2d686e9 fix more object calling syntax issues 2004-09-11 00:14:20 +00:00
messju
33adc4573e added $smarty->security_settings['ALLOW_CONSTANTS']
including test-cases for them
2004-09-10 19:15:01 +00:00
mohrt
54e0324cb2 initial commit 2004-09-10 13:30:13 +00:00
changelog
249f78d097 ChangeLog update 2004-09-10 00:35:35 +00:00
mohrt
614e9c89e2 break down regex to digestable chunks, fix multiple param problem with method calls,
add object method testing to unit_test cases
2004-09-09 22:01:33 +00:00
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
freespace
1f4a5efa64 Synchronized with English version. 2004-09-08 21:49:10 +00:00
freespace
320f31c5a3 Finished translation of preface.xml.
Made my first commit :)
2004-09-08 15:40:47 +00:00
mohrt
ebc9ff9e21 update the cache group with more detailed explanation 2004-09-08 15:20:05 +00:00
changelog
8045246a26 ChangeLog update 2004-09-08 00:32:46 +00:00
nlopess
78ef71110d fix build 2004-09-07 17:19:45 +00:00
mohrt
8b8b102a01 update files to 2.6.5-dev 2004-09-07 14:48:55 +00:00
mohrt
8d04d5a8e1 update NEWS file with 2.6.4 header 2004-09-07 14:24:52 +00:00
messju
340eb7f537 added $repeat parameter to block-plugins-docs 2004-09-07 08:27:38 +00:00
tony2001
01e63883f8 revert occasional change 2004-09-04 10:59:50 +00:00
tony2001
732d66b6f9 updates from George Miroshnikov 2004-09-03 18:34:20 +00:00
tony2001
c5f32f70cb updates from George Miroshnikov 2004-09-03 08:59:56 +00:00
tony2001
2a782dda8c fix build 2004-09-03 08:24:06 +00:00
mohrt
bde185884f update escaping page with new delimiter vars 2004-09-02 19:08:13 +00:00
mohrt
db90fc0c4f add docs for {$smarty.ldelim} and {$smarty.rdelim} 2004-09-02 19:04:36 +00:00
changelog
6845fb08ff ChangeLog update 2004-09-01 00:34:21 +00:00
mohrt
935ab8630a fix preg_quote 2004-08-31 18:18:36 +00:00
tony2001
6f0f0e2010 yet another patchset from George Miroshnikov
(preparing to take over smarty-ru maintainance)
2004-08-31 16:36:14 +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
tony2001
b4be526f55 html_checkboxes accepts both "selected" and "checked" 2004-08-31 15:49:13 +00:00
changelog
66cc09bb74 ChangeLog update 2004-08-31 00:32:46 +00:00
mohrt
bf9153bd8a add $smarty.ldelim and $smarty.rdelim to smarty special var 2004-08-30 14:54:30 +00:00
changelog
1a30d78e40 ChangeLog update 2004-08-30 00:33:11 +00:00
messju
1a3c4eb890 tempnam() seems to be borken on many installation.
now we try tempnam first and if that fails we generate our own
temp-filename with uniqid()
2004-08-29 13:16:30 +00:00
boots
e99e825c50 document new optional parameter for capitalize modifier and update example to show behaviour 2004-08-24 06:00:54 +00:00
changelog
aa4eae4abd ChangeLog update 2004-08-24 00:36:20 +00:00
mohrt
ac8ef507c6 dont use constant, use static var instead 2004-08-23 21:52:57 +00:00
mohrt
46b8afae2a implement optional param to capitalize for digit behavior 2004-08-23 21:08:08 +00:00