Code

Updated TODO
[gosa.git] / TODO
1 Things to fix before 2.4:
2 =========================
4 * FAI management
5   - Add package configuration dialog 
7 * Rework 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 
15 * Remove all plugin::execute(); from management classes, this will cause them to execute each tab 2 times.
17 Target for 2.5:
18 ===============
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