[Rt-commit] rt branch, 4.2/fixup-version-history, repushed

Alex Vandiver alexmv at bestpractical.com
Thu Sep 5 02:46:25 EDT 2013


The branch 4.2/fixup-version-history was deleted and repushed:
       was 1c67338d7dcf9511b9d3e5b174a0a7a6b3673052
       now 9997e36142bd9df6ec566fd5482cc3f46814048f

1:  bc69cf4 = 1:  bc69cf4 Hide upgrade history from global attributes on config page
2:  76c45d8 ! 2:  5cd96f4 Add ids to recorded upgrade entries to track success/failure
    @@ -17,8 +17,6 @@
         Adds Data::GUID as a guid generator.
     
     diff --git a/sbin/rt-setup-database.in b/sbin/rt-setup-database.in
    -old mode 100644
    -new mode 100755
     --- a/sbin/rt-setup-database.in
     +++ b/sbin/rt-setup-database.in
     @@
3:  2e371d3 = 3:  7cd6af7 Add before entry to insert actions
4:  2854f2e = 4:  87bd612 Transform flat start/end events into an upgrade hierarchy
5:  01e8aea = 5:  db56b1a Store the actual return value data structure, to allow for reconstruction
6:  434b6fe = 6:  15ade95 Make the "after" stage merely metadata; ther is no need to repeat the data
7:  cb2754c = 7:  7ce6b12 Store schema and acl events as well
8:  e00f4b3 ! 8:  5f8f38c Recursively walk through the parsed history to display it
    @@ -7,6 +7,53 @@
     --- /dev/null
     +++ b/share/html/Admin/Elements/UpgradeHistory
     @@
    ++%# BEGIN BPS TAGGED BLOCK {{{
    ++%#
    ++%# COPYRIGHT:
    ++%#
    ++%# This software is Copyright (c) 1996-2013 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 }}}
     +% for my $package (@packages) {
     +%   my ($version_status, @lines) = RT->System->ParsedUpgradeHistory($package);
     +<h4><% $package %> (<% $version_status %>)</h4>
    @@ -37,6 +84,53 @@
     --- /dev/null
     +++ b/share/html/Admin/Elements/UpgradeHistoryRow
     @@
    ++%# BEGIN BPS TAGGED BLOCK {{{
    ++%#
    ++%# COPYRIGHT:
    ++%#
    ++%# This software is Copyright (c) 1996-2013 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 }}}
     +<tr class="<% join ' ', map {CSSClass($_)} @classes %>">
     +    <td class="upgrade-history-parent" id="parent-upgrade-history-<% $row->{individual_id} %>">
     +% if ($top) {
9:  1c67338 = 9:  9997e36 Reconstruct hierarchy on pre-GUID history records



More information about the Rt-commit mailing list