From 04d195787ba077e32483d18617065b7bea3d2468 Mon Sep 17 00:00:00 2001 From: rWatcher Date: Wed, 12 Oct 2011 20:11:56 -0400 Subject: [PATCH 01/12] Update GreyDragon support to 3.1.0. --- .../views/tag_albums_album.html.php | 135 ---------- .../views/calpage.html.php | 74 +++--- .../views/paginator.html.php | 4 +- .../views/photo.html.php | 4 +- .../views/tag_albums_album.html.php | 239 ++++++++++++++++++ .../views/tag_albums_album.html.php | 135 ---------- .../views/calpage.html.php | 74 +++--- .../views/paginator.html.php | 4 +- .../views/photo.html.php | 4 +- .../views/tag_albums_album.html.php | 239 ++++++++++++++++++ 10 files changed, 544 insertions(+), 368 deletions(-) delete mode 100644 3.0/modules/tag_albums/-- Theme Files/GreyDragon 3.0.8/views/tag_albums_album.html.php rename 3.0/modules/tag_albums/-- Theme Files/{GreyDragon 3.0.8 => GreyDragon 3.1.0}/views/calpage.html.php (83%) rename {3.1/modules/tag_albums/-- Theme Files/GreyDragon 3.0.8 => 3.0/modules/tag_albums/-- Theme Files/GreyDragon 3.1.0}/views/paginator.html.php (98%) rename 3.0/modules/tag_albums/-- Theme Files/{GreyDragon 3.0.8 => GreyDragon 3.1.0}/views/photo.html.php (98%) create mode 100644 3.0/modules/tag_albums/-- Theme Files/GreyDragon 3.1.0/views/tag_albums_album.html.php delete mode 100644 3.1/modules/tag_albums/-- Theme Files/GreyDragon 3.0.8/views/tag_albums_album.html.php rename 3.1/modules/tag_albums/-- Theme Files/{GreyDragon 3.0.8 => GreyDragon 3.1.0}/views/calpage.html.php (83%) rename {3.0/modules/tag_albums/-- Theme Files/GreyDragon 3.0.8 => 3.1/modules/tag_albums/-- Theme Files/GreyDragon 3.1.0}/views/paginator.html.php (98%) rename 3.1/modules/tag_albums/-- Theme Files/{GreyDragon 3.0.8 => GreyDragon 3.1.0}/views/photo.html.php (98%) create mode 100644 3.1/modules/tag_albums/-- Theme Files/GreyDragon 3.1.0/views/tag_albums_album.html.php diff --git a/3.0/modules/tag_albums/-- Theme Files/GreyDragon 3.0.8/views/tag_albums_album.html.php b/3.0/modules/tag_albums/-- Theme Files/GreyDragon 3.0.8/views/tag_albums_album.html.php deleted file mode 100644 index 3a348d3b..00000000 --- a/3.0/modules/tag_albums/-- Theme Files/GreyDragon 3.0.8/views/tag_albums_album.html.php +++ /dev/null @@ -1,135 +0,0 @@ - -album_top() was changed to $theme->dynamic_top(). - // $item->title and $item->description have been changed to $title and $description. - // - // The g-album-grid block was also taken from album.html.php. The section for uploading new photos to an empty album - // has been removed. Also, $theme->context_menu has been removed as well (it was crashing the page). -?> - -
- dynamic_top() ?> -

bb2html(html::purify($title), 1) ?>

-
- -add_paginator("top"); ?> - -album_descmode == "top") and ($description)): ?> -
bb2html(html::purify($description), 1) ?>
- - - -
-
-
-
- - -
-
'; - $content .= $theme->thumb_bottom($child); - $content .= ''; - - print $content; - // End rWatcher Edit. -?> - - -
  • - - - -dynamic_bottom() ?> - -album_descmode == "bottom") and ($description)): ?> -
    bb2html(html::purify($description), 1) ?>
    - - -add_paginator("bottom"); ?> diff --git a/3.0/modules/tag_albums/-- Theme Files/GreyDragon 3.0.8/views/calpage.html.php b/3.0/modules/tag_albums/-- Theme Files/GreyDragon 3.1.0/views/calpage.html.php similarity index 83% rename from 3.0/modules/tag_albums/-- Theme Files/GreyDragon 3.0.8/views/calpage.html.php rename to 3.0/modules/tag_albums/-- Theme Files/GreyDragon 3.1.0/views/calpage.html.php index 6d39f820..d385a514 100644 --- a/3.0/modules/tag_albums/-- Theme Files/GreyDragon 3.0.8/views/calpage.html.php +++ b/3.0/modules/tag_albums/-- Theme Files/GreyDragon 3.1.0/views/calpage.html.php @@ -19,7 +19,7 @@ load_sessioninfo(); ?> - + html_attributes() ?> xml:lang="en" lang="en" is_rtl)? "dir=rtl" : null; ?> > item(); @@ -55,10 +55,6 @@ -blendpagetrans): ?> - - - " /> @@ -74,7 +70,6 @@ : ; action-uri=; icon-uri=favicon.ico" /> - appletouchicon): ?> @@ -100,22 +95,12 @@ head() ?> - -script("animation.js"); ?> -script("ui.support.js"); ?> - + +theme_js_inject(); ?> theme_css_inject(); ?> - - -get_combined("css"); ?> - -css_link("colorpacks/" . $theme->colorpack . "/colors.css", FALSE); ?> -css_link("framepacks/" . $theme->framepack . "/frame.css", FALSE); ?> -custom_css_path != ""): ?> -css_link($theme->custom_css_path, TRUE); ?> - - -get_combined("script") ?> +get_combined("css"); // LOOKING FOR YOUR CSS? It's all been combined into the link ?> +custom_css_inject(TRUE); ?> +get_combined("script") // LOOKING FOR YOUR JAVASCRIPT? It's all been combined into the link ?> + html_attributes() ?> xml:lang="en" lang="en" is_rtl)? "dir=rtl" : null; ?> > item(); @@ -55,10 +55,6 @@ -blendpagetrans): ?> - - - " /> @@ -74,7 +70,6 @@ : ; action-uri=; icon-uri=favicon.ico" /> - appletouchicon): ?> @@ -100,22 +95,12 @@ head() ?> - -script("animation.js"); ?> -script("ui.support.js"); ?> - + +theme_js_inject(); ?> theme_css_inject(); ?> - - -get_combined("css"); ?> - -css_link("colorpacks/" . $theme->colorpack . "/colors.css", FALSE); ?> -css_link("framepacks/" . $theme->framepack . "/frame.css", FALSE); ?> -custom_css_path != ""): ?> -css_link($theme->custom_css_path, TRUE); ?> - - -get_combined("script") ?> +get_combined("css"); // LOOKING FOR YOUR CSS? It's all been combined into the link ?> +custom_css_inject(TRUE); ?> +get_combined("script") // LOOKING FOR YOUR JAVASCRIPT? It's all been combined into the link ?>
    Mosaic
    -