Subversion Repositories oidplus

Rev

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

Rev 946 Rev 947
Line 7... Line 7...
7
- a possibility to export&transfer all data between OIDplus'es: Attention: Do not use this XML Export/Import to exchange, backup or restore data between OIDplus systems!
7
- a possibility to export&transfer all data between OIDplus'es: Attention: Do not use this XML Export/Import to exchange, backup or restore data between OIDplus systems!
8
- a possibility to 'construct' my own object types in UI (1: specify list of their fields and 2: choose "oid-like/forward" com.example.api or "domain-like/reverse" api.example.com naming scheme), so they would appear as the whole new type
8
- a possibility to 'construct' my own object types in UI (1: specify list of their fields and 2: choose "oid-like/forward" com.example.api or "domain-like/reverse" api.example.com naming scheme), so they would appear as the whole new type
9
 
9
 
10
RDAP:
10
RDAP:
11
- Extend handle404() to handle more things required by the RFC, as well as more object types
11
- Extend handle404() to handle more things required by the RFC, as well as more object types
12
- "HTTP 404" rewrite: Also implement for NGINX and IIS, see .htaccess
12
- "HTTP 404" rewrite: Also implement for NGINX, like done in web.config (IIS) and .htaccess (Apache2)
13
- More TODO see GitHub repository https://github.com/frdl/oidplus-frdlweb-rdap/issues
13
- More TODO see GitHub repository https://github.com/frdl/oidplus-frdlweb-rdap/issues
14
 
14
 
15
GS1 plugin:
15
GS1 plugin:
16
- prefilterQuery: If we query a gs1 which has a check digit, we should be redirected to the number without checkdigit.
16
- prefilterQuery: If we query a gs1 which has a check digit, we should be redirected to the number without checkdigit.
17
                  But... how do we know if the last digit is a checkdigit or if it is a longer number with a missing check-digit?
17
                  But... how do we know if the last digit is a checkdigit or if it is a longer number with a missing check-digit?