Subversion Repositories oidplus

Rev

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

Rev 844 Rev 849
Line 84... Line 84...
84
- At a lot of forms, if you press "enter", the "form" will not be submitted (e.g. "create ra" plugin), cannot reproduce?
84
- At a lot of forms, if you press "enter", the "form" will not be submitted (e.g. "create ra" plugin), cannot reproduce?
85
- 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)?
85
- 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)?
86
- system log plugin: Only show 100 events and let the user switch pages. To avoid that you load a page with 10000+ log entries!
86
- system log plugin: Only show 100 events and let the user switch pages. To avoid that you load a page with 10000+ log entries!
87
- 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?!)
87
- 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?!)
88
- AutoUpdate via cron?
88
- AutoUpdate via cron?
89
- cron.sh: set a global flag that tells the plugins whether we are calling from crontab,
-
 
90
  so that auto publishing et al prefer cron calls and only execute their code
-
 
91
  for random visitors, if the crontab is not running.
-
 
92
- 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.
89
- 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.
93
        $('#static_link').attr("href", "index.php?goto="+encodeURIComponent(id));
90
        $('#static_link').attr("href", "index.php?goto="+encodeURIComponent(id));
94
        $("#gotoedit").val(id);
91
        $("#gotoedit").val(id);
95
- Add show_waiting_anim() and hide_waiting_anim() to all AJAX queries, like it is done in plugin "Software update"
92
- Add show_waiting_anim() and hide_waiting_anim() to all AJAX queries, like it is done in plugin "Software update"
96
- #gotobutton should have the same top and height as #gotoedit
93
- #gotobutton should have the same top and height as #gotoedit