benjamin melançon
03967d4a1f
Commit harmless-looking spanish translations that added themselves
...
... and decline to commit the dozens of *deleted* translations; Gnuget any idea what's happening here?
2019-01-29 08:59:13 -05:00
benjamin melançon
22494a1fce
Commit config snapshot
2019-01-29 08:57:59 -05:00
benjamin melançon
55f0879762
Commit paragraphs features default config
2019-01-29 08:57:33 -05:00
benjamin melançon
59bd403e68
Commit config snapshot (unrelated to anything i've done, but ok)
2019-01-29 08:56:44 -05:00
benjamin melançon
94277f6ac0
Enable Paragraphs Features module
2019-01-29 08:55:35 -05:00
mlncn
edceef153e
Merge branch 'menu-translations' into 'master'
...
Menu items are now translatables.
See merge request agaric/sites/agaric-com!59
2019-01-29 00:36:06 +00:00
benjamin melançon
1b088635a6
Tell Drupal to use the preview view mode with all the config
2019-01-28 17:53:43 -05:00
benjamin melançon
50d1c3c5b1
Here's what was different on my local for RSS feeds
2019-01-28 17:45:11 -05:00
David Valdez
f93dd4595a
Menu items are now translatables.
2019-01-28 14:46:12 -06:00
David Valdez
be9d0e8083
Language switcher footer
2019-01-21 23:48:06 -06:00
mlncn
f17bc0aa7e
Merge branch '89-creative-commons' into 'master'
...
Resolve "A content editor can choose the license for their creative work."
See merge request agaric/sites/agaric-com!53
2019-01-20 05:16:56 +00:00
benjamin melançon
a61174b8a3
Author must be before body to not be in wrong place
2019-01-19 22:56:20 -05:00
Clayton Dewey
e4825b24dd
Add Small landscape image style for the license icon.
2019-01-19 15:14:55 -07:00
benjamin melançon
96e28ee1b9
Add author field (for dc:creator), remove links
2019-01-19 15:05:39 -05:00
benjamin melançon
1d3b9cd2eb
Remove language code from filtering on taxonomy term listings
...
Ref #159
2019-01-18 17:42:29 -05:00
mlncn
0743650802
Merge branch 'comment_notify' into 'master'
...
Comment notify
See merge request agaric/sites/agaric-com!51
2019-01-17 20:44:19 +00:00
benjamin melançon
be03f342b8
This can't be right but just try throwing empty 3rd party settings in
...
The actual error is in core/modules/content_translation/src/ContentTranslationManager.php here:
foreach ($bundles as $bundle) {
$config = $this->loadContentLanguageSettings($entity_type_id, $bundle);
if ($config->getThirdPartySetting('content_translation', 'enabled', FALSE)) {
$enabled = TRUE;
break;
}
}
Something caused ane error like this, during configuration import:
[notice] Synchronized configuration: create views.view.who_s_new in language.es.
Error: Call to a member function getThirdPartySetting() on null in /var/www/drutopia/web/core/modules/content_translation/src/ContentTranslationManager.php on line 99 #0 /var/www/drutopia/web/core/modules/content_translation/content_translation.module(180): Drupal\content_translation\ContentTranslationManager->isEnabled('group', '')
Error: Call to a member function getThirdPartySetting() on null in Drupal\content_translation\ContentTranslationManager->isEnabled() (line 99 of /var/www/drutopia/web/core/modules/content_translation/src/ContentTranslationManager.php).
PHP Fatal error: Uncaught Error: Call to a member function getThirdPartySetting() on null in /var/www/drutopia/web/core/modules/content_translation/src/ContentTranslationManager.php:99
Stack trace:
Fatal error: Uncaught Error: Call to a member function getThirdPartySetting() on null in /var/www/drutopia/web/core/modules/content_translation/src/ContentTranslationManager.php:99
Stack trace:
(See agaric-com snippets)
The next thing that showed up on another try is the config we tried.
2019-01-17 14:02:08 -05:00
benjamin melançon
11bafffe6e
Configure what RSS teaser view mode outputs
...
This somehow works even though the node_rss view row processor prevents node templates
from working, so we cannot override this template at the node level.
2019-01-17 13:34:28 -05:00
benjamin melançon
eec831e40e
Add teaser taxonomy term feed
...
where we try to optimize for Drupal Planet while still getting all
our unique coolness (multiple authors, permalink guid) accounted for.
2019-01-17 13:30:30 -05:00
David Valdez
3454eeaf94
Add the comment notify module.
2019-01-17 11:45:29 -06:00
benjamin melançon
b049b761c3
Add public speaker webform
2019-01-17 05:08:34 -05:00
benjamin melançon
23401e513b
Add Micky's tech & rev workshop form
2019-01-17 05:07:59 -05:00
benjamin melançon
a1edd2ed28
Configure taxonomy term paths
2019-01-17 05:07:11 -05:00
benjamin melançon
722c7acc98
Update ignored redirect 404 settings from live
2019-01-17 05:02:58 -05:00
benjamin melançon
6edad65329
Add stub of RSS teaser work
2019-01-16 16:43:51 -05:00
David Valdez
bd26b1501e
Update language configuration
2019-01-14 19:15:35 -06:00
David Valdez
b8829e08bc
Multiligual modules configuration
2019-01-12 00:55:42 -06:00
benjamin melançon
815535cb3d
Add RSS teaser view mode
...
TODO: Contribute back to Drutopia
2019-01-06 23:29:07 -05:00
benjamin melançon
d12aa25748
Commit config snapshot
2019-01-06 23:04:36 -05:00
benjamin melançon
0591510d80
Enable & configure HotJar
2019-01-06 23:04:22 -05:00
benjamin melançon
d06ff77096
Use wildcards so future contact/webforms are protected
...
Ref #164
2019-01-04 13:55:09 -05:00
Clayton Dewey
ff344b2d87
Fix form ids being fed antibot
2019-01-03 16:52:13 -07:00
Clayton Dewey
d2220e076c
Make it more obvious when we get a submission from the contact form
2019-01-03 16:10:46 -07:00
Clayton Dewey
ea1daa3943
Enable and configure AntiBot to protect Contact and Training forms
2019-01-03 16:09:48 -07:00
Clayton Dewey
53dec4f515
Configure an RSS teaser view mode for Blog Post and update Term Feed view to use the teaser view mode
2019-01-03 13:55:32 -07:00
benjamin melançon
590d10d407
Update positions on person add form
2019-01-03 12:48:25 -05:00
benjamin melançon
c321577d5e
Commit stub general services webform
2019-01-03 12:46:29 -05:00
Clayton Dewey
8e56152983
Update Term feed to include summary of article
2019-01-02 17:14:30 -07:00
benjamin melançon
f00aa72f00
Acknowledge footer usually false
2019-01-01 10:23:55 -05:00
benjamin melançon
de9dacd5bb
Commit auto-acknowledgement of new person fields
2019-01-01 10:19:29 -05:00
benjamin melançon
d2fd49be0a
Drop more link from case studies
...
... it displays badly, and we don't *have* more case studies (yet).
Ref #43
2019-01-01 10:17:35 -05:00
benjamin melançon
16cd4f10d9
Add footer with more link for blog embed (homepage)
2019-01-01 10:08:54 -05:00
Clayton Dewey
1a075f7b3d
Enable Menu Trail by Path
2018-12-31 12:36:39 -07:00
Clayton Dewey
8b49a43a9c
Use teaser view mode for Related Content
2018-12-28 17:13:13 -07:00
mlncn
3a999c2ac0
Merge branch 'case-study-views-fix' into 'master'
...
Disable page, fix more link
See merge request agaric/sites/agaric-com!42
2018-12-28 23:13:32 +00:00
mlncn
f71dd0b03b
Merge branch '87-training-form' into 'master'
...
Update topics on training form
Closes #87
See merge request agaric/sites/agaric-com!41
2018-12-28 23:12:11 +00:00
mlncn
1eedf918ca
Removed Backbone from offerings.
2018-12-28 23:12:04 +00:00
Clayton Dewey
183bf0095f
Disable page, fix more link
2018-12-28 14:50:15 -07:00
Clayton Dewey
be4386ea98
Update topics on training form
2018-12-28 14:13:10 -07:00
benjamin melançon
e1ab8eb3f5
Commit menu weight updates
2018-12-28 15:59:56 -05:00