Subversion Repositories oidplus

Rev

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

Rev 1182 Rev 1184
Line 3... Line 3...
3
- Don't send information object OIDs to oid-info.com anymore
3
- Don't send information object 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
    * 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
- Bug?! At http://localhost:8081/index.php?goto=oidplus%3Anotifications%24admin (maybe if it is called via the "goto box"?)
-
 
9
    <a href="?goto=" id="static_link" class="gray_footer_font">Static link to this page</a><
-
 
10
    there is only goto= !
-
 
11
 
8
 
12
Type safety:
9
Type safety:
13
- PhpStorm warnings
10
- PhpStorm warnings
14
- Re-Check "mixed"
11
- Re-Check "mixed"
15
- Nullable params passed to non-nullable methods => find using PHPStan level 7
12
- Nullable params passed to non-nullable methods => find using PHPStan level 7