Code

Updated todo
[gosa.git] / TODO
1 Target for 2.4.1:
2 =================
4 * Sanity check for workstations/servers: repository server == self?
6 * Can't remove phoneAccounts...
8 * Explaination of several FIXME's. Group removal, etc.
10 * peopleou, groupou, fai, etc. as department? Please check!
11   Check during login/setup?
13 * saveFilter added, please use!
15 * Added functions normalizePreg and normalizeLdap. Please use where needed!
17 * generatePasteIcon added, please use!
19 * Create a status-bar/-display for FAI installations 
20   (Use notes from 0.5.12.2005)
22 * Add online help (english/german)
24 * Check virenschleuder/Winstations in Admin->Systems 
25   LDAP-Error: Cannot modify object class (structural object class modification from 'person' to 'inetOrgPerson' not allowed)
27 * Test DNS plugin. Add some more checks 
29 * Enhance the export xls to export the whole three with a maximum of attributes in each sheet ( OpenSides )
31 * Enhance the pptp plugin (OpenSides ) 
33 * Add support for nagios in the system part ( OpenSides )
35 * Update the french manual ( OpenSides )
37 * Pimp 1024x768 screen resolutions, it should be the minimum usable resoultion
39 * Auto-Resize for subdialogs
42 Target for 2.5:
43 ===============
45 * Asterisk : Create entry like this #309,1,PickupChan(SIP/rainer), 
46                          to allow others to pickup the phone by pressing # and number of the phone.
48 * Rework group->application assignment.
50 * Evaluate patches for certificate generation
52 * Bug submitter
54 * Fix translation mode
56 * Gofon -Asterisk-database name should be defined in database tab, currently this setting is hard coded in class_config.inc
58 * Complete PHP5 compliance and optimization
60 * Simplify plugins by providing a schema parser
62 * Remove smarty from SVN. It has an own repository.
64 * Replace PHP IMAP module by self made module
66 * Add possibility to add referrals in department dialog
68 * Add sambaWorkingHours
70 * Fine tuning in Kerberos support
71   Special kerberos attributes like ticket expiery and policies can't
72   be handeled with GOsa right now this has to be added in later releases.
73   
74 * Server-/Workstation management
75   This has been removed because of inconsistencies. Will be back soon:
76   - support for dhcp
77   - attributes for ldap-, ntp-, nfs-, imap- and print-servers
79 * SSL
80   User certificates are only shown as "absent" or "present", because the
81   SSL PHP module isn't buildable in the moment. I'll check this later on.
82     (Notes:
83      openssl x509 -outform DER -in incert.pem  -out outcert.der
84      ldif -b "usercertificate;binary" < outcert.der   > cert.ldif
85      print_r(openssl_x509_parse ($this->userCertificate));
86     )
87     
88 * Rework ACL stuff, use experimental (native) LDAP ACLs / get ACLs from classes
89   The complete ACL dialog stinks. If every dialog is done by smarty, we could
90   use a shrinked version of each dialog with checkboxes, to let the admin decide
91   what fields could be edited.
93 * Documentation
94   - End user documentation: online help
95   - Administrators documentation: how to install / contributed scripts, etc.
96   - Developer documentation: how to extend, own plugins, themes, etc.
98 * amavis-new support
100 * Automatic passwords?
101   Generate a password for a newly created user and display it.
103 * Make IMAP namespace configurable
105 * Try RDN style for unique names
107 * Object Groups should have member tabs depending of the grouped object types