Commit graph

993 commits

Author SHA1 Message Date
a8b72639e8 Switch comments to plain markdown 2022-09-12 16:32:03 -04:00
b8883bc43f Apply config updates from database update 2022-09-12 16:11:44 -04:00
3b58a09466 Update composer lock file 2022-09-12 15:00:41 -04:00
d107614a30 Update DDEV 2022-09-12 15:00:26 -04:00
0982afa7e0 Bring into closer alignment with Drutopia build source composer.json 2022-09-12 14:55:50 -04:00
68f06ff83a Bring composer file more into line with Drutopia base 2022-03-11 23:01:03 -05:00
c116f99d4a Update price direct through config file (UI broken)
Don't know this'll actually work...
2022-03-11 16:24:53 -05:00
a19045e8ed Update Drupal content migration training purchase form text 2022-03-11 16:23:38 -05:00
ba2f790f93 Format docs 2022-03-11 16:04:46 -05:00
328c543e1e Update deployment instructions to be more helpful 2022-03-11 16:02:54 -05:00
01a4d3d592 Commit config snapshot 2022-03-11 15:34:48 -05:00
f525e7618c Commit oddly minor spanish language Drupal self-updates 2022-03-11 15:34:21 -05:00
5ad3e3bd80 Commit updated composer lock file inc with customerror fixes 2022-03-11 15:33:47 -05:00
605abdae82 Add editoria11y module recommended by Clayton for writing, accessibility review
https://devcollaborative.com/blog/best-drupal-accessibility-checker-content-authors-editoria11y
2022-03-11 15:32:18 -05:00
2992aabb6c Enable and configure Plausible analytics
Ref #229
2022-03-11 15:30:58 -05:00
5571b64398 Commit updated composer lock file 2022-03-11 13:13:11 -05:00
909ef23f81 Add Plausible analytics module (adds this one line for us)
'<script defer data-domain=agaric.coop src=https://plausible.io/js/plausible.js></script>' :-)
2022-03-11 12:44:17 -05:00
40735b8b8b Configure basic HTML input format to NOT use markdown at all
Was considering doing this anyway because switching between the Markdown WYSIWYG
and regular CKEditor could really screw up formatting, but after the upgrade of
the Markdown module (which provides the underlying Markdown capability that
CKEditor Markdown uses, apparently) it absolutely destroyed every port of content
that was using the Basic HTML input format, in the way described way back in this
old comment on the upgrade issue, https://www.drupal.org/project/markdown/issues/3103679#comment-14289153

Anyway this configuration change fixed the major problem of the text being output with
no HTML formatting whatsoever.

Ref #227
2022-03-08 15:43:26 -05:00
aa14d30664 Set webmentions to run on cron 2022-03-08 09:52:47 -05:00
26a8aaa097 Enable hidden bridgy mastodon return indicator 2022-03-08 09:41:58 -05:00
1dd4ff625e Add explicit markdown configuration w/ no changes 2022-03-08 07:55:57 -05:00
1350ce3fe5 Commit updated composer lock file 2022-03-08 07:55:21 -05:00
89bb55e2a1 Dropping down to commonmark 1.0 to fix even more fatal issue
https://www.drupal.org/project/markdown/issues/3268341
2022-03-08 07:55:08 -05:00
1ea7dfc207 Commit updated composer lock file 2022-03-08 07:21:42 -05:00
4fb0cf3337 Use dev version of markdown to fix fatal error
Uncaught PHP Exception Drupal\markdown\Exception\MissingVersionException: 'The library 'commonmark' did not not specify a version. If the plugin has no version, it must be explicitly set to '0.0.0'.' at /var/www/html/web/modules/contrib/markdown/src/Plugin/Markdown/InstallablePluginBase.php line 316'

Fixed as noted in https://www.drupal.org/project/markdown/issues/3187582#comment-14012913
2022-03-08 07:21:30 -05:00
71b9c51049 Commit updated composer lock file 2022-03-08 06:58:23 -05:00
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
0188a3f761 Remove multiline config from config snapshot also 2022-03-07 12:57:34 -05:00
f65e0fa372 Close loop on removing multiline config (uninstalled on live, removed from codebase)
Because it is a core feature now (almost, not quite, as good as the module but the module
is not supported in 9)
2022-03-07 12:53:56 -05:00
0ee0fbf151 Fix another typo in my modified script but still no go
keys not set up for direct test/live talk here
2022-03-06 22:06:28 -05:00
8ba651139e Fix silly capital L typo 2022-03-06 21:58:19 -05:00
f5ef2ef668 Use standard location for Drush 2022-03-06 21:56:28 -05:00
f465929ca6 Bring in database copy script by Keegan & Chris for Portside
Naively changing names for agaric live and test on Elizabeth,
but not yet using variables that could be grabbed from .env file
2022-03-06 21:50:25 -05:00
c03173697d Commit config snapshot after D9 upgrades 2022-03-06 21:29:17 -05:00
d0da91842a Commit modules uninstalled by Drutopia in D9 2022-03-06 21:25:10 -05:00
3672b57fa5 Commit unexpected self-update of dependency to views admin people 2022-03-06 21:24:33 -05:00
fd6dab8f15 Commit self-updates to role config, dependencies + removed obsolete perms 2022-03-06 21:24:10 -05:00
481edbcaf7 Commit self-updates to config from D9 upgrade, tour new structure 2022-03-06 21:22:24 -05:00
afc0d03538 Commit self-updates to config from D9 upgrade, serialize/rss changes 2022-03-06 21:21:46 -05:00
18078d18a4 Commit self-updates to config from D9 upgrade that are just reorg 2022-03-06 21:14:00 -05:00
37422c70d0 Add new settings from Drupal 9 2022-03-06 19:56:58 -05:00
a9193da0a1 Commit updated composer lock file, minor dependency updates 2022-03-06 18:03:40 -05:00
cc77ec000a Update documentation around pattern library and how to commit changes to it 2022-03-06 16:50:44 -05:00
3e968b3497 Commit updated pattern library 2022-03-06 16:45:15 -05:00
9ddf17b1ff Declare custom theme compatible with Drupal 9 by fiat 2022-03-06 11:01:06 -05:00
7a9cd25e91 Declare custom modules compatible with Drupal 9 by fiat 2022-03-06 10:24:49 -05:00
c28e310310 Update DDEV configuration to Elizabeth-like conditions 2022-03-06 10:17:35 -05:00
d4af6b2811 Commit updated composer lock file for Drupal 9
(previous commit claiming we were on Drupal 9 already was an accidental lie)
2022-03-06 10:07:08 -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