From 4f12264fb6112b66384bca4de3910ee2f0856eec Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Fri, 26 Nov 2010 20:16:14 +0000 Subject: [PATCH] redirect to list after successful deletion --- lam/docs/devel/upgrade.htm | 7 ++++- lam/lib/baseModule.inc | 10 +++--- lam/lib/lists.inc | 13 +++++++- lam/lib/modules/posixAccount.inc | 7 ++--- lam/lib/modules/quota.inc | 5 ++- lam/templates/delete.php | 53 ++++++++++++++++++++++++++++---- 6 files changed, 75 insertions(+), 20 deletions(-) diff --git a/lam/docs/devel/upgrade.htm b/lam/docs/devel/upgrade.htm index 726f0277..e99c5fff 100644 --- a/lam/docs/devel/upgrade.htm +++ b/lam/docs/devel/upgrade.htm @@ -10,6 +10,7 @@ + Upgrade notes @@ -27,7 +28,11 @@ This is a list of API changes for all LAM releases.
-

3.1.0 -> 3.2.0

Account types: The CSS classes have changed. +

3.2.0 -> 3.3.0

The cache was removed. Please use local caching and the functions searchLDAP... instead of get_cache().
+The return values for baseModule::pre/postDeleteActions() was changed to an array of status message parameters.
+
+

3.1.0 -> 3.2.0

+Account types: The CSS classes have changed.