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

« back to all changes in this revision

Viewing changes to NEWS

  • 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
Version 2.6.11 (Dec 14, 2005)
 
2
-----------------------------
 
3
 
 
4
 - fixed code generation of non-cacheable blocks to play well with php's
 
5
   "Alternative syntax for control structures" (kihara, messju)
 
6
 - fix handling of multiple identical inserts in one display()-call (messju)
 
7
 - replace {} string access with equivalent substr() to avoid E_STRICT
 
8
   warnings in PHP 5.1 (boots)
 
9
 - return valid reference in get_config_vars() when given var is
 
10
   non-existant (Thomas Schulz, boots)
 
11
 - plugin html_image: fix incorrect secure_dir error when
 
12
   file doesn't exist (monte)
 
13
 - plugin html_image: add path_prefix param (monte)
 
14
 - add char_set parameter to escape modifier (Loading, monte)
 
15
 - fix notice in debug security check (Drakla, monte)
 
16
 - return valid reference in get_template_vars() when given var is
 
17
   non-existant (monte)
 
18
 - add escape type "urlpathinfo" to escape modifier (monte)
 
19
 
1
20
Version 2.6.10 (Aug 5, 2005)
2
21
----------------------------
3
22
 
325
344
      the "checked" value of html_radios (Monte)
326
345
    - fixed errormessage in _compile_smarty_ref() (messju)
327
346
    - updated docs for html_image "name" -> "file" (messju)
328
 
    - fixed bug with html_options-optgroups (Nichlas L�fdahl, messju)
 
347
    - fixed bug with html_options-optgroups (Nichlas Lfdahl, messju)
329
348
    - cleaned up calls to readdir() (messju)
330
349
    - fixed bug with passing multiple modifiers to a parameter
331
350
      (Monte)
389
408
    - fix cache groups with compile_id set (Monte)
390
409
    - add support for merging appended vars (messju, Monte)
391
410
    - allow null as function attribute value
392
 
      (Andr� Rabold, Monte)
 
411
      (Andr?abold, Monte)
393
412
    - support $foo->bar[index] syntax (Monte)
394
413
    - add get_registered_object function (messju, Monte)
395
414
    - treat unrecognized param attribute syntax as string (Monte)