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