Code

phone numbers will be replaced correctly,
[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 * User dialog
10   - Add button for template created users
12 * All dialogs
13   - ALT not translated 
14   - Image cleanup
16 * include/class_mail-methods-kolab.inc -> gosaMailQuota not defined when opening "cajus"
18 * Check renaming of servers
20 * Reload language settings when language has changed
22 * Fix system dialog -> icons on top are not adapted yet, remove "create system"
24 * Fix filter part of dialogs and remove long descriptive textx in front of the search
25   fields
27 * Phone plugin
28   -> macro for std dial -> where fore is phone number and voicemail number?
29      cleanup
30   -> layout broken, vertical align top is missing
32 * Addressbook shows up with windows workstations
35 Target for 2.5:
36 ===============
38 * Complete PHP5 compliance and optimization
40 * Simplify plugins by providing a schema parser
42 * Remove smarty from SVN. It has an own repository.
44 * Replace PHP IMAP module by self made module
46 * Add possibility to add referrals in department dialog
48 * Add sambaWorkingHours
50 * Fine tuning in Kerberos support
51   Special kerberos attributes like ticket expiery and policies can't
52   be handeled with GOsa right now this has to be added in later releases.
53   
54 * Server-/Workstation management
55   This has been removed because of inconsistencies. Will be back soon:
56   - support for dhcp
57   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
59 * SSL
60   User certificates are only shown as "absent" or "present", because the
61   SSL PHP module isn't buildable in the moment. I'll check this later on.
62     (Notes:
63      openssl x509 -outform DER -in incert.pem  -out outcert.der
64      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
65      print_r(openssl_x509_parse ($this->userCertificate));
66     )
67     
68 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
69   The complete ACL dialog stinks. If every dialog is done by smarty, we could
70   use a shrinked version of each dialog with checkboxes, to let the admin decide
71   what fields could be edited.
73 * Documentation
74   - End user documentation: online help
75   - Administrators documentation: how to install / contributed scripts, etc.
76   - Developer documentation: how to extend, own plugins, themes, etc.
78 * amavis-new support
80 * Automatic passwords?
81   Generate a password for a newly created user and display it.
83 * Make IMAP namespace configurable
85 * Try RDN style for unique names
87 * Object Groups should have member tabs depending of the grouped object types
90 Target > 2.3:
91 =============
93 * OpenAFS support
94   Still completely missing...
95