Skip to content
Snippets Groups Projects
  1. Mar 09, 2015
  2. Mar 02, 2015
  3. Feb 17, 2015
  4. Feb 13, 2015
    • Jared Hancock's avatar
      priority: Admin can elect the priority of each prio field · 30f56195
      Jared Hancock authored
      This allows for multiple priority fields to specify differing defaults, and
      it also allows for a selection of 'System Default' in the config, which
      renders as 'Default' when rendered.
      
      It also fixes up a couple PHP warnings about include/class.forms.php
      30f56195
    • Jared Hancock's avatar
      oops: Fix empty export in some cases · 979e4884
      Jared Hancock authored
      If the ticket details form has an extra field of type "Priority Level"
      (beyond the one built in), exports of tickets will be empty.
      
      This patch addresses the issue in the exporter which uses an older version
      of the custom data materialized view (__cdata table), which created separate
      columns for selection and ID values. The current cdata system only creates a
      single column and stores the ID value. It also addresses an issue where the
      ID column was passed to the PriorityField::to_php() as the first argument.
      979e4884
  5. Dec 31, 2014
    • Jared Hancock's avatar
      files: Provide unified download script · d9cf38bc
      Jared Hancock authored
      This script adds a single download script, 'file.php', which provides access
      to files of all types to all users. It uses a HMAC signature system with an
      expires time, which allows signed URLs to be sent to external users.
      
      This also fixes an issue with the Http::cacheable() method, where the
      last-modified and Etag headers were not properly compared, which resulted in
      permanent cache misses by the client.
      d9cf38bc
  6. Dec 15, 2014
    • Jared Hancock's avatar
      Ensure case-insensitive file extension comparison · edcb6960
      Jared Hancock authored
      Ensure that when generating the list of acceptable file extensions, that the list is lower cased, because the extension from the filename will be lower-cased before attempting to find the extension in the list of acceptable extensions.
      edcb6960
  7. Nov 04, 2014
  8. Oct 28, 2014
  9. Oct 27, 2014
  10. Oct 24, 2014
  11. Oct 20, 2014
    • Peter Rotich's avatar
      Default max file size · 8302c1ca
      Peter Rotich authored
      Determine and set a reasonable max file size on install
      Remove file extension restrictions - transition to mime types
      8302c1ca
  12. Oct 07, 2014
  13. 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
  14. Sep 26, 2014
  15. Sep 25, 2014
  16. Sep 24, 2014
  17. Sep 19, 2014
  18. Sep 15, 2014
  19. Sep 11, 2014
  20. Sep 04, 2014
  21. Sep 02, 2014
  22. Sep 01, 2014
  23. Aug 30, 2014
Loading