2001-05-31 14:33:02 +00:00
|
|
|
- fixed Config_File class to allow empty config paths (defaults to current
|
|
|
|
directory). (Andrei)
|
2001-05-31 14:44:28 +00:00
|
|
|
|
|
|
|
Version 1.4.2
|
|
|
|
-------------
|
2001-05-31 14:33:02 +00:00
|
|
|
- move $version to internal variable, remove from docs. (Monte)
|
2001-05-22 15:31:28 +00:00
|
|
|
- cleaned up compiled templates global scope by moving some variables into
|
|
|
|
the class itself. (Andrei)
|
|
|
|
- fixed a bug that would not allow referring to a section in the including
|
|
|
|
file from the included file. (Andrei)
|
|
|
|
- configs directory missing from 1.4.1 release, added back in. (Monte)
|
|
|
|
- added windows include_path setup instructions to FAQ & QUICKSTART.
|
2001-05-18 22:47:19 +00:00
|
|
|
(Monte)
|
|
|
|
|
2001-05-16 19:48:42 +00:00
|
|
|
Version 1.4.1
|
|
|
|
-------------
|
|
|
|
- fix LOCK_EX logic for all windows platforms (Monte)
|
2001-05-15 14:26:12 +00:00
|
|
|
- fixed indexing by section properties with the new syntax. (Andrei)
|
2001-05-09 14:06:59 +00:00
|
|
|
- updated Smarty to use absolute paths when requiring/including Smarty
|
|
|
|
components. (Andrei, John Lim)
|
2001-05-09 13:43:16 +00:00
|
|
|
|
2001-05-09 13:29:04 +00:00
|
|
|
Version 1.4.0
|
|
|
|
-------------
|
2001-05-09 14:06:59 +00:00
|
|
|
- added {capture}{/capture} function, documented (Monte)
|
|
|
|
- added {counter} function, documented (Monte)
|
2001-05-02 19:21:10 +00:00
|
|
|
|
2001-05-02 15:55:58 +00:00
|
|
|
Version 1.4.0b2
|
|
|
|
---------------
|
|
|
|
- fixed issue in Config_File.class with referencing blank sections (Andrei)
|
|
|
|
- fixed problem with passing variables to included files (Andrei)
|
|
|
|
- fixed resource path recognition for windows (Monte)
|
|
|
|
|
|
|
|
Version 1.4.0b1
|
|
|
|
---------------
|
2001-04-26 17:27:40 +00:00
|
|
|
- added "componentized templates" tip into documentation (Monte)
|
|
|
|
- added {php}{/php} tags for embedding php code into templates (Monte)
|
|
|
|
- changed default value of $show_info_header to false (Monte)
|
2001-04-26 16:06:21 +00:00
|
|
|
- implemented '->' syntax for accessing properties of objects passed to the
|
|
|
|
template. (Andrei)
|
2001-04-25 15:35:13 +00:00
|
|
|
- allowed custom functions to receive Smarty object as the second
|
|
|
|
parameter; this can be used to dynamically change template variables, for
|
|
|
|
example. (Andrei)
|
2001-04-24 16:43:05 +00:00
|
|
|
- added custom compiler functions support, register_compiler_function() and
|
|
|
|
unregister_compiler_function() API functions. (Andrei, Ivo Jansch).
|
2001-04-24 15:16:14 +00:00
|
|
|
- updated GLOBAL_ASSIGN to take SCRIPT_NAME from HTTP_SERVER_VARS
|
|
|
|
instead of global variable. You can also assign several variables
|
2001-04-24 16:43:05 +00:00
|
|
|
in one shot with an array. (Monte, Roman Neuhauser)
|
2001-05-02 19:21:10 +00:00
|
|
|
- added template prefilters, register_prefilter() and
|
|
|
|
unregister_prefilter() API functions. (Monte)
|
2001-04-25 15:49:51 +00:00
|
|
|
- added RELEASE_NOTES file to distribution. (Monte)
|
|
|
|
- moved CREDITS out of manual into its own file. (Monte)
|
2001-04-24 16:43:05 +00:00
|
|
|
- added register_resource() and unregister_resource() API functions. (Monte)
|
|
|
|
- changed the syntax of indexing template variables, thus supporting
|
|
|
|
structures of arbitrary complexity; supplied fix_vars.php script to fix
|
|
|
|
old syntax. (Andrei)
|
|
|
|
- added $insert_tag_check to speed up cached pages if {insert ...} is not
|
2001-04-25 15:49:51 +00:00
|
|
|
used. (Monte)
|
2001-04-12 21:00:47 +00:00
|
|
|
- added $compiler_class variable to allow specifying a different compiler
|
|
|
|
class. (Andrei)
|
2001-04-11 20:12:12 +00:00
|
|
|
- changed Smarty to compile templates at runtime, allowing for arbitrary
|
2001-04-24 15:16:14 +00:00
|
|
|
template resources. (Monte)
|
2001-04-24 16:43:05 +00:00
|
|
|
- added fix for LOCK_EX under Windows and changed a couple of file
|
2001-04-26 17:27:40 +00:00
|
|
|
permissions for security. (Monte, Fernando Nunes)
|
2001-03-29 15:27:49 +00:00
|
|
|
- allow arbitrary date strings to date_format, html_select_date and
|
|
|
|
html_select_time (Monte)
|
2001-04-11 20:12:12 +00:00
|
|
|
|
2001-03-28 22:45:24 +00:00
|
|
|
Version 1.3.2
|
|
|
|
-------------
|
2001-03-23 20:02:13 +00:00
|
|
|
- fixed a bug that caused some nested includes to loop infinitely. (Andrei)
|
|
|
|
- added optional HTML header to output. (Monte)
|
2001-03-15 22:18:18 +00:00
|
|
|
- significantly improved config_load performance. (Andrei)
|
|
|
|
- added format attribute to math function. (Monte)
|
2001-03-11 21:20:14 +00:00
|
|
|
- added html_select_time custom function. (Andrei)
|
|
|
|
- fixed minor PHP warning when attempting to unset an unset variable
|
|
|
|
(Monte)
|
|
|
|
- added count_characters, count_words, count_sentences, count_paragraphs
|
|
|
|
modifiers (Monte)
|
2001-03-10 20:39:16 +00:00
|
|
|
|
2001-03-08 20:34:30 +00:00
|
|
|
Version 1.3.1pl1
|
2001-03-08 20:28:39 +00:00
|
|
|
--------------
|
2001-03-11 21:20:14 +00:00
|
|
|
- bug fix, recovered missing _syntax_error function (Monte)
|
2001-03-08 20:28:39 +00:00
|
|
|
|
2001-03-07 04:52:27 +00:00
|
|
|
Version 1.3.1
|
|
|
|
-------------
|
2001-03-02 22:54:21 +00:00
|
|
|
- document first, last, index_prev, index_next (Monte)
|
2001-03-02 21:57:46 +00:00
|
|
|
- added 'first' and 'last' section properties. (Andrei)
|
|
|
|
- split out compiling code to separate class for faster template execution
|
|
|
|
time (Monte)
|
2001-03-02 22:54:21 +00:00
|
|
|
- fixed a couple of minor PHP warnings (Monte)
|
2001-03-02 21:57:46 +00:00
|
|
|
- added and documented unregister_modifier() and unregister_function() API
|
|
|
|
calls. (Monte)
|
|
|
|
- added and documented 'fetch' and 'math' functions. (Monte)
|
2001-02-26 16:50:04 +00:00
|
|
|
- added ability to index looped variables by section properties, e.g.
|
|
|
|
$foo.index_prev/bar. (Andrei)
|
|
|
|
- added index_prev and index_next section properties. (Andrei)
|
|
|
|
- fixed issue with php executing in literal blocks. (Monte)
|
2001-02-22 21:25:19 +00:00
|
|
|
|
2001-02-21 20:24:39 +00:00
|
|
|
Version 1.3.0
|
|
|
|
-------------
|
2001-02-21 20:31:17 +00:00
|
|
|
- moved license from GPL to LGPL (Monte)
|
2001-02-21 20:23:38 +00:00
|
|
|
- implemented workaround for PHP "feature" that eats carriage returns
|
|
|
|
if the PHP tag is at the end of the line. (Andrei)
|
2001-02-21 19:39:43 +00:00
|
|
|
- removed $allow_php, added $php_handling logic (Monte)
|
2001-02-07 23:08:00 +00:00
|
|
|
- added file locking to prevent reader/writer problem. (Andrei)
|
2001-02-02 16:55:55 +00:00
|
|
|
- made Smarty catch unimplemented modifiers and custom functions and output
|
|
|
|
error messages during compilation instead of failing during run time.
|
|
|
|
(Andrei)
|
2001-02-21 18:04:26 +00:00
|
|
|
- removed short-tags at the top of the smarty scripts (Monte)
|
2001-02-21 19:39:43 +00:00
|
|
|
- added register_function() and register_modifier() API calls to make
|
|
|
|
registering stuff easier. (Andrei)
|
2001-02-06 21:17:37 +00:00
|
|
|
- added template results caching capability. (Monte, Andrei)
|
2001-01-31 22:56:48 +00:00
|
|
|
- added optional 'options' attribute to html_options custom function
|
|
|
|
that allows passing associative arrays for values/output. (Andrei)
|
2001-02-06 21:17:37 +00:00
|
|
|
- modifier arguments can now contain '|' and ':' characters inside quoted
|
|
|
|
strings. (Andrei)
|
2001-01-31 22:42:05 +00:00
|
|
|
|
2001-01-29 23:08:50 +00:00
|
|
|
Version 1.2.2
|
|
|
|
-------------
|
2001-01-31 22:42:05 +00:00
|
|
|
- fixed bug that would not respect nested template directories and would
|
|
|
|
put all compiled files into top-level one. (Andrei)
|
2001-02-06 21:17:37 +00:00
|
|
|
- fixed bug using $PHP_VERSION instead of environment var PHP_VERSION.
|
|
|
|
(Monte)
|
2001-01-31 22:59:27 +00:00
|
|
|
- a couple small warning fixes. (Monte)
|
2001-01-29 23:08:50 +00:00
|
|
|
|
2001-01-29 16:36:07 +00:00
|
|
|
Version 1.2.1
|
|
|
|
-------------
|
2001-01-31 22:59:27 +00:00
|
|
|
- added $compile_dir, removed $compile_dir_ext, simplified usage. (Monte)
|
|
|
|
- added tips & tricks chapter to documentation. (Monte)
|
|
|
|
- misc documentation updates. (Monte)
|
2001-01-29 16:36:07 +00:00
|
|
|
|
2001-01-26 16:11:21 +00:00
|
|
|
Version 1.2.0
|
|
|
|
-------------
|
2001-01-30 20:41:09 +00:00
|
|
|
- updated documentation (Monte)
|
|
|
|
- added file and line number information to syntax error messages. (Andrei)
|
|
|
|
- added ability to index template vars by a key. (Andrei)
|
2001-01-26 15:16:47 +00:00
|
|
|
|
2001-01-25 23:21:01 +00:00
|
|
|
Version 1.1.0
|
|
|
|
-------------
|
2001-01-30 20:41:09 +00:00
|
|
|
- misc documentation changes, official stable release
|
2001-01-25 23:21:01 +00:00
|
|
|
|
2001-01-22 15:39:00 +00:00
|
|
|
Version 1.0b
|
|
|
|
------------
|
2001-01-30 20:41:09 +00:00
|
|
|
- fixed the bug that prevented using non-array values for 'loop' attribute.
|
|
|
|
(Andrei)
|
|
|
|
- many misc documentation changes & additions (Monte)
|
2001-01-22 15:29:36 +00:00
|
|
|
|
2001-01-19 14:44:49 +00:00
|
|
|
Version 1.0a
|
|
|
|
------------
|
2001-01-26 16:31:54 +00:00
|
|
|
- fixed bug that caused templates to recompile every time (Monte)
|
2001-01-19 14:44:49 +00:00
|
|
|
|
|
|
|
Version 1.0
|
|
|
|
------------
|
2001-01-26 16:31:54 +00:00
|
|
|
- initial release
|