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