[Bps-public-commit] rt-extension-announce branch, master, updated. 0.06-5-gffe0fff

Wallace Reis wreis at bestpractical.com
Mon Mar 10 12:25:41 EDT 2014


The branch, master has been updated
       via  ffe0fffedbf58f123d892116d8df2e38bc56d692 (commit)
      from  df3cb285a515062ff5e0d27aeecb85446bb3aceb (commit)

Summary of changes:
 MANIFEST                                 | 4 ++--
 inc/Module/Install/RTx.pm                | 2 +-
 {html/NoAuth => static}/css/announce.css | 0
 {html/NoAuth => static}/js/announce.js   | 0
 4 files changed, 3 insertions(+), 3 deletions(-)
 rename {html/NoAuth => static}/css/announce.css (100%)
 rename {html/NoAuth => static}/js/announce.js (100%)

- Log -----------------------------------------------------------------
commit ffe0fffedbf58f123d892116d8df2e38bc56d692
Author: Lars Thegler <lars at thegler.dk>
Date:   Fri Jan 10 09:14:24 2014 +0100

    Fix for js/css not being seen by RT::Squish (RT#91227)

diff --git a/MANIFEST b/MANIFEST
index 4155180..79b0584 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -2,8 +2,8 @@ etc/initialdata
 html/Callbacks/RT-Extension-Announce/Elements/PageLayout/BeforeBody
 html/Callbacks/RT-Extension-Announce/m/_elements/menu/MassageMenu
 html/m/announcements
-html/NoAuth/css/announce.css
-html/NoAuth/js/announce.js
+static/css/announce.css
+static/js/announce.js
 inc/Module/Install.pm
 inc/Module/Install/Base.pm
 inc/Module/Install/Can.pm
diff --git a/inc/Module/Install/RTx.pm b/inc/Module/Install/RTx.pm
index ce01018..6f778bc 100644
--- a/inc/Module/Install/RTx.pm
+++ b/inc/Module/Install/RTx.pm
@@ -14,7 +14,7 @@ use FindBin;
 use File::Glob     ();
 use File::Basename ();
 
-my @DIRS = qw(etc lib html bin sbin po var);
+my @DIRS = qw(etc lib html bin sbin po var static);
 my @INDEX_DIRS = qw(lib bin sbin);
 
 sub RTx {
diff --git a/html/NoAuth/css/announce.css b/static/css/announce.css
similarity index 100%
rename from html/NoAuth/css/announce.css
rename to static/css/announce.css
diff --git a/html/NoAuth/js/announce.js b/static/js/announce.js
similarity index 100%
rename from html/NoAuth/js/announce.js
rename to static/js/announce.js

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list