[Rt-commit] r13294 - in rt/branches/3.8-TESTING: . share/html/Install share/html/NoAuth/css/web2 share/html/NoAuth/js
jesse at bestpractical.com
jesse at bestpractical.com
Fri Jun 13 15:52:31 EDT 2008
Author: jesse
Date: Fri Jun 13 15:52:31 2008
New Revision: 13294
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/sbin/license_tag
rt/branches/3.8-TESTING/sbin/rt-test-dependencies.in
rt/branches/3.8-TESTING/share/html/Install/Password.html
rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/msie6.css
rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/portlets.css
rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket-lists.css
rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket-search.css
rt/branches/3.8-TESTING/share/html/NoAuth/js/ahah.js
rt/branches/3.8-TESTING/share/html/NoAuth/js/class.js
rt/branches/3.8-TESTING/share/html/NoAuth/js/list.js
Log:
r32801 at 31b: jesse | 2008-06-13 09:06:20 -0400
RT-Ticket: 9648
RT-Status: resolved
RT-Update: correspond
* CSS Style updates for combo boxes
r32815 at 31b: jesse | 2008-06-13 12:19:04 -0400
* Improve rendering of comboboxes.
Tested on: Mac Firefox 3.0rc2, Mac Firefox 2.0.0.14, Mac Safari 3, Mac Opera 9.2, Mac Opera 9.5, Windows IE 6, Windows IE 7.
r32821 at 31b: jesse | 2008-06-13 13:30:11 -0400
* 3 hours of time isn't too much to spend on aligning four buttons across six browsers, right?
r32822 at 31b: jesse | 2008-06-13 13:38:04 -0400
* "And opera, too!"
r32824 at 31b: jesse | 2008-06-13 14:17:53 -0400
* Move %ARGS to before manually defined args to stop users from being able to override the ones we handcode
r32834 at 31b: jesse | 2008-06-13 15:33:50 -0400
* Update Module::Versions::Report dependency to deal with 5.8 bug
r32835 at 31b: jesse | 2008-06-13 15:51:38 -0400
* Remove mistaken automatic copyright assignment
r32836 at 31b: jesse | 2008-06-13 15:51:53 -0400
* license tag update
Modified: rt/branches/3.8-TESTING/sbin/license_tag
==============================================================================
--- rt/branches/3.8-TESTING/sbin/license_tag (original)
+++ rt/branches/3.8-TESTING/sbin/license_tag Fri Jun 13 15:52:31 2008
@@ -249,7 +249,7 @@
return 1 if ($name =~ /(?:FCKEditor|scriptaculous)/i);
return 0 if $file =~ /Copyright\s+\(c\)\s+\d\d\d\d-\d\d\d\d Best Practical Solutions/i;
- return 1 if $file =~ /\bcopyright\b/i; # common
+ return 1 if $file =~ /\b(copyright|GPL|Public Domain)\b/i; # common
return 1 if $file =~ /\(c\)\s+\d\d\d\d(?:-\d\d\d\d)?/i; # prototype
return 0;
}
Modified: rt/branches/3.8-TESTING/sbin/rt-test-dependencies.in
==============================================================================
--- rt/branches/3.8-TESTING/sbin/rt-test-dependencies.in (original)
+++ rt/branches/3.8-TESTING/sbin/rt-test-dependencies.in Fri Jun 13 15:52:31 2008
@@ -228,7 +228,7 @@
UNIVERSAL::require
Regexp::Common
Scalar::Util
-Module::Versions::Report 1.04
+Module::Versions::Report 1.05
Cache::Simple::TimedExpiry
UNIVERSAL::require
Calendar::Simple
Modified: rt/branches/3.8-TESTING/share/html/Install/Password.html
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Install/Password.html (original)
+++ rt/branches/3.8-TESTING/share/html/Install/Password.html Fri Jun 13 15:52:31 2008
@@ -1,8 +1,8 @@
%# BEGIN BPS TAGGED BLOCK {{{
%#
%# COPYRIGHT:
-%#
-%# This software is Copyright (c) 1996-2008 Best Practical Solutions, LLC
+%#
+%# This software is Copyright (c) 1996-2008 Best Practical Solutions, LLC
%# <jesse at bestpractical.com>
%#
%# (Except where explicitly superseded by other copyright notices)
Modified: rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/msie6.css
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/msie6.css (original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/msie6.css Fri Jun 13 15:52:31 2008
@@ -45,8 +45,6 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
-
-
.topaction .select-queue {
margin-top: 0;
}
Modified: rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/portlets.css
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/portlets.css (original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/portlets.css Fri Jun 13 15:52:31 2008
@@ -45,8 +45,6 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
-
-
table.myrt {
width: 100%;
}
Modified: rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket-lists.css
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket-lists.css (original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket-lists.css Fri Jun 13 15:52:31 2008
@@ -1,8 +1,8 @@
%# BEGIN BPS TAGGED BLOCK {{{
%#
%# COPYRIGHT:
-%#
-%# This software is Copyright (c) 1996-2008 Best Practical Solutions, LLC
+%#
+%# This software is Copyright (c) 1996-2008 Best Practical Solutions, LLC
%# <jesse at bestpractical.com>
%#
%# (Except where explicitly superseded by other copyright notices)
Modified: rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket-search.css
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket-search.css (original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket-search.css Fri Jun 13 15:52:31 2008
@@ -45,8 +45,6 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
-
-
#comp-Search-Build #body {
position: relative;
}
Modified: rt/branches/3.8-TESTING/share/html/NoAuth/js/ahah.js
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/js/ahah.js (original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/js/ahah.js Fri Jun 13 15:52:31 2008
@@ -1,54 +1,7 @@
-%# BEGIN BPS TAGGED BLOCK {{{
-%#
-%# COPYRIGHT:
-%#
-%# This software is Copyright (c) 1996-2008 Best Practical Solutions, LLC
-%# <jesse 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 }}}
/*
% $r->content_type('application/x-javascript');
*/
-// Fetched from http://www.opendarwin.org/~drernie/src/ahah.js
+// Fetched from http://www.opendarwin.org/~drernie/src/ahah.js - No Copyright - Public Domain
function ahah(url, target, delay) {
// document.getElementById(target).innerHTML = 'Loading <a href="'+url+'">'+url +'</a>...';
if (window.XMLHttpRequest) {
Modified: rt/branches/3.8-TESTING/share/html/NoAuth/js/class.js
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/js/class.js (original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/js/class.js Fri Jun 13 15:52:31 2008
@@ -1,50 +1,3 @@
-%# BEGIN BPS TAGGED BLOCK {{{
-%#
-%# COPYRIGHT:
-%#
-%# This software is Copyright (c) 1996-2008 Best Practical Solutions, LLC
-%# <jesse 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 }}}
/* by TKirby, released under GPL */
function _ClassSetup(Object) {
Modified: rt/branches/3.8-TESTING/share/html/NoAuth/js/list.js
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/js/list.js (original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/js/list.js Fri Jun 13 15:52:31 2008
@@ -1,50 +1,3 @@
-%# BEGIN BPS TAGGED BLOCK {{{
-%#
-%# COPYRIGHT:
-%#
-%# This software is Copyright (c) 1996-2008 Best Practical Solutions, LLC
-%# <jesse 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 }}}
/* by TKirby, released under GPL */
/* Define the "list" Class */
Class("list").define({
More information about the Rt-commit
mailing list