Subversion Repositories oidplus

Rev

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

Rev 819 Rev 820
Line 1... Line 1...
1
 
1
 
-
 
2
New Object Type plugins:
-
 
3
- FourCC aka OSType
-
 
4
- LSID ?
-
 
5
- International Geo Sample Number ?
-
 
6
 
2
Treeview / Navigation:
7
Treeview / Navigation:
3
- In the tree, let the operator create "shortcuts" to important OIDs?
8
- In the tree, let the operator create "shortcuts" to important OIDs?
4
- Define "critical" OIDs which should always be visible; this means: the tree will always be extended so that these OIDs are shown?
9
- Define "critical" OIDs which should always be visible; this means: the tree will always be extended so that these OIDs are shown?
5
 
10
 
6
SECURITY Improvements:
11
SECURITY Improvements:
Line 61... Line 66...
61
- XML import: Let the user decide if "created=now" should be set
66
- XML import: Let the user decide if "created=now" should be set
62
- XML import: Waiting animation
67
- XML import: Waiting animation
63
- XML import: If output (errors) is too long, show them in a page rather than an alert() box
68
- XML import: If output (errors) is too long, show them in a page rather than an alert() box
64
 
69
 
65
SMALL THINGS
70
SMALL THINGS
-
 
71
- Let the user create shortcuts to any OIDplus-Goto-URLS (e.g. important OIDs) directly in the menu, without writing a plugin?
-
 
72
- Auto open some nodes automatically, or open until a specific level (like done in the Resources plugin?)
66
- Let the JavaScript value "oidplus_menu_width" being modified by a design plugin and/or the database config.
73
- Let the JavaScript value "oidplus_menu_width" being modified by a design plugin and/or the database config.
67
  A plugin can already do this by using htmlHeaderUpdate() and creating an inline JavaScript to modify the global variable "oidplus_menu_width"
74
  A plugin can already do this by using htmlHeaderUpdate() and creating an inline JavaScript to modify the global variable "oidplus_menu_width"
68
- At a lot of forms, if you press "enter", the "form" will not be submitted (e.g. "create ra" plugin), cannot reproduce?
75
- At a lot of forms, if you press "enter", the "form" will not be submitted (e.g. "create ra" plugin), cannot reproduce?
69
- Default language selection: Either always en-US, or automatical selection depending on browser language, or depending on admin setting (e.g. german companies offer a german repository by default)?
76
- Default language selection: Either always en-US, or automatical selection depending on browser language, or depending on admin setting (e.g. german companies offer a german repository by default)?
70
- system log plugin: Only show 100 events and let the user switch pages. To avoid that you load a page with 10000+ log entries!
77
- system log plugin: Only show 100 events and let the user switch pages. To avoid that you load a page with 10000+ log entries!