Subversion Repositories oidplus

Rev

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

Rev 664 Rev 670
Line 62... Line 62...
62
- XML import: Let the user decide if "created=now" should be set
62
- XML import: Let the user decide if "created=now" should be set
63
- XML import: Waiting animation
63
- XML import: Waiting animation
64
- XML import: If output (errors) is too long, show them in a page rather than an alert() box
64
- XML import: If output (errors) is too long, show them in a page rather than an alert() box
65
 
65
 
66
SMALL THINGS
66
SMALL THINGS
-
 
67
- cron.sh: set a global flag that tells the plugins whether we are calling from crontab,
-
 
68
  so that auto publishing et al prefer cron calls and only execute their code
-
 
69
  for random visitors, if the crontab is not running.
67
- 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.
70
- 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.
68
        $('#static_link').attr("href", "index.php?goto="+encodeURIComponent(id));
71
        $('#static_link').attr("href", "index.php?goto="+encodeURIComponent(id));
69
        $("#gotoedit").val(id);
72
        $("#gotoedit").val(id);
70
- Add show_waiting_anim() and hide_waiting_anim() to all AJAX queries, like it is done in plugin "Software update"
73
- Add show_waiting_anim() and hide_waiting_anim() to all AJAX queries, like it is done in plugin "Software update"
71
- #gotobutton should have the same top and height as #gotoedit
74
- #gotobutton should have the same top and height as #gotoedit