Commit graph

77 commits

Author SHA1 Message Date
c5b7340659 Update to D9-compatible, normal versions of classitup, urllogin 2021-11-22 15:30:08 -05:00
98a6bb53e7 Use stable release of comment notify it's fine 2021-11-19 09:56:25 -05:00
ac190ac113 Upgrade to Drupal 9 core, and D9-compatible Client-Side Hierarchical Select 2021-11-19 09:53:09 -05:00
79c88426e2 Drop composer merge plugin which isn't needed for Composer 2 2021-11-19 09:52:16 -05:00
4d998845af Drop Prod Check which we weren't using yet
and Drutopia wasn't using, but would be interested in checking
back in on this module and evaluating it again for Drutopia.
2021-11-19 09:51:59 -05:00
dba9d5a315 Drop markdown which is not used by GEO and not D9 compatible yet
Also add microformats (Drutopia standard) and upgrade migrate modules
(also Drutopia standard) to D9-compatible ones.
2021-11-19 09:49:28 -05:00
325962afe9 Bring shared modules with Drutopia base into line for D9 upgrade 2021-11-19 09:44:28 -05:00
31650d35b3 Bring in D4D agent now standard for Drutopia 2021-11-19 09:43:16 -05:00
8f9e428263 Drop unused module to be more inline with Drutopia 2021-11-19 09:42:48 -05:00
1a80665369 Bring our composer.json more in line with Drutopia Agaric-hosted 2021-11-19 09:42:19 -05:00
358bd6054d Drop block field (yes, intentional) which GEO is not using
Bring in Block Class which is Drutopia standard (no these modules are not equivalent
at all they are just nearby alphabetically).

And upgrade Backup Migrate to 5 for Drupal 9 compatibility

Bringing our composer.json more in line with Drutopia Agaric-hosted
standard.
2021-11-19 09:40:37 -05:00
4f4871d0cf Get Twig Suggest module from drupal.org not GitLab 2021-11-19 09:39:15 -05:00
e14de651bd Add FitVids module
Ref #111
2021-08-17 07:15:50 -04:00
37cd6da559 Restore composer merge plugin so all the JavaScript libraries Webform needs don't get blown away
See https://www.drupal.org/project/webform/issues/3041701#comment-14192535
2021-08-17 06:25:13 -04:00
3a53122016 Remove honeypot it's included (at later version) by Drutopia 2021-08-12 17:39:27 -04:00
f22a7c0b7d Bring composer file more in line with Drutopia on Elizabeth, CRLA 2021-05-28 11:56:13 -04:00
e66098cd1f Update composer description 2021-05-27 12:46:10 -04:00
benjamin melançon
5f7e806a7a Add backup and migrate module though seems not needed so maybe better for security not to add this to Drutopia sites 2021-04-26 15:52:37 -04:00
mlncn
f466815128 Update merge plugin for compatibility with Composer 2 2021-04-09 11:19:26 -04:00
mlncn
af8671d2d6 Remove patches that should no longer be relevant after migration and development 2021-04-09 11:16:57 -04:00
mlncn
2be6a7c64f Reorganize and update composer.json to be more in line with standard Drutopia 2021-04-09 11:16:38 -04:00
benjamin melançon
7e2fbc61ff Remove core patch we don't need and doesn't apply 2020-05-06 22:57:44 -04:00
benjamin melançon
c8020105e4 Reorganize to be more like Drutopia Template composer 2020-05-06 22:48:57 -04:00
benjamin melançon
5bc5b17851 Two more plugins for fun 2020-05-06 22:28:57 -04:00
benjamin melançon
c38cd73822 Update composer.json to be more like Agaric's 2020-05-06 22:27:28 -04:00
benjamin melançon
3bc3d90a23 Remove claro; it's now in Drupal core
Ref #109
2020-03-20 14:02:24 -04:00
benjamin melançon
2b489dd403 Fix drutopia requirement 2020-03-20 13:54:32 -04:00
benjamin melançon
44ff945832 Use dev version of Drutopia pending
https://gitlab.com/drutopia/drutopia/-/issues/287

Ref #109
2020-03-20 13:46:34 -04:00
benjamin melançon
39ed9180bd Remove now-committed patch! 2020-02-04 22:29:54 -05:00
benjamin melançon
fe38122419 Add Google Analytics module 2019-10-08 10:55:39 -04:00
benjamin melançon
64895e1dec Get Entity Reference Overrides from drupal.org since we're pushing there too 2019-10-08 10:20:58 -04:00
benjamin melançon
3a3ea15f19 Add Minimal HTML 2019-10-06 19:57:47 -04:00
benjamin melançon
cf9aee7799 Add CKEditor Height fix 2019-10-06 19:57:36 -04:00
benjamin melançon
1f9714463f Drop contextual filter from url path module 2019-10-03 18:19:32 -04:00
benjamin melançon
defb956fa5 Add role delegation module 2019-10-03 17:06:32 -04:00
benjamin melançon
e922f7855b Add Insert module 2019-10-03 13:07:56 -04:00
benjamin melançon
70af11c07d Remove blog module
It's ... not in great shape.

This reverts commit 4fbf6fdcdd5214bfbd16e0fc6b8afe666bfa3ce3.
2019-10-03 08:47:03 -04:00
benjamin melançon
0e4f29be89 Acknowledge ill-fated attempt to try blog module 2019-10-03 08:47:03 -04:00
benjamin melançon
503b854ea2 Add prod_check module 2019-10-03 08:47:03 -04:00
benjamin melançon
d7f2920607 Require and enable subpathauto module 2019-10-03 08:47:03 -04:00
benjamin melançon
66d8d463e1 Add Footnotes module
Ref #70
2019-10-02 00:57:26 -04:00
8139f68b1b Add Password Policy module
OK, so I guess I wasn't quite done. The Password Policy module seems reasonable to me. I've perused the code a bit... They aren't doing anything to invalidate passwords/force reset via Drupal - it implements it itself with a check with event subscriber (KernelEvents::REQUEST) the value of a new user field it adds (field_password_expiration). It also stores a last changed date, and expires users via cron. How it hooks the user modification form I didn't quite grep. Anyway - so far as I can be trusted to approve a module :check:

Project: https://www.drupal.org/project/password_policy
Source: https://git.drupalcode.org/project/password_policy (note shows a 7.x branch default)
Blog: https://opensenselabs.com/blog/tech/drupal-password-policy-module
2019-10-01 01:06:35 -04:00
benjamin melançon
f890d88f6b Include Agaric fork of entity reference override
... but i'm a maintainer over there now, so should really get any new code back over there...
2019-10-01 00:58:02 -04:00
benjamin melançon
78cf5d734e Include patch to fix Claro dropdowns 2019-09-30 11:42:00 -04:00
benjamin melançon
53f145c66c Require Linkit module 2019-09-30 11:41:41 -04:00
benjamin melançon
b2dbe2677a Require noreferrer module for safer blank-targeted links 2019-09-30 08:55:34 -04:00
benjamin melançon
a039bb672e Use development version of our twigsuggest module 2019-09-29 22:44:16 -04:00
benjamin melançon
1262491e13 Add patch to fix display suite's bloody broken template suggestions 2019-09-29 21:56:43 -04:00
benjamin melançon
607be4e2b1 Add simple comment notify module
Ref #12
2019-09-22 21:17:07 -04:00
benjamin melançon
35db7dd1bc Add comment notify module
Ref #12
2019-09-22 21:06:18 -04:00