~ubuntu-branches/ubuntu/karmic/smarty/karmic

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Igor Genibel
  • Date: 2005-11-02 19:08:30 UTC
  • mfrom: (0.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20051102190830-8jm4nqv2fivcq9si
Tags: 2.6.10-0.2
* Non-maintainer upload (with maintainer permission: 0-day NMU).
* Change Maintainer address

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Version 2.6.10 (Aug 5, 2005)
 
2
----------------------------
 
3
 
 
4
  - allow secure_dir to be a filename, not just
 
5
    a directory name (monte)
 
6
  - set debug.tpl as a secure_dir, not the entire
 
7
    SMARTY_DIR (monte)
 
8
  - fix proper escaping for literal strings in
 
9
    Smarty_Compiler::_parse_var_props() (boots, messju)
 
10
  - remove ambiguity for numeric values passed to smarty_make_timestamp()
 
11
    (and thus the date_format modifier). numeric values are treated as
 
12
    timestamps now. (andreas, messju)
 
13
  - add passthru attribute feature to html_select_date (Sedgar,
 
14
    monte)
 
15
  - add "middle" parameter to truncate (monte)
 
16
  - make form input label ids optional (monte)
 
17
  - add error message for empty if/elseif statements (eykanal,
 
18
    monte)
 
19
  - cast selected value to string for comparison in html_radios
 
20
    (Exeption, monte)
 
21
  - updated html_select_date's year_as_text-feature to be xhtml compliant
 
22
    (Mark West, messju)
 
23
  - fix handling of selected month html_select_date (Yuri Weseman, messju)
 
24
 
1
25
Version 2.6.9 (Mar 31, 2005)
2
26
----------------------------
3
27