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