Code

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