Code

If we use stripslashes to display, we should use addslahes at construction.
[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
47 * Add shares to terminal tabs
49 * Shares are not removable!
51 Target for 2.5:
52 ===============
54 * Complete PHP5 compliance and optimization
56 * Simplify plugins by providing a schema parser
58 * Remove smarty from SVN. It has an own repository.
60 * Replace PHP IMAP module by self made module
62 * Add possibility to add referrals in department dialog
64 * Add sambaWorkingHours
66 * Fine tuning in Kerberos support
67   Special kerberos attributes like ticket expiery and policies can't
68   be handeled with GOsa right now this has to be added in later releases.
69   
70 * Server-/Workstation management
71   This has been removed because of inconsistencies. Will be back soon:
72   - support for dhcp
73   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
75 * SSL
76   User certificates are only shown as "absent" or "present", because the
77   SSL PHP module isn't buildable in the moment. I'll check this later on.
78     (Notes:
79      openssl x509 -outform DER -in incert.pem  -out outcert.der
80      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
81      print_r(openssl_x509_parse ($this->userCertificate));
82     )
83     
84 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
85   The complete ACL dialog stinks. If every dialog is done by smarty, we could
86   use a shrinked version of each dialog with checkboxes, to let the admin decide
87   what fields could be edited.
89 * Documentation
90   - End user documentation: online help
91   - Administrators documentation: how to install / contributed scripts, etc.
92   - Developer documentation: how to extend, own plugins, themes, etc.
94 * amavis-new support
96 * Automatic passwords?
97   Generate a password for a newly created user and display it.
99 * Make IMAP namespace configurable
101 * Try RDN style for unique names
103 * Object Groups should have member tabs depending of the grouped object types
106 Target > 2.3:
107 =============
109 * OpenAFS support
110   Still completely missing...
111