Code

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