Code

Updated show_ldap_error
[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 * Fix DNS plugin. Add some more checks 
17 * Enhance the export xls to export the whole three with a maximum of attributes in each sheet ( OpenSides )
19 * Enhance the pptp plugin (OpenSides ) 
21 * Add support for nagios in the system part ( OpenSides )
23 * Update the french manual ( OpenSides )
25 * Pimp 1024x768 screen resolutions, it should be the minimum usable resoultion
27 * Auto-Resize for subdialogs
29 * Change FAIstate when triggering actions
30   (install, sysinfo, softupdate)
33 Now:
34 * evaluate what effects a ldap->cat(..., $this->attributes)
35   will have to other plugins in class_plugin.inc
36 * Changing LDAP-Servers -> start tab! Actions?
37 * Redo print_red(). Just show the first error, redesign it.
38 * Base-chooser geht nicht mehr
41 Target for 2.5:
42 ===============
44 * Asterisk : Create entry like this #309,1,PickupChan(SIP/rainer), 
45                          to allow others to pickup the phone by pressing # and number of the phone.
47 * Evaluate patches for certificate generation
49 * Bug submitter
51 * Complete PHP5 compliance and optimization
53 * Simplify plugins by providing a schema parser
55 * Remove smarty from SVN. It has an own repository.
57 * Replace PHP IMAP module by self made module
59 * Add possibility to add referrals in department dialog
61 * Add sambaWorkingHours
63 * Fine tuning in Kerberos support
64   Special kerberos attributes like ticket expiery and policies can't
65   be handeled with GOsa right now this has to be added in later releases.
66   
67 * Server-/Workstation management
68   This has been removed because of inconsistencies. Will be back soon:
69   - support for dhcp
70   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
72 * SSL
73   User certificates are only shown as "absent" or "present", because the
74   SSL PHP module isn't buildable in the moment. I'll check this later on.
75     (Notes:
76      openssl x509 -outform DER -in incert.pem  -out outcert.der
77      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
78      print_r(openssl_x509_parse ($this->userCertificate));
79     )
80     
81 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
82   The complete ACL dialog stinks. If every dialog is done by smarty, we could
83   use a shrinked version of each dialog with checkboxes, to let the admin decide
84   what fields could be edited.
86 * Documentation
87   - End user documentation: online help
88   - Administrators documentation: how to install / contributed scripts, etc.
89   - Developer documentation: how to extend, own plugins, themes, etc.
91 * amavis-new support
93 * Automatic passwords?
94   Generate a password for a newly created user and display it.
96 * Make IMAP namespace configurable
98 * Try RDN style for unique names