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 lists
28   - Re-implement profile management, divlists look pretty ugly here
29   - Description checks arn't necessary.
30   - Check base64_encoding/decoding is not needed everytime.
32 * Phone account
33   - Errors when phone account is diabled and a user is saved (?)
35 * Add function to get GOto application templates -> filled variables, etc.
37 * Disabling error messages doesn't work, (?) For me it works;Fabian
39 * Saving of initially created gofon stuff fails (?)
41 * Unterbäume in Applicatins wird nicht angezeigt (?)
43 * Terminals/Workstations lassen sich nicht speichern
45 * Escapen von Skripten ist sehr suboptimal
47 * Group Dialog : Primary group chkbox is broken, nothing is shown if it is checked.
49 =======
50 * Basis wird bei diversen Dialogen nicht übernommen
52 * Workstation is defekt
55 Target for 2.5:
56 ===============
58 * Complete PHP5 compliance and optimization
60 * Simplify plugins by providing a schema parser
62 * Remove smarty from SVN. It has an own repository.
64 * Replace PHP IMAP module by self made module
66 * Add possibility to add referrals in department dialog
68 * Add sambaWorkingHours
70 * Fine tuning in Kerberos support
71   Special kerberos attributes like ticket expiery and policies can't
72   be handeled with GOsa right now this has to be added in later releases.
73   
74 * Server-/Workstation management
75   This has been removed because of inconsistencies. Will be back soon:
76   - support for dhcp
77   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
79 * SSL
80   User certificates are only shown as "absent" or "present", because the
81   SSL PHP module isn't buildable in the moment. I'll check this later on.
82     (Notes:
83      openssl x509 -outform DER -in incert.pem  -out outcert.der
84      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
85      print_r(openssl_x509_parse ($this->userCertificate));
86     )
87     
88 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
89   The complete ACL dialog stinks. If every dialog is done by smarty, we could
90   use a shrinked version of each dialog with checkboxes, to let the admin decide
91   what fields could be edited.
93 * Documentation
94   - End user documentation: online help
95   - Administrators documentation: how to install / contributed scripts, etc.
96   - Developer documentation: how to extend, own plugins, themes, etc.
98 * amavis-new support
100 * Automatic passwords?
101   Generate a password for a newly created user and display it.
103 * Make IMAP namespace configurable
105 * Try RDN style for unique names
107 * Object Groups should have member tabs depending of the grouped object types
110 Target > 2.3:
111 =============
113 * OpenAFS support
114   Still completely missing...
115