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