Code

Fixed cookie error messages
[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 * Add online help (english/german)
9 * Check virenschleuder/Winstations in Admin->Systems 
10         LDAP-Fehler: Cannot modify object class (structural object class modification from 'person' to 'inetOrgPerson' not allowed)
12 * Test DNS plugin. Add some more checks 
14 * Check application moving with release management (!)
16 * Phone account is not removable if the mysql database is not reachable.
17   This is no real problem, but I'd like to see the hint message for it.
19 * Enhance the export xls to export the whole three with a maximum of attributes in each sheet ( OpenSides )
21 * Enhance the pptp plugin (OpenSides ) 
23 * Add support for nagios in the system part ( OpenSides )
25 * Update the french manual ( OpenSides )
28 Target for 2.5:
29 ===============
31 * Asterisk : Create entry like this #309,1,PickupChan(SIP/rainer), 
32                          to allow others to pickup the phone by pressing # and number of the phone.
34 * Rework group->application assignment.
36 * Evaluate patches for certificate generation
38 * Bug submitter
40 * Fix translation mode
42 * Gofon -Asterisk-database name should be defined in database tab, currently this setting is hard coded in class_config.inc
44 * Complete PHP5 compliance and optimization
46 * Simplify plugins by providing a schema parser
48 * Remove smarty from SVN. It has an own repository.
50 * Replace PHP IMAP module by self made module
52 * Add possibility to add referrals in department dialog
54 * Add sambaWorkingHours
56 * Fine tuning in Kerberos support
57   Special kerberos attributes like ticket expiery and policies can't
58   be handeled with GOsa right now this has to be added in later releases.
59   
60 * Server-/Workstation management
61   This has been removed because of inconsistencies. Will be back soon:
62   - support for dhcp
63   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
65 * SSL
66   User certificates are only shown as "absent" or "present", because the
67   SSL PHP module isn't buildable in the moment. I'll check this later on.
68     (Notes:
69      openssl x509 -outform DER -in incert.pem  -out outcert.der
70      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
71      print_r(openssl_x509_parse ($this->userCertificate));
72     )
73     
74 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
75   The complete ACL dialog stinks. If every dialog is done by smarty, we could
76   use a shrinked version of each dialog with checkboxes, to let the admin decide
77   what fields could be edited.
79 * Documentation
80   - End user documentation: online help
81   - Administrators documentation: how to install / contributed scripts, etc.
82   - Developer documentation: how to extend, own plugins, themes, etc.
84 * amavis-new support
86 * Automatic passwords?
87   Generate a password for a newly created user and display it.
89 * Make IMAP namespace configurable
91 * Try RDN style for unique names
93 * Object Groups should have member tabs depending of the grouped object types