Commit graph

88 commits

Author SHA1 Message Date
6e4d748ca7 Install commonmark (haha not so easy read below)
Wow. Remove migrate upgrade, upgrade migrate tools, so can go to drush 11, which
allows the same version of dot-access-data that commonmark does, at least if it
is explicitly specified.
2022-03-08 06:56:12 -05:00
ff627fff13 Bump Search404 to currently recommended 2.x branch 2022-03-06 10:05:55 -05:00
f796e3b62a Drop patch that has long since been committed
Remove Drupal Core 'search' module dependency from search404
https://www.drupal.org/project/search404/issues/2978837
2022-03-06 10:05:31 -05:00
bc2bfea77c Remove module which has merged into admin toolbar
(which is itself part of Drutopia core already)
2022-03-06 00:43:53 -05:00
fb18163d9d Update several modules to new 2.x branches supporting Drupal 9 2022-03-06 00:39:32 -05:00
4e81b6629f Even though it's being discontinued, Swiftmailer 2 is D9-compatible 2022-03-06 00:22:47 -05:00
88e7401908 Drop Multiline Config module it is now a core feature! 2022-03-05 09:30:21 -05:00
287baa7afb Drop dev pinning of Drutopia Site the official release has caught up 2022-03-05 09:29:46 -05:00
0b8eab6399 Drop honeypot from composer requirements; Drutopia has it
and is requiring a newer version so this was causing conflicts
2022-03-05 08:55:21 -05:00
ab6f5e4ea7 Trust merge plugin to write to files 2022-03-04 14:20:25 -05:00
fbc5665ec4 Fix typo in composer.json 2022-03-01 23:44:11 -05:00
44cb10e8e7 Upgrade composer info to Drupal 9 & bring more in line w/ Drutopia 2022-03-01 23:42:01 -05:00
b1a36cdc40 Allow useful plugins to write to files 2022-03-01 23:21:14 -05:00
d1fb1cb523 Add Drupal Remote Desktop command center to Agaric site 2021-09-18 15:29:19 -04:00
a83fc897c7 Add composer commands for our shell scripts 2021-07-14 08:02:15 -04:00
2b20944545 Update dependencies 2021-07-02 12:57:45 -04:00
benjamin melançon
668c63dfe7 Commit new blocks, webforms, & other config updates from live 2021-04-21 23:07:59 -04:00
benjamin melançon
9b6e04483f Update wikimedia composer plugin to Composer 2 compatible 2021-04-21 22:00:45 -04:00
benjamin melançon
72d3428ded Update/reorg composer file to be a bit more like Drutopia 2021-04-21 21:59:19 -04:00
benjamin melançon
4e25f0a531 Update WYSIWYG Linebreaks patch to later one that improves over mine 2021-04-21 21:02:26 -04:00
benjamin melançon
5dd02c0177 Add Stripe Webform module 2020-06-15 10:17:23 -04:00
benjamin melançon
4cdbb0c497 Restore module we're ditching so that updates can run disabling it without choking 2020-06-12 15:13:49 -04:00
benjamin melançon
2ed99afd1e Configure location of web root in for Drupal scaffold files 2020-06-10 21:01:49 -04:00
benjamin melançon
80ee256865 Name our site esp. since this is not the standard Drutopia template 2020-06-10 14:44:23 -04:00
benjamin melançon
6e19dbbce9 Remove Drupal composer scaffold plugin now Drutopia profile brings in core's 2020-05-06 22:49:43 -04:00
benjamin melançon
b43aa5adc2 Reorganize to be consistent with GEO 2020-05-06 22:47:17 -04:00
benjamin melançon
c2e979481c Add http_cache_control module
This stuff can mostly be done in .htaccess:

https://developers.google.com/web/tools/lighthouse/audits/cache-policy
>
but the direction to use cached version instead of taking the error,
available in dev and 2.0 beta branches currently, may be useful with Cloudflare
2020-04-26 19:20:46 -04:00
benjamin melançon
34df8dd34e Add mail sending modules 2020-04-15 13:55:30 -04:00
David Valdez
6b631fd342 Remove the honeypot patch.
The last version of the module contains the fix to this issue.
https://www.drupal.org/node/2944843
2020-03-04 17:08:45 -06:00
David Valdez
8321e97757 Put the libraries in a place where the browser can reach them. 2020-03-02 11:54:42 -06:00
David Valdez
8e3078be18 Update drutopia_site module to have the last version of admin_toolbar 2020-03-02 11:38:18 -06:00
David Valdez
92129f0e0c Add the composer.librarie.json from the webform module. 2020-03-02 10:45:29 -06:00
David Valdez
b6f449c405 Update Drupal to 8.8.0 and use drupal/core-recommended instead of webflo/drupal-core-strict 2020-02-14 17:43:01 -06:00
Benjamin Melançon
3bb9aaf74d Give up on trying to install drd by downgrading symfony filesystem 2019-08-26 19:42:42 -04:00
Benjamin Melançon
daf7df1aae Force symfony filesystem to be ~3.4 not 4.x because drd (Drupal Remote Dashboard) isn't compatible 2019-08-26 17:51:49 -04:00
benjamin melançon
5604f87460 Add scheduler module 2019-07-31 16:44:23 -04:00
benjamin melançon
de79b292fe Add mailsystem and mimemail 2019-07-30 15:27:18 -04:00
David Valdez
2aef6eb122 Add the multiline config module 2019-05-09 13:48:30 -05:00
David Valdez
213a31ef38 add the Simple comment notify module 2019-03-12 11:04:43 -06:00
benjamin melançon
d9a6abe09e Add webform mailchimp module
... it's going to have a lot of dependencies in the composer lock file
2019-03-10 11:52:04 -04:00
benjamin melançon
004db16e1c Add the markdown project 2019-02-20 11:25:09 -05:00
benjamin melançon
e601fa3c5c Make process timeout 10 minutes instead of default 5
When Drupal core is unzipped there's a notice of a 300 second timeout, then it switches
to the ZipArchive class; there's speculation that later errors that don't specify the
timeout but also result in unzip failures.  See:

https://stackoverflow.com/questions/28177019/composer-exceeded-the-timeout-of-300-seconds-while-installing-sylius-on-composer
https://www.drupal.org/project/drupal/issues/3000865
2019-01-29 08:18:06 -05:00
benjamin melançon
26f30d4e09 Remove gnuget's now-committed comment notify patches
* https://www.drupal.org/node/2575819
* https://www.drupal.org/node/2938134
2019-01-29 07:49:10 -05:00
benjamin melançon
784f860228 Add paragraphs features module for split text paragraphs ability 2019-01-29 07:29:05 -05:00
benjamin melançon
fd75dbd693 Add the Preview Link module 2019-01-27 08:48:33 -05:00
David Valdez
be9d0e8083 Language switcher footer 2019-01-21 23:48:06 -06:00
David Valdez
3454eeaf94 Add the comment notify module. 2019-01-17 11:45:29 -06:00
benjamin melançon
c896719511 Sort composer packages alphabetically 2019-01-06 22:48:48 -05:00
benjamin melançon
3a67316a33 Tell composer to sort its packages alphabetically 2019-01-06 22:48:11 -05:00
benjamin melançon
0cca4d709a Add HotJar module for HotJar.com integration 2019-01-06 22:40:18 -05:00