Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1 from ymcatwincities/8.x-2.x
Browse files Browse the repository at this point in the history
Update 8.x-2.x branch
  • Loading branch information
anpolimus authored Jun 4, 2019
2 parents 68ba8a4 + 6dca21e commit 5fd7f2c
Show file tree
Hide file tree
Showing 873 changed files with 57,150 additions and 78,900 deletions.
7 changes: 4 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Make sure these boxes are checked before asking for review of your pull request - thank you!
Original Issue, this PR is going to fix: REPLACE WITH A LINK TO ISSUE ( publicly available )


If there is a new feature, please create PR against 8.x-1.xx-dev branch.
Make sure these boxes are checked before asking for review of your pull request - thank you!

If this is a bug fix - use 8.x-1.x branch. We'll tag for release if the bug is critical asap or tag for release next bug fix release until critical issue arrived.
If there is a new feature or this is a bug fix - use 8.x-2.x branch. We'll tag for release if the bug is critical asap or tag for release next bug fix release until critical issue arrived.

## Steps for review

Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<p align="center">
<a href="http://www.openymca.org">
<img alt="react-router" src="https://www.ymcamn.org/themes/custom/ymca/img/ymca-logo.svg" width="144">
</a>
<!-- Will replace with new Open Y logo soon. <a href="http://www.openymca.org">
<img alt="Open Y Logo" src="" width="144">
</a> -->
</p>

