mohrt
|
d785df41b3
|
fix $smarty.const.foo compiling, clean up double quoted strings,
allow full dollar var syntax in quotes again
|
2003-02-28 15:08:15 +00:00 |
|
mohrt
|
e03824dd55
|
update docs, fix smarty var compiling, allow any $smarty.*.$foo syntax,
add $`foobar` for embedded variables
|
2003-02-27 17:32:08 +00:00 |
|
mohrt
|
45c536ad7c
|
update functionality
|
2003-02-27 14:44:34 +00:00 |
|
mohrt
|
5006d4d510
|
add nl2br modifier
|
2003-02-26 22:16:14 +00:00 |
|
mohrt
|
edcf2aee05
|
add link parameter
|
2003-02-26 17:27:56 +00:00 |
|
mohrt
|
a466c91897
|
fix rename problem in windows, unlink first
|
2003-02-24 23:28:20 +00:00 |
|
mohrt
|
ae704af588
|
update functions with separate escape_special_chars routine
|
2003-02-24 21:45:19 +00:00 |
|
mohrt
|
f83592dc82
|
commit checkboxes, update radios
|
2003-02-24 21:10:01 +00:00 |
|
mohrt
|
566c5b71d5
|
fix bug with get_registered_object
|
2003-02-24 17:47:05 +00:00 |
|
mohrt
|
ebb54d1e73
|
added cat modifier to distribution
|
2003-02-24 16:31:47 +00:00 |
|
mohrt
|
2ebecbe2e6
|
added << >> <> support to IF statements
|
2003-02-24 16:24:29 +00:00 |
|
mohrt
|
4d957d42ec
|
apply patch to initial html_radios function
|
2003-02-24 16:16:58 +00:00 |
|
mohrt
|
49df67b539
|
fix _assign_smarty_interface to not overwrite keys other than 'request'
|
2003-02-24 16:10:35 +00:00 |
|
mohrt
|
878d8ab5c5
|
added html_radios to distribution
|
2003-02-24 15:36:34 +00:00 |
|
mohrt
|
ea0e560e90
|
fixed arg order of string_format
|
2003-02-24 15:28:15 +00:00 |
|
mohrt
|
f5f21995ef
|
use tmp file for file writes, avoid race condition
|
2003-02-24 15:14:53 +00:00 |
|
mohrt
|
3e755114a3
|
add $smarty.config.foo var, handle embedded smarty var correctly
|
2003-02-24 14:51:47 +00:00 |
|
mohrt
|
52f15b67b2
|
silence warnings in fetch plugin
|
2003-02-24 14:23:39 +00:00 |
|
mohrt
|
9bcd117ecd
|
add get_config_vars() method, update get_template_vars() functionality
|
2003-02-20 21:59:09 +00:00 |
|
mohrt
|
5307693b78
|
fix minor logic in _fetch_template_info()
|
2003-02-20 18:58:44 +00:00 |
|
mohrt
|
f66f204ef8
|
support merging appended vars
|
2003-02-20 16:39:36 +00:00 |
|
mohrt
|
15f982004c
|
fix cache groups behavior with compile_id set
|
2003-02-20 15:30:46 +00:00 |
|
mohrt
|
2b10dfd70d
|
back out third parameter, extend functionality of append
|
2003-02-19 23:05:46 +00:00 |
|
mohrt
|
7f0ceb703a
|
update imbedded vars, allow special $smarty vars
|
2003-02-19 17:26:48 +00:00 |
|
mohrt
|
d9b2c672e5
|
add plugin html_table
|
2003-02-19 16:48:00 +00:00 |
|
mohrt
|
212a27346e
|
support appending key=>val pairs
|
2003-02-19 16:40:13 +00:00 |
|
mohrt
|
2cd256d4fc
|
change embedded variable logic to only recognize $foo and $foo[0][bar] syntax
|
2003-02-19 16:25:47 +00:00 |
|
mohrt
|
d190c1c8fd
|
allow null as function attribute value
|
2003-02-19 15:58:03 +00:00 |
|
mohrt
|
7bd3972319
|
support foo->bar[index] syntax
|
2003-02-18 19:58:32 +00:00 |
|
mohrt
|
2d6d972bf5
|
allow $foo->bar[0] syntax
|
2003-02-18 18:08:05 +00:00 |
|
mohrt
|
57fc8d0372
|
fix syntax error from previous commit
|
2003-02-17 21:13:32 +00:00 |
|
mohrt
|
54a0c0e676
|
add error msgs to get_registered_object
|
2003-02-17 18:03:00 +00:00 |
|
mohrt
|
9ba5450976
|
add function for getting reference to registered object
|
2003-02-17 17:56:35 +00:00 |
|
mohrt
|
b2573b2ca1
|
back out patches for object and objref calls on $smarty var
|
2003-02-17 17:39:12 +00:00 |
|
mohrt
|
3fd7c585c3
|
treat unrecognized param attribute syntax as a string
|
2003-02-17 17:11:42 +00:00 |
|
mohrt
|
021c83db3f
|
support $smarty.const.$foo syntax
|
2003-02-17 15:04:43 +00:00 |
|
mohrt
|
c99f9fdbb2
|
fix E_NOTICE messages
|
2003-02-17 14:58:36 +00:00 |
|
mohrt
|
b04bbd47c6
|
add @ and === to if tokens, few param cleanups
|
2003-02-17 14:47:21 +00:00 |
|
cellog
|
abc335673f
|
many more phpdoc comment upgrades
|
2003-02-16 05:09:19 +00:00 |
|
mohrt
|
dd0c98bb3e
|
enable config_load error messages
|
2003-02-14 20:27:46 +00:00 |
|
mohrt
|
d23fe50562
|
fix html_options to not escape already escaped entities
|
2003-02-14 15:27:16 +00:00 |
|
mohrt
|
241708cd63
|
send Last-Modified header on cache creation, misc tab/spacing cleanup
|
2003-02-14 14:51:47 +00:00 |
|
mohrt
|
77a0e291cc
|
allow dash in plain text
|
2003-02-13 17:58:19 +00:00 |
|
mohrt
|
6cb413bbfc
|
check strict syntax of function attributes
|
2003-02-13 15:28:14 +00:00 |
|
mohrt
|
bd9aabdc64
|
dropped support for modifiers on object parameters,
added support for objects as modifier parameters
|
2003-02-12 22:34:05 +00:00 |
|
mohrt
|
77fa84916e
|
fix bug with decimal numbers in if statements, misc doc updates
|
2003-02-12 22:13:18 +00:00 |
|
mohrt
|
c239d16935
|
update version numbers
|
2003-02-11 18:35:43 +00:00 |
|
mohrt
|
2bce12e9e0
|
add support for $foo->$bar syntax
|
2003-02-10 20:59:08 +00:00 |
|
mohrt
|
8e99c61ce5
|
support full var syntax in quoted text, fix problem with const var access, clean up some more regex code, fix object problem with no properties
|
2003-02-10 17:46:58 +00:00 |
|
mohrt
|
f66b37f792
|
committed 2.4.1 changes
|
2003-02-06 17:34:28 +00:00 |
|