Add smarty prefilter to allow access to const field of classes (Closes #1204).
[platal.git] / ChangeLog
1 ================================================================================
2 VERSION 1.1.4                                                         XX XX XXXX
3
4 New:
5     * #1204: Add smarty prefilter to allow access to const field of classes -JAC
6
7 From branch 1.1.3:
8
9     * #1451: Fix dynPost                                                    -FRU
10
11 ================================================================================
12 VERSION 1.1.3                                                         26 03 2011
13
14 New:
15     * Add RSS feed for site_errors                                          -FRU
16     * Enable PHP natives assertion in debug                                 -FRU
17     * Allow POST/GET/REQUEST overriding                                     -XEL
18
19 ================================================================================
20 VERSION 1.1.2                                                         30 01 2011
21
22 ================================================================================
23 VERSION 1.1.1                                                         26 10 2010
24
25 New:
26
27     * Compliant with PHP 5.3                                                -RIT
28     * Improves and unify error handling                                     -FRU
29     * Add support for SQL transaction in XDB                                -FRU
30     * Add Iterable interface compatible with PHP's native iterators         -FRU
31     * Add XDBFormat interface for object with a specific db serialization   -FRU
32     * Add grouping feature to PlFilter                                      -XEL
33
34 Bug:
35
36     * Fix SUID feature                                                      -FRU
37     * Table editor uses UPDATE instead of REPLACE to update entries         -FRU
38
39 From branch 1.1.0:
40
41     * Permission were not check properly when accessing restricted hooks    -FRU
42
43 ================================================================================
44 VERSION 1.1.0                                                         30 06 2010
45
46 New:
47
48     * Add tools based on iterators                                      -FRU/XEL
49     * Provide basic framework to write unit tests for plat/al               -FRU
50     * Add PlFilter infrastructure in plat/al core                           -XEL
51     * XDB natively handles arrays                                           -FRU
52     * Partially split Platal class to allow unit testing of the engine      -FRU
53
54 Bug:
55
56     * #1022: Fixes message when adding a new entry with tableeditor         -Car
57     * #1059: Fixes encoding of mail subjects containing a '?'               -FRU
58     * #1073: Fixes encoding of accentuated From/To                          -FRU
59
60 ================================================================================
61 VERSION 1.0.2                                                         13 11 2009
62
63 New:
64
65     * Adds proper content caching for static and semi-static content        -VZA
66
67 ================================================================================
68 VERSION 1.0.1                                                         30 07 2009
69
70 Bug:
71
72     * Various bugfixes                                                      -PoT
73
74 ================================================================================
75 VERSION 1.0.0                                                         11 12 2008
76
77 New:
78
79     * Fork core library from plat/al 0.9.17 development                     -PoT
80     * Introduce session management                                          -FRU
81     * Introduce user management                                             -VZA
82
83 ================================================================================
84 ACRONYMS:
85
86     * PoT: Polytechnique.org TEAM (see Authors).
87
88     * ALK: Olivier Le Floch     (Alakazam)  <olivier.le-floch@m4x.org>
89     * BOB: Damien Bobillot      (Schmurtz)  <damien.bobillot@m4x.org>
90     * Car: Pascal Corpet        (Caribou)   <pascal.corpet@m4x.org>
91     * CAT: Florian El Ahdab     (LeChat)    <florian.el-ahdab@m4x.org>
92     * FAL: Raphaël Marichez     (Falco)     <raphael.marichez@m4x.org>
93     * FRU: Florent Bruneau      (Fruneau)   <florent.bruneau@m4x.org>
94     * JAC: Stéphane Jacob       (jacou)     <stephane.jacob@m4x.org>
95     * JS : Jean Sébastien Bedo              <jean-sebastien.bedo@m4x.org>
96     * MC : Pierre Habouzit      (MadCoder)  <pierre.habouzit@m4x.org>
97     * mYk: Aymeric Augustin     (mYk)       <aymeric.augustin@m4x.org>
98     * OG : Olivier Guillaumin               <olivier.guillaumin@m4x.org>
99     * PIK: Fabien Laborde       (pika)      <fabien.laborde@m4x.org>
100     * RIT: Henri Jouhaud        (Riton)     <henri.jouhaud@m4x.org>
101     * SHK: Jeremy Lainé         (Sharky)    <jeremy.laine@m4x.org>
102     * THD: Thomas Deniau        (Totom)     <thomas.deniau@m4x.org>
103     * VP : Vincent Palatin                  <vincent.palatin@m4x.org>
104     * XdX: Alexandre Hô         (XandreX)   <alexandre.ho@m4x.org>
105     * XEL: Raphaël Barrois      (XELnor)    <raphael.barrois@m4x.org>
106     * VZA: Vincent Zanotti      (vinZ2)     <vincent.zanotti@m4x.org>
107
108 ================================================================================
109 vim:et:ts=4:sw=4:tw=80:enc=utf-8: