Code

Updates for 2.4 TODO list
[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 * Deparment dialog
10   - adapt base when creating a new department
11   - show different symbol when the department contains subdepartments
13 * User dialog
14   - adapt base when creating a new user/template
15   - Add button for template created users
17 * Systems dialog
18   - Add buttons for all system types
19   - Filter is broken
20   
21 * All dialogs
22   - adapt base when creating a new entity
23   - cleanup, remove not used code fragments
24   -   between pictures ... if needed (convert_list ? )
25   - ALT not translated 
26   - Image cleanup
28 * include/class_mail-methods-kolab.inc -> gosaMailQuota not defined when opening "cajus"
30 * Autofs entries cannot be removed
32 * Minimize "reload" calls during post of depselect in all plugins
34 * Check renaming of servers
36 * Reload language settings when language has changed
39 Target for 2.5:
40 ===============
42 * Complete PHP5 compliance and optimization
44 * Simplify plugins by providing a schema parser
46 * Remove smarty from SVN. It has an own repository.
48 * Replace PHP IMAP module by self made module
50 * Add possibility to add referrals in department dialog
52 * Add sambaWorkingHours
54 * Fine tuning in Kerberos support
55   Special kerberos attributes like ticket expiery and policies can't
56   be handeled with GOsa right now this has to be added in later releases.
57   
58 * Server-/Workstation management
59   This has been removed because of inconsistencies. Will be back soon:
60   - support for dhcp
61   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
63 * SSL
64   User certificates are only shown as "absent" or "present", because the
65   SSL PHP module isn't buildable in the moment. I'll check this later on.
66     (Notes:
67      openssl x509 -outform DER -in incert.pem  -out outcert.der
68      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
69      print_r(openssl_x509_parse ($this->userCertificate));
70     )
71     
72 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
73   The complete ACL dialog stinks. If every dialog is done by smarty, we could
74   use a shrinked version of each dialog with checkboxes, to let the admin decide
75   what fields could be edited.
77 * Documentation
78   - End user documentation: online help
79   - Administrators documentation: how to install / contributed scripts, etc.
80   - Developer documentation: how to extend, own plugins, themes, etc.
82 * amavis-new support
84 * Automatic passwords?
85   Generate a password for a newly created user and display it.
87 * Make IMAP namespace configurable
89 * Try RDN style for unique names
91 * Object Groups should have member tabs depending of the grouped object types
94 Target > 2.3:
95 =============
97 * OpenAFS support
98   Still completely missing...
99