Code

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