Code

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