Code

Updated
[gosa.git] / TODO
1 Target for 2.4.1:
2 =================
4 Please fix till 25.01.06:
5 * Create/Edit a terminal template and save it; then also a printer named default is created. 
6         This should not happen. (It is also created if there is no printer enabled on printer tab !!!).
7         If you try to delete this entry, some errors are shown. 
9 * Create a status-bar/-display for FAI installations 
10         (Use notes from 0.5.12.2005)
12 * Create backend for glpi object documentation.
13         (Use notes from 0.5.12.2005)
15 * Add online help (english/german)
17 * Group mail is not initially add-able?
19 * Check virenschleuder/Winstations in Admin->Systems 
20         LDAP-Fehler: Cannot modify object class (structural object class modification from 'person' to 'inetOrgPerson' not allowed)
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 * Rework group->application assignment.
30 * Evaluate patches for certificate generation
32 * Bug submitter
34 * Fix translation mode
36 * Gofon -Asterisk-database name should be defined in database tab, currently this setting is hard coded in class_config.inc
38 * Complete PHP5 compliance and optimization
40 * Simplify plugins by providing a schema parser
42 * Remove smarty from SVN. It has an own repository.
44 * Replace PHP IMAP module by self made module
46 * Add possibility to add referrals in department dialog
48 * Add sambaWorkingHours
50 * Fine tuning in Kerberos support
51   Special kerberos attributes like ticket expiery and policies can't
52   be handeled with GOsa right now this has to be added in later releases.
53   
54 * Server-/Workstation management
55   This has been removed because of inconsistencies. Will be back soon:
56   - support for dhcp
57   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
59 * SSL
60   User certificates are only shown as "absent" or "present", because the
61   SSL PHP module isn't buildable in the moment. I'll check this later on.
62     (Notes:
63      openssl x509 -outform DER -in incert.pem  -out outcert.der
64      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
65      print_r(openssl_x509_parse ($this->userCertificate));
66     )
67     
68 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
69   The complete ACL dialog stinks. If every dialog is done by smarty, we could
70   use a shrinked version of each dialog with checkboxes, to let the admin decide
71   what fields could be edited.
73 * Documentation
74   - End user documentation: online help
75   - Administrators documentation: how to install / contributed scripts, etc.
76   - Developer documentation: how to extend, own plugins, themes, etc.
78 * amavis-new support
80 * Automatic passwords?
81   Generate a password for a newly created user and display it.
83 * Make IMAP namespace configurable
85 * Try RDN style for unique names
87 * Object Groups should have member tabs depending of the grouped object types