Code

Updated Blocklist (divlist)
[gosa.git] / TODO
1 Target for 2.4.1:
2 =================
4 * Explaination of several FIXME's. Group removal, etc.
6 * saveFilter added, please use!
8 * generatePasteIcon added, please use!
10 * Added functions normalizePreg and normalizeLdap. Please use where needed!
12 * Add online help (english/german)
13   Document how to generate it, generate it and check it in
15 * Enhance the export xls to export the whole three with a maximum of attributes in each sheet ( OpenSides )
17 * Enhance the pptp plugin (OpenSides ) 
19 * Add support for nagios in the system part ( OpenSides )
21 * Update the french manual ( OpenSides )
23 * Pimp 1024x768 screen resolutions, it should be the minimum usable resoultion
25 * Auto-Resize for subdialogs
27 * Change FAIstate when triggering actions
28   (install, sysinfo, softupdate)
31 Now:
32 * evaluate what effects a ldap->cat(..., $this->attributes)
33   will have to other plugins in class_plugin.inc
34 * Changing NTP-Servers -> start tab! Actions?
35 * Fix DNS plugin. Add some more checks 
38 Target for 2.5:
39 ===============
41 * Asterisk : Create entry like this #309,1,PickupChan(SIP/rainer), 
42                          to allow others to pickup the phone by pressing # and number of the phone.
44 * Evaluate patches for certificate generation
46 * Bug submitter
48 * Complete PHP5 compliance and optimization
50 * Simplify plugins by providing a schema parser
52 * Remove smarty from SVN. It has an own repository.
54 * Replace PHP IMAP module by self made module
56 * Add possibility to add referrals in department dialog
58 * Add sambaWorkingHours
60 * Fine tuning in Kerberos support
61   Special kerberos attributes like ticket expiery and policies can't
62   be handeled with GOsa right now this has to be added in later releases.
63   
64 * Server-/Workstation management
65   This has been removed because of inconsistencies. Will be back soon:
66   - support for dhcp
67   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
69 * SSL
70   User certificates are only shown as "absent" or "present", because the
71   SSL PHP module isn't buildable in the moment. I'll check this later on.
72     (Notes:
73      openssl x509 -outform DER -in incert.pem  -out outcert.der
74      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
75      print_r(openssl_x509_parse ($this->userCertificate));
76     )
77     
78 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
79   The complete ACL dialog stinks. If every dialog is done by smarty, we could
80   use a shrinked version of each dialog with checkboxes, to let the admin decide
81   what fields could be edited.
83 * Documentation
84   - End user documentation: online help
85   - Administrators documentation: how to install / contributed scripts, etc.
86   - Developer documentation: how to extend, own plugins, themes, etc.
88 * amavis-new support
90 * Automatic passwords?
91   Generate a password for a newly created user and display it.
93 * Make IMAP namespace configurable
95 * Try RDN style for unique names