Code

Fixed phone plugin removal.
[gosa.git] / TODO
1 Target for 2.4.1:
2 =================
4 * Speed up workstation loading
6 * Create a status-bar/-display for FAI installations 
7   (Use notes from 0.5.12.2005)
9 * Add online help (english/german)
11 * Check virenschleuder/Winstations in Admin->Systems 
12   LDAP-Error: Cannot modify object class (structural object class modification from 'person' to 'inetOrgPerson' not allowed)
14 * Test DNS plugin. Add some more checks 
16 * Enhance the export xls to export the whole three with a maximum of attributes in each sheet ( OpenSides )
18 * Enhance the pptp plugin (OpenSides ) 
20 * Add support for nagios in the system part ( OpenSides )
22 * Update the french manual ( OpenSides )
25 Target for 2.5:
26 ===============
28 * Asterisk : Create entry like this #309,1,PickupChan(SIP/rainer), 
29                          to allow others to pickup the phone by pressing # and number of the phone.
31 * Rework group->application assignment.
33 * Evaluate patches for certificate generation
35 * Bug submitter
37 * Fix translation mode
39 * Gofon -Asterisk-database name should be defined in database tab, currently this setting is hard coded in class_config.inc
41 * Complete PHP5 compliance and optimization
43 * Simplify plugins by providing a schema parser
45 * Remove smarty from SVN. It has an own repository.
47 * Replace PHP IMAP module by self made module
49 * Add possibility to add referrals in department dialog
51 * Add sambaWorkingHours
53 * Fine tuning in Kerberos support
54   Special kerberos attributes like ticket expiery and policies can't
55   be handeled with GOsa right now this has to be added in later releases.
56   
57 * Server-/Workstation management
58   This has been removed because of inconsistencies. Will be back soon:
59   - support for dhcp
60   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
62 * SSL
63   User certificates are only shown as "absent" or "present", because the
64   SSL PHP module isn't buildable in the moment. I'll check this later on.
65     (Notes:
66      openssl x509 -outform DER -in incert.pem  -out outcert.der
67      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
68      print_r(openssl_x509_parse ($this->userCertificate));
69     )
70     
71 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
72   The complete ACL dialog stinks. If every dialog is done by smarty, we could
73   use a shrinked version of each dialog with checkboxes, to let the admin decide
74   what fields could be edited.
76 * Documentation
77   - End user documentation: online help
78   - Administrators documentation: how to install / contributed scripts, etc.
79   - Developer documentation: how to extend, own plugins, themes, etc.
81 * amavis-new support
83 * Automatic passwords?
84   Generate a password for a newly created user and display it.
86 * Make IMAP namespace configurable
88 * Try RDN style for unique names
90 * Object Groups should have member tabs depending of the grouped object types