Skip to content
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

Fix regnum #100

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
6f0007a
Commit all the things
greg-1-anderson Nov 11, 2020
6bff6a1
Re-add composer_vendor
greg-1-anderson Nov 11, 2020
6d38b52
Relocate vendor
greg-1-anderson Nov 11, 2020
ce2f3d9
Add configuration settings
greg-1-anderson Nov 11, 2020
a02d579
Remove unwanted database configration
greg-1-anderson Nov 11, 2020
2dd4d1d
Temporarily disable domain access
greg-1-anderson Nov 11, 2020
48aa2b3
Back off to php 5.6.
greg-1-anderson Nov 11, 2020
6d4c36c
Back off to php 5.5.
greg-1-anderson Nov 11, 2020
28a7599
Pantheon domain access settings.
greg-1-anderson Nov 13, 2020
8a66119
Symbolic link from drupal to web
greg-1-anderson Nov 13, 2020
c60244a
Correct path to domain access
greg-1-anderson Nov 13, 2020
55118de
Fix syntax error
greg-1-anderson Nov 13, 2020
fee2ce8
Update to stable version of drupal-composer/preserve-paths
greg-1-anderson Nov 15, 2020
fd7b2b3
Only set the cookie domain in the live environment.
greg-1-anderson Nov 15, 2020
00f037a
Fix cookie domain typo
greg-1-anderson Nov 16, 2020
53bddf0
Use PHP 7.2.
greg-1-anderson Nov 21, 2020
9ec5faf
Back to php 7.1 due to problem with Rules module. https://www.drupal.…
greg-1-anderson Nov 21, 2020
ff766ea
Drupal 7.78
greg-1-anderson Jan 21, 2021
4d68b98
Drupal 7.78
Jan 21, 2021
0e3558d
Add date_ical
greg-1-anderson May 14, 2021
5945647
Add iCalcreator library
greg-1-anderson May 14, 2021
ee70369
Add iCalcreator library
Feb 9, 2022
eef087d
hard coded the kingdom base domain, in regnum entityform code, alteri…
xalgorithm Apr 10, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
61 changes: 12 additions & 49 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,50 +1,16 @@
travis/travis-ci-key
bin
drupal/.drush-lock-update
drupal/.gitignore
drupal/.htaccess
drupal/CHANGELOG.txt
drupal/COPYRIGHT.txt
drupal/INSTALL.mysql.txt
drupal/INSTALL.pgsql.txt
drupal/INSTALL.sqlite.txt
drupal/INSTALL.txt
drupal/LICENSE.txt
drupal/MAINTAINERS.txt
drupal/README.txt
drupal/UPGRADE.txt
drupal/authorize.php
drupal/cron.php
drupal/includes/
drupal/index.php
drupal/install.php
drupal/misc/
drupal/modules/
drupal/profiles/
drupal/robots.txt
drupal/scripts/
drupal/sites/README.txt
drupal/sites/all/README.txt
drupal/sites/all/libraries/
drupal/sites/all/modules/README.txt
drupal/sites/all/modules/contrib/
drupal/sites/all/themes/contrib/
drupal/sites/all/vendor/
drupal/sites/default/default.settings.php
drupal/sites/example.sites.php
drupal/sites/sites/
drupal/themes/
drupal/update.php
drupal/web.config
drupal/xmlrpc.php
drupal/temp
web/sites/default/settings.local.php
web/sites/sites/
web/temp
.vagrant
**/.DS_Store
**/pkg/
**/.*.sw?
**/spec/fixtures
**/Gemfile.lock
**/.rspec_system
*.sql
*.patch

# Ignore the devel mail log on dev / staging systems
devel-mail-log
Expand All @@ -53,18 +19,15 @@ devel-mail-log
.idea

# Ignore the error log
htdocs/error_log
htdocs/moving.page
htdocs/suspended.page

