Skip to content

12527 move staticroutes to bundle#13883

Merged
dvesh3 merged 26 commits into11.xfrom
12527-move-staticroutes-to-bundle
Jan 17, 2023
Merged

12527 move staticroutes to bundle#13883
dvesh3 merged 26 commits into11.xfrom
12527-move-staticroutes-to-bundle

Conversation

@mattamon
Copy link
Copy Markdown
Contributor

Changes in this pull request

Resolves #12527

Additional info

Moving static routes functionality into StaticRoutesBundle
Able to install and uninstall via Installer. Permissions are in the Bundle
Moved translations into the bundle

Added icons
Added migration
Added translation
@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 22, 2022

Review Checklist

  • Target branch (10.5 for bug fixes, others 11.x)
  • Tests (if it's testable code, there should be a test for it - get help)
  • Docs (every functionality needs to be documented, see here)
  • Migration incl. install.sql (e.g. if the database schema changes, ...)
  • Upgrade notes (deprecations, important information, migration hints, ...)
  • Label
  • Milestone

@dvesh3 dvesh3 added the Task label Dec 23, 2022
@dvesh3 dvesh3 added this to the 11.0.0 milestone Dec 23, 2022
@dvesh3 dvesh3 self-assigned this Dec 27, 2022
Rename bundle from StaticRoutesBundle to PimcoreStaticRoutesBundle
Adding Eventlistener for pimcore settings
Moving migration to core
# Conflicts:
#	.github/ci/files/config/bundles.php
#	bundles/StaticRoutesBundle/src/Routing/Staticroute/Router.php
#	composer.json
Updated namespaces and routes
Added upgrade notes
@mattamon mattamon requested a review from dvesh3 January 4, 2023 14:32
@mattamon mattamon requested a review from dvesh3 January 9, 2023 10:39
# Conflicts:
#	.github/ci/files/config/bundles.php
#	bundles/AdminBundle/src/Controller/Admin/SettingsController.php
#	composer.json
#	doc/Development_Documentation/23_Installation_and_Upgrade/09_Upgrade_Notes/README.md
# Conflicts:
#	bundles/CoreBundle/translations/en.extended.json
# Conflicts:
#	bundles/StaticRoutesBundle/src/Routing/Staticroute/Router.php
#	composer.json
#	lib/Routing/Element/Router.php
Remove unnecessary if conditions
# Conflicts:
#	.github/ci/files/config/bundles.php
dvesh3
dvesh3 previously requested changes Jan 16, 2023
Copy link
Copy Markdown
Contributor

@dvesh3 dvesh3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move Kernel Config

'storageDirectoryEnvVariableName' => 'PIMCORE_CONFIG_STORAGE_DIR_STATICROUTES',

@dvesh3 dvesh3 dismissed their stale review January 17, 2023 12:44

Resolved with #12066

@dvesh3 dvesh3 merged commit aa68b66 into 11.x Jan 17, 2023
@dvesh3 dvesh3 deleted the 12527-move-staticroutes-to-bundle branch January 17, 2023 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Task] Move Static Routes to StaticRoutesBundle within bundles folder in pimcore/pimcore repository

3 participants