Subversion Repositories oidplus

Rev

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

Rev 294 Rev 299
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
- Create a logger plugin that creates a flatfile log file in "secure/"
-
 
14
 
13
 
15
WHOIS
14
WHOIS
16
- webwhois: beside TXT/XML/JSON more output modi?  CSV, S/MIME  (and add the S/MIME keypurpose to the X.509 certificates)
15
- webwhois: beside TXT/XML/JSON more output modi?  CSV, S/MIME  (and add the S/MIME keypurpose to the X.509 certificates)
17
- whois query 'oid:' should show all root entries (subordinate entries), but there is only the message "not found"
16
- whois query 'oid:' should show all root entries (subordinate entries), but there is only the message "not found"
18
 
17
 
Line 22... Line 21...
22
- should "distance" be mandatory?
21
- should "distance" be mandatory?
23
- try to use MUST, MUST NOT, SHALL etc. according to RFC 2119
22
- try to use MUST, MUST NOT, SHALL etc. according to RFC 2119
24
- felder die nicht optional sind => mandatory kennzeichnen
23
- felder die nicht optional sind => mandatory kennzeichnen
25
 
24
 
26
SETUP
25
SETUP
27
- Do a AJAX check to see if "userdata/" or "dev/" is word-readable, and then show a warning
-
 
28
- There should be a "test database connection" button
26
- There should be a "test database connection" button
29
 
27
 
30
SMALL THINGS
28
SMALL THINGS
31
- RA address data: Country selection box like in OIDInfo
29
- RA address data: Country selection box like in OIDInfo
32
- We should remove "die()" whenever possible, because it is very unflexible
30
- We should remove "die()" whenever possible, because it is very unflexible