Skip to content
Snippets Groups Projects
  1. Dec 10, 2018
  2. Nov 07, 2018
  3. Nov 06, 2018
    • JediKev's avatar
      oops: Remove DST From User Update · 10e7c422
      JediKev authored
      This addresses an issue where Users updating their profile will throw an SQL
      error in the system logs. This is due to a line of code trying to set a
      value for the `dst` column which no longer exists as of `1.10.0`.
      10e7c422
  4. Oct 24, 2018
    • Peter Rotich's avatar
      Merge pull request #4568 from JediKev/issue/dupe-page-requests-fix · 1d05ff15
      Peter Rotich authored
      issue: Dupe Page Requests Fix
      1d05ff15
    • JediKev's avatar
      issue: Dupe Page Requests Fix · 45ec0350
      JediKev authored
      This addresses an issue with pull 4472 where disabling the Submit button
      does not submit the Input value for the button. This affects the
      installation of plugins, where the Install Path is not sent therefore the
      plugin is not installed. This clones the original submit button, hides it,
      then displays a dummy disabled Submit button which will submit the value and
      prevent dupe posts.
      45ec0350
  5. Sep 17, 2018
  6. Sep 14, 2018
  7. Sep 05, 2018
  8. Aug 29, 2018
  9. Aug 24, 2018
  10. Aug 23, 2018
    • JediKev's avatar
      forms: Disabled By Help Topic Users · 0780eb7d
      JediKev authored
      This addresses issue 4470 where Users creating tickets via Client Portal and
      failing to fill out a required field makes disabled fields by Help Topic
      appear on the page. When the disabled fields appear they allow Users to
      populate and save data that they were not meant to submit.
      0780eb7d
  11. Aug 22, 2018
    • JediKev's avatar
      issue: CDATA Phone Contains · e9214c2e
      JediKev authored
      This addresses an issue where people who do not have a phone field on the
      contact information form go to search for a User in the User Directory and
      the system crashes. This is due to the search query that always contains the
      phone field variable. This only adds the phone variable to the search query
      if the field actually exists.
      e9214c2e
    • Peter Rotich's avatar
      Tasks: Task visibility · 44a7f8f6
      Peter Rotich authored
      Allow ticket assignee to see tasks associated with the ticket.
      44a7f8f6
  12. Aug 21, 2018
  13. Aug 20, 2018
  14. Aug 19, 2018
  15. Aug 16, 2018
    • JediKev's avatar
      issue: mPDF Arabic Fonts · 01c4dda2
      JediKev authored
      This addresses issue 4449 where using an Arabic language pack and trying to
      print a ticket returns a PDF with either squares for text or no text at all.
      01c4dda2
    • JediKev's avatar
      issue: Task Term Search · 90cc65ae
      JediKev authored
      This addresses an issue where searching for a Task by title returns all
      Tasks in the search. This is due to the visibility filtering methods used to
      filter tickets by staff's visibility.
      90cc65ae
    • aydreeihn's avatar
      Relative Time Fixes: · c4ec9a09
      aydreeihn authored
      This commit removes the logic that was used for time within 2 days which would give a result of either today or tomorrow when something could actually be in 2 days instead.
      
      It also rounds relative time that is within 29 days so that the result will be more accurate.
      Ex: 1.99 will round to 2 instead of showing 1
      c4ec9a09
  16. Aug 14, 2018
Loading