Skip to content
Snippets Groups Projects
  1. Jul 13, 2015
  2. May 27, 2015
    • Jared Hancock's avatar
      Add `flags` to %form · 387540fa
      Jared Hancock authored
      Also make forms deleteble by marking them as deleted and hiding them from
      the form listing. This ensures that custom data always has a link back to
      the form.
      387540fa
  3. Dec 11, 2014
  4. Dec 10, 2014
    • Jared Hancock's avatar
      oops: Bug fixes · 2b422844
      Jared Hancock authored
      Conflicts:
      
      	include/i18n/en_US/form.yaml
      	include/staff/templates/dynamic-field-config.tmpl.php
      	include/staff/ticket-view.inc.php
      	include/staff/tickets.inc.php
      	scp/js/scp.js
      2b422844
  5. Dec 08, 2014
    • Jared Hancock's avatar
      forms: Implement more granular visibility settings · e642c550
      Jared Hancock authored
      Allow fields to be configured for view / edit / required for both agents and
      end users. Fields can also be disabled now so that the field remains in the
      form but is no longer displayed for new entries.
      
      Allow tickets to be created without a subject — use the help topic full name
      instead.
      e642c550
    • Peter Rotich's avatar
      forms: Add flags field to form field. · 1da5e2eb
      Peter Rotich authored
      This is necessary so we can consolidate various settings and permissions
      into one bit mask field.
      1da5e2eb
  6. Aug 11, 2014
  7. Jul 28, 2014
  8. Jul 07, 2014
  9. May 23, 2014
  10. Apr 25, 2014
  11. Apr 23, 2014
  12. Mar 31, 2014
  13. Nov 12, 2013
  14. Nov 07, 2013
  15. Oct 09, 2013
    • Jared Hancock's avatar
      f7384359
    • Jared Hancock's avatar
      Fixup the installer · e055cc21
      Jared Hancock authored
      Fixup several minor bugs concerning initial experience
      e055cc21
    • Jared Hancock's avatar
      Completion of dynamic forms concept · 43b74f4a
      Jared Hancock authored
      Moved to an initial form which specifies the ticket's priority and issue and
      changed the rendering to render things properly. Now the user can decide
      where priority shows on the client side, and the priority privacy setting is
      placed in the dynamic form wizard.
      
      The standard form is added to every ticket without option. Extra forms can
      be defined and associated with help topics which can additionally be added
      to tickets upon creation. This allows for standardization of the dynamic
      data location for searches and filtering.
      
      Implemented advanced search for dynamic data. Along with reinstating the
      basic ticket search on keywords
      
      Implemented ticket filtering on dynamic data for both keyword searches as
      well as searches for special fields (drop-down lists, etc.)
      
      Phone number for users is now completely optional
      43b74f4a
    • Jared Hancock's avatar
      Rebase form sections to forms and remove form sets · 59c219f4
      Jared Hancock authored
      Previously, form sections were grouped into form sets for reusability. This
      patch drops the form sets and makes form sections the new "forms".
      Eventually a section-header field will be added that technically does not
      add any dynamic data to the form, but allows for the same feature as having
      a form set with multiple sections.
      59c219f4
Loading