Subversion Repositories oidplus

Rev

Rev 314 | Rev 320 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 314 Rev 318
Line 8... Line 8...
8
- Verify that logger works correctly, check if all logmasks are correct
8
- Verify that logger works correctly, check if all logmasks are correct
9
- the inactivity timer is much too fast!
9
- the inactivity timer is much too fast!
10
- Does the admin feature "600_log" also show all log events from all Objects and all RAs?
10
- Does the admin feature "600_log" also show all log events from all Objects and all RAs?
11
- at a lot of forms, if you press "enter", the "form" will not be submitted (e.g. "create ra" plugin), cannot reproduce?
11
- at a lot of forms, if you press "enter", the "form" will not be submitted (e.g. "create ra" plugin), cannot reproduce?
12
- Test every function of OIDplus to ensure everything works after the recent changes in OOP
12
- Test every function of OIDplus to ensure everything works after the recent changes in OOP
-
 
13
- "goto" and "action" arguments should be OIDs!
-
 
14
	For all plugins, these OIDs shall be children of their plugin-OID
-
 
15
- action(), actionBefore(), actionAfter(): It would be better if they would get _REQUEST["action"] and all other stuff as function argument, so that they do not need to rely on Apache/HTTP
-
 
16
 
-
 
17
NEW FUNCTIONALITIES
-
 
18
- Admin plugin "Attachments" with following functionalities:
-
 
19
	* Show every object and its attachments, so that the admin knows what's going on
-
 
20
	  (Alternatively they can just look in the userdata directory using FTP)
-
 
21
	* Give the ability to enable/disable RA uploading/deleting
-
 
22
	  (Alternatively they need to do it in the configuration module and enter '0' and '1' by hand)
-
 
23
- Excel/CSV import tool for bulb data import
-
 
24
- RPC call to create OIDs via simple HTTP request
13
 
25
 
14
TINYMCE
26
TINYMCE
15
- menu entry "formats" is empty. can it be removed?
27
- menu entry "formats" is empty. can it be removed?
16
- clicking "Paragraph" dropdown box does not work (Safari problem?)
28
- clicking "Paragraph" dropdown box does not work (Safari problem?)
17
 
29