Code

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