Commit Graph

7240 Commits

Author SHA1 Message Date
Michael Stenta 7508c8d4f8 Disable default field wrapper elements in entity_reference Views displays.
Before this, when using these Views in entity_autocomplete form
widgets, the form field content ends up with <span> tags wrapping
the entity label.
2022-01-14 11:05:51 -05:00
Michael Stenta fe0bc23f85 Re-export Views config per https://www.drupal.org/node/3230199 (no changes). 2022-01-14 11:05:51 -05:00
Michael Stenta 14a563ae5d Log categories are not migrated to v2 #481 2022-01-12 10:08:48 -05:00
Michael Stenta 6750927aea Add CHANGELOG.md entry for #481. 2022-01-12 06:50:12 -05:00
Michael Stenta a312e3636c Fix category field name in log migration config. 2022-01-12 06:48:42 -05:00
Michael Stenta 1439673560 farmOS 2.x l10n module #475 2022-01-12 06:05:09 -05:00
Michael Stenta 8470697a65 Do not change the language of user 1 via batch operation. 2022-01-12 06:04:39 -05:00
Michael Stenta 0592aa3257 Add farm_l10n to CHANGELOG.md. 2022-01-12 06:04:39 -05:00
Michael Stenta b7989c5e9a Provide an option to bulk update the language of existing users. 2022-01-12 06:04:39 -05:00
Michael Stenta e45661fe76 Configure automatic monthly language updates. 2022-01-12 06:04:39 -05:00
Michael Stenta 68ef107c83 Add some help text to /farm/settings/language to explain how it works. 2022-01-12 06:04:39 -05:00
Michael Stenta 9da19d75b3 Use the "Selected language" as the default for new users. 2022-01-12 06:04:39 -05:00
Michael Stenta 017efc07a7 Document how to enable translations. 2022-01-12 06:04:39 -05:00
Michael Stenta 01a08a73d0 Disable Session detection method by default. 2022-01-12 06:04:39 -05:00
Michael Stenta 8844554086 Issue #3257430: Do not allow the default language to be changed from English
See https://www.drupal.org/project/farm/issues/3257430
2022-01-12 06:04:39 -05:00
Michael Stenta cdeb8e715c Provide a farmOS settings form for configuring the "Selected language" detection method. 2022-01-12 06:04:39 -05:00
Michael Stenta ddf46fd26f Set the default language detection rules in hook_install(). 2022-01-12 06:04:39 -05:00
Michael Stenta 28f23fd86b Add farm_l10n to optional modules list. 2022-01-12 06:04:39 -05:00
Michael Stenta 6ef298e25b Depend on config_translation, language, and locale. 2022-01-12 06:04:39 -05:00
Michael Stenta e9c9fb0c99 Initial commit of farm_l10n module. 2022-01-12 06:04:39 -05:00
Michael Stenta 12318d642a Add to CHANGELOG.md: Run SQLite3 tests in sequence instead of in parallel. 2022-01-11 15:55:45 -05:00
Michael Stenta 774bfce0a4 Issue #3241653: Run SQLite3 tests in sequence instead of in parallel. 2022-01-11 15:52:07 -05:00
Michael Stenta a742ee6ce9 Recommend hook_post_update_NAME() for configuration additions/deletions in module development docs. 2022-01-11 12:26:11 -05:00
Michael Stenta 818242606a Do not include archived assets in metrics count #471 2022-01-11 11:11:42 -05:00
Michael Stenta fd8cbe902e Use getCollectionLabel() for Assets and Logs labels in metrics block. 2022-01-11 09:07:11 -05:00
Michael Stenta 02e6913cfe Translate "Assets (active)" and "Logs" in dashboard metrics block. 2022-01-11 09:07:11 -05:00
Michael Stenta b0debe0289 Do not include archived assets in metrics count. 2022-01-11 09:07:11 -05:00
Michael Stenta 8916763b02 The farm_ui_action module depends on farm_log because it prepopulates assets. 2022-01-11 09:06:50 -05:00
Michael Stenta 232557027d Fix: Buttons not translateable #477 2022-01-11 08:59:03 -05:00
Michael Stenta e2758b8281 Add changelog: Make local action buttons translatable. 2022-01-11 08:58:29 -05:00
Michael Stenta 45a51daf70 Use getLabel() for "Add [entity_type]" label instead of Unicode::ucfirst($type). 2022-01-11 08:57:15 -05:00
Jan Sonntag 3b1c98f136 Remove the conversion to lowercase. This shouldn't be done in code, but rather in translation. 2022-01-11 08:57:15 -05:00
Jan Sonntag e7a3178a46 Fix: "Add [entity-type]" button on the dashboard was untranslatable 2022-01-11 08:57:15 -05:00
Michael Stenta 77274b9285 Fix PHP Codesniffer complaint. 2022-01-09 23:37:39 -05:00
Michael Stenta 076649172d Add "Other" structure type configuration. 2022-01-09 23:29:03 -05:00
Michael Stenta e7b96ada2e Remove "administer farm map" from Manager role permissions. 2022-01-07 09:37:53 -05:00
Michael Stenta 5a3d77447c Fix permission for map settings form (/farm/settings/map). 2022-01-07 09:21:16 -05:00
Michael Stenta e6907b098c Issue #3241653: Allow all three database tests to run even when one fails.
This is a temporary workaround for Issue #3241653: Occasional test
failures with SQLite: SQLSTATE[HY000]: General error: 5 database is locked

@todo https://www.drupal.org/project/farm/issues/3241653
2022-01-06 14:52:09 -05:00
Michael Stenta 8530496e7e Remove prematurely committed changelog entry. 2022-01-06 09:03:23 -05:00
Michael Stenta c668ee45ae Remove simple_oauth patch that was committed upstream for Issue #3174572: Passing a third argument to headers->get() is deprecated 2022-01-05 17:05:34 -05:00
Michael Stenta 8dba5adc59 Update Simple OAuth module to 5.0.6 for SA-CONTRIB-2022-002
https://www.drupal.org/sa-contrib-2022-002
2022-01-05 15:27:26 -05:00
Michael Stenta c9bdbd7bae Move "Changed" above "Fixed" in CHANGELOG.md to follow keepachangelog.com spec. 2022-01-05 15:26:52 -05:00
Michael Stenta e793db40b1 Open the Gin toolbar by default #470 2022-01-05 12:24:30 -05:00
Michael Stenta be5d41916e Prepare for the next release of Gin, which changes the local storage variable name. 2022-01-05 12:18:55 -05:00
Michael Stenta 3baca17f1b Open the Gin toolbar by default 2022-01-05 12:18:47 -05:00
Michael Stenta 1df744448f Enforce that the changelog is updated with every pull request #469
Copied from farmOS/farmOS-map#140
2022-01-05 08:15:27 -05:00
Michael Stenta ab16e5931e Add changelog entries for notable commits since 2.0.0-beta1. 2022-01-05 08:06:29 -05:00
Michael Stenta 337829098e Wrap 7.x-1.x with backticks in CHANGELOG.md for 2.0.0-beta1. 2022-01-05 08:06:10 -05:00
Paul Weidner bef4f25032 Add allow-plugins config #467 2022-01-03 15:53:30 -05:00
Michael Stenta ea09c7774a
Create dependabot.yml 2022-01-03 14:40:03 -05:00