Code

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