Code

Reverted to revision 1249.
[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 * All dialogs
10   - ALT not translated 
11   - Image cleanup
13 * include/class_mail-methods-kolab.inc -> gosaMailQuota not defined when opening "cajus"
15 * Check renaming of servers
17 * Fix system dialog -> icons on top are not adapted yet, remove "create system"
19 * Fix filter part of dialogs and remove long descriptive textx in front of the search
20   fields
22 * Phone plugin
23   -> macro for std dial -> where fore is phone number and voicemail number?
24      cleanup
25   -> layout broken, vertical align top is missing
27 * Addressbook shows up with windows workstations
30 Target for 2.5:
31 ===============
33 * Complete PHP5 compliance and optimization
35 * Simplify plugins by providing a schema parser
37 * Remove smarty from SVN. It has an own repository.
39 * Replace PHP IMAP module by self made module
41 * Add possibility to add referrals in department dialog
43 * Add sambaWorkingHours
45 * Fine tuning in Kerberos support
46   Special kerberos attributes like ticket expiery and policies can't
47   be handeled with GOsa right now this has to be added in later releases.
48   
49 * Server-/Workstation management
50   This has been removed because of inconsistencies. Will be back soon:
51   - support for dhcp
52   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
54 * SSL
55   User certificates are only shown as "absent" or "present", because the
56   SSL PHP module isn't buildable in the moment. I'll check this later on.
57     (Notes:
58      openssl x509 -outform DER -in incert.pem  -out outcert.der
59      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
60      print_r(openssl_x509_parse ($this->userCertificate));
61     )
62     
63 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
64   The complete ACL dialog stinks. If every dialog is done by smarty, we could
65   use a shrinked version of each dialog with checkboxes, to let the admin decide
66   what fields could be edited.
68 * Documentation
69   - End user documentation: online help
70   - Administrators documentation: how to install / contributed scripts, etc.
71   - Developer documentation: how to extend, own plugins, themes, etc.
73 * amavis-new support
75 * Automatic passwords?
76   Generate a password for a newly created user and display it.
78 * Make IMAP namespace configurable
80 * Try RDN style for unique names
82 * Object Groups should have member tabs depending of the grouped object types
85 Target > 2.3:
86 =============
88 * OpenAFS support
89   Still completely missing...
90