# Ignore configuration files that may contain sensitive information.
htdocs/sites/*/settings*.php
web/error_log
web/moving.page
web/suspended.page

# Ignore paths that contain user-generated content.
htdocs/sites/*/files
htdocs/sites/*/private
htdocs/files
web/sites/*/files
web/sites/*/private
web/files
private-files

# Ignore temp directories
htdocs/temp
web/temp
1 change: 1 addition & 0 deletions bin/behat
1 change: 1 addition & 0 deletions bin/disable-php-email
1 change: 1 addition & 0 deletions bin/drush
1 change: 1 addition & 0 deletions bin/drush.complete.sh
1 change: 1 addition & 0 deletions bin/drush.launcher
1 change: 1 addition & 0 deletions bin/drush.php
1 change: 1 addition & 0 deletions bin/init-new-project
1 change: 1 addition & 0 deletions bin/install-drupal
1 change: 1 addition & 0 deletions bin/local-test
1 change: 1 addition & 0 deletions bin/pantheon-test
1 change: 1 addition & 0 deletions bin/php-parse
1 change: 1 addition & 0 deletions bin/phpunit
1 change: 1 addition & 0 deletions bin/prepare-to-install
1 change: 1 addition & 0 deletions bin/psysh
1 change: 1 addition & 0 deletions bin/push-to-pantheon
1 change: 1 addition & 0 deletions bin/setup-before-tests
1 change: 1 addition & 0 deletions bin/setup-environment
1 change: 1 addition & 0 deletions bin/start-webserver
1 change: 1 addition & 0 deletions bin/stop-webserver
1 change: 1 addition & 0 deletions bin/wait-for-webserver
51 changes: 25 additions & 26 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
}
],
"require": {
"composer/installers": "^1.0.21",
"cweagans/composer-patches": "~1.0",
"derhasi/composer-preserve-paths": "0.1.*",
"composer/installers": "^1.9",
"cweagans/composer-patches": "^1.7",
"drupal-composer/preserve-paths": "^0.1.6",
"drupal/adaptive_image": "^1",
"drupal/admin_menu": "^3",
"drupal/admin_views": "^1",
Expand All @@ -23,10 +23,12 @@
"drupal/cck": "^3",
"drupal/ckeditor_link": "^2",
"drupal/cnr": "^4",
"drupal/composer_autoloader": "^1",
"drupal/composer_vendor": "^1",
"drupal/context": "^3",
"drupal/ctools": "^1",
"drupal/date": "^2",
"drupal/date_ical": "^3.10",
"drupal/delta": "^3",
"drupal/devel": "^1",
"drupal/diff": "^3",
Expand All @@ -35,8 +37,6 @@
"drupal/domain_blocks": "^3",
"drupal/domain_views": "^1",
"drupal/domaincontext": "^1",
"drupal/drupal": "^7",
"drupal/drupal-driver": "dev-master",
"drupal/elements": "^1",
"drupal/email_confirm": "^1",
"drupal/entity": "^1",
Expand Down Expand Up @@ -94,45 +94,44 @@
"drupal/wysiwyg": "^2",
"drupal/wysiwyg_filter": "^1",
"drush/drush": "^8",
"pantheon-systems/drops-7-composer": "^7",
"phpdocumentor/reflection-docblock": "^2",
"westkingdom/hierarchical-group-email": "~1.0"
},
"require-dev": {
"pantheon-systems/ci-scripts": "1.*",
"phpunit/phpunit": "^4.8"
},
"config": {
"optimize-autoloader": true,
"sort-packages": true,
"platform": {
"php": "5.6.32"
"php": "5.5.38"
},
"bin-dir": "bin/",
"vendor-dir": "drupal/sites/all/vendor"
"vendor-dir": "web/sites/all/vendor"
},
"extra": {
"enable-patching": true,
"patches-file": "composer-patches.json",
"installer-paths": {
"drupal/sites/all/modules/contrib/{$name}/": ["type:drupal-module"],
"drupal/sites/all/themes/contrib/{$name}/": ["type:drupal-theme"],
"drupal/sites/all/drush/{$name}/": ["type:drupal-drush"],
"drupal/profiles/{$name}/": ["type:drupal-profile"],
"drupal/": ["drupal/drupal"]
"web/sites/all/modules/contrib/{$name}/": ["type:drupal-module"],
"web/sites/all/themes/contrib/{$name}/": ["type:drupal-theme"],
"web/sites/all/drush/{$name}/": ["type:drupal-drush"],
"web/profiles/{$name}/": ["type:drupal-profile"],
"web/": ["type:drupal-core"]
},
"preserve-paths": [
"drupal/sites/all/modules/contrib",
"drupal/sites/all/modules/custom",
"drupal/sites/all/modules/modified",
"drupal/sites/all/themes",
"drupal/sites/all/libraries",
"drupal/sites/all/drush",
"drupal/sites/all/vendor",
"drupal/sites/default/settings.php",
"drupal/sites/default/files",
"drupal/drush",
"drupal/files",
"drupal/temp"
"web/sites/all/modules/contrib",
"web/sites/all/modules/custom",
"web/sites/all/modules/modified",
"web/sites/all/themes",
"web/sites/all/libraries",
"web/sites/all/drush",
"web/sites/all/vendor",
"web/sites/default/settings.php",
"web/sites/default/files",
"web/drush",
"web/files",
"web/temp"
],
"violinist": {
"allow_updates_beyond_constraint": 1,
Expand Down
Loading