Code

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