Code

Made en to the default language if the native one is not available
[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
20 Target for 2.5:
21 ===============
23 * Asterisk : Create entry like this #309,1,PickupChan(SIP/rainer), 
24                          to allow others to pickup the phone by pressing # and number of the phone.
26 * Evaluate patches for certificate generation
28 * Bug submitter
30 * Fix translation mode
32 * Gofon -Asterisk-database name should be defined in database tab, currently this setting is hard coded in class_config.inc
34 * Complete PHP5 compliance and optimization
36 * Simplify plugins by providing a schema parser
38 * Remove smarty from SVN. It has an own repository.
40 * Replace PHP IMAP module by self made module
42 * Add possibility to add referrals in department dialog
44 * Add sambaWorkingHours
46 * Fine tuning in Kerberos support
47   Special kerberos attributes like ticket expiery and policies can't
48   be handeled with GOsa right now this has to be added in later releases.
49   
50 * Server-/Workstation management
51   This has been removed because of inconsistencies. Will be back soon:
52   - support for dhcp
53   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
55 * SSL
56   User certificates are only shown as "absent" or "present", because the
57   SSL PHP module isn't buildable in the moment. I'll check this later on.
58     (Notes:
59      openssl x509 -outform DER -in incert.pem  -out outcert.der
60      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
61      print_r(openssl_x509_parse ($this->userCertificate));
62     )
63     
64 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
65   The complete ACL dialog stinks. If every dialog is done by smarty, we could
66   use a shrinked version of each dialog with checkboxes, to let the admin decide
67   what fields could be edited.
69 * Documentation
70   - End user documentation: online help
71   - Administrators documentation: how to install / contributed scripts, etc.
72   - Developer documentation: how to extend, own plugins, themes, etc.
74 * amavis-new support
76 * Automatic passwords?
77   Generate a password for a newly created user and display it.
79 * Make IMAP namespace configurable
81 * Try RDN style for unique names
83 * Object Groups should have member tabs depending of the grouped object types