Code

Removed lock message new
[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 * Check Default IP setting in gofon tab.
16         It isn't saved correctly, if tab is edited after this phone was assigned to user.
18 Target for 2.5:
19 ===============
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