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