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