Fixes ML's replace_email_in_all function (Closes #1592).
[platal.git] / ChangeLog
CommitLineData
47205c58 1================================================================================
63174216
SJ
2VERSION 1.1.7 XX XX XXXX
3
0d35fae8
SJ
4Bug:
5
6 * #1592: Fixes ML's replace_email_in_all function -JAC
7
63174216 8================================================================================
7a6b4d99 9VERSION 1.1.6 14 11 2011
a552b53a 10
51e3a458
SJ
11New:
12
13 * #773: Adds tables in MiniWiki -JAC
14
a552b53a 15================================================================================
68785a05 16VERSION 1.1.5 28 06 2011
508c23e4
RB
17
18Bug:
19
20 * #1506: Fix the behaviour of PlTableEditor with 'display=false' fields -XEL
21
22================================================================================
30511586 23VERSION 1.1.4 09 05 2011
8dd67de3 24
36b41c6c 25New:
f759f380 26
36b41c6c
SJ
27 * #1204: Add smarty prefilter to allow access to const field of classes -JAC
28
f759f380
SJ
29Bug:
30
31 * #1482: Open the current href instead of the href the intial markup -FRU
32
8dd67de3
SJ
33From branch 1.1.3:
34
35 * #1451: Fix dynPost -FRU
36
37================================================================================
277bb527
RB
38VERSION 1.1.3 26 03 2011
39
40New:
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================================================================================
46VERSION 1.1.2 30 01 2011
47
48================================================================================
5007a341 49VERSION 1.1.1 26 10 2010
92d96cb7 50
3a02cfad
FB
51New:
52
53 * Compliant with PHP 5.3 -RIT
54 * Improves and unify error handling -FRU
989c75f3
FB
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
277bb527 58 * Add grouping feature to PlFilter -XEL
989c75f3
FB
59
60Bug:
61
62 * Fix SUID feature -FRU
63 * Table editor uses UPDATE instead of REPLACE to update entries -FRU
64
65From branch 1.1.0:
66
67 * Permission were not check properly when accessing restricted hooks -FRU
3a02cfad 68
92d96cb7 69================================================================================
4fcf347f 70VERSION 1.1.0 30 06 2010
d38df00e
VZ
71
72New:
73
cad1faad
FB
74 * Add tools based on iterators -FRU/XEL
75 * Provide basic framework to write unit tests for plat/al -FRU
277bb527 76 * Add PlFilter infrastructure in plat/al core -XEL
cad1faad
FB
77 * XDB natively handles arrays -FRU
78 * Partially split Platal class to allow unit testing of the engine -FRU
79
3aff822a 80Bug:
cad1faad 81
3aff822a 82 * #1022: Fixes message when adding a new entry with tableeditor -Car
cad1faad
FB
83 * #1059: Fixes encoding of mail subjects containing a '?' -FRU
84 * #1073: Fixes encoding of accentuated From/To -FRU
3aff822a 85
d38df00e 86================================================================================
7f6619f9 87VERSION 1.0.2 13 11 2009
9f671b17
VZ
88
89New:
cad1faad 90
6463a09a 91 * Adds proper content caching for static and semi-static content -VZA
9f671b17
VZ
92
93================================================================================
af1a0198 94VERSION 1.0.1 30 07 2009
2d052e16 95
af1a0198
VZ
96Bug:
97
98 * Various bugfixes -PoT
2d052e16
FB
99
100================================================================================
ada4c57e 101VERSION 1.0.0 11 12 2008
47205c58
FB
102
103New:
104
105 * Fork core library from plat/al 0.9.17 development -PoT
106 * Introduce session management -FRU
ddeb5f89 107 * Introduce user management -VZA
47205c58
FB
108
109================================================================================
110ACRONYMS:
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>
3a02cfad 126 * RIT: Henri Jouhaud (Riton) <henri.jouhaud@m4x.org>
47205c58
FB
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>
508c23e4 131 * XEL: Raphaël Barrois (Xelnor) <raphael.barrois@m4x.org>
47205c58
FB
132 * VZA: Vincent Zanotti (vinZ2) <vincent.zanotti@m4x.org>
133
134================================================================================
135vim:et:ts=4:sw=4:tw=80:enc=utf-8: