mohrt
e765247431
change varnames to follow coding methods
2003-06-17 22:01:28 +00:00
mohrt
0179b76ca7
add math patch to core
2003-06-17 21:54:55 +00:00
messju
992ce6c94b
switched _process_template() to _is_compiled()-logic
2003-06-17 16:47:35 +00:00
mohrt
9f94fcfb8e
fix _is_compiled logic
2003-06-17 16:33:16 +00:00
mohrt
2ffb0e2921
fix _run_mod_handler routine
2003-06-17 15:23:25 +00:00
mohrt
e837781093
fix path problems, rename some varibles from "template" to "file"
2003-06-17 14:11:57 +00:00
mohrt
0738a8ee8f
rename file, commit
2003-06-16 21:43:07 +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
messju
d62680f94e
fixed little bug in _compile_custom_tag()
2003-06-16 17:30:48 +00:00
mohrt
6445150ba7
move core files into their own directory under SMARTY_DIR,
...
remove abstraction function _execute_core_function
2003-06-16 15:18:38 +00:00
mohrt
cdfe88be6d
fix newline handling for template for all template tags
2003-06-16 14:38:57 +00:00
mohrt
2d522b5d86
add compiler function to cvs repository
2003-06-11 22:47:54 +00:00
messju
15c968fb27
added config-option "request_use_auto_globals" to make auto-globals be
...
used as request vars instead of HTTP_*_VARS
2003-06-11 22:17:52 +00:00
mohrt
621629cd44
make config vars compile statically
2003-06-11 21:52:09 +00:00
messju
03922f14bb
backed out newlines patch
2003-06-11 15:29:14 +00:00
messju
42fbae3186
removed newlines in compiled templates after closing tags
2003-06-11 14:38:24 +00:00
mohrt
f73864110e
fix bug with resource_type resolving
2003-06-10 14:01:22 +00:00
messju
5b4b13a319
added block-methods for registered objects
2003-06-08 01:07:39 +00:00
mohrt
245e5e5650
fix problem with new default_resource_type changes
2003-06-06 20:30:53 +00:00
mohrt
a569bd39dc
add default_resource_type, ignore 1 char resource names
2003-06-06 15:49:29 +00:00
mohrt
e51af36e66
fix bug where config file starts with hidden section
2003-06-06 13:52:21 +00:00
mohrt
06b4bddd47
*** empty log message ***
2003-06-04 13:50:50 +00:00
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
mohrt
6edf3b63d2
allow spaces in literal tags
2003-05-23 19:26:57 +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
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
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
60a1b8cdc5
fixed bug in _create_dir_structure() when used with
...
open_basedir-restriction and relative paths
2003-05-08 13:18:17 +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