From 3a4e5c6a68dfc24683408dfcdd2997b6c539978b Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Sat, 26 Jan 2008 12:52:34 +0000 Subject: * Remove double query to select fields from SQL Query * search, movetimeredit: Show channels groups * now/next/schema: show weekday as group * AUTOTIMER: Fuzzy compare between matching event and exists timers, recordings, chronicle. see mysql/soundex * AUTOTIMER: Detect exists timer with changed starttime inside pretime and aftertime from timers, inseed fixed five minutes * AUTOTIMER: status with translated field headers * MOVETIMER/CHRONICLE: mtl/chrl/chrs - query name from channels with single SQL-Query --- skins/deltab/now.tmpl | 13 ++++++++++--- skins/deltab/schema.tmpl | 13 ++++++++++--- skins/deltab/search.tmpl | 15 ++++++++++++--- skins/stone/now.tmpl | 13 ++++++++++--- skins/stone/schema.tmpl | 15 +++++++++++---- skins/stone/search.tmpl | 15 ++++++++++++--- skins/stone_flat/now.tmpl | 15 +++++++++++---- skins/stone_flat/schema.tmpl | 13 ++++++++++--- skins/stone_flat/search.tmpl | 15 ++++++++++++--- skins/xstyle/search.tmpl | 13 +++++++++++-- 10 files changed, 109 insertions(+), 31 deletions(-) diff --git a/skins/deltab/now.tmpl b/skins/deltab/now.tmpl index 351679e..f66005b 100644 --- a/skins/deltab/now.tmpl +++ b/skins/deltab/now.tmpl @@ -162,10 +162,11 @@

- - + use Date::Manip; @@ -184,8 +185,14 @@ today.push(z); END %?> + "> - + + 0 %?> + "> + + +
diff --git a/skins/deltab/schema.tmpl b/skins/deltab/schema.tmpl index 280a803..f6fca91 100644 --- a/skins/deltab/schema.tmpl +++ b/skins/deltab/schema.tmpl @@ -208,10 +208,11 @@

- - + use Date::Manip; @@ -230,8 +231,14 @@ today.push(z); END %?> + "> - + + 0 %?> + "> + + +
diff --git a/skins/deltab/search.tmpl b/skins/deltab/search.tmpl index 7a07b6c..36229cd 100644 --- a/skins/deltab/search.tmpl +++ b/skins/deltab/search.tmpl @@ -123,9 +123,18 @@


' /> diff --git a/skins/stone/now.tmpl b/skins/stone/now.tmpl index 6ab3650..9d36550 100644 --- a/skins/stone/now.tmpl +++ b/skins/stone/now.tmpl @@ -175,10 +175,11 @@

- - + use Date::Manip; @@ -197,8 +198,14 @@ today.push(z); END %?> + "> - + + 0 %?> + "> + + +
diff --git a/skins/stone/schema.tmpl b/skins/stone/schema.tmpl index a7fe955..0c7d97e 100644 --- a/skins/stone/schema.tmpl +++ b/skins/stone/schema.tmpl @@ -226,10 +226,11 @@
- + - + use Date::Manip; @@ -248,8 +249,14 @@ today.push(z); END %?> + "> - + + 0 %?> + "> + + +
diff --git a/skins/stone/search.tmpl b/skins/stone/search.tmpl index cb4d614..136f648 100644 --- a/skins/stone/search.tmpl +++ b/skins/stone/search.tmpl @@ -155,9 +155,18 @@


' /> diff --git a/skins/stone_flat/now.tmpl b/skins/stone_flat/now.tmpl index d5a3c6d..a466064 100644 --- a/skins/stone_flat/now.tmpl +++ b/skins/stone_flat/now.tmpl @@ -184,10 +184,11 @@
- + - + use Date::Manip; @@ -206,8 +207,14 @@ today.push(z); END %?> + "> - + + 0 %?> + "> + + +
diff --git a/skins/stone_flat/schema.tmpl b/skins/stone_flat/schema.tmpl index b80cfc1..050dcd4 100644 --- a/skins/stone_flat/schema.tmpl +++ b/skins/stone_flat/schema.tmpl @@ -226,10 +226,11 @@
- - + use Date::Manip; @@ -248,8 +249,14 @@ today.push(z); END %?> + "> - + + 0 %?> + "> + + +
diff --git a/skins/stone_flat/search.tmpl b/skins/stone_flat/search.tmpl index 5d66e3c..41481fb 100644 --- a/skins/stone_flat/search.tmpl +++ b/skins/stone_flat/search.tmpl @@ -144,9 +144,18 @@


' /> diff --git a/skins/xstyle/search.tmpl b/skins/xstyle/search.tmpl index 70e0445..b402f91 100644 --- a/skins/xstyle/search.tmpl +++ b/skins/xstyle/search.tmpl @@ -55,8 +55,17 @@ -- cgit v1.2.3