Skip to content
Snippets Groups Projects
  1. Dec 10, 2014
    • Jared Hancock's avatar
    • 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
    • Jared Hancock's avatar
      oops: Fix numerous, small issues introduced in merges · c5823545
      Jared Hancock authored
      oops: Fix crash upgrading to c7c82835
      
      oops: Fix crash rendering ticket view
      
      oops: Fix crash posting response to ticket
      
      oops: Fix refresh url after ticket reply post
      
      orm: Locate annotations after the root model's fields
      
      orm: Add PK field check for DISTINCT aggregate expressions
      
      When using the DISTINCT option for aggregate expressions, ensure that when a
      relationship is used in the aggregate, that a single field of the remote
      model's primary key is used — rather than the foreign key, since it would
      never have more than one unique value.
      
      search: Re-implement basic ticket search
      
      oops: Couple trivial changes
      
      oops: Fix date formatting for PDF output
      
      oops: Fix staff profile view and update
      
      oops: Fix canned response listing
      
      orm: Fix crash compiling WHERE IN (nested select)
      
      nav: Move settings/email to email/settings
      
      i18n: Make field visibility config translatable
      
      oops: Fix crash adding field to custom form
      
      forms: Fix `required` flag transfer to FormField
      
      oops: Fix bad merge on new ticket by staff
      
      forms: Show uneditable fields on new ticket by staff
      
      oops: Fix bad merge on client ticket view
      c5823545
  2. Dec 08, 2014
  3. Oct 27, 2014
  4. Oct 23, 2014
    • Jared Hancock's avatar
      forms: Fix interpretation of custom list data · eacf8a65
      Jared Hancock authored
      Prior to osTicket v1.9.4, drop down lists only allowed for a single entry.
      After upgrading to 1.9.4 the database data for drop downs changed to allow
      for multiple entries. However, the old data format was not properly handled
      by the SelectionField::to_php() method which handled interpreting and
      upgrading the database data.
      eacf8a65
  5. Oct 22, 2014
  6. Oct 09, 2014
  7. Oct 07, 2014
  8. Oct 06, 2014
  9. Sep 29, 2014
    • Jared Hancock's avatar
      forms: Add default selection to SelectionField · 81eccf03
      Jared Hancock authored
      This allows administrators to select a default value for selection fields
      deriving from Custom Lists. This has been implemented on the ChoiceField,
      but was forgotten on the SelectionField
      81eccf03
    • Jared Hancock's avatar
      forms: Revisit several small issues for "info" field · e9dfba9c
      Jared Hancock authored
        * Use the title of "Information" with internal tag of "info"
        * Add "Visibility" column to UI and retire "Required" and "Internal"
          columns
        * Add visibility selection to new fields and show visibility to the user
          information fields when displayed on the ticket details form
        * Make the visibility settings translatable
        * Use constants internally for visibility configuration detection
        * Use a larger input when managing the information HTML content
        * Fix validation errors for new fields
          * Enforce new field name uniqueness
          * Enforce new field name character validation
      e9dfba9c
  10. Sep 26, 2014
  11. Sep 25, 2014
  12. Sep 24, 2014
  13. Sep 05, 2014
  14. Sep 04, 2014
  15. Sep 03, 2014
  16. Sep 02, 2014
  17. Aug 29, 2014
Loading