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