Skip to content
Snippets Groups Projects
  1. Jul 11, 2013
  2. Jul 10, 2013
    • Jared Hancock's avatar
      Support disabling a page · 7dcdb608
      Jared Hancock authored
      7dcdb608
    • Jared Hancock's avatar
      Implement Upgrader::abort · 762d56cf
      Jared Hancock authored
      Add forgotten abort() method of the Upgrader trampoline class, and allow
      getErrors() not to crash if not upgrading
      762d56cf
    • Jared Hancock's avatar
      Implement transient SLAs · a6e00914
      Jared Hancock authored
      SLAs can be marked transient. When a ticket is assigned to a transient SLA
      and it is transferred to a department or help topic having a default SLA,
      the SLA will change to the SLA of the new department or help topic. This
      process can continue as long as the ticket has a transient SLA assigned.
      Once a non-transient SLA is assigned to the ticket, the SLA will no longer
      change automatically. Thereafter, the SLA can only be manually changed.
      a6e00914
    • cdnwetzel's avatar
      Update settings-pages.inc.php · 5d60c8b8
      cdnwetzel authored
      on line 14 of settings-pages.inc.php the section: <a href="pages"> should read: <a href="pages.php">
      5d60c8b8
    • 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
  3. Jul 09, 2013
    • Jared Hancock's avatar
      Installer uses the streams config · dfa90b8a
      Jared Hancock authored
      Allow the installation to use the same streams config and schema signatures
      as the migrater
      
      Allow the install to install mulitple database streams
      dfa90b8a
  4. Jul 05, 2013
  5. Jul 04, 2013
  6. Jul 03, 2013
  7. 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
  8. Jun 26, 2013
  9. Jun 24, 2013
  10. 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
  11. Jun 13, 2013
  12. Jun 12, 2013
  13. 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
  14. May 24, 2013
Loading