Code

Updated TODO
[gosa.git] / TODO
1 Things to fix before 2.4:
2 =========================
4 Showed up by a small review. Since we've time until the doc is ready,
5 face these:
7 * Check templates for variables that are not taken over
9 * Make "Fax reports", "Phone reports", "Syslog" and "Mailqueue" look
10   identical if nothing is defined. Mailqueue is the reference.
12 * Check the LDAP manager. The "Back" links are not working (logout) and
13   should be replaced by a "Back" button.
15 * Clicking on "CSV Import" produces tons of PHP errors on PHP5
16   "Uninitialized string offset: 0". Clicking there a second time, does
17   not produce errors
19 * Default help to english, if no other language is available
22 Target for 2.5:
23 ===============
25 * Asterisk : Create entry like this #309,1,PickupChan(SIP/rainer), 
26                          to allow others to pickup the phone by pressing # and number of the phone.
28 * Evaluate patches for certificate generation
30 * Bug submitter
32 * Fix translation mode
34 * Gofon -Asterisk-database name should be defined in database tab, currently this setting is hard coded in class_config.inc
36 * Complete PHP5 compliance and optimization
38 * Simplify plugins by providing a schema parser
40 * Remove smarty from SVN. It has an own repository.
42 * Replace PHP IMAP module by self made module
44 * Add possibility to add referrals in department dialog
46 * Add sambaWorkingHours
48 * Fine tuning in Kerberos support
49   Special kerberos attributes like ticket expiery and policies can't
50   be handeled with GOsa right now this has to be added in later releases.
51   
52 * Server-/Workstation management
53   This has been removed because of inconsistencies. Will be back soon:
54   - support for dhcp
55   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
57 * SSL
58   User certificates are only shown as "absent" or "present", because the
59   SSL PHP module isn't buildable in the moment. I'll check this later on.
60     (Notes:
61      openssl x509 -outform DER -in incert.pem  -out outcert.der
62      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
63      print_r(openssl_x509_parse ($this->userCertificate));
64     )
65     
66 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
67   The complete ACL dialog stinks. If every dialog is done by smarty, we could
68   use a shrinked version of each dialog with checkboxes, to let the admin decide
69   what fields could be edited.
71 * Documentation
72   - End user documentation: online help
73   - Administrators documentation: how to install / contributed scripts, etc.
74   - Developer documentation: how to extend, own plugins, themes, etc.
76 * amavis-new support
78 * Automatic passwords?
79   Generate a password for a newly created user and display it.
81 * Make IMAP namespace configurable
83 * Try RDN style for unique names
85 * Object Groups should have member tabs depending of the grouped object types