Code

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