Code

Fixed typo
[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 filter part of dialogs and remove long descriptive textx in front of the search
18   fields
20 * Addressbook shows up with windows workstations
22 * Rework environment tab
24 * Rework printer tabs
26 * FAI management
27   - Subtree support
28   - Add links for headpage list entries
29   - Hooks have to be implemented like skripts
30   - Add package lists
31   - Make templates uploadable
32   - Re-implement profile management, divlists look pretty ugly here
33   - Re-implement "new" functionality
35 * Phone account
36   - Errors while saving phone numbers with spaces
38 * Password changing for workstations doesn't work anymore
41 Target for 2.5:
42 ===============
44 * Complete PHP5 compliance and optimization
46 * Simplify plugins by providing a schema parser
48 * Remove smarty from SVN. It has an own repository.
50 * Replace PHP IMAP module by self made module
52 * Add possibility to add referrals in department dialog
54 * Add sambaWorkingHours
56 * Fine tuning in Kerberos support
57   Special kerberos attributes like ticket expiery and policies can't
58   be handeled with GOsa right now this has to be added in later releases.
59   
60 * Server-/Workstation management
61   This has been removed because of inconsistencies. Will be back soon:
62   - support for dhcp
63   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
65 * SSL
66   User certificates are only shown as "absent" or "present", because the
67   SSL PHP module isn't buildable in the moment. I'll check this later on.
68     (Notes:
69      openssl x509 -outform DER -in incert.pem  -out outcert.der
70      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
71      print_r(openssl_x509_parse ($this->userCertificate));
72     )
73     
74 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
75   The complete ACL dialog stinks. If every dialog is done by smarty, we could
76   use a shrinked version of each dialog with checkboxes, to let the admin decide
77   what fields could be edited.
79 * Documentation
80   - End user documentation: online help
81   - Administrators documentation: how to install / contributed scripts, etc.
82   - Developer documentation: how to extend, own plugins, themes, etc.
84 * amavis-new support
86 * Automatic passwords?
87   Generate a password for a newly created user and display it.
89 * Make IMAP namespace configurable
91 * Try RDN style for unique names
93 * Object Groups should have member tabs depending of the grouped object types
96 Target > 2.3:
97 =============
99 * OpenAFS support
100   Still completely missing...
101