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