~ubuntu-branches/ubuntu/dapper/smarty/dapper-updates

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Igor Genibel
  • Date: 2006-01-12 11:21:13 UTC
  • mfrom: (0.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060112112113-jnj3qjevq3otksra
Tags: 2.6.11-1
* New upstream release
* Added myself to Uploaders
* Ack previous NMU (Closes: #332098)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2005-12-08  Messju Mohr  <messju@lammfellpuschen.de>
 
2
 
 
3
    * docs/de/getting-started.xml:
 
4
      sync with en
 
5
 
 
6
2005-11-29  Messju Mohr  <messju@lammfellpuschen.de>
 
7
 
 
8
    * NEWS
 
9
      libs/Smarty_Compiler.class.php:
 
10
      fixed code generation of non-cacheable blocks to play well with php's
 
11
      "Alternative syntax" used for example in compiled {if}..{else}..{/if}
 
12
      blocks.
 
13
      
 
14
      (see: http://php.net/manual/en/control-structures.alternative-syntax.php
 
15
      on "Alternative syntax")
 
16
      
 
17
      thanks to kihara from the forum.
 
18
 
 
19
2005-11-26  Messju Mohr  <messju@lammfellpuschen.de>
 
20
 
 
21
    * NEWS:
 
22
      fixed handling of multiple identical calls to {insert}.
 
23
      
 
24
      the function was called multiple times, but all inserts where replaced
 
25
      by the results of the first call to the insert function.
 
26
 
 
27
    * libs/plugins/compiler.assign.php
 
28
      libs/plugins/function.config_load.php:
 
29
      added credits
 
30
 
 
31
    * libs/plugins/function.popup.php:
 
32
      added "closeclick" from
 
33
      http://www.bosrup.com/web/overlib/?Command_Reference
 
34
 
 
35
2005-11-23  boots  <jayboots@yahoo.com>
 
36
 
 
37
    * NEWS
 
38
      libs/Config_File.class.php
 
39
      libs/Smarty.class.php
 
40
      libs/Smarty_Compiler.class.php
 
41
      libs/plugins/modifier.escape.php:
 
42
      replace {} string access with equivalent substr() to avoid E_STRICT
 
43
      warnings in PHP 5.1
 
44
 
 
45
2005-11-09  boots  <jayboots@yahoo.com>
 
46
 
 
47
    * NEWS
 
48
      libs/Smarty.class.php:
 
49
      return valid reference in get_config_vars() when given var is non-existant
 
50
 
 
51
2005-10-11  Monte Ohrt  <monte@ohrt.com>
 
52
 
 
53
    * libs/plugins/block.textformat.php
 
54
      libs/plugins/compiler.assign.php
 
55
      libs/plugins/function.assign_debug_info.php
 
56
      libs/plugins/function.config_load.php
 
57
      libs/plugins/function.counter.php
 
58
      libs/plugins/function.eval.php
 
59
      libs/plugins/function.fetch.php
 
60
      libs/plugins/function.html_options.php
 
61
      libs/plugins/function.html_select_date.php
 
62
      libs/plugins/function.html_select_time.php
 
63
      libs/plugins/function.math.php
 
64
      libs/plugins/function.popup.php
 
65
      libs/plugins/function.popup_init.php
 
66
      libs/plugins/modifier.capitalize.php
 
67
      libs/plugins/modifier.count_characters.php
 
68
      libs/plugins/modifier.count_paragraphs.php
 
69
      libs/plugins/modifier.count_sentences.php
 
70
      libs/plugins/modifier.count_words.php
 
71
      libs/plugins/modifier.date_format.php
 
72
      libs/plugins/modifier.debug_print_var.php
 
73
      libs/plugins/modifier.default.php
 
74
      libs/plugins/modifier.escape.php
 
75
      libs/plugins/modifier.indent.php
 
76
      libs/plugins/modifier.lower.php
 
77
      libs/plugins/modifier.regex_replace.php
 
78
      libs/plugins/modifier.replace.php
 
79
      libs/plugins/modifier.spacify.php
 
80
      libs/plugins/modifier.string_format.php
 
81
      libs/plugins/modifier.strip_tags.php
 
82
      libs/plugins/modifier.truncate.php
 
83
      libs/plugins/modifier.upper.php
 
84
      libs/plugins/modifier.wordwrap.php
 
85
      libs/plugins/shared.escape_special_chars.php
 
86
      libs/plugins/shared.make_timestamp.php:
 
87
      Added author title to plugins where they don't exist. I put my name where I
 
88
      was the original or co-author. If there needs to be more credit given
 
89
      somewhere, speak up!
 
90
 
 
91
2005-10-10  Monte Ohrt  <monte@ohrt.com>
 
92
 
 
93
    * NEWS
 
94
      libs/plugins/function.html_image.php:
 
95
      add path_prefix to html_image, fix incorrect secure_dir error when image
 
96
      file is missing
 
97
 
 
98
2005-10-04  Monte Ohrt  <monte@ohrt.com>
 
99
 
 
100
    * demo/templates/index.tpl:
 
101
      remove popup example, update section var syntax
 
102
 
 
103
2005-09-16  Nuno Lopes  <nunoplopes@sapo.pt>
 
104
 
 
105
    * docs/de/getting-started.xml:
 
106
      more fixes
 
107
 
 
108
    * docs/de/getting-started.xml:
 
109
      fix php bug #34520: broken example display (de only)
 
110
 
 
111
2005-08-30  Monte Ohrt  <monte@ohrt.com>
 
112
 
 
113
    * libs/plugins/modifier.escape.php:
 
114
      change default charset from utf8 to iso-8859-1
 
115
 
 
116
    * NEWS
 
117
      libs/plugins/modifier.escape.php:
 
118
      add char_set param
 
119
 
 
120
2005-08-17  Monte Ohrt  <monte@ohrt.com>
 
121
 
 
122
    * NEWS:
 
123
      fix notice in debug security check
 
124
 
 
125
    * libs/Smarty.class.php:
 
126
      fix typo
 
127
 
 
128
    * NEWS
 
129
      libs/Smarty.class.php:
 
130
      return valid reference in get_template_vars() when given var is
 
131
      non-existant
 
132
 
 
133
2005-08-12  Monte Ohrt  <monte@ohrt.com>
 
134
 
 
135
    * NEWS
 
136
      libs/plugins/modifier.escape.php:
 
137
      add "urlpathinfo" escape type to escape modifier. (apache does not like %2F
 
138
      in the PATH_INFO)
 
139
 
 
140
2005-08-05  Monte Ohrt  <monte@ohrt.com>
 
141
 
 
142
    * NEWS
 
143
      libs/Config_File.class.php
 
144
      libs/Smarty.class.php
 
145
      libs/Smarty_Compiler.class.php:
 
146
      update version numbers
 
147
 
1
148
2005-08-04  Monte Ohrt  <monte@ohrt.com>
2
149
 
3
150
    * NEWS:
3450
3597
 
3451
3598
    * libs/Smarty.class.php
3452
3599
      libs/Smarty_Compiler.class.php:
3453
 
      added CVS $Id: ChangeLog,v 1.389 2005/08/05 05:40:57 changelog Exp $
 
3600
      added CVS $Id: ChangeLog,v 1.402 2005/12/09 06:54:37 changelog Exp $
3454
3601
 
3455
3602
2003-03-31  Messju Mohr  <messju@lammfellpuschen.de>
3456
3603