Code

Updated TODO
[gosa.git] / TODO
1 Target for 2.6:
2 ===============
4 * Redo the setup
6 * Make plugin loader react on predefined info values from plugins itself instead of
7   gosa.conf
9 * Can't use a dn longer than 100 characters as Glpi contact/technical responsible person.
11 * Verify DNS plugin
12   * Zones are not creatable, currently
13   * Error messages are partly wrong
15 * Auto-Resize for subdialogs
17 * Enhance the export xls to export the whole three with a maximum of attributes in each sheet ( OpenSides )
19 * Enhance the pptp plugin (OpenSides)
21 * Add support for nagios in the system part (OpenSides)
23 * Asterisk : Create entry like this #309,1,PickupChan(SIP/rainer), 
24                          to allow others to pickup the phone by pressing # and number of the phone.
26 * Evaluate patches for certificate generation
28 * Bug submitter
30 * Complete PHP5 compliance and optimization
32 * Simplify plugins by providing a schema parser
34 * Replace PHP IMAP module by self made module
36 * Add possibility to add referrals in department dialog
38 * Fine tuning in Kerberos support
39   Special kerberos attributes like ticket expiery and policies can't
40   be handeled with GOsa right now this has to be added in later releases.
41   
42 * SSL
43   User certificates are only shown as "absent" or "present", because the
44   SSL PHP module isn't buildable in the moment. I'll check this later on.
45     (Notes:
46      openssl x509 -outform DER -in incert.pem  -out outcert.der
47      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
48      print_r(openssl_x509_parse ($this->userCertificate));
49     )
50     
51 * Documentation
52   - End user documentation: online help
53   - Administrators documentation: how to install / contributed scripts, etc.
54   - Developer documentation: how to extend, own plugins, themes, etc.
56 * Automatic passwords?
57   Generate a password for a newly created user and display it.
59 * Make IMAP namespace configurable
61 * Try RDN style for unique names