Code

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