Skip to content
Snippets Groups Projects
  1. Jul 10, 2013
    • Andrew Abdalian's avatar
      Spelling, grammar and readability fixups · c6c923f9
      Andrew Abdalian authored
      Spelling, grammar and readability in upgrader documents
        - Tweaked spelling, grammar and wording to make the text of the upgrader
          pages more readable.
      Fixed spelling regression
        - Higly —> Highly
      Spelling and readability fixes for /include/class.* files
        - Fixed some spelling mistakes
      A couple more spelling/readability fixes.
        - More fixes
      c6c923f9
  2. Jul 05, 2013
  3. Jul 03, 2013
  4. Jul 01, 2013
    • Jared Hancock's avatar
      Use a failsafe encoding for unrecognized charsets · 795fcca0
      Jared Hancock authored
      If the body of an email message is written and encoded with an unrecognized
      charset (like 'iso', for instance), then use the original text, assumed to
      be 8-bit encoded. This patch will create idiosyncrasies, where text might be
      transcoded to utf-8 incorrectly, but it should eliminate instances where
      email message bodies are missing due to incorrect charset labels.
      795fcca0
  5. Jun 26, 2013
  6. Jun 24, 2013
  7. Jun 20, 2013
    • Jared Hancock's avatar
      Prefer session persistent configuration over database · aec6f406
      Jared Hancock authored
      This will allow setting something in the session and having that value
      override the value from the database. If ->persist() is called for a given
      key, a following ->get() will result in the session persisted value being
      returned. ->set() will still save the value in the database.
      
      This is mostly useful for last-mile scenarios (and future plugins) that need
      to affect the configuration of the system without altering the data in the
      configuration table.
      aec6f406
  8. Jun 13, 2013
  9. Jun 12, 2013
  10. May 28, 2013
    • Jared Hancock's avatar
      Various bug-fixes for the upgrader · 0e0f6dcb
      Jared Hancock authored
      - timezone_offset was dropped from the config table at 1.7-dpr1
      - upgrader: only apply five patches in one request
      - upgrader: fix readPatchInfo to work correctly
      - session: support migrating from 1.6 (again)
      - config: support migrating from 1.6 (fallback)
      - config: no default for 'isonline' setting
      - config: fix SQL whitespace issue for schema signature fallbacks
      - config: hash 1.6 versions in the schema signature lookup
      - upgrader: fix logging bug in attachment migration
      0e0f6dcb
    • Jared Hancock's avatar
      Add persistence configuration · 517f86c4
      Jared Hancock authored
      Allow (a subset of) the configuration to also be saved in the session to
      make session-backed data more consistent and compatible with up-and-coming
      multi-site setups.
      517f86c4
    • Jared Hancock's avatar
      Drop OstConfig::updateAttachmentsSettings(), ::allowSMTPSpoofing() · fa5dfe2c
      Jared Hancock authored
      Attachment settings were merged into ticket settings
      SMTPSpoofing feature was moved to per-email rather than global
      fa5dfe2c
    • Jared Hancock's avatar
      03ede650
    • Jared Hancock's avatar
      Federate configuration settings · db81f071
      Jared Hancock authored
      Change the config table from a column-based table to a key-value table
      with namespacing. This allows several parts of osTicket to store their
      respective configurations in the same table without requiring database
      structure updates
      
      'namespace' is reserved in PHP
      db81f071
  11. May 24, 2013
  12. May 23, 2013
  13. May 22, 2013
    • Jared Hancock's avatar
      Allow osTicket to install on a database cluster · c83248ce
      Jared Hancock authored
      The problem stems from assumed MySQL insert ids. In MySQL clusters, the id
      numbers will not necessarily be consecutive. This patch causes the install
      and upgrade patches to lookup the assumed values for the linked id numbers.
      c83248ce
  14. May 14, 2013
  15. May 13, 2013
  16. Apr 19, 2013
  17. Apr 10, 2013
  18. Apr 09, 2013
  19. Apr 07, 2013
  20. Apr 01, 2013
Loading