3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00
Commit graph

7117 commits

Author SHA1 Message Date
Michael Stenta
34ee8f895e Remove "JSON Example (multiple values)" from data stream developer info. Data streams can only accept a single value. 2022-01-18 22:18:26 -05:00
Michael Stenta
2e7b66c08f Use actual data stream name in example JSON instead of "value".
The example does not actually work if you copy it directly
unless the data stream is named "value" as well.
2022-01-18 22:18:26 -05:00
Michael Stenta
1e218c2baa Dynamically set example value names based on reference data stream names. 2022-01-18 22:18:26 -05:00
Michael Stenta
ff5055c532 Always show developer information on sensor assets, even without referenced data streams.
Sensor assets can automatically generate data streams, so we
don't need them to exist in order to show dev info.
2022-01-18 22:18:26 -05:00
Michael Stenta
b9a2d6c0e2 Describe how sensor assets can accept multiple values and automatically create data streams. 2022-01-18 22:18:26 -05:00
Michael Stenta
950f97c612 Remove text: "For more information, refer to the farmOS sensor guide". 2022-01-18 22:18:26 -05:00
Michael Stenta
6411dfa6ca Fix "JSON Example (multiple values)" in sensor asset and data streams.
This was being overridden by the "Example CURL command" content.
2022-01-18 22:18:26 -05:00
Michael Stenta
2aac4f14e0 Remove code for cleaning up asset.data_stream references.
See https://github.com/farmOS/farmOS/issues/485#issuecomment-1013961028
and https://github.com/farmOS/farmOS/pull/489#issuecomment-1016028374
2022-01-18 21:53:22 -05:00
Paul Weidner
ac536bc720 Add test for deleting data stream data. 2022-01-18 21:30:25 -05:00
Michael Stenta
7925b5c86e Delete data when basic data streams are deleted. Fixes #488 2022-01-18 21:29:03 -05:00
Michael Stenta
d161d228aa Disable caching of basic data stream View. Fixes #484 2022-01-18 21:15:10 -05:00
Michael Stenta
d022fabe29 Re-export data_stream_basic_data Views config per https://www.drupal.org/node/3230199 (no changes). 2022-01-18 21:15:10 -05:00
Michael Stenta
ebde335b00 Remove data_stream collection link to non-existent route. Fixes #486 2022-01-18 20:43:16 -05:00
Michael Stenta
f3be2d8257 Create a dedicated section in farmOS modules form for "Quick form modules". 2022-01-17 07:42:00 -05:00
Michael Stenta
b36f6b717b Fix Quick Form help text so that it works with new multi-route approach. 2022-01-17 07:42:00 -05:00
Michael Stenta
4cd87c9956 Provide a quantity_measure_options() helper function. 2022-01-17 07:42:00 -05:00
Michael Stenta
3365fc5b23 Add JS to remove IDs from entity autocomplete form elements. 2022-01-17 07:42:00 -05:00
Michael Stenta
30f70615b9 Fix incorrect Drush migrate:rollback commands in docs. 2022-01-17 05:08:44 -05:00
Michael Stenta
a5c393b13b Remove drupal/core patch for Issue #3253568 (merged upstream). 2022-01-14 15:43:38 -05:00
Michael Stenta
5d39617e49 Update Drupal core to 9.3.2. 2022-01-14 15:01:52 -05:00
Michael Stenta
be396ae268 Grant data stream and notification permissions. #482 2022-01-14 14:57:53 -05:00
Paul Weidner
c78200fdc7 Update changelog. 2022-01-14 14:57:40 -05:00
Paul Weidner
d96e5475f6 Grant data stream permissions to roles with config permissions. 2022-01-14 14:56:33 -05:00
Paul Weidner
ae7ea19e22 Explain reasons for separate switch statements. 2022-01-14 14:56:33 -05:00
Paul Weidner
312df1354a Add data_stream as a managed entity type. 2022-01-14 14:56:33 -05:00
Michael Stenta
95fe93572d Sort locations by name, using natural sort algorithm. 2022-01-14 14:50:46 -05:00
Paul Weidner
83188d52ff Remove field_ui_base_route from quantity entity definition. 2022-01-14 11:04:26 -08:00
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