From 84899871e1d40b1a0bd4c241fe3d998cd0fbe029 Mon Sep 17 00:00:00 2001 From: hummypkg Date: Thu, 19 Jun 2014 21:34:48 +0000 Subject: [PATCH] 1.0.15-3 git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@1981 2a923420-c742-0410-a762-8d5b09965624 --- CONTROL/control | 2 +- webif/html/img/blank.gif | Bin 0 -> 42 bytes webif/html/pkg/script.js | 4 ++-- webif/lib/bin/auto | 4 ++-- webif/lib/system.class | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 webif/html/img/blank.gif diff --git a/CONTROL/control b/CONTROL/control index bfd1a00..760c606 100644 --- a/CONTROL/control +++ b/CONTROL/control @@ -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 diff --git a/webif/html/img/blank.gif b/webif/html/img/blank.gif new file mode 100644 index 0000000000000000000000000000000000000000..cfa62790ce9f51f906fbf481f8d79717eaf136b2 GIT binary patch literal 42 pcmZ?wbhEHbWMp7uXkcLY4+e@qSr{3B0y+#p0Fq%~V)S9K1^^7x3H<;7 literal 0 HcmV?d00001 diff --git a/webif/html/pkg/script.js b/webif/html/pkg/script.js index 40017d8..4f3da38 100644 --- a/webif/html/pkg/script.js +++ b/webif/html/pkg/script.js @@ -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); diff --git a/webif/lib/bin/auto b/webif/lib/bin/auto index 534fa3c..114cfd9 100755 --- a/webif/lib/bin/auto +++ b/webif/lib/bin/auto @@ -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]} { diff --git a/webif/lib/system.class b/webif/lib/system.class index ffbb864..711d6a5 100644 --- a/webif/lib/system.class +++ b/webif/lib/system.class @@ -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" }