Code

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