From bd1aac0569574611bdf27a2eeb12ac62a9c66a16 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 23 Mar 2008 14:33:15 +0000 Subject: [PATCH] added 2.3.0 --- lam/docs/devel/upgrade.htm | 33 +++++++++++++++++++++++++-------- 1 file changed, 25 insertions(+), 8 deletions(-) diff --git a/lam/docs/devel/upgrade.htm b/lam/docs/devel/upgrade.htm index dc84d995..55dc6653 100644 --- a/lam/docs/devel/upgrade.htm +++ b/lam/docs/devel/upgrade.htm @@ -4,6 +4,7 @@ + @@ -13,13 +14,23 @@ - - +

Upgrade notes

+

2.2.0 -> 2.3.0

+

Style changes

+If you have defined your own account types then you need to update your CSS files (style/type_<type>.css).
+Please change "table.<type>list input,select" to +"table.<type>list input,select,button" and +"fieldset.<type>edit input" to "fieldset.<type>edit +input,select,button". "fieldset.<type>edit select" may be deleted +afterwards.
+
+

2.1.0 -> 2.2.0

+

Account lists

Account lists now support to define tools. These are displayed as linked images like the edit and delete links in the list.
@@ -66,7 +77,8 @@ Only LAM Pro allows to change the access level from Style changes:
+

Style changes

+ -baseModule:
+

baseModule

+   The class variable $base is no longer visible in child classes. Please use $this->getAccountContainer() to access the accountContainer object.
@@ -96,7 +109,8 @@ LAM is now PHP5 only. Several variables are now private and need to be accessed

1.2.0 -> 1.3.0

-New lamList function:
+

New lamList functions

+