new functions

This commit is contained in:
Roland Gruber 2007-02-25 13:52:44 +00:00
parent 896c8f89d4
commit 8a8b5daa18
2 changed files with 14 additions and 0 deletions

View File

@ -1,15 +1,21 @@
??? 1.3.0 ??? 1.3.0
- improved design - improved design
- user list can now display jpegPhoto attributes - user list can now display jpegPhoto attributes
- lamdaemon: support for multiple servers
- LAM Pro: users may change their photos (jpegPhoto) - LAM Pro: users may change their photos (jpegPhoto)
- fixed bugs: - fixed bugs:
-> ShadowAccount: PDF entry for expire date was wrong (1658868) -> ShadowAccount: PDF entry for expire date was wrong (1658868)
-> Samba groups: fixed help entry (patch 1664542)
-> Debian package did not include lamdaemonOld.pl (1660493) -> Debian package did not include lamdaemonOld.pl (1660493)
Developers: Developers:
API changes: API changes:
- added listPrintTableCellContent() to class lamList - added listPrintTableCellContent() to class lamList
- added listPrintAdditionalOptions() 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 24.01.2007 1.2.0

View File

@ -21,6 +21,14 @@ New lamList function:
- listPrintAdditionalOptions(): If you want to display additional conrols for a list - listPrintAdditionalOptions(): If you want to display additional conrols for a list
please use this function. The controls will be placed under the account table. 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: 1.1.x -> 1.2.0: