Code

Updated TOD
[gosa.git] / TODO
1 Things to fix before 2.4:
2 =========================
4 * Finish kolab integration
5   - shared folders
7 * Fix problem with winstation and invalid structural object class chain (inetOrgPerson/device)
9 * All dialogs
10   - ALT not translated 
11   - Image cleanup
13 * include/class_mail-methods-kolab.inc -> gosaMailQuota not defined when opening "cajus"
15 * Check renaming of servers
17 * Fix filter part of dialogs and remove long descriptive textx in front of the search
18   fields
20 * Addressbook shows up with windows workstations
22 * Application tab
23         Edit 'firstappasd' and you will see an empty base selection field ? 
25 * Rework environment tab
27 * Rework printer tabs
29 * FAI management
30   - Add package configuration dialog 
31   - Re-implement profile management, divlists look pretty ugly here
32   - Check base64_encoding/decoding is not needed everytime.
34 * Add function to get GOto application templates -> filled variables, etc.
36 * Group Dialog : Primary group chkbox is broken, nothing is shown if it is checked.
38 * Base is not evaluated in several dialogs -> Creating an object in a special base
39   results in creation in the ldap root
41 * Workstation is defect
43 * Add shares to terminal tabs
45 * Shares are not removable!
47 Target for 2.5:
48 ===============
50 * Complete PHP5 compliance and optimization
52 * Simplify plugins by providing a schema parser
54 * Remove smarty from SVN. It has an own repository.
56 * Replace PHP IMAP module by self made module
58 * Add possibility to add referrals in department dialog
60 * Add sambaWorkingHours
62 * Fine tuning in Kerberos support
63   Special kerberos attributes like ticket expiery and policies can't
64   be handeled with GOsa right now this has to be added in later releases.
65   
66 * Server-/Workstation management
67   This has been removed because of inconsistencies. Will be back soon:
68   - support for dhcp
69   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
71 * SSL
72   User certificates are only shown as "absent" or "present", because the
73   SSL PHP module isn't buildable in the moment. I'll check this later on.
74     (Notes:
75      openssl x509 -outform DER -in incert.pem  -out outcert.der
76      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
77      print_r(openssl_x509_parse ($this->userCertificate));
78     )
79     
80 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
81   The complete ACL dialog stinks. If every dialog is done by smarty, we could
82   use a shrinked version of each dialog with checkboxes, to let the admin decide
83   what fields could be edited.
85 * Documentation
86   - End user documentation: online help
87   - Administrators documentation: how to install / contributed scripts, etc.
88   - Developer documentation: how to extend, own plugins, themes, etc.
90 * amavis-new support
92 * Automatic passwords?
93   Generate a password for a newly created user and display it.
95 * Make IMAP namespace configurable
97 * Try RDN style for unique names
99 * Object Groups should have member tabs depending of the grouped object types
102 Target > 2.3:
103 =============
105 * OpenAFS support
106   Still completely missing...
107