Code

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