Commit Graph

149 Commits

Author SHA1 Message Date
mohrt
260085657c fix example in code comments 2003-06-03 13:38:08 +00:00
messju
ced3cf376e fixed behaviour of start=... for {counter} 2003-06-03 13:22:41 +00:00
messju
2e9424d567 fixed assign for {counter} 2003-06-02 15:13:18 +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
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
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
mohrt
5b67277699 abstract more private functions to plugin directory 2003-05-08 20:21:16 +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
messju
7f307b8a94 fixed DIR_SEP in html_image-plugin 2003-05-04 22:07:10 +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
messju
f5c4fd4534 fixed assign attribute for multiple counters 2003-05-02 22:33:15 +00:00
messju
c4479805af prevent assign from overruling print-attribute in function.counter.php 2003-04-27 18:29:21 +00:00
messju
56792e7ccd fixed problem with counter and assign 2003-04-27 18:16:24 +00:00
messju
448da66e39 fixed errornous creation of '//' in image_path in html_image 2003-04-21 17:42:50 +00:00
mohrt
4a6b5269a3 fix htmlspecialchars() conflict 2003-04-21 16:53:03 +00:00
mohrt
1f0f8d062c fix escapement of special chars in key values of debug console 2003-04-21 16:17:26 +00:00
mohrt
97e6b40b81 fixed debug timing logic for config_load 2003-04-21 14:22:46 +00:00
cellog
fac8fb59fc *** empty log message *** 2003-04-20 21:18:26 +00:00
cellog
02f56203ad updated all doc comments to phpDocumentor format 2003-04-20 21:12:13 +00:00
mohrt
9b42197d3e fix typo 2003-04-20 21:07:54 +00:00
mohrt
e55d4e9df9 add strip block function file to repository 2003-04-20 18:41:44 +00:00
mohrt
815ac01d84 moved strip from smarty core to plugin, made textformat block function return output instead of echo it 2003-04-20 18:33:31 +00:00
mohrt
fffa454585 add config_load plugin file to repository 2003-04-20 18:08:34 +00:00
cellog
51b8d2b854 *** empty log message *** 2003-04-20 06:01:16 +00:00
messju
7f9466bd17 enabled hex-constants in function.math.php 2003-04-19 10:32:05 +00:00
mohrt
423c1a2eae add appropriate warnings when passing array as extra parameter 2003-04-14 16:57:40 +00:00
messju
107a1ecabd added <labels>-support to function.html_checkboxes.php and function.html_radios.php 2003-04-14 07:47:49 +00:00
mohrt
e09d3070a1 fixed bug with default modifier when passing integer 0 2003-04-10 20:55:36 +00:00
messju
b9957a6845 allowed "_" in the name of variable-parameters to {math}-function 2003-04-06 12:24:46 +00:00
messju
e90a98451f $length is now propagated to sub-values in debug_print_var 2003-03-27 22:10:00 +00:00
messju
d1fe24ec2d made onmouseout XHTML-compatible in function.popup.php 2003-03-24 09:37:21 +00:00
mohrt
d5db1cf798 update functions for XHTML compatability 2003-03-21 14:36:24 +00:00
messju
9d0972691d html_radios and html_checkboxes accept "selected" instead of "checked" optionally now 2003-03-21 08:20:12 +00:00
mohrt
c42fb4b2ab fix a few error messages, follow consistancy format plugin_name: errormsg 2003-03-19 22:58:23 +00:00
mohrt
d0ab44762b update error messages 2003-03-19 22:56:30 +00:00
mohrt
35973b2231 add a warning when an array is passed as the 'checked' value of html_radios 2003-03-19 22:52:22 +00:00
messju
42a49792aa fixed label for optgroup in html_options 2003-03-18 21:04:13 +00:00
messju
2c61a0b12b fixed wrong default-"name" in function.html_options.php 2003-03-18 09:17:51 +00:00
messju
8ae8586ad3 renamed "checkbox" and "radios" to "options" in {html_checkboxes} and {html_radios} 2003-03-18 08:59:00 +00:00
messju
dd564f3885 tried to optimize re-replacement in outputfilter.trimwhitespace.php a little 2003-03-18 00:44:37 +00:00
messju
e1bec79465 fixed greedy str_replace in outputfilter.trimwhitespace.php 2003-03-18 00:26:46 +00:00
messju
128bf2e4de html_options, html_checkboxes and html_radios now pass-thru all unknown paramters 2003-03-18 00:01:41 +00:00
messju
ddcd30be99 html_options passthru all unknown paramters now 2003-03-17 16:36:02 +00:00
mohrt
61a223dae8 Fix link bug in html_image function, also make output XHTML compatible 2003-03-17 15:39:28 +00:00