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