Skip to content
Snippets Groups Projects
  1. Feb 18, 2015
  2. Feb 16, 2015
  3. Feb 13, 2015
  4. Feb 06, 2015
  5. Jan 09, 2015
  6. Jan 05, 2015
  7. Jan 02, 2015
  8. Dec 31, 2014
    • Jared Hancock's avatar
      aafcd063
    • 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
  9. Dec 30, 2014
  10. Dec 16, 2014
  11. Nov 13, 2014
  12. Oct 29, 2014
  13. Oct 28, 2014
  14. Oct 27, 2014
  15. Oct 26, 2014
  16. Oct 10, 2014
  17. Oct 09, 2014
  18. Oct 07, 2014
  19. Oct 02, 2014
  20. Sep 29, 2014
    • 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
  21. Sep 26, 2014
  22. Sep 24, 2014
  23. Sep 19, 2014
    • Peter Rotich's avatar
      Remove "resolved" state · c1cdf82c
      Peter Rotich authored
      This is necessary to avoid confusion vs. closed state.
      c1cdf82c
    • Jared Hancock's avatar
      forms: Implement support for checkbox fields · 438f35c0
      Jared Hancock authored
      Also fix crash if the [name] of a widget element started with a digit
      character.
      438f35c0
    • Jared Hancock's avatar
      forms: Add new visibility property · 85f87cf2
      Jared Hancock authored
      This allows fields to specify a visibility constraint that will be evaluated
      in real time in the browser to automatically show and hide fields that
      should be hidden based on values of other fields in the same form.
      
      Validation is not performed on fields server-side if they are considered
      invisible when submitted.
      85f87cf2
Loading