Skip to content
Snippets Groups Projects
  1. Apr 11, 2015
  2. Dec 30, 2014
  3. Oct 26, 2014
  4. Oct 02, 2014
  5. Aug 26, 2014
  6. Aug 22, 2014
  7. Aug 05, 2014
  8. Jul 28, 2014
  9. Jul 15, 2014
  10. Jul 07, 2014
  11. Jun 30, 2014
  12. Jun 24, 2014
    • Peter Rotich's avatar
      Add the concept of built-in lists · a8bf9286
      Peter Rotich authored
      Generalize custom list interface in order to provide for facility to manage
      system's built-in list like ticket statuses, priorities ...etc.
      a8bf9286
  13. Jun 16, 2014
  14. May 21, 2014
  15. May 19, 2014
    • Peter Rotich's avatar
      v1.9.0 · d52c5eba
      Peter Rotich authored
      Change v1.8.2 to v1.9.0
      Drop help tips for list properties
      d52c5eba
  16. Apr 25, 2014
  17. Apr 22, 2014
  18. Apr 02, 2014
  19. Feb 25, 2014
  20. Oct 09, 2013
    • Jared Hancock's avatar
      Rebase onto feature/html-thread · 9e4e35d7
      Jared Hancock authored
      9e4e35d7
    • Jared Hancock's avatar
      f7384359
    • Jared Hancock's avatar
      Fix bug when creating a new dynamic list · cb0df242
      Jared Hancock authored
      cb0df242
    • 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
    • Jared Hancock's avatar
      Dynamic data for osTicket · 9e75169e
      Jared Hancock authored
      *This is a major redesign / rework of the osTicket base*
      
      This patch drops the concept of static ticket metadata and allows for an
      admin-configurable arbitrary data that is attachable to tickets
      
      The system is architected such that the base osTicket install now comes with
      a "default" form that has fields for subject, name, email, and phone number.
      This form is editable to allow for the addition of arbitrary other fields;
      however, the basic fields must remain in order to be associated with a
      help-topic and attached to a ticket.
      
      This concept can be expanded to allow for arbitrary data associated with
      registered clients or ticket thread items.
      
      Forms are comprised of sections. Sections have a title and instructions
      properties and a list of fields. Fields have various implementations to
      represent different data such as text, long answer, phone number, datetime,
      yes/no, and selections, and are configurable to define the look and feel and
      interpretation of the respective form field.
      
      Dropdown lists are represented as "Dynamic Lists", which are
      admin-configurable lists of items. Dropdowns can be optionally represented
      as Bootstrap typeahead fields.
      
      This also adds the start of a simple ORM which will hopefully be expanded in
      the future to support multiple database platforms. Currently, only MySQL is
      implemented.
      9e75169e
Loading