Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

farmOS

farmOS: A web-based farm record keeping and data management platform.
Collective - Host: opensource - https://opencollective.com/farmos - Website: https://farmOS.org - Code: https://github.com/farmOS/farmOS

Issue #3270561 by paul121, m.stenta: Upgrade to gin beta

github.com/farmOS/farmOS - e8c57810b8ad91ed09b4659a833ee76ed97bd845 authored almost 3 years ago
Add changelog for #3270561.

github.com/farmOS/farmOS - 941b089dd6df4b2f9ffd47cc3ce525afaf500cfc authored almost 3 years ago
Add an update hook to update Gin logo settings.

github.com/farmOS/farmOS - af8d34a2fb3d03f5e48d82f629dc8e055ab23066 authored almost 3 years ago
Remove the body top padding in the map popup.

github.com/farmOS/farmOS - b1a5fc20be2508c930a4c00494095903d0b6837f authored almost 3 years ago
Upgrade gin to beta.

github.com/farmOS/farmOS - 3107317f6d67a167b236bcc49c959ac2cad0f198 authored almost 3 years ago
Update to new gin logo settings schema.

github.com/farmOS/farmOS - 5c9858f5b9227c6da502450eaf548474aab736ca authored almost 3 years ago
Correct the zoom minus ( - ) button text in mapping user guide.

github.com/farmOS/farmOS - 512ad6a15eaaec3b8925425b8f08b8e358415e13 authored almost 3 years ago
Update farmOS-map to v2.0.4.

github.com/farmOS/farmOS - 9bbd61cdb78406eda445754646d7929b9423a19e authored almost 3 years ago
Encourage GEOS PHP extension use #521

github.com/farmOS/farmOS - 3ecd8b3df904cc26d99dcacc3c7f363fb0f61f18 authored almost 3 years ago
Add changelog for #521.

github.com/farmOS/farmOS - 5c456903a3b9b315ccff01a032cb21ae4d9de01e authored almost 3 years ago
Make installation doc GEOS requirements wording stronger.

github.com/farmOS/farmOS - 589f52f0984eae19add10f6fbe5a5e9bf1f3cf97 authored almost 3 years ago
Implement hook_requirements() to check for GEOS PHP extension.

github.com/farmOS/farmOS - fd23befa832bee927895ac60738c7abdc5cd70c1 authored almost 3 years ago
Pin selenium/standalone-chrome to 4.1.2-20220217. #514

github.com/farmOS/farmOS - 5c764c5b50f4d9404e7b20012d29a1f188506994 authored almost 3 years ago
Fix Non-namespaced classes/interfaces/traits should not be referenced with use statements #511

See https://github.com/farmOS/farmOS/pull/511#issuecomment-1076842769

github.com/farmOS/farmOS - 11cc36accf9590426d846fa9cc766de26892e84a authored almost 3 years ago
Include list_string, timestamp and boolean bundle fields in views #516

github.com/farmOS/farmOS - e9307ea3f7a42a6b6f29acea052075e91604f2b4 authored almost 3 years ago
Allow importing KML with empty geometries #510

Create an empty collection if no geometry was loaded.

github.com/farmOS/farmOS - 3c5b2c70752a230ce2f27c55ffe60b70cf3a56e9 authored almost 3 years ago
Do not add views handlers for unsupported field types #512

github.com/farmOS/farmOS - 8a562d673e59e8fd405bc2bcc40a257e649ff4d5 authored almost 3 years ago
Add case for string fields.

github.com/farmOS/farmOS - 6cb3959c9cefa9f5b7a28f3a186b64b336ec2172 authored almost 3 years ago
Issue #3269543 by paul121: Automatically remove prepopulated entities from quick forms

Save prepopulated entities in a form state temporary value to reset the temp store value.

github.com/farmOS/farmOS - eef569dd1d03acf6bab221a7958823bdcffcd5a2 authored almost 3 years ago
Use farm_land_type_options() in KmlImporter #513

farm_land_type_options should be used here instead of farm_land_type_field_allowed_values.

