Code

df89a184c8061363a3eb8725dc3fd83d4897e6dc
[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 
12   - Make script entries binary
14 * Add function to get GOto application templates -> filled variables, etc. (small fix)
16 * Removing of the last element of objectgroups causes an error
17   -> simple solution: member should be defined as MAY in gosaGroupOfNames?
20 Target for 2.5:
21 ===============
23 * Bug submitter
25 * Fix translation mode
27 * Complete PHP5 compliance and optimization
29 * Simplify plugins by providing a schema parser
31 * Remove smarty from SVN. It has an own repository.
33 * Replace PHP IMAP module by self made module
35 * Add possibility to add referrals in department dialog
37 * Add sambaWorkingHours
39 * Fine tuning in Kerberos support
40   Special kerberos attributes like ticket expiery and policies can't
41   be handeled with GOsa right now this has to be added in later releases.
42   
43 * Server-/Workstation management
44   This has been removed because of inconsistencies. Will be back soon:
45   - support for dhcp
46   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
48 * SSL
49   User certificates are only shown as "absent" or "present", because the
50   SSL PHP module isn't buildable in the moment. I'll check this later on.
51     (Notes:
52      openssl x509 -outform DER -in incert.pem  -out outcert.der
53      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
54      print_r(openssl_x509_parse ($this->userCertificate));
55     )
56     
57 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
58   The complete ACL dialog stinks. If every dialog is done by smarty, we could
59   use a shrinked version of each dialog with checkboxes, to let the admin decide
60   what fields could be edited.
62 * Documentation
63   - End user documentation: online help
64   - Administrators documentation: how to install / contributed scripts, etc.
65   - Developer documentation: how to extend, own plugins, themes, etc.
67 * amavis-new support
69 * Automatic passwords?
70   Generate a password for a newly created user and display it.
72 * Make IMAP namespace configurable
74 * Try RDN style for unique names
76 * Object Groups should have member tabs depending of the grouped object types