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 * Make "Fax reports", "Phone reports", "Syslog" and "Mailqueue" look
8   identical if nothing is defined. Mailqueue is the reference.
9         (if nothing is defined ?)
11 * Check the LDAP manager. The "Back" links are not working (logout) and
12   should be replaced by a "Back" button.
14 * Clicking on "CSV Import" produces tons of PHP errors on PHP5
15   "Uninitialized string offset: 0". Clicking there a second time, does
16   not produce errors
18 * Check "rgrep FIXME *", especially the ACL issues
20 * Fix problem with non-existing entries in the package list
23 Target for 2.5:
24 ===============
26 * Asterisk : Create entry like this #309,1,PickupChan(SIP/rainer), 
27                          to allow others to pickup the phone by pressing # and number of the phone.
29 * Evaluate patches for certificate generation
31 * Bug submitter
33 * Fix translation mode
35 * Gofon -Asterisk-database name should be defined in database tab, currently this setting is hard coded in class_config.inc
37 * Complete PHP5 compliance and optimization
39 * Simplify plugins by providing a schema parser
41 * Remove smarty from SVN. It has an own repository.
43 * Replace PHP IMAP module by self made module
45 * Add possibility to add referrals in department dialog
47 * Add sambaWorkingHours
49 * Fine tuning in Kerberos support
50   Special kerberos attributes like ticket expiery and policies can't
51   be handeled with GOsa right now this has to be added in later releases.
52   
53 * Server-/Workstation management
54   This has been removed because of inconsistencies. Will be back soon:
55   - support for dhcp
56   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
58 * SSL
59   User certificates are only shown as "absent" or "present", because the
60   SSL PHP module isn't buildable in the moment. I'll check this later on.
61     (Notes:
62      openssl x509 -outform DER -in incert.pem  -out outcert.der
63      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
64      print_r(openssl_x509_parse ($this->userCertificate));
65     )
66     
67 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
68   The complete ACL dialog stinks. If every dialog is done by smarty, we could
69   use a shrinked version of each dialog with checkboxes, to let the admin decide
70   what fields could be edited.
72 * Documentation
73   - End user documentation: online help
74   - Administrators documentation: how to install / contributed scripts, etc.
75   - Developer documentation: how to extend, own plugins, themes, etc.
77 * amavis-new support
79 * Automatic passwords?
80   Generate a password for a newly created user and display it.
82 * Make IMAP namespace configurable
84 * Try RDN style for unique names
86 * Object Groups should have member tabs depending of the grouped object types