Subversion Repositories oidplus

Rev

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

Rev 1206 Rev 1212
Line 1... Line 1...
1
 
1
 
2
April 2023 planned:
2
April 2023 planned:
3
- Don't send "information object (i.e. Non-OIDs)" OIDs to oid-info.com anymore
3
- Don't send "information object (i.e. Non-OIDs)" OIDs to oid-info.com anymore
4
- In re Internet access:
4
- In re Internet access:
5
    * Check if all instances of https://github.com/danielmarschall/oidplus/issues/5 ("Offline mode") have been addressed
5
          * Check if all instances of https://github.com/danielmarschall/oidplus/issues/5 ("Offline mode") have been addressed
6
    * Everywhere where url_post_contents() is used, we need to check url_post_contents_available() too.
6
    [OK!] * Everywhere where url_post_contents() is used, we need to check url_post_contents_available() too.
7
    * Everywhere where url_get_contents() is used, we need to check url_get_contents_available() too.
7
          * Everywhere where url_get_contents() is used, we need to check url_get_contents_available() too.
-
 
8
- Not good: url_*_contents() throws an Exception if not available, but returns false if URL is not available?!
8
 
9
 
9
Exception Refactoring:
10
Exception Refactoring:
10
- [DONE]  Instead of catching OIDplusException, catch Exception
11
- [DONE]  Instead of catching OIDplusException, catch Exception
11
- [DONE]  Check every "new OIDplusException" and "new \OIDplusException" if it contains HTML and needs to be "new OIDplusHtmlException"
12
- [DONE]  Check every "new OIDplusException" and "new \OIDplusException" if it contains HTML and needs to be "new OIDplusHtmlException"
12
- [DONE]  Check every instance of "->getMessage()" it it needs to be HTML or Text
13
- [DONE]  Check every instance of "->getMessage()" it it needs to be HTML or Text