Code

Udpated JS focus,
[gosa.git] / TODO
1 Target for 2.6:
2 ===============
4 * /debian
5   Add docbase?
6   get-orig-source?
7   debian/substvars -> dpkg-source
8   desktop package with icon and start script?
10 * Check standards
12 * Can't use a dn longer than 100 characters as Glpi contact/technical responsible person.
14 * Verify DNS plugin
15   * Zones are not creatable, currently
16   * Error messages are partly wrong
18 * Auto-Resize for subdialogs
20 * Enhance the export xls to export the whole three with a maximum of attributes in each sheet ( OpenSides )
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 * Replace PHP IMAP module by self made module
39 * Add possibility to add referrals in department dialog
41 * Add sambaWorkingHours
43 * Fine tuning in Kerberos support
44   Special kerberos attributes like ticket expiery and policies can't
45   be handeled with GOsa right now this has to be added in later releases.
46   
47 * SSL
48   User certificates are only shown as "absent" or "present", because the
49   SSL PHP module isn't buildable in the moment. I'll check this later on.
50     (Notes:
51      openssl x509 -outform DER -in incert.pem  -out outcert.der
52      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
53      print_r(openssl_x509_parse ($this->userCertificate));
54     )
55     
56 * Documentation
57   - End user documentation: online help
58   - Administrators documentation: how to install / contributed scripts, etc.
59   - Developer documentation: how to extend, own plugins, themes, etc.
61 * amavis-new support
63 * Automatic passwords?
64   Generate a password for a newly created user and display it.
66 * Make IMAP namespace configurable