Code

Recent changes in win2003sp1 required some fixes (backward compatible).
[gosa.git] / TODO
1 Target for 2.6:
2 ===============
4 * Can't use a dn longer than 100 characters as Glpi contact/technical responsible person.
6 * Add new smarty gettext plugin -> requires fixing of <b> and <i> tags in
7   translations
9 * Fix DNS plugin
10   * Zones are not creatable, currently
11   * Error messages are partly wrong
13 * Auto-Resize for subdialogs
15 * Enhance the export xls to export the whole three with a maximum of attributes in each sheet ( OpenSides )
17 * Enhance the pptp plugin (OpenSides )
19 * Add support for nagios in the system part ( OpenSides )
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 * Evaluate patches for certificate generation
26 * Bug submitter
28 * Complete PHP5 compliance and optimization
30 * Simplify plugins by providing a schema parser
32 * Remove smarty from SVN. It has an own repository.
34 * Replace PHP IMAP module by self made module
36 * Add possibility to add referrals in department dialog
38 * Add sambaWorkingHours
40 * Fine tuning in Kerberos support
41   Special kerberos attributes like ticket expiery and policies can't
42   be handeled with GOsa right now this has to be added in later releases.
43   
44 * Server-/Workstation management
45   This has been removed because of inconsistencies. Will be back soon:
46   - support for dhcp
47   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
49 * SSL
50   User certificates are only shown as "absent" or "present", because the
51   SSL PHP module isn't buildable in the moment. I'll check this later on.
52     (Notes:
53      openssl x509 -outform DER -in incert.pem  -out outcert.der
54      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
55      print_r(openssl_x509_parse ($this->userCertificate));
56     )
57     
58 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
59   The complete ACL dialog stinks. If every dialog is done by smarty, we could
60   use a shrinked version of each dialog with checkboxes, to let the admin decide
61   what fields could be edited.
63 * Documentation
64   - End user documentation: online help
65   - Administrators documentation: how to install / contributed scripts, etc.
66   - Developer documentation: how to extend, own plugins, themes, etc.
68 * amavis-new support
70 * Automatic passwords?
71   Generate a password for a newly created user and display it.
73 * Make IMAP namespace configurable
75 * Try RDN style for unique names