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