Skip to content
Snippets Groups Projects
  1. Feb 17, 2015
  2. Feb 10, 2015
    • Jared Hancock's avatar
      email: Message-Id header with user and thread ID · 2a091d68
      Jared Hancock authored
      This patch suggests a change to the message-id creation process that
      includes stamping the receiving user-id (staff or client) along with the
      thread-id of the originating notice. This allows detection of threading if
      the clinically brain-dead mail client drops all the other header detection
      mechanisms, including the tag placed in the email body, on response.
      
      This patch works for both client and agent communication.
      2a091d68
    • Jared Hancock's avatar
      orm: Convert thread, threadentry, emailinfo, attachment, and file · 0d90c4a6
      Jared Hancock authored
      This patch converts the central file and threading classes over to use the
      ORM.
      0d90c4a6
  3. Jan 30, 2015
  4. Jan 14, 2015
  5. Jan 07, 2015
  6. Dec 20, 2014
  7. Dec 17, 2014
  8. Dec 15, 2014
    • Jared Hancock's avatar
      email: Message-Id header with user and thread ID · ecd2e6a9
      Jared Hancock authored
      This patch suggests a change to the message-id creation process that
      includes stamping the receiving user-id (staff or client) along with the
      thread-id of the originating notice. This allows detection of threading if
      the clinically brain-dead mail client drops all the other header detection
      mechanisms, including the tag placed in the email body, on response.
      
      This patch works for both client and agent communication.
      ecd2e6a9
  9. Dec 13, 2014
    • Jared Hancock's avatar
      upgrade: Fix several crashes upgrading · 505257a9
      Jared Hancock authored
      Handle missing `intl` module
      Handle crash translating the staff login banner, when the %translation table
          does not yet exist
      Handle `allow_client_updates` never having been configured
      Handle staff login without @lang and @extra attributes in database
      505257a9
  10. Dec 11, 2014
  11. Dec 10, 2014
    • Jared Hancock's avatar
      oops: Fix numerous, small issues introduced in merges · c5823545
      Jared Hancock authored
      oops: Fix crash upgrading to c7c82835
      
      oops: Fix crash rendering ticket view
      
      oops: Fix crash posting response to ticket
      
      oops: Fix refresh url after ticket reply post
      
      orm: Locate annotations after the root model's fields
      
      orm: Add PK field check for DISTINCT aggregate expressions
      
      When using the DISTINCT option for aggregate expressions, ensure that when a
      relationship is used in the aggregate, that a single field of the remote
      model's primary key is used — rather than the foreign key, since it would
      never have more than one unique value.
      
      search: Re-implement basic ticket search
      
      oops: Couple trivial changes
      
      oops: Fix date formatting for PDF output
      
      oops: Fix staff profile view and update
      
      oops: Fix canned response listing
      
      orm: Fix crash compiling WHERE IN (nested select)
      
      nav: Move settings/email to email/settings
      
      i18n: Make field visibility config translatable
      
      oops: Fix crash adding field to custom form
      
      forms: Fix `required` flag transfer to FormField
      
      oops: Fix bad merge on new ticket by staff
      
      forms: Show uneditable fields on new ticket by staff
      
      oops: Fix bad merge on client ticket view
      c5823545
  12. Dec 09, 2014
  13. Dec 08, 2014
  14. Aug 29, 2014
  15. Jul 23, 2014
  16. Jul 08, 2014
Loading