Code

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