Code

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