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