Skip to content
Snippets Groups Projects
  1. Dec 28, 2014
    • Peter Rotich's avatar
      Retire l.php · b647d1aa
      Peter Rotich authored
      Stop trampolining links via l.php. It was necessary before in order to avoid
      the potential of leaking ticket number & email. The authentication mechanism
      in place now redirects on successful login.
      b647d1aa
  2. Oct 15, 2014
  3. Oct 10, 2014
  4. Oct 09, 2014
  5. Oct 06, 2014
  6. Oct 03, 2014
  7. Oct 02, 2014
  8. Oct 01, 2014
  9. Sep 30, 2014
    • Matt Kirman's avatar
      Dashboard statistics should use 'period' as the date limiter · c1abffd7
      Matt Kirman authored
      The statistics module on the dashboard was using the incorrect query parameter
      'stop'. This meant that the module was loading all tickets from the report start
      date to the present day. This commit fixes this by using the 'period' parameter
      instead.
      c1abffd7
  10. 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
  11. Sep 26, 2014
  12. Sep 25, 2014
  13. 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: 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
  14. Sep 17, 2014
    • Jared Hancock's avatar
      pages: Fix incorrect lookup of inline images · eb4d1b36
      Jared Hancock authored
      In some cases, a POST might be sent to the server and there be no draft. In
      such a case, neither the draft nor the body of the page can be inspected for
      images. Even worse, in some cases the previous images might be unlinked from
      the article without being relinked. Therefore, the images will no longer be
      linked to the page and will likely be purged from the system.
      eb4d1b36
  15. Sep 10, 2014
  16. Sep 08, 2014
  17. Sep 02, 2014
  18. Sep 01, 2014
  19. Aug 30, 2014
  20. Aug 29, 2014
Loading