mohrt
093e79e61a
add path_prefix to html_image, fix incorrect secure_dir error when image file is missing
2005-10-10 14:41:28 +00:00
messju
d8ce41d207
fixed comment (thanks to CirTap)
2005-02-03 05:05:16 +00:00
mohrt
af8335225b
remove border tag
2005-02-01 18:51:42 +00:00
mohrt
9959c4f263
de-spammify e-mails
2005-01-21 17:46:15 +00:00
mohrt
215e8784b1
update copyright notices, e-mail addresses
2005-01-21 16:41:52 +00:00
boots
a0d021ef60
Moved /libs/core to /libs/internals and created new constant, SMARTY_CORE_DIR which defaults to SMARTY_DIR/internals. This should help CVS and rsynch users butupgrades will require changes and this may affect 3rd party plugins that use the /core dir.
2004-09-16 23:07:32 +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
messju
cba023a811
renamed calls to $smarty->_get_plugin_filepath() to $smarty->get_plugin_filepath()
2004-07-12 15:24:43 +00:00
messju
146ecb7a85
forgot to remove duplicate is_secure()-check
2004-01-15 15:04:33 +00:00
messju
ea53ef5a58
fix: $smarty->security is now correctly handled
...
minor optimizations:
core/core.is_secure.php is only included when needed
$dpi_default is only determined when needed
2004-01-15 15:00:09 +00:00
messju
45e02b5033
fix: check $smarty->request_use_auto_globals at the last occurences of
...
HTTP_*_VARS
2003-12-04 11:37:27 +00:00
messju
ed6fee3542
match first character of file-attribute against "/" instead of
...
DIRECTORY_SEPARATOR since it is a url-path and not a file-path.
2003-06-30 15:44:25 +00:00
messju
f866f04d66
libs/plugins/function.html_image.php
2003-06-30 15:41:25 +00:00
messju
2f711dc162
added parsing of forgotton param "basedir"
2003-06-24 15:28:22 +00:00
mohrt
9526d1ed42
fix filepaths to core files to use DIRECTORY_SEPARATOR
2003-06-21 17:35:15 +00:00
mohrt
f42a23f504
fix config_load, compile fetched arrays to compile_dir, switch display
...
back to runtime. clean up var names and function names, split up compile
testing and compiling to separate funcs, rename some template_* functions to
file_* functions and update logic so they can be used for file resources
other than templates.
2003-06-16 19:45:11 +00:00
mohrt
260085657c
fix example in code comments
2003-06-03 13:38:08 +00:00
mohrt
5b67277699
abstract more private functions to plugin directory
2003-05-08 20:21:16 +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
448da66e39
fixed errornous creation of '//' in image_path in html_image
2003-04-21 17:42:50 +00:00
cellog
02f56203ad
updated all doc comments to phpDocumentor format
2003-04-20 21:12:13 +00:00
mohrt
423c1a2eae
add appropriate warnings when passing array as extra parameter
2003-04-14 16:57:40 +00:00
mohrt
61a223dae8
Fix link bug in html_image function, also make output XHTML compatible
2003-03-17 15:39:28 +00:00
mohrt
995114a4c2
change E_USER_ERROR to E_USER_NOTICE
2003-03-07 19:29:01 +00:00
mohrt
0e54ba8208
suppress warning in html_image
2003-03-07 18:36:37 +00:00
mohrt
0631ea18b4
update changes to html_image
2003-03-07 17:06:39 +00:00
mohrt
274a9ca3e9
fix width/height parameter index
2003-03-06 21:39:16 +00:00
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
45c536ad7c
update functionality
2003-02-27 14:44:34 +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
566c5b71d5
fix bug with get_registered_object
2003-02-24 17:47:05 +00:00