Code

update
[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   
20 * All dialogs
21   - adapt base when creating a new entity
22   - cleanup, remove not used code fragments
23   -   between pictures ... if needed (convert_list ? )
24   - ALT not translated 
26 * include/class_mail-methods-kolab.inc -> gosaMailQuota not defined when opening "cajus"
28 * Autofs entries cannot be removed
30 * Minimize "reload" calls during post of depselect in all plugins
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