Commit graph

590 commits

Author SHA1 Message Date
Clayton Dewey
ab4ebaf9ea Commit front page block order changes and working gleanings view
... even though no one knows why the block order would have been saved at all.
2019-10-01 16:38:46 -04:00
benjamin melançon
aed6c86dd1 Fix title 2019-10-01 15:23:38 -04:00
benjamin melançon
861e9cf371 Add more link to our new Collections view 2019-10-01 15:22:23 -04:00
benjamin melançon
bc4b7a392e Add Collection view using collection search API index 2019-10-01 15:19:30 -04:00
benjamin melançon
3e68af2659 Add collections view 2019-10-01 15:18:29 -04:00
benjamin melançon
b68f6905c2 I'll just feal better if it has it's own uniue UUID for that subsection 2019-10-01 15:03:47 -04:00
benjamin melançon
7c7beeee45 Let it get a top-level UUID 2019-10-01 15:00:43 -04:00
benjamin melançon
3f3a70839c Pull in collection type term pathauto ripped off of article 2019-10-01 14:59:14 -04:00
benjamin melançon
1b3ea3a8e2 Finish configuring Search API index for Collections 2019-10-01 14:46:28 -04:00
benjamin melançon
fd1b5a575c Start to add collection search index 2019-10-01 14:40:03 -04:00
benjamin melançon
8624d02de6 Delete my Gleanings view that could never ever work building on an article search index
@cedewey was very, very right to start fresh, as the view was in fact unfixable.
2019-10-01 14:24:57 -04:00
benjamin melançon
250dcfd973 Give a couple of our content types more reasonable names 2019-10-01 14:20:58 -04:00
benjamin melançon
7188401326 Use full pager, show 24 items, on articles page (will set model for others) 2019-10-01 14:17:36 -04:00
benjamin melançon
72d7713013 Commit compiled CSS 2019-10-01 14:13:37 -04:00
benjamin melançon
1022f298ac While we're doing unholy things with the positioning of these buttons anyway 2019-10-01 14:13:06 -04:00
benjamin melançon
9dc6f27ead Commit compiled CSS 2019-10-01 14:12:07 -04:00
benjamin melançon
69f70682ca Improve commenting of styles 2019-10-01 14:11:54 -04:00
benjamin melançon
cc9a4bb4cb Include gleanings, collections in homepage title styles, with net reduction of code 2019-10-01 14:07:38 -04:00
benjamin melançon
6ed7b5c3d3 Set classes for gleaning, collection, blog, article cards 2019-10-01 13:58:25 -04:00
benjamin melançon
71159b5c37 Commit compiledCSS 2019-10-01 13:57:39 -04:00
benjamin melançon
61aaa540eb Give Collections and Gleanings the full treatment 2019-10-01 13:53:11 -04:00
benjamin melançon
c15b9350a5 Consolidate article and blog color styles 2019-10-01 13:50:18 -04:00
benjamin melançon
c15ff271bc Apply background color only to image replacement section 2019-10-01 13:45:51 -04:00
benjamin melançon
6085853e48 Add classes available to apply to Display Suite regions
what a runaround.  I still don't like you, display suite.
2019-10-01 13:42:38 -04:00
benjamin melançon
74eb334f8c Set gleanings to link to their nodes 2019-10-01 13:38:37 -04:00
benjamin melançon
24ae6b454b Commit compiled CSS 2019-10-01 13:33:30 -04:00
benjamin melançon
94d3b705bc Get our treasured default cadetblue into paint, and allow it to shine
... for one moment before everything gets their non-default titles
2019-10-01 13:33:09 -04:00
benjamin melançon
439f56e723 Commit compiled CSS 2019-10-01 13:27:08 -04:00
benjamin melançon
23dd2fce26 Move remaining paint jobs to paint stylesheet 2019-10-01 13:26:52 -04:00
benjamin melançon
4855fd770a Start moving color-changing code to separate 'paint' stylesheet 2019-10-01 13:20:39 -04:00
benjamin melançon
61210c0804 Ugly in so many ways, but it works 2019-10-01 13:14:07 -04:00
benjamin melançon
3777ffe098 There is no bloody way to get a node URL from a DS template
... not without the internet, at least.  Why the hell can't you build associative arrays in Twig?
Should have just done a preprocess function, but seriously, what in the hell?
2019-10-01 13:12:21 -04:00
benjamin melançon
3fa06f9ea8 Use display suite for gleaning card as for others; set available fields 2019-10-01 12:17:37 -04:00
benjamin melançon
9f762f6df3 Update article card to use publication date
Should be safe now that all were migrated with post date as the fallback
publication date.  THanks @Gnuget!
2019-10-01 12:17:04 -04:00
benjamin melançon
160f9c3f22 Create div group and put publication date in them 2019-10-01 12:10:29 -04:00
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