benjamin melançon
241775550b
Commit Micky's changes to the live webform
2019-02-20 11:48:58 -05:00
benjamin melançon
9027af46a0
Commit some live (self?) updates of langcode
2019-02-20 11:48:38 -05:00
Clayton Dewey
0d430a624c
Shorten page title, remove broken summary token, update image url token, fill in more Twitter defaults
2019-02-18 15:19:00 -07:00
David Valdez
509b7dcd58
Remove the "fan mail" phrase from the contact form message.
...
Also, it removes the "From" value because it is always from a vistior.
2019-02-07 12:06:27 -06:00
David Valdez
45f7f228a0
The metatag changes were restored.
...
Also, the taxonomy_term view edits were removed and some words were
translated to spanish, they were restored as well.
2019-02-05 13:41:46 -06:00
David Valdez
b9cf9bbd31
Revert "This changes were made on Live."
...
This reverts commit e731bc3bbb
.
2019-02-05 19:07:45 +00:00
David Valdez
e731bc3bbb
This changes were made on Live.
2019-02-04 13:28:46 -06:00
Clayton Dewey
30a232ebe1
Change path of default images for metatag
2019-02-01 10:51:20 -07:00
Clayton Dewey
0c5ca7628a
Merge branch 'master' into 177-open-graph
2019-02-01 10:37:07 -07:00
benjamin melançon
e62965946d
Probably broke Planet, so Revert "Here's what was different on my local for RSS feeds"
...
This reverts commit 50d1c3c5b1
.
(This was probably changes to the existing feed view display we didn't want to change.)
2019-01-29 16:46:19 -05:00
benjamin melançon
d249da84c5
Commit config snapshot
2019-01-29 10:47:50 -05:00
benjamin melançon
52a4b48165
Enable syslog
2019-01-29 10:47:00 -05:00
benjamin melançon
5a3bf66f0b
Commit a few more self-added translation files
...
... while continuing to ignore the dozens that want to be deleted
2019-01-29 10:35:59 -05:00
benjamin melançon
2b3910a25a
Commit config snapshot
2019-01-29 10:34:47 -05:00
benjamin melançon
d831af05c1
Enable Preview Link module
2019-01-29 10:34:10 -05:00
benjamin melançon
c00c90fe7c
If we ever have only one paragraph type available, drop the dropdown
2019-01-29 10:28:04 -05:00
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
Clayton Dewey
e6e1258829
Enable OpenGraph module and configure sensible defaults for OpenGraph metatag
2019-01-18 15:56:26 -07: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