Code

Updated TODO
[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 * Rework environment tab
24 * Rework printer tabs
26 * FAI management
27   - Add package configuration dialog 
28   - Re-implement profile management, divlists look pretty ugly here
29   - Check base64_encoding/decoding is not needed everytime.
31 * Phone account
32   - Errors when phone account is diabled and a user is saved (?)
34 * Add function to get GOto application templates -> filled variables, etc.
36 * Disabling error messages doesn't work, (?) 
38 * Saving of initially created gofon stuff fails (?)
40 * Group Dialog : Primary group chkbox is broken, nothing is shown if it is checked.
42 =======
43 * Base is not evaluated in several dialogs -> Creating an object in a special base
44   results in creation in the ldap root
46 * Workstation is defect
49 Target for 2.5:
50 ===============
52 * Complete PHP5 compliance and optimization
54 * Simplify plugins by providing a schema parser
56 * Remove smarty from SVN. It has an own repository.
58 * Replace PHP IMAP module by self made module
60 * Add possibility to add referrals in department dialog
62 * Add sambaWorkingHours
64 * Fine tuning in Kerberos support
65   Special kerberos attributes like ticket expiery and policies can't
66   be handeled with GOsa right now this has to be added in later releases.
67   
68 * Server-/Workstation management
69   This has been removed because of inconsistencies. Will be back soon:
70   - support for dhcp
71   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
73 * SSL
74   User certificates are only shown as "absent" or "present", because the
75   SSL PHP module isn't buildable in the moment. I'll check this later on.
76     (Notes:
77      openssl x509 -outform DER -in incert.pem  -out outcert.der
78      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
79      print_r(openssl_x509_parse ($this->userCertificate));
80     )
81     
82 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
83   The complete ACL dialog stinks. If every dialog is done by smarty, we could
84   use a shrinked version of each dialog with checkboxes, to let the admin decide
85   what fields could be edited.
87 * Documentation
88   - End user documentation: online help
89   - Administrators documentation: how to install / contributed scripts, etc.
90   - Developer documentation: how to extend, own plugins, themes, etc.
92 * amavis-new support
94 * Automatic passwords?
95   Generate a password for a newly created user and display it.
97 * Make IMAP namespace configurable
99 * Try RDN style for unique names
101 * Object Groups should have member tabs depending of the grouped object types
104 Target > 2.3:
105 =============
107 * OpenAFS support
108   Still completely missing...
109