Code

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