Code

* Added basic support for tagging new objects
[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 * Added functions normalizePreg and normalizeLdap. Please use where needed!
10 * generatePasteIcon added, please use!
12 * Create a status-bar/-display for FAI installations 
14 * Add online help (english/german)
15   Document how to generate it, generate it and check it in
17 * Fix DNS plugin. Add some more checks 
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 )
27 * Pimp 1024x768 screen resolutions, it should be the minimum usable resoultion
29 * Auto-Resize for subdialogs
31 * Fix create_missing_trees to gererate tags if needed, too
33 * Fix fai objects to generate tags if needed (sub objects, phone me...)
35 * Fix Phone book to generate tags if needed
37 * Remove the refresh button from faiPackageNew (the second one)
40 Target for 2.5:
41 ===============
43 * Asterisk : Create entry like this #309,1,PickupChan(SIP/rainer), 
44                          to allow others to pickup the phone by pressing # and number of the phone.
46 * Rework group->application assignment.
48 * Evaluate patches for certificate generation
50 * Bug submitter
52 * Fix translation mode
54 * Gofon -Asterisk-database name should be defined in database tab, currently this setting is hard coded in class_config.inc
56 * Complete PHP5 compliance and optimization
58 * Simplify plugins by providing a schema parser
60 * Remove smarty from SVN. It has an own repository.
62 * Replace PHP IMAP module by self made module
64 * Add possibility to add referrals in department dialog
66 * Add sambaWorkingHours
68 * Fine tuning in Kerberos support
69   Special kerberos attributes like ticket expiery and policies can't
70   be handeled with GOsa right now this has to be added in later releases.
71   
72 * Server-/Workstation management
73   This has been removed because of inconsistencies. Will be back soon:
74   - support for dhcp
75   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
77 * SSL
78   User certificates are only shown as "absent" or "present", because the
79   SSL PHP module isn't buildable in the moment. I'll check this later on.
80     (Notes:
81      openssl x509 -outform DER -in incert.pem  -out outcert.der
82      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
83      print_r(openssl_x509_parse ($this->userCertificate));
84     )
85     
86 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
87   The complete ACL dialog stinks. If every dialog is done by smarty, we could
88   use a shrinked version of each dialog with checkboxes, to let the admin decide
89   what fields could be edited.
91 * Documentation
92   - End user documentation: online help
93   - Administrators documentation: how to install / contributed scripts, etc.
94   - Developer documentation: how to extend, own plugins, themes, etc.
96 * amavis-new support
98 * Automatic passwords?
99   Generate a password for a newly created user and display it.
101 * Make IMAP namespace configurable
103 * Try RDN style for unique names
105 * Object Groups should have member tabs depending of the grouped object types