Code

Updated TODO
[gosa.git] / TODO
1 Things to fix before 2.4:
2 =========================
4 * Rework printer tabs
5   -> lpstat?
7 * FAI management
8   - Add package configuration dialog 
10 * Try to make session timeouts configurable via gosa.conf
13 Target for 2.5:
14 ===============
16 * Bug submitter
18 * Fix translation mode
20 * Complete PHP5 compliance and optimization
22 * Simplify plugins by providing a schema parser
24 * Remove smarty from SVN. It has an own repository.
26 * Replace PHP IMAP module by self made module
28 * Add possibility to add referrals in department dialog
30 * Add sambaWorkingHours
32 * Fine tuning in Kerberos support
33   Special kerberos attributes like ticket expiery and policies can't
34   be handeled with GOsa right now this has to be added in later releases.
35   
36 * Server-/Workstation management
37   This has been removed because of inconsistencies. Will be back soon:
38   - support for dhcp
39   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
41 * SSL
42   User certificates are only shown as "absent" or "present", because the
43   SSL PHP module isn't buildable in the moment. I'll check this later on.
44     (Notes:
45      openssl x509 -outform DER -in incert.pem  -out outcert.der
46      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
47      print_r(openssl_x509_parse ($this->userCertificate));
48     )
49     
50 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
51   The complete ACL dialog stinks. If every dialog is done by smarty, we could
52   use a shrinked version of each dialog with checkboxes, to let the admin decide
53   what fields could be edited.
55 * Documentation
56   - End user documentation: online help
57   - Administrators documentation: how to install / contributed scripts, etc.
58   - Developer documentation: how to extend, own plugins, themes, etc.
60 * amavis-new support
62 * Automatic passwords?
63   Generate a password for a newly created user and display it.
65 * Make IMAP namespace configurable
67 * Try RDN style for unique names
69 * Object Groups should have member tabs depending of the grouped object types