Code

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