Code

* Integrated Jan's changes for binary downloads
[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 * Phone account
35   - Errors when phone account is diabled and a user is saved (?)
37 * Add function to get GOto application templates -> filled variables, etc.
39 * Disabling error messages doesn't work, (?) 
41 * Saving of initially created gofon stuff fails (?)
43 * Group Dialog : Primary group chkbox is broken, nothing is shown if it is checked.
45 =======
46 * Base is not evaluated in several dialogs -> Creating an object in a special base
47   results in creation in the ldap root
49 * Workstation is defect
51 * Save FAI sub objects directly when they already exist
53 * FAI variables are not editable during creation
55 * FAI package lists -> why do we ask for distribution if the list is already filled?
57 * FAI package lists behave strange
60 Target for 2.5:
61 ===============
63 * Complete PHP5 compliance and optimization
65 * Simplify plugins by providing a schema parser
67 * Remove smarty from SVN. It has an own repository.
69 * Replace PHP IMAP module by self made module
71 * Add possibility to add referrals in department dialog
73 * Add sambaWorkingHours
75 * Fine tuning in Kerberos support
76   Special kerberos attributes like ticket expiery and policies can't
77   be handeled with GOsa right now this has to be added in later releases.
78   
79 * Server-/Workstation management
80   This has been removed because of inconsistencies. Will be back soon:
81   - support for dhcp
82   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
84 * SSL
85   User certificates are only shown as "absent" or "present", because the
86   SSL PHP module isn't buildable in the moment. I'll check this later on.
87     (Notes:
88      openssl x509 -outform DER -in incert.pem  -out outcert.der
89      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
90      print_r(openssl_x509_parse ($this->userCertificate));
91     )
92     
93 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
94   The complete ACL dialog stinks. If every dialog is done by smarty, we could
95   use a shrinked version of each dialog with checkboxes, to let the admin decide
96   what fields could be edited.
98 * Documentation
99   - End user documentation: online help
100   - Administrators documentation: how to install / contributed scripts, etc.
101   - Developer documentation: how to extend, own plugins, themes, etc.
103 * amavis-new support
105 * Automatic passwords?
106   Generate a password for a newly created user and display it.
108 * Make IMAP namespace configurable
110 * Try RDN style for unique names
112 * Object Groups should have member tabs depending of the grouped object types
115 Target > 2.3:
116 =============
118 * OpenAFS support
119   Still completely missing...
120