Code

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