Subversion Repositories oidplus

Rev

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

Rev 1265 Rev 1284
Line 1... Line 1...
1
 
1
 
2
June 2023 planned:
2
June 2023 planned:
3
- Finish REST API
3
- Test REST API
-
 
4
- Test if REST API "OPTIONS" is implemented
4
 
5
 
5
May 2023 planned:
6
May 2023 planned:
6
- Don't send "information object OIDs" (= Non-OIDs) OIDs to oid-info.com anymore
7
- Don't send "information object OIDs" (= Non-OIDs) OIDs to oid-info.com anymore
-
 
8
	=> 17 May 2023 mitigated at VTS internal side
7
- In re Internet access:
9
- In re Internet access:
8
          * Check if all instances of https://github.com/danielmarschall/oidplus/issues/5 ("Offline mode") have been addressed
10
          * Check if all instances of https://github.com/danielmarschall/oidplus/issues/5 ("Offline mode") have been addressed
9
    [OK!] * Everywhere where url_post_contents() is used, we need to check url_post_contents_available() too.
11
    [OK!] * Everywhere where url_post_contents() is used, we need to check url_post_contents_available() too.
10
          * Everywhere where url_get_contents() is used, we need to check url_get_contents_available() too.
12
          * Everywhere where url_get_contents() is used, we need to check url_get_contents_available() too.
11
- Not good: url_*_contents() throws an Exception if not available, but returns false if URL is not available. That's inconsistant...
13
- Not good: url_*_contents() throws an Exception if not available, but returns false if URL is not available. That's inconsistant...