Commit Graph

2014 Commits

Author SHA1 Message Date
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
mohrt
0c7933f6ed another commit to capitalize, taking special chars into account 2004-08-23 20:28:47 +00:00
messju
1af7561db2 cleaned up attribute-handling in Smarty_Compiler::_compile_foreach_start() 2004-08-23 20:21:19 +00:00
mohrt
a50a53c0f5 fix capitalize modifier to not rely on buggy ucwords() func 2004-08-23 18:34:12 +00:00
changelog
0e302cdf6c ChangeLog update 2004-08-21 00:33:44 +00:00
mohrt
43c43029ec update version 2004-08-20 13:53:04 +00:00
mohrt
e430d63e56 make time param work with negative timestamps, force year range to include
given date unless explicitly set
2004-08-20 13:48:46 +00:00
changelog
59ba8f5b33 ChangeLog update 2004-08-20 00:34:11 +00:00
mohrt
a609ff1833 fix bug with fetch, passing user/pass in url did not work 2004-08-19 21:02:24 +00:00
changelog
a0fbf0d8be ChangeLog update 2004-08-14 00:34:16 +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
changelog
d201ef80d9 ChangeLog update 2004-08-13 00:33:53 +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
nlopess
e4a075bd03 enable russian PDF builds 2004-08-12 14:52:37 +00:00
nlopess
0e06d3422b some WS and fix build
#dont forget we have a 'make test' :)
2004-08-11 12:36:34 +00:00
nlopess
ccba0859b3 fix build 2004-08-06 10:58:34 +00:00
mohrt
1d36aa627f mention {literal} in ldelim/rdelim text 2004-08-03 15:45:14 +00:00
mohrt
811de72a63 update literal function docs to mention ldelim alternate 2004-08-03 15:34:00 +00:00
tony2001
a1be9e56c7 update documentation (revision tags, sect1 -> refsect1 etc.)
by George Miroshnikov aka freespace
2004-08-02 06:46:02 +00:00
tony2001
d6ec072146 add a couple of snippets.
really HUGE commit will follow (all improvements were done by George Miroshnikov aka freespace)
2004-08-02 06:45:04 +00:00
changelog
b37851947e ChangeLog update 2004-07-31 00:34:25 +00:00
nlopess
58c5976bae typo 2004-07-30 12:15:55 +00:00
nlopess
a0fcd54deb fix russian building 2004-07-30 10:45:18 +00:00
nlopess
8a8e568750 add make test_xml
this is usefull to detect XML problems
2004-07-30 10:42:52 +00:00
nlopess
519adf9371 fix portuguese build 2004-07-30 10:40:51 +00:00
nlopess
2d0b350ffe fix the NaN problem in the copyright notice 2004-07-30 10:10:39 +00:00
changelog
07b5fc7a03 ChangeLog update 2004-07-30 00:34:12 +00:00
nlopess
4c7fc53c60 avoid warnings in head 2004-07-29 18:37:51 +00:00
nlopess
c97204914d remove uneeded code 2004-07-29 18:34:46 +00:00
nlopess
57f41180e0 build pdf files
just type make pdf
2004-07-29 18:32:05 +00:00
messju
d13232fc8f fixed type and description of "from"-attribute of {foreach} 2004-07-29 15:03:20 +00:00
changelog
45cabc2b5d ChangeLog update 2004-07-28 00:34: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
tony2001
5fe17ceecb add new files translated by FreeSpace <freespace/at/ua/dot/fm> 2004-07-27 06:34:53 +00:00
tony2001
3fb7ce64b3 fix couple of typos 2004-07-26 13:42:34 +00:00
changelog
ef04fde43b ChangeLog update 2004-07-24 00:33:03 +00:00
messju
54613cea84 fixed more typos 2004-07-23 19:12:38 +00:00
mohrt
a85f60b08b fix typos 2004-07-23 18:34:21 +00:00
messju
5ee7d5a400 there was little flaw in smarty_function_html_radios() and
smarty_function_html_checkboxes():

the newly introduced assign-attribute was still added to the
tag-output as an extra-attribute.

fixed.
2004-07-23 15:42:41 +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
changelog
aa016f3ded ChangeLog update 2004-07-21 00:34:45 +00:00