Commit graph

555 commits

Author SHA1 Message Date
benjamin melançon
0b7901a2e6 Use same responsive image style for gleanings as for every other card 2019-10-01 12:06:25 -04:00
benjamin melançon
789e7e604a Commit config snapshot 2019-10-01 12:05:15 -04:00
benjamin melançon
2d4070224d Commit updated composer lock file 2019-10-01 10:50:22 -04:00
benjamin melançon
355f0e2239 Enable Entity Reference Override and configure biography field 2019-10-01 04:32:58 -04:00
benjamin melançon
540d6dbfc3 Commit contact form display config (unchanged from default) 2019-10-01 01:13:42 -04:00
benjamin melançon
4726bbe62e Update the recent content view to not include pages etc. 2019-10-01 01:13:00 -04:00
benjamin melançon
22545cc66e Update contact form submission recipient to be a working email address 2019-10-01 01:12:25 -04:00
benjamin melançon
e1bc21ea0f Update composer lock file 2019-10-01 01:06:54 -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
d106091350 Commit composer lock file 2019-10-01 00:59:15 -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
ba0567540c Fix more links from front page to content type listings
Ref #60
2019-09-30 22:56:07 -04:00
benjamin melançon
a69a17c3e3 Add the whole gleanings view, too 2019-09-30 22:52:30 -04:00
benjamin melançon
8c5ecac768 Add more link for gleanings 2019-09-30 22:52:03 -04:00
benjamin melançon
8793b7cb61 Rename people view to Contributors (they aren't all GEO collective members) 2019-09-30 22:39:52 -04:00
benjamin melançon
d90cb8d5a2 Add blog listing more link 2019-09-30 22:39:09 -04:00
benjamin melançon
8ec5f69e58 Update site e-mail address 2019-09-30 22:38:36 -04:00
benjamin melançon
076c31c5c2 Update live site address 2019-09-30 21:37:33 -04:00
benjamin melançon
803dc05ead Add configuration for Collection simple card (used in related content)
Ref #57
2019-09-30 21:16:16 -04:00
benjamin melançon
f10bf3f5c6 Update article simple card display (no citation wanted here)
... and blind users still don't need to be told there's an image coming.
2019-09-30 21:08:39 -04:00
benjamin melançon
055559e0f1 Commit compiled CSS 2019-09-30 21:07:30 -04:00
benjamin melançon
6f0be229ae Remove empty gap from featured homepage image, to match look of content 2019-09-30 21:06:46 -04:00
benjamin melançon
772a5718ab Commit compiled CSS 2019-09-30 20:04:43 -04:00
benjamin melançon
28dd750314 Style footer menus so you can at least see them
@TODO embrace dark background and make links and text lightcolored
2019-09-30 20:04:27 -04:00
benjamin melançon
2939a0d4bd Remove a disturbing amount of views config that displayed changed date
in the footer recent content listing
2019-09-30 20:03:48 -04:00
benjamin melançon
b193e83469 Comment out HTML made unneeded by disabling of 'changed' date info 2019-09-30 20:02:26 -04:00
benjamin melançon
2c90d035d8 Configure collection card display 2019-09-30 19:59:31 -04:00
benjamin melançon
39e03c074c No one needs a title saying 'Image', *especially* if they can't see 2019-09-30 19:58:40 -04:00
benjamin melançon
9ff09d16b4 Commit compiled CSS 2019-09-30 19:48:27 -04:00
benjamin melançon
13f5a82540 Tweak no-image color background heights on full nodes at larger screen sizes 2019-09-30 19:48:16 -04:00
benjamin melançon
e818b0eb06 Tweak height of imageless content on front page listing 2019-09-30 19:32:26 -04:00
benjamin melançon
dddf4004b8 Commit compiled CSS 2019-09-30 19:28:55 -04:00
benjamin melançon
962ff7ce16 Fix targeting of titles; add blog front page block styles 2019-09-30 19:28:46 -04:00
08ce459501 Disable unwanted (for now) menu items 2019-09-30 19:22:50 -04:00
Michele Metts
e387a6291c Give managers menu admin capabilities 2019-09-30 19:20:14 -04:00
benjamin melançon
6ab0bc2341 Commit self-updates of publication date 2019-09-30 19:19:22 -04:00
benjamin melançon
3bdcb30189 Commit compiled CSS 2019-09-30 19:17:20 -04:00
benjamin melançon
35a9c22fd4 Stop excessive space under subtitles also 2019-09-30 19:15:58 -04:00
benjamin melançon
f6f64a169d Style Articles front page block title to match more link 2019-09-30 19:15:29 -04:00
benjamin melançon
ec75636e8c Add More link for Articles 2019-09-30 19:08:10 -04:00
benjamin melançon
f386401aa2 Add button class for more links 2019-09-30 19:07:38 -04:00
benjamin melançon
54669479f5 Commit compiled CSS 2019-09-30 19:07:28 -04:00
benjamin melançon
382f65161e Position and style More link for articles 2019-09-30 19:07:13 -04:00
benjamin melançon
0a8a33df60 Override container direct from stable theme because that's where html actually is 2019-09-30 18:47:27 -04:00
benjamin melançon
4633aedcc6 Override container template from Bulma for Views 'more' links 2019-09-30 18:46:32 -04:00
benjamin melançon
36ebf5d092 Make titles even larger on widest screens 2019-09-30 18:42:21 -04:00
benjamin melançon
edd2ac120d Make subtitles larger 2019-09-30 18:42:00 -04:00
benjamin melançon
48bd59bb1c Put user menu in footer 2019-09-30 18:41:44 -04:00
benjamin melançon
152854df5b Add featured content block to homepage 2019-09-30 18:23:24 -04:00
David Valdez
9b8dc97174 Rename some user roles.
administrator -> manager
proofreader -> contributor
content administrator -> editor
2019-09-30 16:05:46 -05:00