Code

bfb4ef58810fb70911ceb708dd03fef563183f6c
[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 "rgrep FIXME *", especially the ACL issues
9 * Set default help to english
11 * When editing MyAccount->Generic, the base is empty possibly acls incorrect.
13 * applications -> new application -> editieren -> options hinzu -> Generic -> skript wird nicht aktualisiert
15 * man kann keine gruppenzuordnungen im drucker dialog löschen
17 * Fix problem with non-existing entries in the package list
19 * No error message if fax server is configured and database configuration is missing
21 * please check what happened to sizelimit buttons after moving to another list box
23 * Problem with FAI-Profiles which don't show up with _all_ available classes
25 * Can't assign rights on primary groups, or something like that ... 
27 * Problem with undefined 'description' after get_list2 in all headpages
29 Target for 2.5:
30 ===============
32 * Asterisk : Create entry like this #309,1,PickupChan(SIP/rainer), 
33                          to allow others to pickup the phone by pressing # and number of the phone.
35 * Evaluate patches for certificate generation
37 * Bug submitter
39 * Fix translation mode
41 * Gofon -Asterisk-database name should be defined in database tab, currently this setting is hard coded in class_config.inc
43 * Complete PHP5 compliance and optimization
45 * Simplify plugins by providing a schema parser
47 * Remove smarty from SVN. It has an own repository.
49 * Replace PHP IMAP module by self made module
51 * Add possibility to add referrals in department dialog
53 * Add sambaWorkingHours
55 * Fine tuning in Kerberos support
56   Special kerberos attributes like ticket expiery and policies can't
57   be handeled with GOsa right now this has to be added in later releases.
58   
59 * Server-/Workstation management
60   This has been removed because of inconsistencies. Will be back soon:
61   - support for dhcp
62   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
64 * SSL
65   User certificates are only shown as "absent" or "present", because the
66   SSL PHP module isn't buildable in the moment. I'll check this later on.
67     (Notes:
68      openssl x509 -outform DER -in incert.pem  -out outcert.der
69      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
70      print_r(openssl_x509_parse ($this->userCertificate));
71     )
72     
73 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
74   The complete ACL dialog stinks. If every dialog is done by smarty, we could
75   use a shrinked version of each dialog with checkboxes, to let the admin decide
76   what fields could be edited.
78 * Documentation
79   - End user documentation: online help
80   - Administrators documentation: how to install / contributed scripts, etc.
81   - Developer documentation: how to extend, own plugins, themes, etc.
83 * amavis-new support
85 * Automatic passwords?
86   Generate a password for a newly created user and display it.
88 * Make IMAP namespace configurable
90 * Try RDN style for unique names
92 * Object Groups should have member tabs depending of the grouped object types