Oliver Davies
ca09801323
Revert "chore: move stage_file_proxy
into dev requires"
...
This reverts commit dcfcc11cbc
.
2021-12-08 19:11:56 +00:00
Oliver Davies
dcfcc11cbc
chore: move stage_file_proxy
into dev requires
...
This isn't needed on production.
2021-12-08 19:06:21 +00:00
Oliver Davies
893474a90e
Add drupal/site_settings
...
References: #13
2021-06-10 23:59:45 +01:00
Oliver Davies
e9c2f2a2b0
Replace tightenco/collect with illuminate/collections
...
Fixes #417
2021-04-23 14:51:51 +01:00
Oliver Davies
02d9c114f3
Exit early on Composer patch failure
2021-04-16 22:29:28 +01:00
Oliver Davies
f8d97dd629
Update the Plausible module to use the 2.x branch
2021-04-16 22:26:07 +01:00
Oliver Davies
9d6c6cd758
Revert "Add rollbar module"
...
This reverts commit 51eb917570
.
2021-04-16 18:41:55 +01:00
Oliver Davies
51eb917570
Add rollbar module
2021-04-14 14:47:23 +01:00
Oliver Davies
ab57b832bc
Add sitemap module
2021-03-05 19:58:27 +00:00
Oliver Davies
0da818f888
Add Redis module
2021-02-17 11:18:47 +00:00
Oliver Davies
ab69190d8f
Add Platform.sh required files
2021-02-11 08:53:16 +00:00
Oliver Davies
d656c07339
Add Media Insert module
...
Allow for inserting media entities into blog posts.
2021-01-30 17:37:01 +00:00
Oliver Davies
dcf180a651
Fix Plausible loading for authenticated users
...
Return early within the Plausible if the user is authenticated so that
it doesn't pick up when I'm adding or editing content on the site.
Though the role is configured in the Plausible module's admin form, the
conditions in the code don't exclude it. I'll look into this further and
submit a patch upstream along with some tests.
References #350
2021-01-30 17:22:28 +00:00
Oliver Davies
469be1f621
Append removed URLs to robots.txt
2021-01-15 09:13:26 +00:00
Oliver Davies
53ab326415
Auto-configure services and repositories
...
Enable the auto-configuration of service and repository classes,
including support for classes in subdirectories by using
`getRelativePathname()` rather than `getFilename()` and making some
additional changes to the result.
References #347
2021-01-14 00:44:30 +00:00
Oliver Davies
90e0ca8561
Ensure .git directories within modules are removed
...
This was previously done automatically by the
topfloor/composer-cleanup-vcs-dirs Composer plugin, though it's not yet
Composer 2 compatible.
Without this, `web/modules/contrib/plausible/.git` remains and causes
the contrib modules directory to appear whenever `git status` is run.
2021-01-10 20:10:45 +00:00
Oliver Davies
26b9e3a84d
Change bin directory to bin
2020-12-24 11:06:56 +00:00
Oliver Davies
556f00b5ed
Add hreflang module
2020-12-19 13:49:56 +00:00
Oliver Davies
470ad3941e
Update plugin versions
...
References #305
2020-12-08 17:00:55 +00:00
Oliver Davies
6edf584ac5
Remove illuminate/support dependency
...
References #302
2020-12-08 00:18:24 +00:00
Oliver Davies
366f2babc3
Remove support links
...
References #299
2020-12-07 23:30:08 +00:00
Oliver Davies
a85529c0af
Update name and description
...
References #299
2020-12-07 23:30:08 +00:00
Oliver Davies
693fc53fcb
Update to Drush 10
...
References #112
2020-11-01 22:03:58 +00:00
Oliver Davies
a1b90a7948
Remove .ht.router.php
...
This file isn't needed as I'm not using the PHP local web server.
2020-10-31 09:09:00 +00:00
Oliver Davies
958111d80f
Remove .git directories within contrib modules
...
Automatically remove any `.git` directories within the project's
dependencies, such as within contrib modules like Plausible which caused
`web/modules/contrib` to keep appearing and being added to the index.
2020-10-24 19:46:17 +01:00
Oliver Davies
3fe97b7081
Add the gin toolbar module
2020-10-08 20:59:41 +01:00
Oliver Davies
fc691424bf
Remove Fathom Analytics
2020-09-28 12:39:04 +01:00
Oliver Davies
6c9e5746ca
Add module for Plausible Analytics
2020-09-26 19:32:49 +01:00
Oliver Davies
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
Oliver Davies
2617e29dec
Refactor to use a factory class
2020-09-04 13:46:49 +01:00
Oliver Davies
88b2503561
Add scheduler module, configure for blog posts
...
Fixes #152
2020-07-11 11:35:10 +01:00
Oliver Davies
5ff147fbfc
Update contrib projects
...
- Update Gin theme and Simple XML sitemap modules to the next compatible
version.
- Update SpeakerDeck Field module to the semver (^2.0) version.
2020-06-17 22:38:52 +01:00
Oliver Davies
5745f51d4c
Update core to 8.9
2020-06-12 02:08:05 +01:00
Oliver Davies
4f4470e4a0
Remove Google Analytics module
...
Remove the Google Analytics module from the codebase as it's no longer
used, and has since been replaced with Fathom Analytics
2020-06-10 22:11:27 +01:00
Oliver Davies
df11ac6b97
Add and configure Stage File Proxy locally
...
Fixes #116
2020-06-09 19:56:58 +01:00
Oliver Davies
7fca86a3f4
Add Gin and use as the admin theme
2020-06-06 11:28:32 +01:00
Oliver Davies
5dff22a07d
Replace Google Analytics with Fathom
2020-06-02 22:32:03 +01:00
Oliver Davies
38548df58f
Add and enable Menu Trail by Path module
...
Install the Menu Trail by Path module so that blog posts and talk pages
have their respective navigation links highlighted.
Fixes #110
2020-06-02 00:18:05 +01:00
Oliver Davies
4a2aa00ce2
Revert "Remove migrate contrib modules"
...
This reverts commit 5af1d7b8fa
.
2020-06-01 12:33:29 +01:00
Oliver Davies
5af1d7b8fa
Remove migrate contrib modules
...
References #77
2020-05-29 22:48:57 +01:00
Oliver Davies
165b6e8195
Refactor to use a Post class
...
References #78
2020-05-29 21:46:17 +01:00
Oliver Davies
c480573b9e
Add Honeypot module
2020-05-27 00:40:20 +01:00
Oliver Davies
903fd1087d
Remove assets directory
...
Remove the assets directory and the symlink. These will be moved into
`sites/default/files` and a redirect added to Nginx.
2020-05-18 20:22:17 +01:00
Oliver Davies
1dae21d8c7
Use an in-memory sqlite database for testing
2020-05-15 11:53:50 +01:00
Oliver Davies
12297e2305
Add core config patch
2020-05-15 11:43:09 +01:00
Oliver Davies
451d4d24ea
Replace XML Sitemap with Simple sitemap
2020-05-15 00:25:10 +01:00
Oliver Davies
4a62e10a6c
Add and enable drupal/config_split
...
References #38
2020-05-14 23:47:22 +01:00
Oliver Davies
c1fb05e0f4
Add and enable drupal/google_analytics
...
References #5
2020-05-14 23:34:40 +01:00
Oliver Davies
e9b0a124a9
Remove duplicate Collection library
2020-05-09 22:35:53 +01:00
Oliver Davies
7e2bd98d93
Use Carbon for dates
2020-05-09 21:51:04 +01:00