[Rt-commit] rt branch, 4.2/rename-cleanup, created. rt-4.0.2-155-g516bbe9

Kevin Falcone falcone at bestpractical.com
Fri Sep 30 11:47:54 EDT 2011


The branch, 4.2/rename-cleanup has been created
        at  516bbe9c913163a8d14a1108f9cbdde79e8c0eac (commit)

- Log -----------------------------------------------------------------
commit 516bbe9c913163a8d14a1108f9cbdde79e8c0eac
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Fri Sep 30 11:47:14 2011 -0400

    Rename this to be less confusing
    
    Internally, this is commit.  We always explain it as commit.
    It actually runs during the commit, not as a 'cleanup' stage
    (TransactionBatch is actually much closer to being a 'cleanup' stage)

diff --git a/share/html/Admin/Elements/EditScrip b/share/html/Admin/Elements/EditScrip
index 7319192..146955f 100755
--- a/share/html/Admin/Elements/EditScrip
+++ b/share/html/Admin/Elements/EditScrip
@@ -114,7 +114,7 @@
 <textarea cols="80" rows="<% $lines %>" name="Scrip-<% $id %>-CustomPrepareCode"><% $code %></textarea>
 </td></tr>
 
-<tr><td class="labeltop"><&|/l&>Custom action cleanup code</&>:</td><td class="value">
+<tr><td class="labeltop"><&|/l&>Custom action commit code</&>:</td><td class="value">
 % $code = $ARGS{"Scrip-$id-CustomCommitCode"} || $scrip->CustomCommitCode || '';
 % $lines = @{[ $code =~ /\n/gs ]} + 3;
 % $lines = $min_lines if $lines < $min_lines;

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


More information about the Rt-commit mailing list