Code

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