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 * There are still several "Lock new" hints in FAI plugin
10   headers
12 * First name/Last name instead of Name/Given name
14 * Evaluate patches for certificate generation
17 Target for 2.5:
18 ===============
20 * Bug submitter
22 * Fix translation mode
24 * Complete PHP5 compliance and optimization
26 * Simplify plugins by providing a schema parser
28 * Remove smarty from SVN. It has an own repository.
30 * Replace PHP IMAP module by self made module
32 * Add possibility to add referrals in department dialog
34 * Add sambaWorkingHours
36 * Fine tuning in Kerberos support
37   Special kerberos attributes like ticket expiery and policies can't
38   be handeled with GOsa right now this has to be added in later releases.
39   
40 * Server-/Workstation management
41   This has been removed because of inconsistencies. Will be back soon:
42   - support for dhcp
43   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
45 * SSL
46   User certificates are only shown as "absent" or "present", because the
47   SSL PHP module isn't buildable in the moment. I'll check this later on.
48     (Notes:
49      openssl x509 -outform DER -in incert.pem  -out outcert.der
50      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
51      print_r(openssl_x509_parse ($this->userCertificate));
52     )
53     
54 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
55   The complete ACL dialog stinks. If every dialog is done by smarty, we could
56   use a shrinked version of each dialog with checkboxes, to let the admin decide
57   what fields could be edited.
59 * Documentation
60   - End user documentation: online help
61   - Administrators documentation: how to install / contributed scripts, etc.
62   - Developer documentation: how to extend, own plugins, themes, etc.
64 * amavis-new support
66 * Automatic passwords?
67   Generate a password for a newly created user and display it.
69 * Make IMAP namespace configurable
71 * Try RDN style for unique names
73 * Object Groups should have member tabs depending of the grouped object types