Code

Moved to the right brace
[gosa.git] / TODO
1 Target for 2.4.1:
2 =================
4 * Add online help (english/german)
6 * Group mail is not initially add-able?
9 Target for 2.5:
10 ===============
12 * Asterisk : Create entry like this #309,1,PickupChan(SIP/rainer), 
13                          to allow others to pickup the phone by pressing # and number of the phone.
15 * Rework group->application assignment.
17 * Evaluate patches for certificate generation
19 * Bug submitter
21 * Fix translation mode
23 * Gofon -Asterisk-database name should be defined in database tab, currently this setting is hard coded in class_config.inc
25 * Complete PHP5 compliance and optimization
27 * Simplify plugins by providing a schema parser
29 * Remove smarty from SVN. It has an own repository.
31 * Replace PHP IMAP module by self made module
33 * Add possibility to add referrals in department dialog
35 * Add sambaWorkingHours
37 * Fine tuning in Kerberos support
38   Special kerberos attributes like ticket expiery and policies can't
39   be handeled with GOsa right now this has to be added in later releases.
40   
41 * Server-/Workstation management
42   This has been removed because of inconsistencies. Will be back soon:
43   - support for dhcp
44   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
46 * SSL
47   User certificates are only shown as "absent" or "present", because the
48   SSL PHP module isn't buildable in the moment. I'll check this later on.
49     (Notes:
50      openssl x509 -outform DER -in incert.pem  -out outcert.der
51      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
52      print_r(openssl_x509_parse ($this->userCertificate));
53     )
54     
55 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
56   The complete ACL dialog stinks. If every dialog is done by smarty, we could
57   use a shrinked version of each dialog with checkboxes, to let the admin decide
58   what fields could be edited.
60 * Documentation
61   - End user documentation: online help
62   - Administrators documentation: how to install / contributed scripts, etc.
63   - Developer documentation: how to extend, own plugins, themes, etc.
65 * amavis-new support
67 * Automatic passwords?
68   Generate a password for a newly created user and display it.
70 * Make IMAP namespace configurable
72 * Try RDN style for unique names
74 * Object Groups should have member tabs depending of the grouped object types