Code

Fixed workgeneric to work in a generic way ;-)
[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 * Application tab
23         Edit 'firstappasd' and you will see an empty base selection field ? 
25 * Rework environment tab
27 * Rework printer tabs
29 * FAI management
30   - Add package configuration dialog 
31   - Re-implement profile management, divlists look pretty ugly here
32   - Check base64_encoding/decoding is not needed everytime.
34 * Add function to get GOto application templates -> filled variables, etc.
36 * Group Dialog : Primary group chkbox is broken, nothing is shown if it is checked.
38 * Base is not evaluated in several dialogs -> Creating an object in a special base
39   results in creation in the ldap root
41 * Workstation is defect
43 * Save FAI sub objects directly when they already exist
45 * FAI package lists behave strange
48 Target for 2.5:
49 ===============
51 * Complete PHP5 compliance and optimization
53 * Simplify plugins by providing a schema parser
55 * Remove smarty from SVN. It has an own repository.
57 * Replace PHP IMAP module by self made module
59 * Add possibility to add referrals in department dialog
61 * Add sambaWorkingHours
63 * Fine tuning in Kerberos support
64   Special kerberos attributes like ticket expiery and policies can't
65   be handeled with GOsa right now this has to be added in later releases.
66   
67 * Server-/Workstation management
68   This has been removed because of inconsistencies. Will be back soon:
69   - support for dhcp
70   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
72 * SSL
73   User certificates are only shown as "absent" or "present", because the
74   SSL PHP module isn't buildable in the moment. I'll check this later on.
75     (Notes:
76      openssl x509 -outform DER -in incert.pem  -out outcert.der
77      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
78      print_r(openssl_x509_parse ($this->userCertificate));
79     )
80     
81 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
82   The complete ACL dialog stinks. If every dialog is done by smarty, we could
83   use a shrinked version of each dialog with checkboxes, to let the admin decide
84   what fields could be edited.
86 * Documentation
87   - End user documentation: online help
88   - Administrators documentation: how to install / contributed scripts, etc.
89   - Developer documentation: how to extend, own plugins, themes, etc.
91 * amavis-new support
93 * Automatic passwords?
94   Generate a password for a newly created user and display it.
96 * Make IMAP namespace configurable
98 * Try RDN style for unique names
100 * Object Groups should have member tabs depending of the grouped object types
103 Target > 2.3:
104 =============
106 * OpenAFS support
107   Still completely missing...
108