Code

updated todo
[gosa.git] / TODO
1 Target for 2.4.1:
2 =================
4 * Encoding für Serverfreigaben in Datei /etc/gosa/encodings auslagern, class_servNfs.inc
6 * Add online help (english/german)
8 * Group mail is not initially add-able?
10 * Make schema check configurable from gosa.conf
12 * Check all image buttons, if their posts are handled correctly.
13         IE and Konqueror post different values.... as firefox.
15 * Check virenschleuder/Winstations in Admin->Systems 
16         LDAP-Fehler: Cannot modify object class (structural object class modification from 'person' to 'inetOrgPerson' not allowed)
18 Target for 2.5:
19 ===============
21 * Asterisk : Create entry like this #309,1,PickupChan(SIP/rainer), 
22                          to allow others to pickup the phone by pressing # and number of the phone.
24 * Rework group->application assignment.
26 * Evaluate patches for certificate generation
28 * Bug submitter
30 * Fix translation mode
32 * Gofon -Asterisk-database name should be defined in database tab, currently this setting is hard coded in class_config.inc
34 * Complete PHP5 compliance and optimization
36 * Simplify plugins by providing a schema parser
38 * Remove smarty from SVN. It has an own repository.
40 * Replace PHP IMAP module by self made module
42 * Add possibility to add referrals in department dialog
44 * Add sambaWorkingHours
46 * Fine tuning in Kerberos support
47   Special kerberos attributes like ticket expiery and policies can't
48   be handeled with GOsa right now this has to be added in later releases.
49   
50 * Server-/Workstation management
51   This has been removed because of inconsistencies. Will be back soon:
52   - support for dhcp
53   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
55 * SSL
56   User certificates are only shown as "absent" or "present", because the
57   SSL PHP module isn't buildable in the moment. I'll check this later on.
58     (Notes:
59      openssl x509 -outform DER -in incert.pem  -out outcert.der
60      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
61      print_r(openssl_x509_parse ($this->userCertificate));
62     )
63     
64 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
65   The complete ACL dialog stinks. If every dialog is done by smarty, we could
66   use a shrinked version of each dialog with checkboxes, to let the admin decide
67   what fields could be edited.
69 * Documentation
70   - End user documentation: online help
71   - Administrators documentation: how to install / contributed scripts, etc.
72   - Developer documentation: how to extend, own plugins, themes, etc.
74 * amavis-new support
76 * Automatic passwords?
77   Generate a password for a newly created user and display it.
79 * Make IMAP namespace configurable
81 * Try RDN style for unique names
83 * Object Groups should have member tabs depending of the grouped object types