Code

First commit of the french Manual
[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 * Terminals/Workstations lassen sich nicht speichern
43 * Escapen von Skripten ist sehr suboptimal
46 =======
47 * Basis wird bei diversen Dialogen nicht übernommen
49 * Workstation is defekt
52 Target for 2.5:
53 ===============
55 * Complete PHP5 compliance and optimization
57 * Simplify plugins by providing a schema parser
59 * Remove smarty from SVN. It has an own repository.
61 * Replace PHP IMAP module by self made module
63 * Add possibility to add referrals in department dialog
65 * Add sambaWorkingHours
67 * Fine tuning in Kerberos support
68   Special kerberos attributes like ticket expiery and policies can't
69   be handeled with GOsa right now this has to be added in later releases.
70   
71 * Server-/Workstation management
72   This has been removed because of inconsistencies. Will be back soon:
73   - support for dhcp
74   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
76 * SSL
77   User certificates are only shown as "absent" or "present", because the
78   SSL PHP module isn't buildable in the moment. I'll check this later on.
79     (Notes:
80      openssl x509 -outform DER -in incert.pem  -out outcert.der
81      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
82      print_r(openssl_x509_parse ($this->userCertificate));
83     )
84     
85 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
86   The complete ACL dialog stinks. If every dialog is done by smarty, we could
87   use a shrinked version of each dialog with checkboxes, to let the admin decide
88   what fields could be edited.
90 * Documentation
91   - End user documentation: online help
92   - Administrators documentation: how to install / contributed scripts, etc.
93   - Developer documentation: how to extend, own plugins, themes, etc.
95 * amavis-new support
97 * Automatic passwords?
98   Generate a password for a newly created user and display it.
100 * Make IMAP namespace configurable
102 * Try RDN style for unique names
104 * Object Groups should have member tabs depending of the grouped object types
107 Target > 2.3:
108 =============
110 * OpenAFS support
111   Still completely missing...
112