Code

Updated 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   
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
32 * Check renaming of servers
35 Target for 2.5:
36 ===============
38 * Complete PHP5 compliance and optimization
40 * Simplify plugins by providing a schema parser
42 * Remove smarty from SVN. It has an own repository.
44 * Replace PHP IMAP module by self made module
46 * Add possibility to add referrals in department dialog
48 * Add sambaWorkingHours
50 * Fine tuning in Kerberos support
51   Special kerberos attributes like ticket expiery and policies can't
52   be handeled with GOsa right now this has to be added in later releases.
53   
54 * Server-/Workstation management
55   This has been removed because of inconsistencies. Will be back soon:
56   - support for dhcp
57   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
59 * SSL
60   User certificates are only shown as "absent" or "present", because the
61   SSL PHP module isn't buildable in the moment. I'll check this later on.
62     (Notes:
63      openssl x509 -outform DER -in incert.pem  -out outcert.der
64      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
65      print_r(openssl_x509_parse ($this->userCertificate));
66     )
67     
68 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
69   The complete ACL dialog stinks. If every dialog is done by smarty, we could
70   use a shrinked version of each dialog with checkboxes, to let the admin decide
71   what fields could be edited.
73 * Documentation
74   - End user documentation: online help
75   - Administrators documentation: how to install / contributed scripts, etc.
76   - Developer documentation: how to extend, own plugins, themes, etc.
78 * amavis-new support
80 * Automatic passwords?
81   Generate a password for a newly created user and display it.
83 * Make IMAP namespace configurable
85 * Try RDN style for unique names
87 * Object Groups should have member tabs depending of the grouped object types
90 Target > 2.3:
91 =============
93 * OpenAFS support
94   Still completely missing...
95