danilo
edf49d5570
Applied boots clean up patch and removed commented out code.
...
Updated NEWS file
2007-03-01 18:18:56 +00:00
changelog
3fbe48bbc3
ChangeLog update
2007-02-28 01:31:17 +00:00
danilo
a03bcd353f
Updated smarty_core_write_file() and smarty_modifier_date_format() to speed up Windows detection.
...
Emulated more parameters for Windows in smarty_modifier_date_format() and fixed some old ones.
Updated the docs to tell what parameters are emulated on Windows.
Updated NEWS file.
2007-02-27 22:22:09 +00:00
danilo
a530c54720
Updated NEWS file to reflect changes commited in the last revision
2007-02-27 18:35:00 +00:00
mohrt
6cfc8e4fb8
fix typo
2007-02-27 14:30:20 +00:00
danilo
a9c19850bb
Modified _(push|pop)_cacheable_state() to embedd alternate syntax. See this bug report: http://www.phpinsider.com/smarty-forum/viewtopic.php?t=10502
2007-02-27 11:14:10 +00:00
changelog
cc2f68e793
ChangeLog update
2007-02-27 01:31:36 +00:00
pete_morgan
fb92b3bf48
Fix incorrect var name
2007-02-26 18:27:17 +00:00
changelog
d7ad4c4c8d
ChangeLog update
2007-02-24 01:31:21 +00:00
mohrt
b90563045e
escape creating of language=php from interleaving
2007-02-23 19:40:01 +00:00
mohrt
2c90488fd2
add removed line back in
2007-02-23 16:28:34 +00:00
mohrt
5a1db056c7
fix up last patch, remove unnecessary lines
2007-02-23 16:18:02 +00:00
mohrt
6afa5118b4
fix situation when no compiled tags are present
2007-02-23 15:41:56 +00:00
mohrt
7d334255b7
fix problem with php open tags generated from tag interleaving
2007-02-23 14:24:10 +00:00
changelog
ce2c6efffe
ChangeLog update
2007-02-07 01:31:18 +00:00
boots
a9ca05f90a
Correct default template handler function example.
2007-02-06 18:32:32 +00:00
changelog
ed2fdb7539
ChangeLog update
2007-01-18 01:31:19 +00:00
messju
befdff26d8
fixed handling of $etc in the truncate modifier when $etc is longer
...
than $length.
thanks to Sylvinus!
2007-01-17 22:10:01 +00:00
changelog
181dd87df4
ChangeLog update
2007-01-11 01:31:17 +00:00
boots
72a44bbbf6
fix handling of %I with mysql timestamps
...
Thanks to Danilo Buerger
2007-01-10 18:55:58 +00:00
boots
89eb4509c0
fix handling of %I with mysql timestamps
...
Thanks to Danilo Buerger
2007-01-10 18:12:11 +00:00
boots
f30371dff9
Better recognize Windows filesystems to reduce warnings
2007-01-10 16:28:38 +00:00
boots
aae3f2e702
Emulate %R in the date_format modifier on Windows
...
Thanks to Danilo Buerger
2007-01-10 16:25:23 +00:00
changelog
92e4c7c7f4
ChangeLog update
2006-12-11 01:31:21 +00:00
yannick
ae0cfaa92c
fix build
2006-12-10 07:28:39 +00:00
yannick
a2230d53da
sync with EN
2006-12-10 06:21:27 +00:00
changelog
8d21a2eed3
ChangeLog update
2006-12-03 01:31:23 +00:00
pete_morgan
d4835d1dca
Tidy example, speeling andd add links
2006-12-02 22:20:09 +00:00
pete_morgan
990948700c
Add/correct entities
2006-12-02 22:19:21 +00:00
pete_morgan
7287183e1d
Fix entities (strange)
2006-12-02 22:18:14 +00:00
changelog
cdd42226d6
ChangeLog update
2006-12-02 01:31:19 +00:00
mohrt
5c14c2c053
update dev version numbers
2006-12-01 15:40:05 +00:00
changelog
f3e6ef28f5
ChangeLog update
2006-12-01 01:31:17 +00:00
boots
46fbf65257
Fixed replacement bug introduced in trimwhitespaces output filter that
...
was introduced in the last release.
Thanks to Spuerhund from the forums.
2006-12-01 01:09:31 +00:00
boots
bead1d6696
Fixed replacement bug introduced by last changes.
...
Thanks to Spuerhund from the forums.
2006-12-01 01:06:13 +00:00
mohrt
07683a4a9c
update dev version numbers, fix manual typo
2006-11-30 17:01:28 +00:00
changelog
266340b313
ChangeLog update
2006-11-23 01:31:37 +00:00
freespace
a5fd1487a3
sync with EN
2006-11-22 14:56:35 +00:00
freespace
c5b1d2692c
replaced hardcoded path separator with PATH_SEPARATOR constant
2006-11-22 14:41:10 +00:00
changelog
7727c03141
ChangeLog update
2006-11-21 01:31:26 +00:00
boots
60c143f144
fix depth formatting of arrays and objects in modifier debug_print_var
2006-11-20 21:04:17 +00:00
changelog
7a14682510
ChangeLog update
2006-11-11 01:31:53 +00:00
messju
31b780f16d
fixed typo. thanks jonez.
2006-11-10 15:26:43 +00:00
changelog
f10b23465b
ChangeLog update
2006-11-09 01:31:44 +00:00
boots
6f0d444d50
change file writing semantics in smarty_core_write_file()
...
This avoids unlink() unless rename() fails or a Windows system is detected
see: http://www.phpinsider.com/smarty-forum/viewtopic.php?t=6956
Thanks to c960657 from the forums.
2006-11-08 19:00:46 +00:00
changelog
fdac0a409e
ChangeLog update
2006-11-08 01:31:43 +00:00
boots
688363bb54
update debug.tpl to xhtml 1.1 compliance, fix javascript escaping in debug output and apply a Smarty based color scheme
...
see: http://www.phpinsider.com/smarty-forum/viewtopic.php?t=7178
thanks to cybot from the forums!
2006-11-07 20:57:34 +00:00
boots
35640e573f
enhance reporting precision of debug_print_var modifier
...
see: http://www.phpinsider.com/smarty-forum/viewtopic.php?t=9281
thanks to cybot from the forums
2006-11-07 20:32:56 +00:00
changelog
164bd76107
ChangeLog update
2006-11-02 01:31:23 +00:00
boots
9618565d46
make html_select_date work consistently with 0000-00-00 00:00:00 and 0000-00-00 inputs
...
Thanks to cybot from forums
2006-11-01 20:35:08 +00:00