From 77424432db0e4ae8c44bdee9c7c89aadcd23f6bf Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Tue, 3 Mar 2009 18:36:24 +0000 Subject: [PATCH] added 2.6.0 changes --- lam/docs/devel/upgrade.htm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/lam/docs/devel/upgrade.htm b/lam/docs/devel/upgrade.htm index ef79a26f..e4753962 100644 --- a/lam/docs/devel/upgrade.htm +++ b/lam/docs/devel/upgrade.htm @@ -6,6 +6,7 @@ + @@ -19,6 +20,20 @@

Upgrade notes

+This is a list of API changes for all LAM releases. +

+

2.5.0 -> 2.6.0

+The class baseType has two new member variables:
+
    +
  • $LABEL_CREATE_ANOTHER_ACCOUNT
  • +
  • $LABEL_BACK_TO_ACCOUNT_LIST
  • +
+They can be used to show a more specific text when the user is asked to +create another account or return back to the account list.
+
+The meta HTML code now supports image buttons.
+
+

2.4.0 -> 2.5.0

Self service

$selfServiceSettings in class baseModule is now an object of the class selfServiceProfile. This way all profile settings can be read. To access the module settings use $this->selfServiceSettings->moduleSettings.