Subversion Repositories oidplus

Rev

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

Rev 1243 Rev 1244
Line 5... Line 5...
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
    [OK!] * 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. That's inconsistant...
8
- Not good: url_*_contents() throws an Exception if not available, but returns false if URL is not available. That's inconsistant...
9
- Idea: If we enter "oid:2.999.123" in the goto box, and only "oid:2.999" exists, should we recommend the user to look at 2.999?
9
- Idea: If we enter "oid:2.999.123" in the goto box, and only "oid:2.999" exists, should we recommend the user to look at 2.999?
10
- setup/sql/*.sql should be in plugins/*/sqlSlang/*.sql
-
 
11
 
10
 
12
Future:
11
Future:
13
- Check if we can also support these databases listed at the PHP documentation:
12
- Check if we can also support these databases listed at the PHP documentation:
14
	CUBRID
13
	CUBRID
15
	dBase
14
	dBase