Build: #116 failed Changes by nicofuma

Code commits

phpBB Rhea

  • nicofuma

    nicofuma edaa36205fd81c3fcc07149f3d9b864e12c149c3

    Merge branch '3.1.x' into 3.2.x
    * 3.1.x:
      [ticket/14831] Rename migration and replace preg_replace() with simpler methods
      [ticket/14831] Compare depends_on for migrations and remove prefixless names
      [ticket/14831] Add migration for deduplicating entries and fix typo
      [ticket/14831] Add method for getting valid migration name
      [ticket/14831] Fall back to possible migration names instead of adding prefix
      [ticket/14831] Make sure migrations always start with backslash

  • nicofuma

    nicofuma 8323de331e6ae979f92077eb5f9c30f9145acbc4 m

    Merge pull request #4492 from marc1706/ticket/14831
    [ticket/14831] Make sure migrations always start with backslash

    * marc1706/ticket/14831:
      [ticket/14831] Rename migration and replace preg_replace() with simpler methods
      [ticket/14831] Compare depends_on for migrations and remove prefixless names
      [ticket/14831] Add migration for deduplicating entries and fix typo
      [ticket/14831] Add method for getting valid migration name
      [ticket/14831] Fall back to possible migration names instead of adding prefix
      [ticket/14831] Make sure migrations always start with backslash

  • Marc

    Marc ffc6623dd4b66f039698d86701c49724bc217bc7 m

    [ticket/14831] Rename migration and replace preg_replace() with simpler methods
    PHPBB3-14831

    • phpBB/phpbb/db/migration/data/v31x/migrations_deduplicate_entries.php (version ffc6623dd4b66f039698d86701c49724bc217bc7)
    • phpBB/phpbb/db/migration/data/v31x/remove_duplicate_migrations.php (version ffc6623dd4b66f039698d86701c49724bc217bc7)
    • phpBB/phpbb/db/migrator.php (version ffc6623dd4b66f039698d86701c49724bc217bc7)
  • Marc

    Marc 6f8c0df1c68a2f7812c10ffd489098f50401022d m

    [ticket/14831] Compare depends_on for migrations and remove prefixless names
    PHPBB3-14831

    • phpBB/phpbb/db/migration/data/v31x/migrations_deduplicate_entries.php (version 6f8c0df1c68a2f7812c10ffd489098f50401022d)
  • Marc

    Marc c891277996872920f88ea7bb36b1e57e3674579f m

    [ticket/14831] Add migration for deduplicating entries and fix typo
    PHPBB3-14831

    • phpBB/phpbb/db/migration/data/v31x/migrations_deduplicate_entries.php (version c891277996872920f88ea7bb36b1e57e3674579f)
    • phpBB/phpbb/db/migrator.php (version c891277996872920f88ea7bb36b1e57e3674579f)
  • Marc

    Marc 9f2867b115ad6e07cf7be6b2ca98ed6ef5be07c7 m

    [ticket/14831] Add method for getting valid migration name
    PHPBB3-14831

    • phpBB/phpbb/db/migrator.php (version 9f2867b115ad6e07cf7be6b2ca98ed6ef5be07c7)
  • Marc

    Marc 2059d57c04ce0083079ae3f8971ff2d758bbe0c5 m

    [ticket/14831] Fall back to possible migration names instead of adding prefix
    Instead of just adding the backslash as prefix if needed, this will take care
    of falling back to any possible migration with or without backslash no matter
    how the mgiration was saved in the database or called in the migrations file.
    This will result in a more robust migrator in regards to naming the migrations
    and previously run migrations.

    PHPBB3-14831

    • phpBB/phpbb/db/migrator.php (version 2059d57c04ce0083079ae3f8971ff2d758bbe0c5)
  • Marc

    Marc 8b8f693d00ebbf78066467497b8866c751e6760f m

    [ticket/14831] Make sure migrations always start with backslash
    The migration system expects every migration to start with a backslash.
    If depends on definitions do not supply that leading backslash, we should
    make sure it's added manually before calling the depends on migration.

    PHPBB3-14831

    • phpBB/phpbb/db/migrator.php (version 8b8f693d00ebbf78066467497b8866c751e6760f)