Subversion Repositories oidplus

Rev

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

Rev 1038 Rev 1041
Line 108... Line 108...
108
- Let the user create shortcuts to any OIDplus-Goto-URLS (e.g. important OIDs) directly in the menu, without writing a plugin?
108
- Let the user create shortcuts to any OIDplus-Goto-URLS (e.g. important OIDs) directly in the menu, without writing a plugin?
109
- Auto open some nodes automatically, or open until a specific level (like done in the Resources plugin?)
109
- Auto open some nodes automatically, or open until a specific level (like done in the Resources plugin?)
110
- Let the JavaScript value "oidplus_menu_width" being modified by a design plugin and/or the database config.
110
- Let the JavaScript value "oidplus_menu_width" being modified by a design plugin and/or the database config.
111
  A plugin can already do this by using htmlHeaderUpdate() and creating an inline JavaScript to modify the global variable "oidplus_menu_width"
111
  A plugin can already do this by using htmlHeaderUpdate() and creating an inline JavaScript to modify the global variable "oidplus_menu_width"
112
- At a lot of forms, if you press "enter", the "form" will not be submitted (e.g. "create ra" plugin), cannot reproduce?
112
- At a lot of forms, if you press "enter", the "form" will not be submitted (e.g. "create ra" plugin), cannot reproduce?
113
- 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)?
-
 
114
- system log plugin: Only show 100 events and let the user switch pages. To avoid that you load a page with 10000+ log entries!
113
- system log plugin: Only show 100 events and let the user switch pages. To avoid that you load a page with 10000+ log entries!
115
- Alpine Linux SVN update: I get the error "svn: warning: W000013: Can't open file '/root/.subversion/servers': Permission denied", although "whoami" is "apache"! (Maybe because the initial checkout was done by root?!)
114
- Alpine Linux SVN update: I get the error "svn: warning: W000013: Can't open file '/root/.subversion/servers': Permission denied", although "whoami" is "apache"! (Maybe because the initial checkout was done by root?!)
116
- AutoUpdate via cron?
115
- AutoUpdate via cron?
117
- Login page etc.: If user clicks on a tab, then the gotoedit and static link should change to e.g. "oidplus:login$admin" or "oidplus:login$ra", respectively.
116
- Login page etc.: If user clicks on a tab, then the gotoedit and static link should change to e.g. "oidplus:login$admin" or "oidplus:login$ra", respectively.
118
        $('#static_link').attr("href", "index.php?goto="+encodeURIComponent(id));
117
        $('#static_link').attr("href", "index.php?goto="+encodeURIComponent(id));