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