[Bps-public-commit] rt-extension-formtools branch master updated. 1.01-10-gbb640e4

BPS Git Server git at git.bestpractical.com
Wed Jan 31 21:35:33 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  bb640e43a97e899c5fcb4f69e7a5e0c60ade52ed (commit)
       via  7b0a1ca72ece8c4cf4632593f2ef5f3f6614987b (commit)
       via  a37218e0d106f4bef9200ad092d6fd004f9f7da6 (commit)
       via  6a97ce3fae8ae52717f86baa0a18e68e1e7ad5d0 (commit)
       via  b501049d7dcff1705fa11c483dfb5c6f2407f548 (commit)
       via  1fb5dbe72b6eba6a7edeab94880f1ba99911e32f (commit)
      from  d9016ec631b65f5e51eafb0a50547046604e5669 (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 bb640e43a97e899c5fcb4f69e7a5e0c60ade52ed
Author: Jason Crome <jcrome at bestpractical.com>
Date:   Wed Jan 31 16:35:10 2024 -0500

    RT-Extension-FormTools 1.03

diff --git a/Changes b/Changes
index d3e28b1..d7ac067 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for RT-Extension-FormTools
 
+1.03 2024-01-31
+ - Added ability to mark custom fields on forms as read-only
+
 1.02 2024-01-17
  - Allow variables to be added to raw HTML elements on forms
 
diff --git a/META.yml b/META.yml
index 8319bda..48f7f29 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.02'
+version: '1.03'
 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 ec237d5..630a8e1 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.02';
+our $VERSION = '1.03';
 
 RT->AddStyleSheets('rt-extension-formtools.css');
 RT->AddJavaScript('rt-extension-formtools.js');

commit 7b0a1ca72ece8c4cf4632593f2ef5f3f6614987b
Merge: d9016ec a37218e
Author: Jason Crome <jcrome at bestpractical.com>
Date:   Wed Jan 31 16:23:53 2024 -0500

    Merge branch 'readonly-ui'


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

Summary of changes:
 Changes                             |  3 ++
 META.yml                            |  2 +-
 html/Admin/FormTools/Modify.html    | 82 ++++++++++++++++++++++++++++++++++---
 html/FormTools/Field                | 49 ++++++++++++++++++----
 lib/RT/Extension/FormTools.pm       |  2 +-
 static/js/rt-extension-formtools.js | 57 +++++++++++++++++++++++---
 6 files changed, 174 insertions(+), 21 deletions(-)


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


More information about the Bps-public-commit mailing list