Code

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