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 * User dialog
10   - Add button for template created users
12 * All dialogs
13   - ALT not translated 
14   - Image cleanup
16 * include/class_mail-methods-kolab.inc -> gosaMailQuota not defined when opening "cajus"
18 * Check renaming of servers
20 * Reload language settings when language has changed
22 * Fix system dialog -> icons on top are not adapted yet, remove "create system"
24 * Fix filter part of dialogs and remove long descriptive textx in front of the search
25   fields
27 * Phone plugin
28   -> macro for std dial -> where fore is phone number and voicemail number?
29      cleanup
30   -> layout broken, vertical align top is missing
33 Target for 2.5:
34 ===============
36 * Complete PHP5 compliance and optimization
38 * Simplify plugins by providing a schema parser
40 * Remove smarty from SVN. It has an own repository.
42 * Replace PHP IMAP module by self made module
44 * Add possibility to add referrals in department dialog
46 * Add sambaWorkingHours
48 * Fine tuning in Kerberos support
49   Special kerberos attributes like ticket expiery and policies can't
50   be handeled with GOsa right now this has to be added in later releases.
51   
52 * Server-/Workstation management
53   This has been removed because of inconsistencies. Will be back soon:
54   - support for dhcp
55   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
57 * SSL
58   User certificates are only shown as "absent" or "present", because the
59   SSL PHP module isn't buildable in the moment. I'll check this later on.
60     (Notes:
61      openssl x509 -outform DER -in incert.pem  -out outcert.der
62      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
63      print_r(openssl_x509_parse ($this->userCertificate));
64     )
65     
66 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
67   The complete ACL dialog stinks. If every dialog is done by smarty, we could
68   use a shrinked version of each dialog with checkboxes, to let the admin decide
69   what fields could be edited.
71 * Documentation
72   - End user documentation: online help
73   - Administrators documentation: how to install / contributed scripts, etc.
74   - Developer documentation: how to extend, own plugins, themes, etc.
76 * amavis-new support
78 * Automatic passwords?
79   Generate a password for a newly created user and display it.
81 * Make IMAP namespace configurable
83 * Try RDN style for unique names
85 * Object Groups should have member tabs depending of the grouped object types
88 Target > 2.3:
89 =============
91 * OpenAFS support
92   Still completely missing...
93