Code

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