a6f378294c
Extract a helper method to group checks [ci skip]
2021-01-01 21:50:35 +00:00
e2d7f08893
Rename variable to make it more generic
2021-01-01 21:46:12 +00:00
509d526661
Update the Collection namespace
2020-12-17 23:42:20 +00:00
8591a0f846
Remove strict types in tests, ensure classes are final
2020-12-17 23:42:20 +00:00
a73adeca41
Fix incorrect namespace
2020-12-17 23:42:20 +00:00
0b1003a17d
Ignore PHPCS rules per test file
2020-12-17 23:42:20 +00:00
a656280e7b
Extract helper methods
2020-11-10 20:25:07 +00:00
06c3da1880
Add public constants for field names
...
Make it easier and safer when referencing field names by adding public
constants for them to the Talk and Post classes.
2020-11-10 19:34:15 +00:00
19c5529094
Add Send to social media
checkbox to posts
...
Also add it to the `opdavies_blog_test` module config so that the
existing tests continue to work and pass.
References #249
2020-10-07 23:17:07 +01:00
eb23d93fe0
Return early if should not be sent to social media
...
Return early and don't send the post to social media if the `Post to
social media` checkbox is not checked.
References #249
2020-10-07 23:11:22 +01:00
2d06f5e8d4
Add a method to check if send to social media
...
Add a method to check if a post should be sent automatically to social
media.
References #249
2020-10-07 22:57:40 +01:00
0f01551f26
Update Hook Event Dispatcher module
...
- Update the Hook Event Dispatcher module from `8.x-1.29` to `8.x-2.02`.
- Update custom modules after breaking changes from upgrading.
References #112
2020-09-06 12:15:59 +01:00
596ee4979d
Fix PHPCS issues
2020-09-04 22:20:30 +01:00
cbe60209e6
Rename custom module directories
...
- Rename `opdavies_blog` to `blog`.
- Rename `opdavies_blog_test` to `blog_test`.
- Rename `opdavies_talks` to `talks`.
- Rename `opdavies_talks_test` to `talks_test`.
The files within the directories haven't changed, so there is no
breaking change caused by renaming the directories.
Please enter the commit message for your changes. Lines starting
2020-09-04 21:25:36 +01:00