Skip to content
Snippets Groups Projects
  1. Mar 07, 2018
    • JediKev's avatar
      issue: Send Login Errors Still Sends · 6578b95c
      JediKev authored
      This addresses issue 4073 where Disabling the 'Excessive failed login
      attempts' option in the Ticket Alert settings will still send the Admin
      Excessive failed login alerts. This is due to the method that checks if
      the setting is Enabled returns `0` or `1` not `TRUE` or `FALSE`. So this
      updates the section of code to return `FALSE` for `0` and `TRUE` for `1`
      so that it properly disables/enables the alerts.
      6578b95c
  2. Feb 07, 2018
  3. Sep 28, 2017
  4. Sep 23, 2017
  5. Sep 14, 2017
  6. Aug 10, 2017
  7. Aug 08, 2017
    • JediKev's avatar
      tasks: Fix Task Updated Time · d6dfa7a6
      JediKev authored
      This addresses an issue where updating a Task does not change the
      `updated` column in the database. This adds a line to change the `update`
      column when updating a Task.
      d6dfa7a6
  8. Jul 28, 2017
    • JediKev's avatar
      oops: Fix Task Print · 2ddf78a6
      JediKev authored
      This addresses issue 3782 where clicking Print on a Task gives you a blank
      popup that hangs. This is because the Print button was being treated as a
      Task action when it is actually not one. This adds a ternary operator to
      give the proper Task Actions the `task-action` class and gives the Print
      button no class.
      2ddf78a6
  9. Jul 21, 2017
    • JediKev's avatar
      oops: User Phone Search · 00e47272
      JediKev authored
      This addresses issue 3815 where searching by User's phone number doesn't
      work in v1.10. This adds phone number search capabilities for the User
      Directory and User Search popup in v1.10.
      00e47272
  10. Jul 19, 2017
    • JediKev's avatar
      cron: Delete Expired Sessions · 5a8fdeae
      JediKev authored
      This addresses an issue where expired sessions would not be removed from
      the database. This caused the session table to fill up and create
      unnecessary issues. This adds a cleanup method to remove all expired
      sessions from the database.
      5a8fdeae
  11. May 19, 2017
  12. May 13, 2017
  13. May 12, 2017
    • JediKev's avatar
      forms: Proper Field Deletion · ad34072c
      JediKev authored
      This addresses issue where upon deletion of a form field and all its
      entry values, the field record wouldn't be deleted from the `form_field`
      table. This links another issue where you can't delete a list if its
      been a field before. This is due to the list delete() function that
      checks for list field records in the `form_field` table.
      ad34072c
  14. Apr 24, 2017
    • Peter Rotich's avatar
      Add timezone setting to DateTimeField with time. · 06e348dd
      Peter Rotich authored
      This is necessary to force a particular timezone on a DateTimeField entry.
      If timezone is not set then user's timezone is assumed.
      06e348dd
    • Peter Rotich's avatar
      DateTime · 69b85f0d
      Peter Rotich authored
      Address edge cases where timezone mixups happens on DateTimeField
      
      Allow datetime field to be timezone agnostic (not timezone aware) to display
      the timezone used to set the field. The timezone of the last user or agent
      that edited the field is used.
      69b85f0d
  15. Apr 10, 2017
  16. Mar 31, 2017
  17. Mar 23, 2017
  18. Mar 17, 2017
  19. Feb 24, 2017
  20. Feb 21, 2017
  21. Feb 07, 2017
  22. Feb 06, 2017
  23. Jan 26, 2017
    • Ray Foss's avatar
      Merge pull request #3621 from dellsala/develop · 4e490863
      Ray Foss authored
      Fixes issue #3620. is_numeric changed in 7.0.0 causing causing the contact form and sometimes login to break. is_string works on any version. The upstream Spyc now uses regex to verify instead of is_numeric, in a way similar to this commit. Waiting on upstream to merge other customizations we've made.
      4e490863
  24. Jan 17, 2017
  25. Dec 16, 2016
Loading