From 58da098a11700997db1e9597bb109e8a44b1a412 Mon Sep 17 00:00:00 2001 From: hummypkg Date: Tue, 26 Apr 2016 19:54:56 +0000 Subject: [PATCH] 1.2.9 beta git-svn-id: file:///root/webif/svn/pkg/webif/trunk@2871 2a923420-c742-0410-a762-8d5b09965624 --- CONTROL/control | 4 +- CONTROL/postinst | 2 +- webif/cgi-bin/epg/info.jim | 16 +- webif/cgi-bin/epg/schedule.jim | 2 +- webif/cgi-bin/xepg.js | 38 -- webif/html/backup/backup.js | 69 --- webif/html/css/style.css | 97 +++- webif/html/epg/list.jim | 2 +- webif/html/epg/service.jim | 2 +- webif/html/go | 2 +- webif/html/img/uiTabsArrow.png | Bin 0 -> 112 bytes webif/html/js/epg_popup.js | 14 +- webif/html/js/icons.js | 32 ++ webif/html/lib/footer.jim | 7 +- .../lib/jquery.plugin/growl/jquery.growl.css | 85 ++++ .../lib/jquery.plugin/growl/jquery.growl.js | 244 +++++++++ .../jquery.plugin/qtip/jquery.qtip.min.css | 3 + .../lib/jquery.plugin/qtip/jquery.qtip.min.js | 5 + webif/html/lib/noheader.jim | 21 + webif/html/{ => sched}/backup/backup.jim | 2 +- webif/html/{ => sched}/backup/delete.jim | 0 webif/html/{ => sched}/backup/files.jim | 0 webif/html/{ => sched}/backup/index.jim | 9 +- webif/html/{ => sched}/backup/restore.jim | 0 webif/html/sched/backup/script.js | 72 +++ webif/html/{ => sched}/backup/view.jim | 3 +- webif/html/sched/index.jim | 288 +---------- webif/html/sched/{ => list}/assets.jim | 5 +- webif/html/sched/list/index.jim | 353 +++++++++++++ webif/html/sched/list/script.js | 439 ++++++++++++++++ webif/html/sched/{ => rpc}/ar.jim | 0 webif/html/sched/{ => rpc}/cancel.jim | 0 webif/html/sched/{ => rpc}/cleanup.jim | 2 - webif/html/sched/{ => rpc}/folder.jim | 0 webif/html/sched/{ => rpc}/info.jim | 0 webif/html/sched/{ => rpc}/manual.jim | 0 webif/html/sched/{ => rpc}/mkdir.jim | 0 webif/html/sched/{ => rpc}/pad.jim | 0 webif/html/sched/rpc/refresh.jim | 23 + webif/html/sched/rpc/skip.jim | 45 ++ webif/html/sched/script.js | 475 +++--------------- webif/html/sched/visual/assets.jim | 10 + webif/html/sched/visual/index.jim | 456 +++++++++++++++++ webif/html/sched/visual/script.js | 414 +++++++++++++++ webif/html/sched/visual/style.css | 115 +++++ .../{cgi-bin/xepg.jim => html/xepg/index.jim} | 138 +++-- webif/html/xepg/script.js | 78 +++ webif/html/{css/xepg.css => xepg/style.css} | 80 +++ webif/lib/bin/auto | 2 +- webif/lib/epg_popup | 2 +- webif/lib/rsv.class | 252 ++++++++-- webif/lib/setup | 5 +- webif/lib/utils | 4 + 53 files changed, 3030 insertions(+), 887 deletions(-) delete mode 100644 webif/cgi-bin/xepg.js delete mode 100755 webif/html/backup/backup.js create mode 100644 webif/html/img/uiTabsArrow.png create mode 100644 webif/html/js/icons.js create mode 100644 webif/html/lib/jquery.plugin/growl/jquery.growl.css create mode 100644 webif/html/lib/jquery.plugin/growl/jquery.growl.js create mode 100644 webif/html/lib/jquery.plugin/qtip/jquery.qtip.min.css create mode 100644 webif/html/lib/jquery.plugin/qtip/jquery.qtip.min.js create mode 100755 webif/html/lib/noheader.jim rename webif/html/{ => sched}/backup/backup.jim (92%) rename webif/html/{ => sched}/backup/delete.jim (100%) rename webif/html/{ => sched}/backup/files.jim (100%) rename webif/html/{ => sched}/backup/index.jim (94%) rename webif/html/{ => sched}/backup/restore.jim (100%) create mode 100755 webif/html/sched/backup/script.js rename webif/html/{ => sched}/backup/view.jim (90%) rename webif/html/sched/{ => list}/assets.jim (95%) create mode 100755 webif/html/sched/list/index.jim create mode 100755 webif/html/sched/list/script.js rename webif/html/sched/{ => rpc}/ar.jim (100%) rename webif/html/sched/{ => rpc}/cancel.jim (100%) rename webif/html/sched/{ => rpc}/cleanup.jim (99%) rename webif/html/sched/{ => rpc}/folder.jim (100%) rename webif/html/sched/{ => rpc}/info.jim (100%) rename webif/html/sched/{ => rpc}/manual.jim (100%) rename webif/html/sched/{ => rpc}/mkdir.jim (100%) rename webif/html/sched/{ => rpc}/pad.jim (100%) create mode 100755 webif/html/sched/rpc/refresh.jim create mode 100755 webif/html/sched/rpc/skip.jim create mode 100755 webif/html/sched/visual/assets.jim create mode 100755 webif/html/sched/visual/index.jim create mode 100644 webif/html/sched/visual/script.js create mode 100644 webif/html/sched/visual/style.css rename webif/{cgi-bin/xepg.jim => html/xepg/index.jim} (63%) create mode 100644 webif/html/xepg/script.js rename webif/html/{css/xepg.css => xepg/style.css} (60%) diff --git a/CONTROL/control b/CONTROL/control index df5717c..4bb80ad 100644 --- a/CONTROL/control +++ b/CONTROL/control @@ -1,10 +1,10 @@ Package: webif Priority: optional Section: web -Version: 1.2.8-16 +Version: 1.2.9-0 Architecture: mipsel Maintainer: af123@hpkg.tv -Depends: tcpfix,webif-channelicons(>=1.1.20),lighttpd(>=1.4.39-1),jim(>=0.76-1),jim-oo,jim-sqlite3(>=0.76),jim-cgi(>=0.7-1),jim-binary(>=0.76),service-control(>=2.1),busybox(>=1.20.2-1),lsof(>=4.87),epg(>=1.2.1-1),hmt(>=2.0.9),ssmtp,cron-daemon(>=1.18.3-3),at(>=3.1.18),anacron,trm(>=1.1),openssl-command,nicesplice,id3v2,file,rsvsync(>=1.0.2),webif-charts(>=1.2-1),stripts(>=1.2.5-3),tmenu(>=1.08),ffmpeg,id3v2,multienv(>=1.6),tcpping(>=1.1),e2fsprogs,wireless-tools(>=29-1),dbupdate,recmon(>=2.0.7) +Depends: tcpfix,webif-channelicons(>=1.1.20),lighttpd(>=1.4.39-1),jim(>=0.76-2),jim-oo,jim-sqlite3(>=0.76),jim-cgi(>=0.7-1),jim-binary(>=0.76),service-control(>=2.1),busybox(>=1.20.2-1),lsof(>=4.87),epg(>=1.2.1-1),hmt(>=2.0.9),ssmtp,cron-daemon(>=1.18.3-3),at(>=3.1.18),anacron,trm(>=1.1),openssl-command,nicesplice,id3v2,file,rsvsync(>=1.0.2),webif-charts(>=1.2-1),stripts(>=1.2.5-3),tmenu(>=1.08),ffmpeg,id3v2,multienv(>=1.6),tcpping(>=1.1),e2fsprogs,wireless-tools(>=29-1),dbupdate,recmon(>=2.0.7) Suggests: Description: An evolving web interface for the Humax. Tags: http://hummy.tv/forum/threads/6484/ diff --git a/CONTROL/postinst b/CONTROL/postinst index e89aee5..815198f 100755 --- a/CONTROL/postinst +++ b/CONTROL/postinst @@ -29,7 +29,7 @@ fi ana=$PKG_ROOT/etc/anacrontab egrep -v 'backup/backup.jim|bin/diskattrs' $ana > $tmpf cat $tmpf - << EOM > $ana -1 8 sched_backup /mod/webif/html/backup/backup.jim +1 8 sched_backup /mod/webif/html/sched/backup/backup.jim 1 5 diskattrs /mod/webif/lib/bin/diskattrs EOM diff --git a/webif/cgi-bin/epg/info.jim b/webif/cgi-bin/epg/info.jim index e40804e..e74d769 100755 --- a/webif/cgi-bin/epg/info.jim +++ b/webif/cgi-bin/epg/info.jim @@ -25,14 +25,20 @@ if {[[settings] chanchangenc]} { $record process_sched if {[$record get sched_type] < 1} { - set tuners [system tuners] - set conflicts [rsv conflicts [$record get start] [$record get duration]] - if {$conflicts >= $tuners} { + set conflicts [rsv checkconflict \ + [$record get start] [$record get duration] \ + [system tuners]] + if {[llength $conflicts]} { puts {
-This event conflicts with items in your scheduled recording list. -
+This event conflicts with the following items in your scheduled recording list. +