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