Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More upgrader fixes #8204

Merged

Commits on May 7, 2024

  1. Always passes connection object to pg_version()

    Signed-off-by: Jon Stovell <jonstovell@gmail.com>
    Sesquipedalian committed May 7, 2024
    Configuration menu
    Copy the full SHA
    154785a View commit details
    Browse the repository at this point in the history
  2. Checks that User::$me is set before using in SMF\Db\APIs\MySQL::query

    Signed-off-by: Jon Stovell <jonstovell@gmail.com>
    Sesquipedalian committed May 7, 2024
    Configuration menu
    Copy the full SHA
    4eacf2a View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Fixes bug that aborted executing code blocks in upgrader

    Signed-off-by: Jon Stovell <jonstovell@gmail.com>
    Sesquipedalian committed May 9, 2024
    Configuration menu
    Copy the full SHA
    d8fe714 View commit details
    Browse the repository at this point in the history
  2. Adds missing bracket in upgrade_3-0_MySQL.sql

    Signed-off-by: Jon Stovell <jonstovell@gmail.com>
    Sesquipedalian committed May 9, 2024
    Configuration menu
    Copy the full SHA
    02dae3a View commit details
    Browse the repository at this point in the history
  3. Fixes redirect link at end of upgrade process

    Signed-off-by: Jon Stovell <jonstovell@gmail.com>
    Sesquipedalian committed May 9, 2024
    Configuration menu
    Copy the full SHA
    c0b9ffd View commit details
    Browse the repository at this point in the history
  4. Ensure SMF\User::$me is defined for SMF\Calendar\Event in upgrader

    Signed-off-by: Jon Stovell <jonstovell@gmail.com>
    Sesquipedalian committed May 9, 2024
    Configuration menu
    Copy the full SHA
    3378c62 View commit details
    Browse the repository at this point in the history
  5. Remove calendar_holidays from list of protected tables

    Signed-off-by: Jon Stovell <jonstovell@gmail.com>
    Sesquipedalian committed May 9, 2024
    Configuration menu
    Copy the full SHA
    2415020 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Ensure $_SERVER['QUERY_STRING'] is always a string

    Signed-off-by: Jon Stovell <jonstovell@gmail.com>
    Sesquipedalian committed May 10, 2024
    Configuration menu
    Copy the full SHA
    1a1b15a View commit details
    Browse the repository at this point in the history
  2. Find the right language from the outset in upgrader

    Signed-off-by: Jon Stovell <jonstovell@gmail.com>
    Sesquipedalian committed May 10, 2024
    Configuration menu
    Copy the full SHA
    861ba15 View commit details
    Browse the repository at this point in the history
  3. Fix spurious "Language files out of date" error in upgrader

    Signed-off-by: Jon Stovell <jonstovell@gmail.com>
    Sesquipedalian committed May 10, 2024
    Configuration menu
    Copy the full SHA
    89106a4 View commit details
    Browse the repository at this point in the history
  4. Formatting fixes

    Signed-off-by: Jon Stovell <jonstovell@gmail.com>
    Sesquipedalian committed May 10, 2024
    Configuration menu
    Copy the full SHA
    7a154ba View commit details
    Browse the repository at this point in the history
  5. Converting serialization to JSON should not depend on browser support

    Signed-off-by: Jon Stovell <jonstovell@gmail.com>
    Sesquipedalian committed May 10, 2024
    Configuration menu
    Copy the full SHA
    f995e39 View commit details
    Browse the repository at this point in the history
  6. Fixes upgrader getting stuck during cleanup step

    Signed-off-by: Jon Stovell <jonstovell@gmail.com>
    Sesquipedalian committed May 10, 2024
    Configuration menu
    Copy the full SHA
    3cabdb2 View commit details
    Browse the repository at this point in the history
  7. Used API to get database version in upgrader

    Signed-off-by: Jon Stovell <jonstovell@gmail.com>
    Sesquipedalian committed May 10, 2024
    Configuration menu
    Copy the full SHA
    5b11070 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Checks whether end_time column exists to choose calendar upgrade logic

    Signed-off-by: Jon Stovell <jonstovell@gmail.com>
    Sesquipedalian committed May 13, 2024
    Configuration menu
    Copy the full SHA
    b5cee38 View commit details
    Browse the repository at this point in the history