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