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