[Bps-public-commit] rt-extension-formtools branch master updated. 1.01-13-ge056557

BPS Git Server git at git.bestpractical.com
Mon Feb 12 14:07:19 UTC 2024


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt-extension-formtools".

The branch, master has been updated
       via  e0565579021284bc793d3f4ce975ad0449c639b2 (commit)
       via  1114a9881188b00f53dfe177d4922cd3874f1d94 (commit)
       via  7ab142254594ea7dd8b700f4035a80e88e6953da (commit)
      from  bb640e43a97e899c5fcb4f69e7a5e0c60ade52ed (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e0565579021284bc793d3f4ce975ad0449c639b2
Author: Jason Crome <jcrome at bestpractical.com>
Date:   Mon Feb 12 09:05:36 2024 -0500

    Prep version 1.04

diff --git a/Changes b/Changes
index d7ac067..55a4350 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for RT-Extension-FormTools
 
+1.04 2024-02-12
+ - Avoid long redirect URLs resulting from clicking the Back button
+
 1.03 2024-01-31
  - Added ability to mark custom fields on forms as read-only
 
diff --git a/META.yml b/META.yml
index 48f7f29..a43885d 100644
--- a/META.yml
+++ b/META.yml
@@ -25,6 +25,6 @@ requires:
 resources:
   license: http://opensource.org/licenses/gpl-license.php
   repository: https://github.com/bestpractical/rt-extension-formtools
-version: '1.03'
+version: '1.04'
 x_module_install_rtx_version: '0.43'
 x_requires_rt: 5.0.0
diff --git a/lib/RT/Extension/FormTools.pm b/lib/RT/Extension/FormTools.pm
index 630a8e1..06e9ed5 100644
--- a/lib/RT/Extension/FormTools.pm
+++ b/lib/RT/Extension/FormTools.pm
@@ -3,7 +3,7 @@ use strict;
 
 package RT::Extension::FormTools;
 
-our $VERSION = '1.03';
+our $VERSION = '1.04';
 
 RT->AddStyleSheets('rt-extension-formtools.css');
 RT->AddJavaScript('rt-extension-formtools.js');

commit 1114a9881188b00f53dfe177d4922cd3874f1d94
Merge: bb640e4 7ab1422
Author: Jason Crome <jcrome at bestpractical.com>
Date:   Mon Feb 12 09:01:02 2024 -0500

    Merge branch 'avoid-long-urls'


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

Summary of changes:
 Changes                       | 3 +++
 META.yml                      | 2 +-
 html/FormTools/Field          | 4 +---
 html/FormTools/Form           | 4 ++--
 html/FormTools/ShowChoices    | 2 +-
 html/Forms/dhandler           | 9 +++++++++
 lib/RT/Extension/FormTools.pm | 2 +-
 7 files changed, 18 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
rt-extension-formtools


More information about the Bps-public-commit mailing list