Code

W3c fixes
[gosa.git] / TODO
1 Target for 2.6:
2 ===============
4 * Remove.tpls have different text alignments
6 * WorkstationStartup -> The available Classes/Releases arn't working correctly.
7   You can't select some of the releses && there are classes shown that are not available within the selected release.
9 * Add new smarty gettext plugin -> requires fixing of <b> and <i> tags in
10   translations
12 * Fix DNS plugin
13   * Zones are not creatable, currently
14   * Error messages are partly wrong
16 * Auto-Resize for subdialogs
18 * Enhance the export xls to export the whole three with a maximum of attributes in each sheet ( OpenSides )
20 * FAI optimizations (scripts, hooks, templates) - load entries when needed
22 * Enhance the pptp plugin (OpenSides )
24 * Add support for nagios in the system part ( OpenSides )
26 * Asterisk : Create entry like this #309,1,PickupChan(SIP/rainer), 
27                          to allow others to pickup the phone by pressing # and number of the phone.
29 * Evaluate patches for certificate generation
31 * Bug submitter
33 * Complete PHP5 compliance and optimization
35 * Simplify plugins by providing a schema parser
37 * Remove smarty from SVN. It has an own repository.
39 * Replace PHP IMAP module by self made module
41 * Add possibility to add referrals in department dialog
43 * Add sambaWorkingHours
45 * Fine tuning in Kerberos support
46   Special kerberos attributes like ticket expiery and policies can't
47   be handeled with GOsa right now this has to be added in later releases.
48   
49 * Server-/Workstation management
50   This has been removed because of inconsistencies. Will be back soon:
51   - support for dhcp
52   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
54 * SSL
55   User certificates are only shown as "absent" or "present", because the
56   SSL PHP module isn't buildable in the moment. I'll check this later on.
57     (Notes:
58      openssl x509 -outform DER -in incert.pem  -out outcert.der
59      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
60      print_r(openssl_x509_parse ($this->userCertificate));
61     )
62     
63 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
64   The complete ACL dialog stinks. If every dialog is done by smarty, we could
65   use a shrinked version of each dialog with checkboxes, to let the admin decide
66   what fields could be edited.
68 * Documentation
69   - End user documentation: online help
70   - Administrators documentation: how to install / contributed scripts, etc.
71   - Developer documentation: how to extend, own plugins, themes, etc.
73 * Automatic passwords?
74   Generate a password for a newly created user and display it.
76 * Make IMAP namespace configurable
78 * Try RDN style for unique names