<h3 align="center">
Open YMCA
Open Y
</h3>
<p align="center">
http://openymca.org
Expand Down Expand Up @@ -51,8 +51,11 @@ For development environment please read documentation [openy-project](https://gi

Other development information you can find at [docs/Development](https://github.com/ymcatwincities/openy/tree/8.x-1.x/docs/Development).


# Documentation
- [Documentation](https://github.com/ymcatwincities/openy/tree/8.x-1.x/docs)
- [Installation instructions](https://github.com/ymcatwincities/openy-project#installation)
- [Content structure](https://github.com/ymcatwincities/openy/tree/8.x-1.x/docs/Content%20structure)
- [Technical documentation](https://github.com/ymcatwincities/openy/tree/8.x-1.x/docs/Development)
- [Terms of Use](https://github.com/ymcatwincities/openy/wiki/Open-Y-Terms-of-Use)
- [Participation Agreement](https://github.com/ymcatwincities/openy/wiki/Open-Y-Participant-Agreement)
2 changes: 1 addition & 1 deletion RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class RoboFile extends \Robo\Tasks {
*/
function OpenyCreateProject($path) {
$this->taskComposerCreateProject()
->source('ymcatwincities/openy-project:8.1.x-development-dev')
->source('ymcatwincities/openy-project:8.2.x-development-dev')
->target($path . '/openy-project')
->ansi(TRUE)
->noInstall(TRUE)
Expand Down
219 changes: 113 additions & 106 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,118 +25,106 @@
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "composer",
"url": "https://asset-packagist.org"
},
{
"type": "package",
"package": {
"name": "library-kenwheeler/slick",
"version": "1.6.0",
"name": "library-jaypan/jquery_colorpicker",
"version": "1.0.1",
"type": "drupal-library",
"source": {
"url": "https://github.com/kenwheeler/slick",
"url": "https://github.com/jaypan/jquery_colorpicker",
"type": "git",
"reference": "1.6.0"
"reference": "da978ae124c57817021b3166a31881876882f5f9"
}
}
},
{
"type": "package",
"package": {
"name": "library-dinbror/blazy",
"version": "1.8.2",
"name": "library-ckeditor/panelbutton",
"version": "4.10.1",
"type": "drupal-library",
"source": {
"url": "https://github.com/dinbror/blazy",
"type": "git",
"reference": "1.8.2"
"dist": {
"url": "https://download.ckeditor.com/panelbutton/releases/panelbutton_4.10.1.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "library-gdsmith/jquery.easing",
"version": "1.4.1",
"name": "library-ckeditor/colorbutton",
"version": "4.10.1",
"type": "drupal-library",
"source": {
"url": "https://github.com/gdsmith/jquery.easing",
"type": "git",
"reference": "1.4.1"
"dist": {
"url": "https://download.ckeditor.com/colorbutton/releases/colorbutton_4.10.1.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "library-enyo/dropzone",
"version": "4.3.0",
"name": "library-smonetti/btbutton",
"version": "1.0.1",
"type": "drupal-library",
"source": {
"url": "https://github.com/enyo/dropzone",
"url": "https://github.com/smonetti/btbutton",
"type": "git",
"reference": "v4.3.0"
"reference": "1620254d294a209bdf18cc0bc7b131d2ffaa10db"
}
}
},
{
"type": "package",
"package": {
"name": "library-jaypan/jquery_colorpicker",
"version": "1.0.1",
"name": "grt107/grt-youtube-popup",
"version": "1.0.0",
"type": "drupal-library",
"source": {
"url": "https://github.com/jaypan/jquery_colorpicker",
"url": "https://github.com/grt107/grt-youtube-popup",
"type": "git",
"reference": "da978ae124c57817021b3166a31881876882f5f9"
"reference": "d5cb51ae5dbe526dba7d82c646ec0f46791fa7a0"
}
}
},
{
"type": "package",
"package": {
"name": "library-ckeditor/panelbutton",
"version": "4.7.0",
"name": "library-davekoelle/alphanum",
"version": "1.0.0",
"type": "drupal-library",
"dist": {
"url": "http://download.ckeditor.com/panelbutton/releases/panelbutton_4.7.0.zip",
"url": "https://github.com/AndreyMaximov/alphanum/archive/1.0.0.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "library-ckeditor/colorbutton",
"version": "4.7.0",
"name": "vuejs/vue",
"version": "2.6.10",
"type": "drupal-library",
"dist": {
"url": "http://download.ckeditor.com/colorbutton/releases/colorbutton_4.7.0.zip",
"url": "https://github.com/vuejs/vue/archive/v2.6.10.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "library-smonetti/btbutton",
"version": "1.0.1",
"name": "vuejs/vue-router",
"version": "3.0.6",
"type": "drupal-library",
"source": {
"url": "https://github.com/smonetti/btbutton",
"type": "git",
"reference": "1620254d294a209bdf18cc0bc7b131d2ffaa10db"
}
}
},
{
"type": "package",
"package": {
"name": "grt-youtube-popup",
"version": "1.0.0",
"type": "drupal-library",
"source": {
"url": "https://github.com/grt107/grt-youtube-popup",
"type": "git",
"reference": "d5cb51ae5dbe526dba7d82c646ec0f46791fa7a0"
"dist": {
"url": "https://github.com/vuejs/vue-router/archive/v3.0.6.zip",
"type": "zip"
}
}
}
Expand All @@ -157,7 +145,11 @@
"docroot/modules/contrib/{$name}": ["type:drupal-module"],
"docroot/profiles/contrib/{$name}": ["type:drupal-profile"],
"docroot/themes/contrib/{$name}": ["type:drupal-theme"],
"docroot/libraries/{$name}": ["type:drupal-library"]
"docroot/libraries/{$name}": [
"type:drupal-library",
"type:bower-asset",
"type:npm-asset"
]
},
"patches": {
"drupal/simple_menu_icons": {
Expand All @@ -166,7 +158,8 @@
"2937058 - Clear cache performance improvement": "https://www.drupal.org/files/issues/clear-cache-after-simple_menu_icons_css_generate-2847964-2.patch"
},
"drupal/entity_browser": {
"2845037 - Fixed the issue of Call to a member function getConfigDependencyKey() on null on [Widget view], and [SelectionDisplay view]": "https://www.drupal.org/files/issues/2845037_15.patch"
"2845037 - Fixed the issue of Call to a member function getConfigDependencyKey() on null on [Widget view], and [SelectionDisplay view]": "https://www.drupal.org/files/issues/2845037_15.patch",
"2927347 - Having Entity Browser 2.x on the codebase breaks upgrade path": "https://www.drupal.org/files/issues/2019-01-10/Having-Entity-Browser-breaks-upgrade-path-2927347-14.patch"
},
"drupal/entity_embed": {
"2511404 - Image entities/fields embedded using Entity Embed cannot be linked in CKEditor": "https://www.drupal.org/files/issues/entity_embed_links-2511404-31.patch"
Expand All @@ -177,101 +170,115 @@
"drupal/views_data_export": {
"2789531 - Support for batch operations": "https://www.drupal.org/files/issues/2789531-105.patch"
},
"drupal/views_field_formatter": {
"2874811 - Add option to show/hide empty views": "https://www.drupal.org/files/issues/Option-added-to-hide-empty-views-2874811.patch"
"drupal/easy_breadcrumb": {
"2971408 - Easy Breadcrumb could not determine the title to use for /node/{node}/translations": "https://www.drupal.org/files/issues/2018-07-13/2971408_node_edit-5.patch"
},
"drupal/core": {
"1236098 - Notice: Undefined index in _color_rewrite_stylesheet()": "https://www.drupal.org/files/issues/undefined-index-in-_color_rewrite_stylesheet-1236098-37.patch",
"2484693 - Telephone Link field formatter InvalidArgumentException with 5 digits or fewer in the number": "https://www.drupal.org/files/issues/2484693-54.patch",
"2862702 - PrepareModulesEntityUninstallForm::formTitle does not exist": "https://www.drupal.org/files/issues/2862702-3.patch"
},
"drupal/crop": {
"3025005 - The Crop requirements is NOK is media_entity 8.x-2.0 installed via composer": "https://www.drupal.org/files/issues/2019-01-10/requirements-is-NOK-3025005-2.patch"
},
"drupal/media_entity": {
"2918172 - Media Entity upgrade -> add revision fields": "https://www.drupal.org/files/issues/2918172-5.patch",
"2918172 - Media Entity upgrade -> core fails on absent column revision_uid": "https://www.drupal.org/files/issues/2918172-6-8.4.4.patch"
},
"drupal/blazy": {
"Remove core media dependencies to unblock upgrade": "https://raw.githubusercontent.com/ymcatwincities/openy/8.x-2.x/patches/blazy/remove-core-media-dependencies.patch"
}
}
},
"require": {
"php": ">=5.6",
"cweagans/composer-patches": "^1.5.0",
"composer/installers": "^1.0",
"drupal-composer/drupal-scaffold": "^2.0.0",
"drupal/core": "8.4.*",
"drupal/features": "3.5",
"drupal-composer/drupal-scaffold": "^2.4.0",
"drupal/core": "~8.6.10",
"drupal/features": "3.8",
"drupal/confi": "1.4",
"drupal/config_update": "1.5",
"drupal/entity": "1.0-beta1",
"drupal/media_entity": "1.x-dev",
"drupal/config_update": "^1.6",
"drupal/entity": "1.0-rc1",
"drupal/media_entity": "2.0.0-beta3",
"drupal/media_entity_image": "1.x-dev",
"drupal/media_entity_document": "1.x-dev",
"drupal/address": "1.4",
"drupal/paragraphs": "1.2",
"drupal/entity_reference_revisions": "1.3",
"drupal/pathauto": "1.0",
"drupal/paragraphs": "1.6",
"drupal/entity_reference_revisions": "~1.6",
"drupal/pathauto": "~1.3",
"drupal/ctools": "3.0",
"drupal/token": "1.0",
"drupal/field_group": "1.0",
"drupal/video_embed_field": "1.5",
"drupal/jquery_colorpicker": "1.3",
"drupal/entity_browser": "1.3",
"drupal/dropzonejs": "1.0-alpha8",
"drupal/inline_entity_form": "1.0-beta1",
"drupal/token": "^1.5",
"drupal/field_group": "~3.0",
"drupal/video_embed_field": "^2.0",
"drupal/jquery_colorpicker": "~1.4",
"drupal/entity_browser": "2.0.0",
"drupal/dropzonejs": "^2.0",
"drupal/inline_entity_form": "1.0-rc1",
"drupal/embed": "1.0",
"drupal/entity_embed": "1.0-beta2",
"drupal/entity_clone": "^1.0@alpha",
"drupal/entity_clone": "^1.0",
"drupal/views_block_filter_block": "1.x-dev",
"drupal/plugin": "2.5",
"drupal/migrate_plus": "3.0-beta1",
"drupal/migrate_tools": "3.0-beta1",
"drupal/migrate_source_csv": "2.0",
"drupal/migrate_plus": "^4.0",
"drupal/migrate_tools": "~4.0",
"drupal/migrate_source_csv": "2.2",
"drupal/verf": "1.0-beta6",
"drupal/simple_menu_icons": "1.x-dev",
"drupal/views_infinite_scroll": "1.5",
"drupal/slick": "1.0",
"drupal/blazy": "1.0-rc1",
"drupal/geolocation": "1.11",
"drupal/slick": "2.0.0-alpha1",
"drupal/blazy": "2.0.0-alpha1",
"drupal/geolocation": "^2.0",
"library-jaypan/jquery_colorpicker": "1.0.1",
"library-enyo/dropzone": "4.3.0",
"library-kenwheeler/slick": "1.6.0",
"library-dinbror/blazy": "1.8.2",
"library-gdsmith/jquery.easing": "1.4.1",
"library-ckeditor/panelbutton": "4.7.0",
"library-ckeditor/colorbutton": "4.7.0",
"library-ckeditor/panelbutton": "4.10.1",
"library-ckeditor/colorbutton": "4.10.1",
"library-smonetti/btbutton": "1.0.1",
"grt-youtube-popup": "^1.0",
"library-davekoelle/alphanum": "1.0.0",
"grt107/grt-youtube-popup": "^1.0",
"drupal/slick_views": "1.0-rc2",
"drupal/libraries": "3.x-dev",
"drupal/datalayer": "1.x-dev",
"drupal/optimizely": "3.0",
"drupal/google_tag": "1.0",
"drupal/google_analytics": "2.2",
"drupal/simple_sitemap": "2.9",
"drupal/redirect": "1.0-beta1",
"drupal/metatag": "1.3",
"drupal/optimizely": "~3.1",
"drupal/google_tag": "~1.1",
"drupal/google_analytics": "~2.3",
"drupal/simple_sitemap": "3.0.0",
"drupal/redirect": "~1.3",
"drupal/metatag": "~1.8",
"drupal/scheduler": "1.0",
"drupal/webform": "5.0-beta24",
"drupal/webform": "~5.0",
"drupal/captcha": "1.0-beta1",
"drupal/recaptcha": "2.2",
"drupal/rabbit_hole": "1.0-beta3",
"drupal/admin_toolbar": "1.20",
"drupal/recaptcha": "~2.3",
"drupal/rabbit_hole": "~1.0-beta4",
"drupal/admin_toolbar": "~1.25",
"drupal/panelbutton": "1.1",
"drupal/colorbutton": "1.1",
"drupal/better_exposed_filters": "3.0-alpha2",
"drupal/better_exposed_filters": "~3.0-alpha5",
"drupal/custom_formatters": "3.0-alpha1",
"drupal/token_filter": "1.0-beta1",
"drupal/views_field_formatter": "1.5",
"drupal/token_filter": "~1.1",
"drupal/views_field_formatter": "~1.9",
"drupal/tzfield": "1.x-dev",
"drupal/views_data_export": "1.0-beta1",
"drupal/lndr": "1.11",
"drupal/lndr": "^1.15",
"doctrine/inflector": "1.1.*",
"drupal/crop": "1.3",
"drupal/focal_point": "1.0-beta5",
"drupal/media_entity_video": "1.0-beta2",
"drupal/video": "1.2",
"drupal/easy_breadcrumb": "^1.6",
"drupal/crop": "^2.0",
"drupal/focal_point": "~1.0-beta6",
"drupal/media_entity_video": "^2.0",
"drupal/video": "^1.4",
"drupal/easy_breadcrumb": "^1.8",
"drupal/ckeditor_bootstrap_buttons": "^1.1",
"drupal/fontyourface": "^3.2",
"drupal/css_editor": "^1.2",
"drupal/domain": "1.0-alpha13",
"drupal/domain_theme_switch": "1.3",
"drupal/domain": "1.0-alpha14",
"drupal/domain_theme_switch": "^1.4",
"drupal/social_feed_fetcher": "^1.0",
"symfony/dom-crawler": "v4.1.3",
"mpdf/mpdf": "^7.1"
"symfony/dom-crawler": "~2.8|~3.0|~4.2",
"mpdf/mpdf": "^7.1",
"drupal/search_api_solr": "1.2",
"npm-asset/blazy": "^1.8",
"npm-asset/slick-carousel": "^1.8",
"npm-asset/dropzone": "^5.5",
"npm-asset/jquery.easing": "^1.4",
"vuejs/vue": "2.6.10",
"vuejs/vue-router": "3.0.6"
}
}
Loading

0 comments on commit 5fd7f2c

Please sign in to comment.