Release plat/al core v1.1.13
[platal.git] / ChangeLog
index c74d1b6..d057285 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 ================================================================================
-VERSION 1.0.0                                                         XX XX 2008
+VERSION 1.1.13                                                        21 06 2014
+
+Bugs:
+
+    * Allow parenthesis before hasPerm() in templates                       -IOS
+
+================================================================================
+VERSION 1.1.12                                                        08 03 2014
+
+Bugs:
+
+    * Fix ViM mode lines.                                                   -FUL
+    * Fix CSS error in backtrace.                                           -IOS
+
+================================================================================
+VERSION 1.1.11                                                        08 12 2013
+
+Bugs:
+
+    * Fix various warnings and minor errors                                 -XEL
+
+================================================================================
+VERSION 1.1.10                                                        16 05 2013
+
+New:
+
+    * Add hooks for custom error reporting handlers                         -XEL
+
+================================================================================
+VERSION 1.1.9                                                         18 02 2013
+
+New:
+
+    * Add links to other items in PlTableEditor                             -KIT
+
+================================================================================
+VERSION 1.1.8                                                         15 11 2012
+
+New:
+
+    * Add pl_var_dump function                                              -JAC
+
+================================================================================
+VERSION 1.1.7                                                         31 05 2012
+
+Bug:
+
+    * #1592: Fixes ML's replace_email_in_all function                       -JAC
+
+================================================================================
+VERSION 1.1.6                                                         14 11 2011
+
+New:
+
+    * #773: Adds tables in MiniWiki                                         -JAC
+
+================================================================================
+VERSION 1.1.5                                                         28 06 2011
+
+Bug:
+
+    * #1506: Fix the behaviour of PlTableEditor with 'display=false' fields -XEL
+
+================================================================================
+VERSION 1.1.4                                                         09 05 2011
+
+New:
+
+    * #1204: Add smarty prefilter to allow access to const field of classes -JAC
+
+Bug:
+
+    * #1482: Open the current href instead of the href the intial markup    -FRU
+
+From branch 1.1.3:
+
+    * #1451: Fix dynPost                                                    -FRU
+
+================================================================================
+VERSION 1.1.3                                                         26 03 2011
+
+New:
+    * Add RSS feed for site_errors                                          -FRU
+    * Enable PHP natives assertion in debug                                 -FRU
+    * Allow POST/GET/REQUEST overriding                                     -XEL
+
+================================================================================
+VERSION 1.1.2                                                         30 01 2011
+
+================================================================================
+VERSION 1.1.1                                                         26 10 2010
+
+New:
+
+    * Compliant with PHP 5.3                                                -RIT
+    * Improves and unify error handling                                     -FRU
+    * Add support for SQL transaction in XDB                                -FRU
+    * Add Iterable interface compatible with PHP's native iterators         -FRU
+    * Add XDBFormat interface for object with a specific db serialization   -FRU
+    * Add grouping feature to PlFilter                                      -XEL
+
+Bug:
+
+    * Fix SUID feature                                                      -FRU
+    * Table editor uses UPDATE instead of REPLACE to update entries         -FRU
+
+From branch 1.1.0:
+
+    * Permission were not check properly when accessing restricted hooks    -FRU
+
+================================================================================
+VERSION 1.1.0                                                         30 06 2010
+
+New:
+
+    * Add tools based on iterators                                      -FRU/XEL
+    * Provide basic framework to write unit tests for plat/al               -FRU
+    * Add PlFilter infrastructure in plat/al core                           -XEL
+    * XDB natively handles arrays                                           -FRU
+    * Partially split Platal class to allow unit testing of the engine      -FRU
+
+Bug:
+
+    * #1022: Fixes message when adding a new entry with tableeditor         -Car
+    * #1059: Fixes encoding of mail subjects containing a '?'               -FRU
+    * #1073: Fixes encoding of accentuated From/To                          -FRU
+
+================================================================================
+VERSION 1.0.2                                                         13 11 2009
+
+New:
+
+    * Adds proper content caching for static and semi-static content        -VZA
+
+================================================================================
+VERSION 1.0.1                                                         30 07 2009
+
+Bug:
+
+    * Various bugfixes                                                      -PoT
+
+================================================================================
+VERSION 1.0.0                                                         11 12 2008
 
 New:
 
     * Fork core library from plat/al 0.9.17 development                     -PoT
     * Introduce session management                                          -FRU
-    * Introduce user management                                             -FRU
+    * Introduce user management                                             -VZA
 
 ================================================================================
 ACRONYMS:
@@ -18,17 +160,22 @@ ACRONYMS:
     * CAT: Florian El Ahdab     (LeChat)    <florian.el-ahdab@m4x.org>
     * FAL: Raphaël Marichez     (Falco)     <raphael.marichez@m4x.org>
     * FRU: Florent Bruneau      (Fruneau)   <florent.bruneau@m4x.org>
+    * FUL: Thomas Minvielle     (Fulanor)   <thomas.minvielle@m4x.org>
+    * IOS: Nicolas Iooss        (Ioonag)    <nicolas.iooss@m4x.org>
     * JAC: Stéphane Jacob       (jacou)     <stephane.jacob@m4x.org>
     * JS : Jean Sébastien Bedo              <jean-sebastien.bedo@m4x.org>
+    * KIT: Anne Limoges         (Kithyane)  <anne.limoges@m4x.org>
     * MC : Pierre Habouzit      (MadCoder)  <pierre.habouzit@m4x.org>
     * mYk: Aymeric Augustin     (mYk)       <aymeric.augustin@m4x.org>
     * OG : Olivier Guillaumin               <olivier.guillaumin@m4x.org>
     * PIK: Fabien Laborde       (pika)      <fabien.laborde@m4x.org>
+    * RIT: Henri Jouhaud        (Riton)     <henri.jouhaud@m4x.org>
     * SHK: Jeremy Lainé         (Sharky)    <jeremy.laine@m4x.org>
     * THD: Thomas Deniau        (Totom)     <thomas.deniau@m4x.org>
     * VP : Vincent Palatin                  <vincent.palatin@m4x.org>
     * XdX: Alexandre Hô         (XandreX)   <alexandre.ho@m4x.org>
+    * XEL: Raphaël Barrois      (Xelnor)    <raphael.barrois@m4x.org>
     * VZA: Vincent Zanotti      (vinZ2)     <vincent.zanotti@m4x.org>
 
 ================================================================================
-vim:et:ts=4:sw=4:tw=80:enc=utf-8:
+vim:et:ts=4:sw=4:tw=80: