Skip to content
Snippets Groups Projects
  1. Aug 12, 2013
  2. Aug 02, 2013
    • Jared Hancock's avatar
      Revisit migration tasks · 8de0d4e2
      Jared Hancock authored
      * Move migration scripted tasks to the stream folder naming them .task.php.
      * Add a MigrationTask abstract class to server as the base of migration
        tasks.
      * Move the migration tasks from class.upgrader to the new task files
      8de0d4e2
  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 04, 2013
  5. 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
  6. Apr 19, 2013
  7. Feb 19, 2013
  8. Jun 28, 2012
    • Jared Hancock's avatar
      Fix AttachmentMigrater::queueAttachments · a62729e3
      Jared Hancock authored
      Remove clobber between queue() method and queue instance property (which is
      the queue list). Also properly limit the number of attachments queued for
      migration as indicated by the initial call to the queueAttachments() method.
      Lastly, fix an issue where the first $limit items of the database cannot be
      found on or read from the disk. Recurse through the queueAttachments()
      method until the entire database is scanned or $limit items are placed in
      the queue.
      a62729e3
    • Peter Rotich's avatar
      Attachment Migrater fixes · b1867503
      Peter Rotich authored
      b1867503
  9. Jun 26, 2012
  10. Apr 23, 2012
  11. Apr 13, 2012
    • Jared Hancock's avatar
      Add database migration helper · 881bb2a4
      Jared Hancock authored
      Implement attachment migration for attachments
      Add support for more information stored about the patches in the individual
      patche files with a Javadoc style syntax
      881bb2a4
Loading