From 8a8b5daa18891b639aeb852141acdd972df0debd Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 25 Feb 2007 13:52:44 +0000 Subject: [PATCH] new functions --- lam/HISTORY | 6 ++++++ lam/docs/README.upgrade.txt | 8 ++++++++ 2 files changed, 14 insertions(+) diff --git a/lam/HISTORY b/lam/HISTORY index ec02fc26..b9d63314 100644 --- a/lam/HISTORY +++ b/lam/HISTORY @@ -1,15 +1,21 @@ ??? 1.3.0 - improved design - user list can now display jpegPhoto attributes + - lamdaemon: support for multiple servers - LAM Pro: users may change their photos (jpegPhoto) - fixed bugs: -> ShadowAccount: PDF entry for expire date was wrong (1658868) + -> Samba groups: fixed help entry (patch 1664542) -> Debian package did not include lamdaemonOld.pl (1660493) Developers: API changes: - added listPrintTableCellContent() to class lamList - added listPrintAdditionalOptions() to class lamList + - added preModifyActions() to class baseModule + - added postModifyActions() to class baseModule + - added preDeleteActions() to class baseModule + - added postDeleteActions() to class baseModule 24.01.2007 1.2.0 diff --git a/lam/docs/README.upgrade.txt b/lam/docs/README.upgrade.txt index f953ed4a..1d8c64d8 100644 --- a/lam/docs/README.upgrade.txt +++ b/lam/docs/README.upgrade.txt @@ -21,6 +21,14 @@ New lamList function: - listPrintAdditionalOptions(): If you want to display additional conrols for a list please use this function. The controls will be placed under the account table. +No more lamdaemon commands via delete_attributes() and save_attributes() in account modules. +Please use these new functions to call lamdaemon directly: + + - preModifyActions() + - postModifyActions() + - preDeleteActions() + - postDeleteActions() + 1.1.x -> 1.2.0: