forked from hummypkg/webif
1.0.15-3
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@1981 2a923420-c742-0410-a762-8d5b09965624
This commit is contained in:
parent
ed042ee230
commit
84899871e1
@ -1,7 +1,7 @@
|
||||
Package: webif
|
||||
Priority: optional
|
||||
Section: web
|
||||
Version: 1.0.15-2
|
||||
Version: 1.0.15-3
|
||||
Architecture: mipsel
|
||||
Maintainer: af123@hummypkg.org.uk
|
||||
Depends: webif-channelicons(>=1.1.11),lighttpd(>=1.4.35-2),jim(>=0.75-1),jim-oo,jim-sqlite3(>=0.75),jim-cgi(>=0.7),jim-binary(>=0.75),service-control(>=1.2),busybox(>=1.20.2-1),lsof(>=4.87),epg(>=1.0.13),hmt(>=1.1.21),ssmtp,anacron,trm(>=1.1),openssl-command,nicesplice,id3v2,file,rsvsync(>=1.0.2),webif-charts(>=1.2-1),stripts(>=1.2.5-3),smartmontools,tmenu(>=1.08),ffmpeg,id3v2,multienv(>=1.6),mongoose
|
||||
|
BIN
webif/html/img/blank.gif
Normal file
BIN
webif/html/img/blank.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 B |
@ -4,7 +4,7 @@ $(document).ready(function() {
|
||||
|
||||
var busy = false;
|
||||
var tswitch = false;
|
||||
var stick = false;
|
||||
var stick = true;
|
||||
|
||||
$('#opkgupdate')
|
||||
.button()
|
||||
@ -97,7 +97,7 @@ $(document).ready(function() {
|
||||
$('#complete').show('slow');
|
||||
if (status == 'success' && !stick)
|
||||
$('#dialogue').dialog('close');
|
||||
stick = false;
|
||||
//stick = false;
|
||||
}
|
||||
else
|
||||
$('#dresults').append(data);
|
||||
|
@ -63,7 +63,7 @@ proc register {type fn {priority 50}} {
|
||||
global "hook_$type"
|
||||
if {[info exists "hook_$type"]} {
|
||||
lappend "hook_$type" [list $fn $priority]
|
||||
log "Registered $fn for $type hook." 1
|
||||
log "Registered $fn for $type hook with priority $priority." 1
|
||||
} else {
|
||||
log "Unknown hook hook_$type" 0
|
||||
}
|
||||
@ -72,7 +72,7 @@ proc register {type fn {priority 50}} {
|
||||
proc runplugin {name {ts 0}} {
|
||||
set var "hook_$name"
|
||||
global $var
|
||||
foreach p [lsort -index end -integer [subst $$var]] {
|
||||
foreach p [lsort -index end -decreasing -integer [subst $$var]] {
|
||||
lassign $p fn priority
|
||||
log "Running $name plugin $fn (priority $priority)" 2
|
||||
if {[catch {$fn $ts} msg]} {
|
||||
|
@ -83,7 +83,7 @@ proc {system kernelver} {} {
|
||||
"May 8 14:32:30 KST 2013" { format "HDR_1.03.06(b)" }
|
||||
"Dec 10 14:36:54 KST 2013" { format "HDR_1.03.11" }
|
||||
"Feb 7 14:15:02 KST 2014" { format "HDR_1.03.12" }
|
||||
"May 19 22:39:27 BST 2014" { format "HDR_CFW_2.30" }
|
||||
"May 19 22:39:27 BST 2014" { format "HDR_CFW_3.00" }
|
||||
|
||||
# HD
|
||||
"Oct 11 21:14:31 KST 2010" { format "HD_1.01.12" }
|
||||
|
Loading…
Reference in New Issue
Block a user