github.com/farmOS/farmOS - 1d1b360a0ae84a31a78c30760fdc73db13cd7f14 authored almost 3 years ago
Only require a name to build map popups #515

This allows popups to be rendered for multipolygon geometries
that will not have a measurement c...

github.com/farmOS/farmOS - 2be0b852db27c8838b54d169830890b4badf2dfb authored almost 3 years ago
Update Drupal core to 9.3.9.

github.com/farmOS/farmOS - 254d7f67bed95accf4b1c5fafcc233b48a760f77 authored almost 3 years ago
Update CHANGELOG.md for Drupal 9.3.8.

github.com/farmOS/farmOS - 9f645c0470df1236bbba15e67234e4dfae7e1b19 authored almost 3 years ago
Update Drupal core to 9.3.8.

github.com/farmOS/farmOS - 4739706648796ad5f4103af0bf4f9b5c63cda20c authored almost 3 years ago
Fix drush farm_migrate migration group logs (don't use placeholder).

github.com/farmOS/farmOS - a43a06d0d3c414e65a8b26cdcb8b3d43b7d0d145 authored almost 3 years ago
farmOS 2.0.0-beta3

github.com/farmOS/farmOS - d2b512725ea2659bec10fbabf53fa60a9c3ddbe0 authored almost 3 years ago
Update Entity API module to 8.x-1.3.

github.com/farmOS/farmOS - 84b2f9ed5a763674b9cc8f4cfbf0d62baf03d585 authored almost 3 years ago
Update Drupal core to 9.3.7.

github.com/farmOS/farmOS - aea9fb8528241bc2a70fb2d756daa0976be32db0 authored almost 3 years ago
Issue #3253433 by paul121, m.stenta: Provide a helper function for loading flag options and allowed values

github.com/farmOS/farmOS - 7014bdf9530ac59f2ff1fc7daef234a51bd453c7 authored almost 3 years ago
Merge farm_flag_allowed_values() into farm_flag_options(). Return an array of flag IDs+labels instead of Flag entities, for consistency with other *_options() functions.

github.com/farmOS/farmOS - 15c2133a5742c6a5a04a9de634389da60e87f532 authored almost 3 years ago
Remove farm_flag_applies() helper function.

github.com/farmOS/farmOS - 45d4246226cb3eeadd884cb3d3667f1f3ec04c37 authored almost 3 years ago
Add farm_flag_options and farm_flag_allowed_values.

github.com/farmOS/farmOS - 3a5bdcd0170694c4627202c25dd7ad7fb235e4eb authored almost 3 years ago
Use farm_flag_allowed_values in EntityFlagActionForm.

github.com/farmOS/farmOS - 93916dd8b6a5818f1b3c9d4b3bf2ae3cc2d1dfcb authored almost 3 years ago
Use farm_flag_allowed_values in farm_flag_field_allowed_values.

github.com/farmOS/farmOS - a0822aedd2b530cf1056fb5fe56b03b1c5f8e1ea authored almost 3 years ago
Use farm_flag_allowed_values in farm_ui_views_form_views_exposed_form_alter.

github.com/farmOS/farmOS - 0e5ec486624755f7eda2b261cfeee092104bfd0f authored almost 3 years ago
Consistently provide *_options() helpers for all uses of *_allowed_values().

github.com/farmOS/farmOS - 1a35a65c66744e9cfcfeb9d1c80eab555f68cf87 authored almost 3 years ago
Rename farm_id_tag_allowed_values() to farm_id_tag_options().

github.com/farmOS/farmOS - 639ad6e8a724548705132e12677f9ab9b62bc699 authored almost 3 years ago
Fix Error: Call to a member function get() on null in ContentEntityGeometryNormalizer.php on line 64 #493

github.com/farmOS/farmOS - 2d9abcac4108793e309928bba893e623b803fa64 authored almost 3 years ago
Issue #3264564 by paul121, m.stenta: No space rendered in field suffix

github.com/farmOS/farmOS - b9fbc01893f41f1ca9ecca9008196568282f6601 authored almost 3 years ago
Issue #3265207: API keys directory failure prevents farm client creation

github.com/farmOS/farmOS - bd6499ecb52c52952c561f4017cf04a0087ab4ce authored almost 3 years ago
Update Drupal core to 9.3.6 for SA-CORE-2022-003 and SA-CORE-2022-004.

github.com/farmOS/farmOS - eb6f1043da00b7b21d122d3cba626c4d026371c3 authored almost 3 years ago
Adopt the Contributor Covenant Code of Conduct.

github.com/farmOS/farmOS - dff4f162ac6a47d08ae62320279e0c82ba76ada5 authored almost 3 years ago
Revert "Add JS to remove IDs from entity autocomplete form elements." Fixes #502

This reverts commit 3365fc5b23e9b95ebcea8e8e655611961b51296e.

github.com/farmOS/farmOS - 426ef150e8af80ef4b42a86ed6bf3e91d0537f84 authored almost 3 years ago
Remove extra backtick from docs/development/environment/https.md.

github.com/farmOS/farmOS - 5f246b85e2abf4499b8b4dd99edbd95848222ebc authored almost 3 years ago
Update documentation for where a list of community modules can be found.

github.com/farmOS/farmOS - cb5d969d027df4c99a0ed3b50a35102d1760782c authored about 3 years ago
Correct list formatting in module development documentation.

github.com/farmOS/farmOS - 073b280d43f6846daa87fd1b57532febc0a5a2b3 authored about 3 years ago
Do not use JS nullish coalescing operators. Fixes #501

github.com/farmOS/farmOS - 6cca1b15afec25de05e3b36e3c1cf77933546bac authored about 3 years ago
Fix backtick in docs/hosting/localization.md.

github.com/farmOS/farmOS - 28f83d2af3ebf76aa6c0bebfe236f906b52776b5 authored about 3 years ago
Issue #3262752: Record type menu items lose translations

github.com/farmOS/farmOS - 2e914bb66fa6122d81401464278e90d32189f658 authored about 3 years ago
Fix access check for "Developer information" on sensors and data streams.

github.com/farmOS/farmOS - a67f241a4906a1c7a23328122332108cdae089dd authored about 3 years ago
Do not translate logger error() and notice() messages.

Fixes error when running drush potx:

[error] The first parameter to notice() should be a liter...

github.com/farmOS/farmOS - f3ab7df1467054a8b5436596117c37b55e45271a authored about 3 years ago
Document farmOS cron set up in hosting/install docs.

github.com/farmOS/farmOS - 35d30aaa0520bace516e6eea76f03eec62a83c05 authored about 3 years ago
Do not allow any classes in SensorAsset migration source unserialize() function.

Fixes coding standard warnings introduced by slevomat/coding-standard.

github.com/farmOS/farmOS - 44cd6076e58e210240ab5b1ad4cacf1cdd8ebdbe authored about 3 years ago
Use null coalesce operator instead of ternary operator.

Fixes coding standard warnings introduced by slevomat/coding-standard.

github.com/farmOS/farmOS - 254d3bd459a4898ca7796b323e4bfcfcb72cad93 authored about 3 years ago
Include slevomat/coding-standard in phpcs installed_paths config. Fixes #498

github.com/farmOS/farmOS - dd6858c86c6058bce0b5be4be786f374967a3f57 authored about 3 years ago
Issue #3259245: Change getGroupMembers to return an array of assets keyed by their ID

github.com/farmOS/farmOS - eb8a71db9537774e69b3cd31e81ce7cb4c8da549 authored about 3 years ago
Add test for recursive group membership.

github.com/farmOS/farmOS - 216f4cb26ddbfd0e54ac8b7429950d068118fe38 authored about 3 years ago
Return an array of assets keyed by their ID.

github.com/farmOS/farmOS - 432b81e6fc1060ceeb7ea23ba309f5b78d14909d authored about 3 years ago
Issue #3260645: CSV Export in Quantities not functioning

github.com/farmOS/farmOS - 884bb1e87aee10f3a19c325060d460faaa4a273c authored about 3 years ago
Add Issue #3260645 link to CHANGELOG.md.

github.com/farmOS/farmOS - 5668a16559f62b5db3bcbc224a2ae27904472453 authored about 3 years ago
Add type-specific fields and filters to quantity CSV export display.

github.com/farmOS/farmOS - 4cdc8817434673ecf6b027f5c1043f67f5a9592c authored about 3 years ago
Only show "Export CSV" link on "All" and "By type" quantity displays.

github.com/farmOS/farmOS - 7b65b7d8c00a96732cca751e7806ef478aaefaf6 authored about 3 years ago
Display all items in farm_quantity View CSV export display.

github.com/farmOS/farmOS - c637eae02ba7596d507fdbcbc3fe04e671507078 authored about 3 years ago
Re-export farm_quantity View config per https://www.drupal.org/node/3230199 (no changes).

github.com/farmOS/farmOS - 1bc06a0eb2e75bc057b6cd725a4fa64ac01ea933 authored about 3 years ago
Publish GitHub releases (draft: false) and reformat release body.

github.com/farmOS/farmOS - e834a8c84e77a99407097b68325cc1dcc287cc16 authored about 3 years ago
Add enforced module dependencies to farm_people and farm_inventory Views.

github.com/farmOS/farmOS - 97668336491f9de2142aa9bfd2a19a4a86be1983 authored about 3 years ago
farmOS 2.0.0-beta2

github.com/farmOS/farmOS - 2b7683205d44c07ad13a8a4f589a40ce11ad1e2d authored about 3 years ago
Update Drupal core to 9.3.3.

github.com/farmOS/farmOS - 7cd8334340f43154596395fc407dc53bcce5d90e authored about 3 years ago
Port Planting Quick Form to v2 #492

github.com/farmOS/farmOS - 65c8dabf733125232b480da0e601503345454bae authored about 3 years ago
Allow term entity to be passed to QuickQuantityTrait::createQuantity().

github.com/farmOS/farmOS - 50fd764c444490147ab4878bb19b21506d1aa9d2 authored about 3 years ago
Make all quick trait methods protected.

github.com/farmOS/farmOS - e2b6502f272efc65f79c2a62bf7b2e884ff227d1 authored about 3 years ago
Add a QuickStringTrait::trimString() method for trimming strings on word boundaries.

github.com/farmOS/farmOS - 44c51ee9570fc901956e352d6d4cd10bd317eefc authored about 3 years ago
Ensure the names/labels of assets, logs, terms, and quantities created by quick traits are less than 255 chars.

github.com/farmOS/farmOS - 278efbf27afe40a17f4ff36d1f9ca36699ad6401 authored about 3 years ago
Add a Planting quick form module.

github.com/farmOS/farmOS - 70c5547a3bd446028c779aa6b8134b707eede41a authored about 3 years ago
Add a QuickStringTrait::prioritizedString() method for joining, prioritizing, and trimming string parts.

github.com/farmOS/farmOS - 5ef95da81f10b954ee02a9671d0a3cc8c0c517c1 authored about 3 years ago
Allow full quantity entities to be passed into createLog() values.

github.com/farmOS/farmOS - 928f95d3babd18c62a753f7ae960252d7d959552 authored about 3 years ago
Issue #3224663: Type-specific CSV exports do not respect exposed filters

github.com/farmOS/farmOS - 79e11ab5839f7aa76b43754e9be3473f9e4c9051 authored about 3 years ago
Re-export farm_asset and farm_log Views config per https://www.drupal.org/node/3230199 (no changes).

github.com/farmOS/farmOS - c4d439c204895577af6a39a12408e89e2373f435 authored about 3 years ago
Only show "Export CSV" link on "All" and "By type" asset/log displays.

github.com/farmOS/farmOS - b54d85d0adad68294429c11e53d8e56b62504ecb authored about 3 years ago
Add Issue #3224663 link to CHANGELOG.md.

github.com/farmOS/farmOS - 8b9b10828bcc356dc70ed479b743a40a26c4c305 authored about 3 years ago
Add general tests of the farm_ui_views module.

github.com/farmOS/farmOS - cba7601e567ef975574963aa54675ab6739a03b7 authored about 3 years ago
Add tests of "Export CSV" links.

github.com/farmOS/farmOS - bcef32f2cec4a9e131ebca8faaf2c303273a84b8 authored about 3 years ago
Add asset/log type to exposed filters so that "Export CSV" link filters by type.

github.com/farmOS/farmOS - 39ac7b9470289496abb7d2683dc5d664dcd8320d authored about 3 years ago
Add type-specific fields and filters to asset/log CSV export displays.

github.com/farmOS/farmOS - a5394f2038197cb667a8ec8ac149bb66d0e5e54d authored about 3 years ago
Improvements to sensor and data stream developer info #491

github.com/farmOS/farmOS - 274f4d40473be83bdc214f9fdf9220f91067e3be authored about 3 years ago
Add CHANGELOG.md entry to summarize improvements.

github.com/farmOS/farmOS - bf7c2232ba9b09a9196da5c26cee62f79ba6f328 authored about 3 years ago
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 "valu...

github.com/farmOS/farmOS - 2e7b66c08f252677260ecf1ba3a1cdf441c55247 authored about 3 years ago
Remove text: "For more information, refer to the farmOS sensor guide".

github.com/farmOS/farmOS - 950f97c6121ca2d58259e7ffbd835ed51b1d64dc authored about 3 years ago
Dynamically set example value names based on reference data stream names.

github.com/farmOS/farmOS - 1e218c2baabdb7e1026f54a0f5cd3db829690bca authored about 3 years ago
Describe how sensor assets can accept multiple values and automatically create data streams.

github.com/farmOS/farmOS - b9a2d6c0e2ee3d2ea8fbda0b4add7ef8288bbb7b authored about 3 years ago
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 t...

github.com/farmOS/farmOS - ff5055c5321c3fdbd2817a920fcbf761a31a7bcc authored about 3 years ago
Fix "JSON Example (multiple values)" in sensor asset and data streams.

This was being overridden by the "Example CURL command" content.

github.com/farmOS/farmOS - 6411dfa6ca7ec66fabe5375d4ff6f294464670f2 authored about 3 years ago
Remove "JSON Example (multiple values)" from data stream developer info. Data streams can only accept a single value.

github.com/farmOS/farmOS - 34ee8f895e3b704c329e59f1a18814e44d1a65d5 authored about 3 years ago
Only show developer information if user has edit access to the entity.

github.com/farmOS/farmOS - b3acd220cc07553b70a6d778192c4ac03f44ae52 authored about 3 years ago
Remove code for cleaning up asset.data_stream references.

See https://github.com/farmOS/farmOS/issues/485#issuecomment-1013961028
and https://github.com/f...

github.com/farmOS/farmOS - 2aac4f14e0e4c06821bb2ca6a28dd86ce2d506d0 authored about 3 years ago
Add test for deleting data stream data.

github.com/farmOS/farmOS - ac536bc7207434d9ffd51c032fd83dcf5d96c768 authored about 3 years ago
Delete data when basic data streams are deleted. Fixes #488

github.com/farmOS/farmOS - 7925b5c86e345dfd330a54016a56e38a2a03b47f authored about 3 years ago
Re-export data_stream_basic_data Views config per https://www.drupal.org/node/3230199 (no changes).

github.com/farmOS/farmOS - d022fabe296f2e6fd29293085a2d8ae1a0c4a1b2 authored about 3 years ago
Disable caching of basic data stream View. Fixes #484

github.com/farmOS/farmOS - d161d228aabb6f8f1b13b68a798b4862200c859c authored about 3 years ago
Remove data_stream collection link to non-existent route. Fixes #486

github.com/farmOS/farmOS - ebde335b00618ec6aca816256f9cfebb3fb71a41 authored about 3 years ago