-
Notifications
You must be signed in to change notification settings - Fork 54
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
Updating dependencies in favor of Drupal 9 compatiblity #362
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
d1c9ec2
Updating dependencies in favor of Drupal 9 compatiblity
navneet0693 f75074a
Updated dependencies for Drupal 9.
navneet0693 b6438bc
Changed Open Social's branch to copy.
navneet0693 01b561f
Added ecs.php and rector.php file.
navneet0693 eb5e532
Upgrade mariadb to latest version.
navneet0693 d4831f2
Removed mglaman/drupal-check and added upgrade_status module.
navneet0693 525ed03
Added parallel processing in ecs and more rector rules in rector.php
navneet0693 a4ab05e
Added a forked branch of palantirnet/drupal-rector.
navneet0693 da58aa4
Removed the temporary branch added for palantirnet/drupal-rector and …
navneet0693 9e3023c
Added changes to install "D9" based docker image of opensocial.
navneet0693 e5f9552
Revert the open_social docker image to dev tag.
navneet0693 6255dd5
Updated PHP, mariabdb and solr configuration version in all docker co…
navneet0693 ed990f0
Revert to image: selenium/standalone-firefox:2.48.2
navneet0693 f98ce8e
Changed selenium/standalone-firefox to selenium/standalone-firefox-de…
navneet0693 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 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 |
---|---|---|
|
@@ -14,7 +14,7 @@ addons: | |
language: php | ||
|
||
php: | ||
- 7.3 | ||
- 7.4 | ||
|
||
services: | ||
- docker | ||
|
This file contains 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 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 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 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 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,164 @@ | ||
# À => A | ||
"\u00C0" => "A" | ||
# Á => A | ||
"\u00C1" => "A" | ||
# Â => A | ||
"\u00C2" => "A" | ||
# Ã => A | ||
"\u00C3" => "A" | ||
# Ä => A | ||
"\u00C4" => "A" | ||
# Å => A | ||
"\u00C5" => "A" | ||
# Ą => A | ||
"\u0104" => "A" | ||
# Æ => AE | ||
"\u00C6" => "AE" | ||
# Ç => C | ||
"\u00C7" => "C" | ||
# Ć => C | ||
"\U0106" => "C" | ||
# È => E | ||
"\u00C8" => "E" | ||
# É => E | ||
"\u00C9" => "E" | ||
# Ê => E | ||
"\u00CA" => "E" | ||
# Ë => E | ||
"\u00CB" => "E" | ||
# Ę => E | ||
"\u0118" => "E" | ||
# Ì => I | ||
"\u00CC" => "I" | ||
# Í => I | ||
"\u00CD" => "I" | ||
# Î => I | ||
"\u00CE" => "I" | ||
# Ï => I | ||
"\u00CF" => "I" | ||
# IJ => IJ | ||
"\u0132" => "IJ" | ||
# Ð => D | ||
"\u00D0" => "D" | ||
# Ł => L | ||
"\u0141" => "L" | ||
# Ñ => N | ||
"\u00D1" => "N" | ||
# Ń => N | ||
"\u0143" => "N" | ||
# Ò => O | ||
"\u00D2" => "O" | ||
# Ó => O | ||
"\u00D3" => "O" | ||
# Ô => O | ||
"\u00D4" => "O" | ||
# Õ => O | ||
"\u00D5" => "O" | ||
# Ö => O | ||
"\u00D6" => "O" | ||
# Ø => O | ||
"\u00D8" => "O" | ||
# Œ => OE | ||
"\u0152" => "OE" | ||
# Þ | ||
"\u00DE" => "TH" | ||
# Ù => U | ||
"\u00D9" => "U" | ||
# Ú => U | ||
"\u00DA" => "U" | ||
# Û => U | ||
"\u00DB" => "U" | ||
# Ü => U | ||
"\u00DC" => "U" | ||
# Ý => Y | ||
"\u00DD" => "Y" | ||
# Ÿ => Y | ||
"\u0178" => "Y" | ||
# à => a | ||
"\u00E0" => "a" | ||
# á => a | ||
"\u00E1" => "a" | ||
# â => a | ||
"\u00E2" => "a" | ||
# ã => a | ||
"\u00E3" => "a" | ||
# ä => a | ||
"\u00E4" => "a" | ||
# å => a | ||
"\u00E5" => "a" | ||
# æ => ae | ||
"\u00E6" => "ae" | ||
# ç => c | ||
"\u00E7" => "c" | ||
# è => e | ||
"\u00E8" => "e" | ||
# é => e | ||
"\u00E9" => "e" | ||
# ê => e | ||
"\u00EA" => "e" | ||
# ë => e | ||
"\u00EB" => "e" | ||
# ì => i | ||
"\u00EC" => "i" | ||
# í => i | ||
"\u00ED" => "i" | ||
# î => i | ||
"\u00EE" => "i" | ||
# ï => i | ||
"\u00EF" => "i" | ||
# ij => ij | ||
"\u0133" => "ij" | ||
# ð => d | ||
"\u00F0" => "d" | ||
# ñ => n | ||
"\u00F1" => "n" | ||
# ò => o | ||
"\u00F2" => "o" | ||
# ó => o | ||
"\u00F3" => "o" | ||
# ô => o | ||
"\u00F4" => "o" | ||
# õ => o | ||
"\u00F5" => "o" | ||
# ö => o | ||
"\u00F6" => "o" | ||
# ø => o | ||
"\u00F8" => "o" | ||
# œ => oe | ||
"\u0153" => "oe" | ||
# ß => ss | ||
"\u00DF" => "ss" | ||
# Ś => S | ||
"\u015a" => "S" | ||
# þ => th | ||
"\u00FE" => "th" | ||
# ù => u | ||
"\u00F9" => "u" | ||
# ú => u | ||
"\u00FA" => "u" | ||
# û => u | ||
"\u00FB" => "u" | ||
# ü => u | ||
"\u00FC" => "u" | ||
# ý => y | ||
"\u00FD" => "y" | ||
# ÿ => y | ||
"\u00FF" => "y" | ||
# Ź => Z | ||
"\u0179" => "Z" | ||
# Ż => Z | ||
"\u017b" => "Z" | ||
# ff => ff | ||
"\uFB00" => "ff" | ||
# fi => fi | ||
"\uFB01" => "fi" | ||
# fl => fl | ||
"\uFB02" => "fl" | ||
# ffi => ffi | ||
"\uFB03" => "ffi" | ||
# ffl => ffl | ||
"\uFB04" => "ffl" | ||
# ſt => st | ||
"\uFB05" => "st" | ||
# st => st | ||
"\uFB06" => "st" |
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.
@navneet0693 Perhaps we can remove this since it's a command waiting for disaster for developers who do not grasp exactly what it does.
Your working copy of Open Social and themes will both be in
html/*/contrib
and so this command will also throw those away along with your local copy of git. This means that if you have unpushed work or unstaged changes, those changes will be gone.