Code

removed reload calls
[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   - cleanup, remove not used code fragments
14   - ALT not translated 
15   - Image cleanup
17 * include/class_mail-methods-kolab.inc -> gosaMailQuota not defined when opening "cajus"
19 * Autofs entries cannot be removed
21 * Minimize "reload" calls during post of depselect in all plugins
23 * Check renaming of servers
25 * Reload language settings when language has changed
28 Target for 2.5:
29 ===============
31 * Complete PHP5 compliance and optimization
33 * Simplify plugins by providing a schema parser
35 * Remove smarty from SVN. It has an own repository.
37 * Replace PHP IMAP module by self made module
39 * Add possibility to add referrals in department dialog
41 * Add sambaWorkingHours
43 * Fine tuning in Kerberos support
44   Special kerberos attributes like ticket expiery and policies can't
45   be handeled with GOsa right now this has to be added in later releases.
46   
47 * Server-/Workstation management
48   This has been removed because of inconsistencies. Will be back soon:
49   - support for dhcp
50   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
52 * SSL
53   User certificates are only shown as "absent" or "present", because the
54   SSL PHP module isn't buildable in the moment. I'll check this later on.
55     (Notes:
56      openssl x509 -outform DER -in incert.pem  -out outcert.der
57      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
58      print_r(openssl_x509_parse ($this->userCertificate));
59     )
60     
61 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
62   The complete ACL dialog stinks. If every dialog is done by smarty, we could
63   use a shrinked version of each dialog with checkboxes, to let the admin decide
64   what fields could be edited.
66 * Documentation
67   - End user documentation: online help
68   - Administrators documentation: how to install / contributed scripts, etc.
69   - Developer documentation: how to extend, own plugins, themes, etc.
71 * amavis-new support
73 * Automatic passwords?
74   Generate a password for a newly created user and display it.
76 * Make IMAP namespace configurable
78 * Try RDN style for unique names
80 * Object Groups should have member tabs depending of the grouped object types
83 Target > 2.3:
84 =============
86 * OpenAFS support
87   Still completely missing...
88