Code

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