Code

c3a84aee2636e817c24d70885d15472327d3b38f
[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 lists
28   - Re-implement profile management, divlists look pretty ugly here
30 * Phone account
31   - Errors when phone account is diabled and a user is saved (?)
33 * Add function to get GOto application templates -> filled variables, etc.
35 * Disabling error messages doesn't work, (?) For me it works;Fabian
37 * Saving of initially created gofon stuff fails (?)
39 * Unterbäume in Applicatins wird nicht angezeigt (?)
41 * lifetime must be numeric - wirklich toll
43 * Terminals/Workstations lassen sich nicht speichern
45 * Escapen von Skripten ist sehr suboptimal
48 =======
49 * Basis wird bei diversen Dialogen nicht übernommen
51 * Workstation is defekt
54 Target for 2.5:
55 ===============
57 * Complete PHP5 compliance and optimization
59 * Simplify plugins by providing a schema parser
61 * Remove smarty from SVN. It has an own repository.
63 * Replace PHP IMAP module by self made module
65 * Add possibility to add referrals in department dialog
67 * Add sambaWorkingHours
69 * Fine tuning in Kerberos support
70   Special kerberos attributes like ticket expiery and policies can't
71   be handeled with GOsa right now this has to be added in later releases.
72   
73 * Server-/Workstation management
74   This has been removed because of inconsistencies. Will be back soon:
75   - support for dhcp
76   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
78 * SSL
79   User certificates are only shown as "absent" or "present", because the
80   SSL PHP module isn't buildable in the moment. I'll check this later on.
81     (Notes:
82      openssl x509 -outform DER -in incert.pem  -out outcert.der
83      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
84      print_r(openssl_x509_parse ($this->userCertificate));
85     )
86     
87 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
88   The complete ACL dialog stinks. If every dialog is done by smarty, we could
89   use a shrinked version of each dialog with checkboxes, to let the admin decide
90   what fields could be edited.
92 * Documentation
93   - End user documentation: online help
94   - Administrators documentation: how to install / contributed scripts, etc.
95   - Developer documentation: how to extend, own plugins, themes, etc.
97 * amavis-new support
99 * Automatic passwords?
100   Generate a password for a newly created user and display it.
102 * Make IMAP namespace configurable
104 * Try RDN style for unique names
106 * Object Groups should have member tabs depending of the grouped object types
109 Target > 2.3:
110 =============
112 * OpenAFS support
113   Still completely missing...
114