-
-
Notifications
You must be signed in to change notification settings - Fork 20
WIP: Drupal 10 upgrade #439
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
Draft
martincollar
wants to merge
6
commits into
Drupalcz:develop
Choose a base branch
from
martincollar:develop
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+3,855
−4,751
Draft
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
2513160
Feature/ddev (#2)
martincollar ca5284a
Feature/ddev (#3)
martincollar 993cb91
Merge branch 'Drupalcz:develop' into develop
martincollar c70c531
Feature/drupal updates (#5)
rlekes 5808617
Ddev readme for drupalcz
martincollar 5b7fdfb
PHP 8.3, Nodejs..
martincollar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| name: drupalcz | ||
| type: drupal9 | ||
| docroot: docroot | ||
| php_version: "8.3" | ||
| webserver_type: apache-fpm | ||
| nodejs_version: "18" | ||
| router_http_port: "80" | ||
| router_https_port: "443" | ||
| xdebug_enabled: false | ||
| additional_hostnames: [] | ||
| additional_fqdns: [] | ||
| database: | ||
| type: mariadb | ||
| version: "10.11" | ||
| use_dns_when_possible: true | ||
| composer_version: "2" | ||
| web_environment: [] | ||
|
|
||
| hooks: | ||
| post-start: | ||
| - exec: scripts/create-settings.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| # DDEV Setup | ||
|
|
||
| ## Quick Start | ||
|
|
||
| ```bash | ||
| # Start DDEV | ||
| ddev start | ||
|
|
||
| # Install dependencies | ||
| ddev composer install | ||
|
|
||
| # Install Drupal (minimal profile) | ||
| ddev drush site:install minimal --existing-config --yes | ||
|
|
||
| # Or import existing database | ||
| ddev import-db --file=path/to/database.sql.gz | ||
|
|
||
| # Get login link | ||
| ddev drush uli | ||
|
|
||
| # Access site | ||
| # http://drupalcz.ddev.site | ||
| ``` | ||
|
|
||
| ## Database Connection | ||
| - Host: `db` | ||
| - Database: `db` | ||
| - User: `db` | ||
| - Password: `db` | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,58 +12,65 @@ | |
| "minimum-stability": "dev", | ||
| "prefer-stable": true, | ||
| "require": { | ||
| "php": ">=7.4", | ||
| "php": ">=8.3", | ||
| "acquia/memcache-settings": "*", | ||
| "bower-asset/dropzone": "^5.1", | ||
| "bower-asset/flexslider": "^2.6", | ||
| "composer/installers": "^2.2", | ||
| "cweagans/composer-patches": "^1.6", | ||
| "drupal/acquia_connector": "^1.5", | ||
| "drupal/acquia_connector": "^4.1", | ||
| "drupal/acquia_purge": "^1.0", | ||
| "drupal/admin_toolbar": "~2.0", | ||
| "drupal/better_normalizers": "^1.0@beta", | ||
| "drupal/admin_toolbar": "^3.4", | ||
| "drupal/better_normalizers": "^2.0@beta", | ||
| "drupal/captcha": "^1.0@beta", | ||
| "drupal/ckeditor": "^1.0", | ||
| "drupal/classy": "^2.0", | ||
| "drupal/coder": "^8.3", | ||
| "drupal/config_split": "^1.4", | ||
| "drupal/config_update": "^1.5", | ||
| "drupal/core-composer-scaffold": "^9", | ||
| "drupal/core-project-message": "^9", | ||
| "drupal/core-recommended": "^9", | ||
| "drupal/config_update": "^2.0@alpha", | ||
| "drupal/core-composer-scaffold": "^10.6", | ||
| "drupal/core-project-message": "^10.6", | ||
| "drupal/core-recommended": "^10.6", | ||
| "drupal/ctools": "^3.0", | ||
| "drupal/default_content_deploy": "^1.0@alpha", | ||
| "drupal/devel": "^4.0", | ||
| "drupal/diff": "^1.0@RC", | ||
| "drupal/default_content_deploy": "^2.0", | ||
| "drupal/devel": "^5", | ||
| "drupal/diff": "^1.3", | ||
| "drupal/dropzonejs": "^2.0", | ||
| "drupal/embed": "^1.0", | ||
| "drupal/entity_browser": "^2.0", | ||
| "drupal/entity_class_formatter": "^1.0", | ||
| "drupal/entity_embed": "^1.0", | ||
| "drupal/entity_class_formatter": "^2.0", | ||
| "drupal/entity_embed": "^1.4", | ||
| "drupal/eu_cookie_compliance": "^1.0", | ||
| "drupal/extlink": "^1.1", | ||
| "drupal/flexslider": "^2.0", | ||
| "drupal/geolocation": "^3", | ||
| "drupal/geshifilter": "^2.0@beta", | ||
| "drupal/google_analytics": "^3.1", | ||
| "drupal/flexslider": "^3.0", | ||
| "drupal/geolocation": "^3.11", | ||
| "drupal/geshifilter": "^3.0", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nebolo by lepsie uplne odstranit tento modul a pouzit priamo formatovanie v ckeditora? modul uz nie je dostupny pre d11 a kniznica uz nie je dlhsie podporovana - posledny release 2017 |
||
| "drupal/google_analytics": "^4.0", | ||
| "drupal/inline_entity_form": "^1.0@RC", | ||
| "drupal/metatag": "^1.10", | ||
| "drupal/jquery_ui": "^1.8", | ||
| "drupal/jquery_ui_autocomplete": "^2.0", | ||
| "drupal/jquery_ui_draggable": "^2.1", | ||
| "drupal/jquery_ui_droppable": "^1.5", | ||
| "drupal/jquery_ui_menu": "^2.1", | ||
| "drupal/metatag": "^2.1", | ||
| "drupal/panelizer": "^4.1", | ||
| "drupal/panels": "^4.3", | ||
| "drupal/panels": "^4.7", | ||
| "drupal/panels_ipe": "^4.3", | ||
| "drupal/paragraphs": "^1.5", | ||
| "drupal/pathauto": "^1.6.0", | ||
| "drupal/purge": "^3.0@beta", | ||
| "drupal/purge": "^3.0", | ||
| "drupal/redirect": "^1.0", | ||
| "drupal/riddler": "^1.1", | ||
| "drupal/riddler": "2.0.0", | ||
| "drupal/seckit": "^2.0", | ||
| "drupal/security_review": "1.x-dev", | ||
| "drupal/security_review": "^3.1", | ||
| "drupal/seven": "^1.0", | ||
| "drupal/shield": "^1.2", | ||
| "drupal/slack_invite": "^2.0", | ||
| "drupal/stage_file_proxy": "^1.0@RC", | ||
| "drupal/stage_file_proxy": "^2.0", | ||
| "drupal/token": "^1.5", | ||
| "drupal/upgrade_status": "^3.0@beta", | ||
| "drupal/upgrade_status": "^4.3", | ||
| "drupal/viewsreference": "^2.0", | ||
| "drupal/youtube": "^1.0@beta", | ||
| "drush/drush": "^10", | ||
| "drupal/youtube": "^2.0", | ||
| "drush/drush": "^13.0", | ||
| "oomphinc/composer-installers-extender": "^2.0", | ||
| "pear/versioncontrol_git": "^0.5.0" | ||
| }, | ||
|
|
@@ -80,6 +87,9 @@ | |
| "config": { | ||
| "sort-packages": true, | ||
| "process-timeout": 0, | ||
| "audit": { | ||
| "block-insecure": false | ||
| }, | ||
| "allow-plugins": { | ||
| "composer/installers": true, | ||
| "cweagans/composer-patches": true, | ||
|
|
@@ -122,6 +132,9 @@ | |
| }, | ||
| "drupal/slack_invite": { | ||
| "3189435 - The URI '<current>' is invalid.": "https://git.drupalcode.org/issue/slack_invite-3189435/-/commit/2a10d44bafe2a768dbceceadf6a51e500caae539.patch" | ||
| }, | ||
| "drupal/viewsreference": { | ||
| "Fix deprecated UrlHelper methods for Drupal 10": "patches/viewsreference-drupal10-urlhelper-fix.patch" | ||
| } | ||
| }, | ||
| "installer-types": [ | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mozeme aktualizovat na ckeditor5, ktory je v jadre?