Skip to content
Snippets Groups Projects
  1. Jul 25, 2018
  2. Jul 24, 2018
    • JediKev's avatar
      issue: CLI Deploy Missing Bootstrap Fix · 2dacfde0
      JediKev authored
      This addresses an issue introduced with 4332 where the deploy CLI breaks
      upon deploying to an existing location. This checks to see if there is a
      bootstrap file in the destination first and if so it uses that one if not
      uses the source.
      2dacfde0
    • JediKev's avatar
      issue: Client Side Column Sorting · 1a92dcb1
      JediKev authored
      This addresses an issue where client side column sorting does not work at
      all. This is due to the if/else statement that checks for a REQUEST sort
      order and if the REQUEST sort order matches an `$orderWays` array value. The
      if statement returns TRUE for DESC and sets the sort order to DESC as it
      equals '-' (a dash) but ASC equals '' (an empty string) so it returns FALSE
      which fails-over to the else statement setting the sort order to DESC. In
      addition, this adds sorting icons the the column headers to make it more
      obvious they are sortable.
      1a92dcb1
  3. Jul 23, 2018
    • JediKev's avatar
      issue: ChoiceField Template Variable · 59ec7afc
      JediKev authored
      This addresses an issue on the forums where osTicket does not add the proper
      values to any custom choices field template variable. This adds an `asVar()`
      function to `class ChoiceField` so we can return the proper values for the
      template variables.
      59ec7afc
  4. Jul 22, 2018
  5. Jul 20, 2018
  6. Jul 19, 2018
  7. Jul 18, 2018
    • Jared Hancock's avatar
      Revert "issue: Orphaned File Query Rewrite" · b778736f
      Jared Hancock authored
      An index was added to the v1.11 branch to support the ORM query. Because the
      index cannot be applied to v1.10, the query was rewritten for the 1.10.x
      branch to provide better performance without changes to the database. When
      1.10.x was merged into 1.11.x the rewritten SQL accidentally showed up. This
      reverts that merge to use the original ORM query.
      b778736f
  8. Jul 17, 2018
  9. Jul 16, 2018
  10. Jul 13, 2018
Loading