Skip to content
Snippets Groups Projects
  1. Oct 02, 2015
    • Nathan Febuary's avatar
      Uploaded image preview fix · eed2cdc5
      Nathan Febuary authored
      Sets a static height to the row since it truncates it shouldn’t have
      any odd behavior. Content in the span is centered on the row and sets
      image height to fit inside the row.
      eed2cdc5
  2. Aug 18, 2015
  3. Aug 06, 2015
  4. Aug 04, 2015
  5. Jul 21, 2015
  6. Jul 08, 2015
  7. Jun 03, 2015
    • 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
    • Jared Hancock's avatar
      Fix several issues on thread editing · 973c6645
      Jared Hancock authored
      973c6645
  8. May 29, 2015
  9. May 17, 2015
  10. May 13, 2015
    • Jared Hancock's avatar
      Fixup a few small style issues on the client portal · 7db248ea
      Jared Hancock authored
      This includes adding support to the Redactor editor to force the width of th
      editable content to match the width of the displayed content on the client
      portal. Also, the landing page displayed on the client portal is themed
      (css-class wise) to match that of the Redactor content similar to the FAQ
      and thread-entry designer boxes as well.
      7db248ea
    • Jared Hancock's avatar
      Use select2 for dropdowns · bbd35ea4
      Jared Hancock authored
      Chosen has a problem being rendered in a dialog box with overflow:scroll,
      because the content of the dropdown widget is truncated with the scrollable
      content of the dialog. Select2 addresses the issue by placing the dropdown
      box in the <body> and absolutely positioning it into place.
      bbd35ea4
    • Jared Hancock's avatar
      redactor: Fix misplaced placeholder · 6142e400
      Jared Hancock authored
      6142e400
  11. Apr 14, 2015
  12. Apr 07, 2015
  13. Mar 03, 2015
  14. Feb 18, 2015
  15. Jan 30, 2015
  16. Jan 12, 2015
  17. Dec 22, 2014
  18. Dec 08, 2014
  19. Oct 30, 2014
  20. Oct 03, 2014
  21. Oct 02, 2014
  22. Sep 25, 2014
  23. Aug 30, 2014
  24. Aug 29, 2014
Loading