Skip to content
Snippets Groups Projects
  1. May 23, 2013
    • Jared Hancock's avatar
      Migrate to new session storage model · 58d29950
      Jared Hancock authored
      58d29950
    • Jared Hancock's avatar
      Use database default storage engine · 55e1c8ec
      Jared Hancock authored
      Drop required usage of MyISAM tables, and drop fulltext indexes as they
      are not used in the code currently anyway. Also, use a blob to store
      session data so as not to waste space with UTF-8 encoding. Lastly, fix
      session_id storage to use VARCHAR(255) which is required for versions
      of MySQL < 5.0.3, and use ascii for the storage model for the
      session_id as it will contain simple characters only.
      55e1c8ec
  2. 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
  3. Apr 02, 2013
  4. Apr 01, 2013
  5. Mar 31, 2013
  6. Mar 30, 2013
  7. Mar 29, 2013
  8. Mar 28, 2013
  9. Mar 27, 2013
  10. Mar 21, 2013
  11. Mar 14, 2013
  12. Mar 13, 2013
Loading