Code

8d3be82212d1ce250e4037b7f0463f7ffeafb592
[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 * There are still several "Lock new" hints in FAI plugin
10   headers
12 * First name/Last name instead of Name/Given name
14 * Evaluate patches for certificate generation
16 * Divlists are broken in firefox 1.5rc1 
18 * Check Default IP setting in gofon tab.
19         It isn't saved correctly, if tab is edited after this phone was assigned to user.
21 Target for 2.5:
22 ===============
24 * Bug submitter
26 * Fix translation mode
28 * Gofon -Asterisk-database name should be defined in database tab, currently this setting is hard coded in class_config.inc
30 * Complete PHP5 compliance and optimization
32 * Simplify plugins by providing a schema parser
34 * Remove smarty from SVN. It has an own repository.
36 * Replace PHP IMAP module by self made module
38 * Add possibility to add referrals in department dialog
40 * Add sambaWorkingHours
42 * Fine tuning in Kerberos support
43   Special kerberos attributes like ticket expiery and policies can't
44   be handeled with GOsa right now this has to be added in later releases.
45   
46 * Server-/Workstation management
47   This has been removed because of inconsistencies. Will be back soon:
48   - support for dhcp
49   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
51 * SSL
52   User certificates are only shown as "absent" or "present", because the
53   SSL PHP module isn't buildable in the moment. I'll check this later on.
54     (Notes:
55      openssl x509 -outform DER -in incert.pem  -out outcert.der
56      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
57      print_r(openssl_x509_parse ($this->userCertificate));
58     )
59     
60 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
61   The complete ACL dialog stinks. If every dialog is done by smarty, we could
62   use a shrinked version of each dialog with checkboxes, to let the admin decide
63   what fields could be edited.
65 * Documentation
66   - End user documentation: online help
67   - Administrators documentation: how to install / contributed scripts, etc.
68   - Developer documentation: how to extend, own plugins, themes, etc.
70 * amavis-new support
72 * Automatic passwords?
73   Generate a password for a newly created user and display it.
75 * Make IMAP namespace configurable
77 * Try RDN style for unique names
79 * Object Groups should have member tabs depending of the grouped object types