Code

Made create_missing_trees gosaUnitTag aware.
[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 fai objects to generate tags if needed (sub objects, phone me...)
33 * Fix Phone book to generate tags if needed
35 * Remove the refresh button from faiPackageNew (the second one)
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 * Rework group->application assignment.
46 * Evaluate patches for certificate generation
48 * Bug submitter
50 * Fix translation mode
52 * Gofon -Asterisk-database name should be defined in database tab, currently this setting is hard coded in class_config.inc
54 * Complete PHP5 compliance and optimization
56 * Simplify plugins by providing a schema parser
58 * Remove smarty from SVN. It has an own repository.
60 * Replace PHP IMAP module by self made module
62 * Add possibility to add referrals in department dialog
64 * Add sambaWorkingHours
66 * Fine tuning in Kerberos support
67   Special kerberos attributes like ticket expiery and policies can't
68   be handeled with GOsa right now this has to be added in later releases.
69   
70 * Server-/Workstation management
71   This has been removed because of inconsistencies. Will be back soon:
72   - support for dhcp
73   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
75 * SSL
76   User certificates are only shown as "absent" or "present", because the
77   SSL PHP module isn't buildable in the moment. I'll check this later on.
78     (Notes:
79      openssl x509 -outform DER -in incert.pem  -out outcert.der
80      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
81      print_r(openssl_x509_parse ($this->userCertificate));
82     )
83     
84 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
85   The complete ACL dialog stinks. If every dialog is done by smarty, we could
86   use a shrinked version of each dialog with checkboxes, to let the admin decide
87   what fields could be edited.
89 * Documentation
90   - End user documentation: online help
91   - Administrators documentation: how to install / contributed scripts, etc.
92   - Developer documentation: how to extend, own plugins, themes, etc.
94 * amavis-new support
96 * Automatic passwords?
97   Generate a password for a newly created user and display it.
99 * Make IMAP namespace configurable
101 * Try RDN style for unique names
103 * Object Groups should have member tabs depending of the grouped object types