Strips + when formatting an hrid.
[platal.git] / ChangeLog
CommitLineData
47205c58 1================================================================================
5007a341 2VERSION 1.1.1 26 10 2010
92d96cb7 3
3a02cfad
FB
4New:
5
6 * Compliant with PHP 5.3 -RIT
7 * Improves and unify error handling -FRU
989c75f3
FB
8 * Add support for SQL transaction in XDB -FRU
9 * Add Iterable interface compatible with PHP's native iterators -FRU
10 * Add XDBFormat interface for object with a specific db serialization -FRU
11 * Add grouping feature to PlFilter -Xel
12
13Bug:
14
15 * Fix SUID feature -FRU
16 * Table editor uses UPDATE instead of REPLACE to update entries -FRU
17
18From branch 1.1.0:
19
20 * Permission were not check properly when accessing restricted hooks -FRU
3a02cfad 21
92d96cb7 22================================================================================
4fcf347f 23VERSION 1.1.0 30 06 2010
d38df00e
VZ
24
25New:
26
cad1faad
FB
27 * Add tools based on iterators -FRU/XEL
28 * Provide basic framework to write unit tests for plat/al -FRU
29 * Add PlFilter infrastructure in plat/al core -Xel
30 * XDB natively handles arrays -FRU
31 * Partially split Platal class to allow unit testing of the engine -FRU
32
3aff822a 33Bug:
cad1faad 34
3aff822a 35 * #1022: Fixes message when adding a new entry with tableeditor -Car
cad1faad
FB
36 * #1059: Fixes encoding of mail subjects containing a '?' -FRU
37 * #1073: Fixes encoding of accentuated From/To -FRU
3aff822a 38
d38df00e 39================================================================================
7f6619f9 40VERSION 1.0.2 13 11 2009
9f671b17
VZ
41
42New:
cad1faad 43
6463a09a 44 * Adds proper content caching for static and semi-static content -VZA
9f671b17
VZ
45
46================================================================================
af1a0198 47VERSION 1.0.1 30 07 2009
2d052e16 48
af1a0198
VZ
49Bug:
50
51 * Various bugfixes -PoT
2d052e16
FB
52
53================================================================================
ada4c57e 54VERSION 1.0.0 11 12 2008
47205c58
FB
55
56New:
57
58 * Fork core library from plat/al 0.9.17 development -PoT
59 * Introduce session management -FRU
ddeb5f89 60 * Introduce user management -VZA
47205c58
FB
61
62================================================================================
63ACRONYMS:
64
65 * PoT: Polytechnique.org TEAM (see Authors).
66
67 * ALK: Olivier Le Floch (Alakazam) <olivier.le-floch@m4x.org>
68 * BOB: Damien Bobillot (Schmurtz) <damien.bobillot@m4x.org>
69 * Car: Pascal Corpet (Caribou) <pascal.corpet@m4x.org>
70 * CAT: Florian El Ahdab (LeChat) <florian.el-ahdab@m4x.org>
71 * FAL: Raphaël Marichez (Falco) <raphael.marichez@m4x.org>
72 * FRU: Florent Bruneau (Fruneau) <florent.bruneau@m4x.org>
73 * JAC: Stéphane Jacob (jacou) <stephane.jacob@m4x.org>
74 * JS : Jean Sébastien Bedo <jean-sebastien.bedo@m4x.org>
75 * MC : Pierre Habouzit (MadCoder) <pierre.habouzit@m4x.org>
76 * mYk: Aymeric Augustin (mYk) <aymeric.augustin@m4x.org>
77 * OG : Olivier Guillaumin <olivier.guillaumin@m4x.org>
78 * PIK: Fabien Laborde (pika) <fabien.laborde@m4x.org>
3a02cfad 79 * RIT: Henri Jouhaud (Riton) <henri.jouhaud@m4x.org>
47205c58
FB
80 * SHK: Jeremy Lainé (Sharky) <jeremy.laine@m4x.org>
81 * THD: Thomas Deniau (Totom) <thomas.deniau@m4x.org>
82 * VP : Vincent Palatin <vincent.palatin@m4x.org>
83 * XdX: Alexandre Hô (XandreX) <alexandre.ho@m4x.org>
8e53f56f 84 * XEL: Raphaël Barrois (Xelnor) <raphael.barrois@m4x.org>
47205c58
FB
85 * VZA: Vincent Zanotti (vinZ2) <vincent.zanotti@m4x.org>
86
87================================================================================
88vim:et:ts=4:sw=4:tw=80:enc=utf-8: