Subversion Repositories oidplus

Rev

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

Rev 1288 Rev 1303
Line 79... Line 79...
79
 
79
 
80
Databases:
80
Databases:
81
- Let plugins create tables for all DBMS by including a "create table" function with abstract types in the SQL slang plugins (similar to Medoo)
81
- Let plugins create tables for all DBMS by including a "create table" function with abstract types in the SQL slang plugins (similar to Medoo)
82
 
82
 
83
Ideas
83
Ideas
-
 
84
- "Download Backup" plugin (contains SQL backup, as well as everything inside "userdata" and "userdata_pub")
84
- if a third-party plugin throws an exception in the init() method, maybe OIDplus should avoid loading the plugin?
85
- if a third-party plugin throws an exception in the init() method, maybe OIDplus should avoid loading the plugin?
85
- "hidden" alt ids which are not shown in the GUI, but can be used for reverse-Alt-ID ? (I believe we have excluded some AltIDs which are "not neccessary", e.g. an GUID already is a GUID and therefore does not need a Namespace GUID, or something like that)
86
- "hidden" alt ids which are not shown in the GUI, but can be used for reverse-Alt-ID ? (I believe we have excluded some AltIDs which are "not neccessary", e.g. an GUID already is a GUID and therefore does not need a Namespace GUID, or something like that)
86
 
87
 
87
RDAP:
88
RDAP:
88
- Extend handle404() to handle more things required by the RFC, as well as more object types
89
- Extend handle404() to handle more things required by the RFC, as well as more object types