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