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

7225 commits

Author SHA1 Message Date
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
Michael Stenta 158f22815e Patch jsonapi_schema to fix Issue #3256795: Float fields have a null schema 2022-01-03 14:22:47 -05:00
Michael Stenta c0804d943d Fix farmOS version environment variable in GitHub release CHANGELOG.md link. 2022-01-01 09:49:52 -05:00
Michael Stenta 4f5082ad06 Prepare for next CHANGELOG.md entries with [Unreleased] section. 2021-12-28 14:38:02 -05:00
Michael Stenta 7ab0bb8d5c Link to CHANGELOG.md in GitHub release notes. 2021-12-28 14:38:02 -05:00
Michael Stenta 876bb01b53 Initial farmOS 2.x CHANGELOG.md. 2021-12-28 14:38:02 -05:00
Michael Stenta 04bf771d91 Update copyright year. 2021-12-28 14:37:36 -05:00
Michael Stenta e4bb0b0e2c Issue #3162606: Merge 7.x-1.x into 2.x 2021-12-28 14:37:18 -05:00
Michael Stenta d41e4e4e84 Combine the BCMath and GEOS requirements into one item. 2021-12-28 13:38:56 -05:00
Michael Stenta 60ca070d76 Specifically require PHP 7.4 in installation docs. 2021-12-28 13:38:23 -05:00
Michael Stenta 3f59ef3527 Merge branch '2.x-farm_log_asset' into 2.x 2021-12-28 13:15:14 -05:00
Michael Stenta b3a2b5d6f6 Birth log tests depend on farm_log_asset. 2021-12-28 12:58:03 -05:00
Michael Stenta b2db6ea2cc Depend on farm_log_asset in log query, location, and group tests, instead of adding $log->asset fields in each. 2021-12-28 12:58:03 -05:00
Michael Stenta bb28e2f52b The farm_log module depends on farm_log_asset because it works with the $log->asset field.
- Used for filtering in the farm.log_query service.
- Used for prepopulating asset field in farm_log_entity_prepare_form().
2021-12-28 11:35:03 -05:00
Michael Stenta 2175b57e2d Move asset reference field on logs to new farm_log_asset module. 2021-12-28 09:17:42 -05:00
Michael Stenta 3a6d85e63c Modules with log event subscribers can depend on log instead of farm_log now that events are provided upstream.
See Issue #3243163: Dispatch a LogEvent for log save, delete and clone operations
2021-12-27 17:32:12 -05:00