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