Code

Updated todo
[gosa.git] / TODO
1 Target for 2.5:
2 ===============
4 * Asterisk : Create entry like this #309,1,PickupChan(SIP/rainer), 
5                          to allow others to pickup the phone by pressing # and number of the phone.
7 * Rework group->application assignment.
9 * Evaluate patches for certificate generation
11 * Bug submitter
13 * Fix translation mode
15 * Gofon -Asterisk-database name should be defined in database tab, currently this setting is hard coded in class_config.inc
17 * Complete PHP5 compliance and optimization
19 * Simplify plugins by providing a schema parser
21 * Remove smarty from SVN. It has an own repository.
23 * Replace PHP IMAP module by self made module
25 * Add possibility to add referrals in department dialog
27 * Add sambaWorkingHours
29 * Fine tuning in Kerberos support
30   Special kerberos attributes like ticket expiery and policies can't
31   be handeled with GOsa right now this has to be added in later releases.
32   
33 * Server-/Workstation management
34   This has been removed because of inconsistencies. Will be back soon:
35   - support for dhcp
36   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
38 * SSL
39   User certificates are only shown as "absent" or "present", because the
40   SSL PHP module isn't buildable in the moment. I'll check this later on.
41     (Notes:
42      openssl x509 -outform DER -in incert.pem  -out outcert.der
43      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
44      print_r(openssl_x509_parse ($this->userCertificate));
45     )
46     
47 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
48   The complete ACL dialog stinks. If every dialog is done by smarty, we could
49   use a shrinked version of each dialog with checkboxes, to let the admin decide
50   what fields could be edited.
52 * Documentation
53   - End user documentation: online help
54   - Administrators documentation: how to install / contributed scripts, etc.
55   - Developer documentation: how to extend, own plugins, themes, etc.
57 * amavis-new support
59 * Automatic passwords?
60   Generate a password for a newly created user and display it.
62 * Make IMAP namespace configurable
64 * Try RDN style for unique names
66 * Object Groups should have member tabs depending of the grouped object types