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