[Rt-commit] [rtir] 01/06: Move static files to new static directory for RT 4.2

Jim Brandt jbrandt at bestpractical.com
Fri Mar 28 14:04:36 EDT 2014


This is an automated email from the git hooks/post-receive script.

jbrandt pushed a commit to branch 3.2/move-static-files
in repository rtir.

commit 37924304fa4476e8769e08f14abca866bc908e97
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Mon Mar 10 10:12:47 2014 -0400

    Move static files to new static directory for RT 4.2
---
 html/NoAuth/css/RTIR/base/main.css                 |  48 ---------------------
 .../base/misc.css => static/css/rtir-styles.css    |   0
 {html/NoAuth => static}/images/RTIR/logo.png       | Bin
 .../js/jquery.uncheckable-radio-0.1.js             |   0
 4 files changed, 48 deletions(-)

diff --git a/html/NoAuth/css/RTIR/base/main.css b/html/NoAuth/css/RTIR/base/main.css
deleted file mode 100644
index 7cbe07b..0000000
--- a/html/NoAuth/css/RTIR/base/main.css
+++ /dev/null
@@ -1,48 +0,0 @@
-%# BEGIN BPS TAGGED BLOCK {{{
-%#
-%# COPYRIGHT:
-%#
-%# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC
-%#                                          <sales at bestpractical.com>
-%#
-%# (Except where explicitly superseded by other copyright notices)
-%#
-%#
-%# LICENSE:
-%#
-%# This work is made available to you under the terms of Version 2 of
-%# the GNU General Public License. A copy of that license should have
-%# been provided with this software, but in any event can be snarfed
-%# from www.gnu.org.
-%#
-%# This work is distributed in the hope that it will be useful, but
-%# WITHOUT ANY WARRANTY; without even the implied warranty of
-%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-%# General Public License for more details.
-%#
-%# You should have received a copy of the GNU General Public License
-%# along with this program; if not, write to the Free Software
-%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-%# 02110-1301 or visit their web page on the internet at
-%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html.
-%#
-%#
-%# CONTRIBUTION SUBMISSION POLICY:
-%#
-%# (The following paragraph is not intended to limit the rights granted
-%# to you to modify and distribute this software under the terms of
-%# the GNU General Public License and is only of importance to you if
-%# you choose to contribute your changes and enhancements to the
-%# community by submitting them to Best Practical Solutions, LLC.)
-%#
-%# By intentionally submitting any modifications, corrections or
-%# derivatives to this work, or any other work intended for use with
-%# Request Tracker, to Best Practical Solutions, LLC, you confirm that
-%# you are the copyright holder for those contributions and you grant
-%# Best Practical Solutions,  LLC a nonexclusive, worldwide, irrevocable,
-%# royalty-free, perpetual, license to use, copy, create derivative
-%# works based on those contributions, and sublicense and distribute
-%# those contributions and any derivatives thereof.
-%#
-%# END BPS TAGGED BLOCK }}}
- at import "misc.css";
diff --git a/html/NoAuth/css/RTIR/base/misc.css b/static/css/rtir-styles.css
similarity index 100%
rename from html/NoAuth/css/RTIR/base/misc.css
rename to static/css/rtir-styles.css
diff --git a/html/NoAuth/images/RTIR/logo.png b/static/images/RTIR/logo.png
similarity index 100%
rename from html/NoAuth/images/RTIR/logo.png
rename to static/images/RTIR/logo.png
diff --git a/html/NoAuth/js/jquery.uncheckable-radio-0.1.js b/static/js/jquery.uncheckable-radio-0.1.js
similarity index 100%
rename from html/NoAuth/js/jquery.uncheckable-radio-0.1.js
rename to static/js/jquery.uncheckable-radio-0.1.js

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list