Code

af3202e6344d125f5ac173d22914c6592ffed8cd
[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 * Fix filter part of dialogs and remove long descriptive textx in front of the search
16   fields
18 * Addressbook shows up with windows workstations
20 * Rework environment tab
22 * Rework printer tabs
23   -> lpstat?
25 * FAI management
26   - Add package configuration dialog 
27   - Re-implement profile management, divlists look pretty ugly here
28   - Check base64_encoding/decoding is not needed everytime.
30 * Add function to get GOto application templates -> filled variables, etc.
32 * Group Dialog : Primary group chkbox is broken, nothing is shown if it is checked.
34 * Base is not evaluated in several dialogs -> Creating an object in a special base
35   results in creation in the ldap root
37 * Workstation is defect
39 * Add shares to terminal tabs
41 * Shares are not removable!
43 Target for 2.5:
44 ===============
46 * Complete PHP5 compliance and optimization
48 * Simplify plugins by providing a schema parser
50 * Remove smarty from SVN. It has an own repository.
52 * Replace PHP IMAP module by self made module
54 * Add possibility to add referrals in department dialog
56 * Add sambaWorkingHours
58 * Fine tuning in Kerberos support
59   Special kerberos attributes like ticket expiery and policies can't
60   be handeled with GOsa right now this has to be added in later releases.
61   
62 * Server-/Workstation management
63   This has been removed because of inconsistencies. Will be back soon:
64   - support for dhcp
65   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
67 * SSL
68   User certificates are only shown as "absent" or "present", because the
69   SSL PHP module isn't buildable in the moment. I'll check this later on.
70     (Notes:
71      openssl x509 -outform DER -in incert.pem  -out outcert.der
72      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
73      print_r(openssl_x509_parse ($this->userCertificate));
74     )
75     
76 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
77   The complete ACL dialog stinks. If every dialog is done by smarty, we could
78   use a shrinked version of each dialog with checkboxes, to let the admin decide
79   what fields could be edited.
81 * Documentation
82   - End user documentation: online help
83   - Administrators documentation: how to install / contributed scripts, etc.
84   - Developer documentation: how to extend, own plugins, themes, etc.
86 * amavis-new support
88 * Automatic passwords?
89   Generate a password for a newly created user and display it.
91 * Make IMAP namespace configurable
93 * Try RDN style for unique names
95 * Object Groups should have member tabs depending of the grouped object types
98 Target > 2.3:
99 =============
101 * OpenAFS support
102   Still completely missing...
103