Commit Graph

1990 Commits

Author SHA1 Message Date
changelog
8ea24a3a20 ChangeLog update 2003-06-03 00:31:08 +00:00
messju
2e9424d567 fixed assign for {counter} 2003-06-02 15:13:18 +00:00
changelog
3cf833352f ChangeLog update 2003-05-31 00:30:57 +00:00
mohrt
d1c6ce0d60 add discrete error checking pertaining to $cache_dir
and $compile_dir, their existance and writability
2003-05-30 19:27:23 +00:00
changelog
f4a44e3315 Update 2003-05-30 18:42:57 +00:00
changelog
c1e0a86bdf ChangeLog update 2003-05-29 00:30:52 +00:00
messju
f1a3b53106 added params vdir, hdir and inner to html_table to allow looping over
the data in various directions
2003-05-28 22:30:58 +00:00
mohrt
833513ba44 fix problem with security and debug.tpl file 2003-05-28 19:40:30 +00:00
changelog
fd900ef46b ChangeLog update 2003-05-24 00:30:53 +00:00
mohrt
a0e83daa1b upd NEWS file 2003-05-23 19:27:39 +00:00
mohrt
6edf3b63d2 allow spaces in literal tags 2003-05-23 19:26:57 +00:00
changelog
89d5f74eab ChangeLog update 2003-05-23 00:30:57 +00:00
mohrt
c99671e968 fix special chars 2003-05-22 16:36:06 +00:00
mohrt
6d2e916a7b speed up compiled templates, hardcode plugin filepaths instead of
recalculate at runtime
2003-05-19 22:38:28 +00:00
messju
b60879d89b fixed example of {html_image} 2003-05-19 17:45:48 +00:00
messju
033ae0330d fixed typo 2003-05-19 15:12:11 +00:00
messju
79d955503f fixed multiple redundant occurrences for 'config' and 'template' in
$smarty->_cache_info
2003-05-12 07:53:57 +00:00
messju
8876777597 refurbished create_dir_structure to use '/' internally 2003-05-10 15:35:44 +00:00
messju
d57a0296d6 fixed windows absolute-paths in smarty_core_create_dir_structure() 2003-05-10 12:46:17 +00:00
messju
356ecf572e fixed error-message 2003-05-10 10:29:05 +00:00
messju
9390ce38d5 fixed warning due to missing param to _execute_core_function() 2003-05-09 19:46:37 +00:00
messju
84d5bfef20 fixed quoting in _compile_include_php 2003-05-09 14:18:28 +00:00
messju
688530acea fixed quoting of "file"-parameter in _compile_include_tag() 2003-05-09 07:36:27 +00:00
mohrt
7ca1d19de1 fix typo 2003-05-08 21:01:45 +00:00
mohrt
5b67277699 abstract more private functions to plugin directory 2003-05-08 20:21:16 +00:00
mohrt
8d99b837ec only add DIRECTORY_SEPARATOR if it isn't already present 2003-05-08 14:29:44 +00:00
mohrt
a46afb8f82 fix directory separator code, use DIRECTORY_SEPARATOR 2003-05-08 14:21:13 +00:00
messju
afc42e2a3f fixed example of html_checkboxes 2003-05-08 14:07:21 +00:00
messju
60a1b8cdc5 fixed bug in _create_dir_structure() when used with
open_basedir-restriction and relative paths
2003-05-08 13:18:17 +00:00
messju
0e78fa20d6 fixed example for html_radios 2003-05-08 12:17:41 +00:00
mohrt
9e42d23f88 abstracted display_debug_console and assign_smarty_interface to plugin dir as a test 2003-05-07 18:54:41 +00:00
mohrt
15cd354bf8 correct misc varnames, abstract debug console display to plugin function 2003-05-07 16:37:07 +00:00
mohrt
900f27bd6d fix typo 2003-05-07 13:24:43 +00:00
mohrt
2af5e72a7c add % to math 2003-05-05 18:36:11 +00:00
mohrt
2d245d5d8f clean up comments, formatting 2003-05-05 14:49:38 +00:00
mohrt
81bb2aec77 keep DIR_SEP for 3rd party compatability 2003-05-05 14:41:22 +00:00
mohrt
db2ff5a2ef remove DIR_SEP, use DIRECTORY_SEPARATOR exclusively 2003-05-05 14:37:57 +00:00
mohrt
deec21800c remove ++ and -- math operators on template vars 2003-05-05 14:19:57 +00:00
messju
eb3b9beec1 removed unused parameter $quote from Smarty_Compiler::_parse_attrs() 2003-05-04 22:08:44 +00:00
messju
7f307b8a94 fixed DIR_SEP in html_image-plugin 2003-05-04 22:07:10 +00:00
mohrt
3a1b87f3e4 rename DIR_SEP to SMARTY_DIR_SEP to avoid varname collisions 2003-05-04 16:57:15 +00:00
messju
2bc360d3c3 changed "link" to "href" in html_image. "link" is still working but deprecated
html_image always renders an alt-tag now (default alt="")
cleaned up indentiation of function.html_image.php
2003-05-04 11:32:54 +00:00
mohrt
f40c0f0b53 fix typo 2003-05-03 16:04:08 +00:00
messju
f5c4fd4534 fixed assign attribute for multiple counters 2003-05-02 22:33:15 +00:00
mohrt
406a148673 allow math on negative number 2003-05-02 19:05:21 +00:00
mohrt
b29b7f9025 added simple math operators to variables 2003-05-02 16:39:18 +00:00
messju
ebe4d61475 fixed typos 2003-05-02 07:58:45 +00:00
mohrt
cf21e1270e add frech docs to cvs repository 2003-04-30 18:48:44 +00:00
messju
4389d50168 reverted patch for case-insensitive tag-names 2003-04-29 17:00:30 +00:00
messju
fc8c00559e reverted back to humerous redundancy in the docs :). although we all
know we are here to generate template-based output, and not to have
fun ;-)
2003-04-28 15:57:56 +00:00