[Bps-public-commit] rt-extension-formtools annotated tag 1.0 created. 1.0

BPS Git Server git at git.bestpractical.com
Fri Dec 1 20:37:29 UTC 2023


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 annotated tag, 1.0 has been created
        at  9e2a90eba74fc99d48c4229000a0cb6656602704 (tag)
   tagging  b08f859ec1e48f9204e93867d047b6b6372a8668 (commit)
  replaces  0.60
 tagged by  sunnavy
        on  Fri Dec 1 14:59:27 2023 -0500

- Log -----------------------------------------------------------------
Version 1.0
-----BEGIN PGP SIGNATURE-----

iQFOBAABCAA4FiEExJs3Lyv4ShkBFmAnDfCig/6sgLIFAmVqOx8aHHN1bm5hdnlA
YmVzdHByYWN0aWNhbC5jb20ACgkQDfCig/6sgLKjsAf9H9iioBLpb6DUFcwFEXDR
xZpHHFP5kUkipXnAFUlSToZ5UGsO4ZGgTHdedkgo0+SGUCKEMDh78lTUz14BkqW6
cC0XEU2Gau9G6QautLqTo9hvTra/WClBbJBf4Z1rZlBbiB7sH7cqTqH4gQxG50mp
n9n++OksxoAo3cruzE2cDWbZFKl+6gqrRjF77EC4+M0c6Sl/JYTOZ7Vm6VNE076o
jDZL9kP7NeRkRFqfZvo53OTVQLvXnyynkrO0ivWboCc1D24P+msG72DWFsKSRUH4
GXl9FM7hYkQm8kzX8Y3BERoqz4kujjQghihNdwTAz7YI+JIhfyvFGTiwxdkYUwSN
/w==
=ZtV7
-----END PGP SIGNATURE-----

Jason Crome (3):
      RT-Extension-FormTools 0.54
      RT-Extension-FormTools 0.55
      RT-Extension-FormTools 0.56

Jim Brandt (34):
      Update Module::Install
      Remove unused variable
      Create new page to dynamically generate forms from config
      Add utility to insert a FormTools config from JSON
      Update support files for new utility
      Replace custom validation with standard RT version
      Align validation hint handling with RT updates
      Create tickets when create_ticket is passed
      Create initial admin pages
      Move all form pages into a defined entry in config
      Add menus
      Basic component layout
      Add basic drag and drop
      Initial version of self service Form home page
      Add clickable default graphics for forms
      Don't die if a custom field can't be loaded
      Build the correct path to render forms in SelfService
      Customize RTs Abort to prevent permission errors from CreateTicket
      Improve spacing and layout for Forms page
      Add icon upload and display for forms
      Improve spacing around displayed form
      Show menus when displaying forms
      Build a non-SelfService link for Privileged users
      Skip creating a ticket if validation fails
      Add a Forms Home page for privileged users
      Show Next for button label until Submit page
      Add a Back button to form pages
      Add a BeforeCreate callback
      Improve layout on Forms home page
      Put the container bootstrap class directly on titlebox
      Add titleboxes to additional form pages
      Update results content to new page data structure
      Update admin help, labels, spacing
      Document new FormTools features

sunnavy (80):
      Support to create forms via web UI
      Support to edit form name/content via web UI
      Add FormDescriptionType input so editor knows the input is html
      Tweak FormDescription form processing mainly to show end user messages
      Only super users can update forms
      Set Describe form action to avoid duplicating submitted args like id
      Initial version of generally working form builder
      Allow "-" in page name as uuid contains it
      Merge branch 'form-home-icon-upload' into dynamic-forms-from-config
      No need to add the OR("|") inside "[]" in regexes
      Fix initial pages to generate uuid as keys
      Make html elements be easier to review and modify
      Tweak badge words to be a bit more clear
      Switch to a shorter page id
      Support to enable/disable show_validation for custom fields on modify page
      Switch to LabeledValue for admin pages
      Convert page basics form to modal to save space
      Merge branch 'improve-form-spacing' into dynamic-forms-from-config
      Switch to LabeledValue for end user pages
      Hide Submit button for result page
      Add tooltip support to core and custom fields
      Make sure orders are sorted on page create
      Use current user to create forms so we know the actor
      Support to enable/disable forms
      Hide disabled forms from end users
      Move modal out of draggable divs to make mouse clicks work in modal
      Merge branch 'privileged-forms-listing' into dynamic-forms-from-config
      Merge branch 'revise-admin-labels' into dynamic-forms-from-config
      Add AdminForm so non-superusers can admin forms too
      Add ShowForm right to control the visibility of forms
      Make rt-insert-formtools-config executable
      Remove empty cf values to avoid possible validation errors on back
      Not only wrap help tooltip in labels
      Pass custom labels to show them in cf validation messages
      Add RT patch to support custom labels in cf validation messages
      Center p tags on form pages
      Fix edit links for items just added
      Change submit buttons in modals from "Save" to "Update"
      Show informative custom labels on element list on Modify page
      Fix HTML ids for cf elements where it might contain special chars like spaces
      Automatically validate content to indicate errors in real time
      Make placeholders lighter so it's clear that they are placeholders
      Put Select/Create under the same page menu like other pages
      Fix page form html: remove duplicate form tag and make "Update" button submit
      Sync page name and tab text on name update
      Wrap name to span.content for core and custom fields
      Add search support to source list
      Consistently use formTools.deleteElement to remove elements
      Show a pending changes message on changes to indicate people to save
      Update deletePage action to correctly show the first page after the deletion
      Make sure the drop div always has some space left to add new items
      Alert before leaving the page if there are pending changes
      Fix typo: core fields are supposed to be labelled as "Core Field"
      Fix hr/html elements
      Show label for Content like other fields
      Fix HR missing issue on display
      Name "Next" button to make sure the form has data to submit
      Do not persist validation related args
      Support to customize the alignment of P elements
      Fix duplicate checkbox ids on add new items
      Support to render core/custom fields as hidden
      Align the text in badge and the following content
      Support client side dependent validation
      Grant all users rights to see/set custom fields from forms
      Always enable core level cf validations
      Tweak label for dependent validation as it just means "required" right now
      Support dependent validation for cf select/radio inputs
      Support client validation(required) for fields
      Fix the logic to not automatically select the first valid option for selects
      Refresh selectpicker after changing select options
      Skip required check on back
      Clear all invalid cf inputs on back
      Do not add HR after the last item
      Abort in advance if current user lacks rights to create tickets
      Drop Label support for the special "Content" field
      Show "Required" hint for fields marked required in the form
      Reset z-index for checkbox rows so select options can be fully clickable
      Support mandatory validation for Content
      Save queue name instead of id for better portability
      Merge branch 'version-1-docs'

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


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


More information about the Bps-public-commit mailing list