From 0b168c36b9423bfb3efe9696da6062f7afc6af04 Mon Sep 17 00:00:00 2001 From: Git Date: Fri, 9 Sep 2011 08:00:12 +0000 Subject: [PATCH] Empty commit --- classes/class_debug.php | 2 +- sections/better/files.php | 2 +- sections/better/folders.php | 2 +- sections/better/single.php | 2 +- sections/better/tags.php | 3 +-- sections/better/transcode.php | 2 +- sections/tools/misc/analysis.php | 6 +----- sections/torrents/details.php | 2 +- static/styles/mono/style.css | 24 +++++++++++++++++++++++- 9 files changed, 31 insertions(+), 14 deletions(-) diff --git a/classes/class_debug.php b/classes/class_debug.php index d8a9bb2b..466f0b71 100644 --- a/classes/class_debug.php +++ b/classes/class_debug.php @@ -440,7 +440,7 @@ public function query_table($Queries=false) { list($SQL,$Time) = $Query; ?> - +
ms $Info) { - list($GroupID, $GroupName, $GroupYear, $GroupRecordLabel, $GroupCatalogueNumber, $TagList, $ReleaseType, $Torrents, $Artists) = array_values($Results[$Info['GroupID']]); + list($GroupID, $GroupName, $GroupYear, $GroupRecordLabel, $GroupCatalogueNumber, $TagList, $ReleaseType, $GroupVanityHouse, $Torrents, $Artists) = array_values($Results[$Info['GroupID']]); $DisplayName = ''; if(count($Artists)>0) { diff --git a/sections/better/folders.php b/sections/better/folders.php index 6418a8bb..eb092392 100644 --- a/sections/better/folders.php +++ b/sections/better/folders.php @@ -44,7 +44,7 @@ $Info) { - list($GroupID, $GroupName, $GroupYear, $GroupRecordLabel, $GroupCatalogueNumber, $TagList, $ReleaseType, $Torrents, $Artists) = array_values($Results[$Info['GroupID']]); + list($GroupID, $GroupName, $GroupYear, $GroupRecordLabel, $GroupCatalogueNumber, $TagList, $ReleaseType, $GroupVanityHouse, $Torrents, $Artists) = array_values($Results[$Info['GroupID']]); $DisplayName = ''; if(count($Artists)>0) { diff --git a/sections/better/single.php b/sections/better/single.php index edcaf359..8c02cd48 100644 --- a/sections/better/single.php +++ b/sections/better/single.php @@ -25,7 +25,7 @@ $Group) { - list($GroupID, $GroupName, $GroupYear, $GroupRecordLabel, $GroupCatalogueNumber, $TagList, $ReleaseType, $Torrents, $Artists) = array_values($Group); + list($GroupID, $GroupName, $GroupYear, $GroupRecordLabel, $GroupCatalogueNumber, $TagList, $ReleaseType, $GroupVanityHouse, $Torrents, $Artists) = array_values($Group); $FlacID = $GroupIDs[$GroupID]['TorrentID']; $DisplayName = ''; diff --git a/sections/better/tags.php b/sections/better/tags.php index 48c379cf..1de1d648 100644 --- a/sections/better/tags.php +++ b/sections/better/tags.php @@ -44,8 +44,7 @@
$Info) { - list($GroupID, $GroupName, $GroupYear, $GroupRecordLabel, $GroupCatalogueNumber, $TagList, $ReleaseType, $Torrents, $Artists) = array_values($Results[$Info['GroupID']]); - + list($GroupID, $GroupName, $GroupYear, $GroupRecordLabel, $GroupCatalogueNumber, $TagList, $ReleaseType, $GroupVanityHouse, $Torrents, $Artists) = array_values($Results[$Info['GroupID']]); $DisplayName = ''; if(count($Artists)>0) { $DisplayName = display_artists(array('1'=>$Artists)); diff --git a/sections/better/transcode.php b/sections/better/transcode.php index ab5621c4..3c4c5252 100644 --- a/sections/better/transcode.php +++ b/sections/better/transcode.php @@ -93,7 +93,7 @@ $Data) { - list($Artists, $GroupCatalogueNumber, $GroupID2, $GroupName, $GroupRecordLabel, $ReleaseType, $TagList, $GroupVanityHouse, $Torrents, $GroupYear, $CategoryID, $FreeTorrent, $HasCue, $HasLog, $TotalLeechers, $LogScore, $ReleaseType, $ReleaseType, $TotalSeeders, $MaxSize, $TotalSnatched, $GroupTime) = array_values($Data); + list($Artists, $GroupCatalogueNumber, $GroupID2, $GroupName, $GroupRecordLabel, $ReleaseType, $TagList, $Torrents, $GroupVanityHouse, $GroupYear, $CategoryID, $FreeTorrent, $HasCue, $HasLog, $TotalLeechers, $LogScore, $ReleaseType, $ReleaseType, $TotalSeeders, $MaxSize, $TotalSnatched, $GroupTime) = array_values($Data); $DisplayName = ''; if(count($Artists)>0) { diff --git a/sections/tools/misc/analysis.php b/sections/tools/misc/analysis.php index f96d1898..b2e39f9d 100644 --- a/sections/tools/misc/analysis.php +++ b/sections/tools/misc/analysis.php @@ -6,11 +6,7 @@ show_header('Case Analysis'); ?>

Case Analysis ()

-
- - - -
+
flag_table($Analysis['flags']); $Debug->include_table($Analysis['includes']); diff --git a/sections/torrents/details.php b/sections/torrents/details.php index 791f7f9c..8786a724 100644 --- a/sections/torrents/details.php +++ b/sections/torrents/details.php @@ -430,7 +430,7 @@ function filelist($Str) { | PL ] - » + » diff --git a/static/styles/mono/style.css b/static/styles/mono/style.css index 23cd83d8..046b385e 100644 --- a/static/styles/mono/style.css +++ b/static/styles/mono/style.css @@ -768,6 +768,14 @@ span.last_read a:hover { padding: 15px; } +body#forums table.forum_post td.body > div { /* Wide main column (forums) */ + width: 787px; +} + +table.forum_post td.body > div { /* Narrow main column (torrent comments, request comments) */ + width: 522px; +} + .forum_post ul,.forum_post ol { margin-left: 25px; } @@ -1111,6 +1119,20 @@ div.pad ul,div.body ul,table.torrent_table blockquote>ul,div.pad ol,div.body ol padding-left: 15px; } -#debug_database pre,#debug_report pre { +#debug_report { white-space: pre-wrap; } + +#debug_database td.query { + padding: 0; +} + +#debug_database td.query>div { + overflow: auto; + padding: 8px; + width: 796px; +} + +.nobr { + white-space: nowrap; +}