Code

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