Skip to content
Snippets Groups Projects
  1. Jan 31, 2019
  2. Oct 24, 2018
    • 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
  3. Sep 05, 2018
    • JediKev's avatar
      issue: Duplicate Page Requests · 4414f9bb
      JediKev authored
      This addresses an issue where clicking Open, Post Reply, etc. more than once
      whilst creating/responding to a ticket will generate duplicate requests.
      This causes duplicate responses to be sent out or duplicate tickets being
      created. This adds jQuery, on both Agent and User side, to disable the
      submit buttons when the "Loading" popup appears so you cannot click the
      button more than once.
      4414f9bb
  4. Jul 31, 2018
    • aydreeihn's avatar
      Reset Button Fix: · 73ed2e57
      aydreeihn authored
      This commit makes sure that when the Reset button is hit, we only reset File Upload Field attachments for the specific form we're on.
      
      Ex: Viewing a Ticket as an Agent and switching between 'Post Reply' and 'Post Internal Note'. If you had an image in the Post Reply file upload but switched to Post Internal Note and hit Reset, only the text/attachments on the Post Internal Note tab would be cleared.
      
      (Improves upon #4369)
      73ed2e57
  5. Jul 30, 2018
    • aydreeihn's avatar
      Web Portal Fixes: · 4decaeca
      aydreeihn authored
      - Add space between column headers and sort arrow
      - Fix sorting by 'Subject' column
      - Fix redactor issues with 'Reset' button
      	- Make sure text within redactor is cleared correctly
      	- Make sure we don't keep attachments if Reset
      - Make sure redactor is reinitialized where needed
      4decaeca
  6. Jun 11, 2016
  7. Mar 25, 2016
  8. Mar 17, 2016
  9. Sep 28, 2015
  10. Aug 24, 2015
    • Jared Hancock's avatar
      tickets: Fix subject display for non text fields · 256fecd1
      Jared Hancock authored
      If the subject field is something crazy, such as an HTML field, ensure that
      the layout of the ticket queue is preserved and properly truncated.
      Furthermore, ensure that the HTML is properly rendered on the client and
      staff ticket view pages.
      256fecd1
  11. Aug 18, 2015
  12. Aug 06, 2015
  13. Aug 04, 2015
  14. Jul 30, 2015
  15. Jul 21, 2015
  16. Jul 08, 2015
  17. Jun 03, 2015
    • Jared Hancock's avatar
      client: Add filter for help topic, clear filter · dd9fe3be
      Jared Hancock authored
      This patch adds to the client interface the ability to filter tickets on the
      client portal by help topic, as well as a "clear" feature to clear search,
      sort, and filter options.
      dd9fe3be
    • Jared Hancock's avatar
      Make several optimizations to ticket-view page · 091fe701
      Jared Hancock authored
      * Log events for AJAX collaborator list edits
      * Avoid extra selects for inline image handling
      * Avoid using htmLawed to add target="_blank" and class="no-pjax" to links
        in the ticket thread
      * Cache instances of IntlDateFormatter; seems expensive to set up
      * Cache filetypes Yaml in APC if available
      * Cache I18n::getDefaltLanguage() in the request
      * Avoid extraneous usage of Model::_inspect and Model::$meta
      * Add aggregated query support to the ORM
      * Lazily compile SQL query for InstrumentedLists
      * Apply `select_related` setting when setting up InstrumentedList instances
      * Slight optimization in SqlCompiler::getField
      * Avoid double compiling Sql annotations in the ORDER BY clause
      * Cache Thread::getEntries
      * Break out event types for ThreadEvent for more legible code
      * Eliminate one query from Ticket::loadDynamicData
      * Fix ticket number bolding if already answered
      * Use dependent subqueries for ticket statistics in the queue page, which is
        significantly faster for large data sets (like hundreds of attachments or
        thread entries)
      * Fixup sidebar layout on client knowledge base pages
      091fe701
  18. May 27, 2015
    • Jared Hancock's avatar
      file: Allow different names for duplicated content · 3bbe2933
      Jared Hancock authored
      This patch (which needs further development), introduces an extra field to
      the %attachment table to store a file's name, in the event that two files
      with the same content are stored in the database with differing names. In
      such a case, the name is stored in the %attachment table. This allows the
      attachment to specify a different name each time the same file is attached
      to something in the system.
      3bbe2933
  19. May 20, 2015
  20. May 13, 2015
  21. May 05, 2015
    • Peter Rotich's avatar
      redactor: Change event · 20c2a91c
      Peter Rotich authored
      Register change event on underlaying textarea on focusout. This is necessary
      for event listener e.g locking system.
      20c2a91c
  22. May 03, 2015
  23. May 01, 2015
  24. Apr 30, 2015
Loading