Ecosyste.ms: OpenCollective

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

github.com/farmOS/farmOS

farmOS: A web-based farm record keeping application.
https://github.com/farmOS/farmOS

Provide a downloadable CSV template with column headers.

298d5c8bc4f69adeef8a13b56f39c03e829eaf64 authored over 1 year ago
Save CSV file ID to private tempstore.

1ac03376249793256ac3b27b79d0c9ea236fb21c authored over 1 year ago
Add functional tests of CSV importer index, titles, and access control.

9b1ddbdb08c23da490358d3dfb4ced9e052fefef authored over 1 year ago
Create menu links for each CSV importer.

5d2bd98f41961c95087fcc5daf4b07b8d89a5899 authored over 1 year ago
Provide descriptions of CSV column headers in third-party settings.

fcdbf70baf928f8cdc9000650f6e67c124d6e128 authored over 1 year ago
Add an index of CSV importers at /import/csv.

fd019fc90bb8d23b8f0df31ab4d4cbd3706be227 authored over 1 year ago
Provide a route for CSV importers at /import/csv/{migration_id}.

4c18b7ebea09ebd1a66ada2392149deb522385f4 authored over 1 year ago
Check access based on third party settings in the migration.

cbbd7dae2e0f712269b4fdec91c7cbf62251f8f3 authored over 1 year ago
Save CSV-imported entity information to farm_import_csv_entity table.

b021317cf8d578f5f09daffe90eee1b3ad919c7e authored over 1 year ago
Add a getTitle() method to CsvImportForm for use in routes.

14934d8d5a03d2272277f56aa97cccc735397e94 authored over 1 year ago
Only show importers in the farm_import_csv group.

31f39d83bf9a7c8a4ea429e6ff337b0f2f482a39 authored over 1 year ago
Display messages from a csv_file migration on POST_IMPORT event.

4b180a5c98b29bdf2bfa03e4fe8d6947f95f5fb6 authored over 1 year ago
Provide a simplified CSV import form based on MigrateSourceUiForm.

9db2409084380742416489194e687894220491c3 authored over 1 year ago
Provide a farm_import_csv migration group for common configuration.

5bbc994be06adcf3d0982154ca948e38b26d1132 authored over 1 year ago
Add kernel test coverage for CSV importers provided as migrate_plus.migrate.* configuration entities.

d0d27ec42e994694572cd3784a0a3bb974eeff96 authored over 1 year ago
Include drupal/migrate_source_ui module via Composer.

3c0c53e62b2aedde6c7a663f53bffba5de84ec31 authored over 1 year ago
Add support for importing log quantities.

3915160a6d10fba7a67417c2556e09b8c678c286 authored over 1 year ago
Add basic CSV importers for assets (with kernel tests).

1610de903e4e94d35ea6ee6407879805629b88f0 authored over 1 year ago
Add basic CSV importers for logs (with kernel tests).

34b5d0eb64bec662b67d7fc0cd8e6e7fbc11dcf8 authored over 1 year ago
Add support for assigning taxonomy term parent by name.

1f242eeaeec64d9a140578dbb56d9d8367e9f0ee authored over 1 year ago
Add a term_lookup process plugin that extends entity_lookup and fails when a term is not found.

03976096199f7b4447b4d086b1e71420dbc815e2 authored over 1 year ago
Issue #2931181: Add CSV importers for taxonomy terms (with kernel tests).

e64f2901ceb4543999b40f2005fbf4c424ee0242 authored over 1 year ago
Provide a base class for farmOS CSV importer migration plugin derivatives.

849f823da082c371f66f1af6a3d550796d1f335b authored over 1 year ago
Include drupal/migrate_source_csv module via Composer.

e886fdfde97fff0d56db4bdaf10c6ef679a5293e authored over 1 year ago
Initial farmOS Import CSV module.

b8c0b47d0ca8eaa6bfeccc5f342bf947d24ea8e8 authored over 1 year ago
Require drupal/fraction ^2.3.1 to fix Issue #3382381: Fraction and decimal properties return 0/1 when numerator/denominator are null

6f2e754918eefd616c83c233f9063f61d2be36a3 authored over 1 year ago
Provide a base class for CSV import kernel tests.

3cae2114f869c4c79b7c3c604893a62b70b36e88 authored over 1 year ago
farmOS 2.1.3

f39bb332d6ab7c8b7c0dfa5c4ce8011ecc0d1b51 authored over 1 year ago
Update Drupal core to 9.5.11 for SA-CORE-2023-006.

f46529783a1cbd1254083acc908201b2a8c0b7fa authored over 1 year ago
Fix hideable boolean settings form #718

4ee753a712daa2ee7420fcd72ca4449810b07b0b authored over 1 year ago
Use Gin border radius for the map #710

399c01a177df14d4d2be547e28c6a98dee72fd63 authored over 1 year ago
Exclude block.block.gin_content from farm_update #715

c75240e7d6d6a14fd89b1a0d26367bc71ab34f4f authored over 1 year ago
Fix submit button text in "Add Log" action form.

81d6c61b4949916d2cf649c363d27a687c90f166 authored over 1 year ago
Wrap all entity labels with Markup::create() in translated log names #705

cee8b869983f13a0f831eebb1dc992c9e207ddff authored over 1 year ago
Use entityLabelsSummary() in birth log name.

7a0811adf5b6ac7bcdc9bd35a3c47540e6d3bd6b authored over 1 year ago
Wrap all entity labels with Markup::create() in translated log names #698

This prevents entity labels with special characters like
apostrophes from being escaped when the...

aefe1e937b62f42ded03afd3c5397d94c9b35e5f authored over 1 year ago
Update dispatch() argument order for Symfony 5 #704

See https://www.drupal.org/node/3154407

bb11c8364ce912badbdf8680b52e31b5e3f04b2f authored over 1 year ago
Fix composer.json version constraints for migrate_plus and migrate_tools #702

42f4b5fac6700fd63e7a783764faf1727b407579 authored over 1 year ago
farmOS 2.1.2

98c20f1ebc142d3574cb91705e66e41a4043764a authored over 1 year ago
Update Drupal core to 9.5.10.

11c55434c00f3acee1d99fb2e325e585b246eda8 authored over 1 year ago
Issue #3312126: Update gin CSS variables for v4

5529c4e8f787365a44b52030daa44743d27bee02 authored over 1 year ago
Improve asset bundle logic in ID tag widget #699

This fixes a bug where assets cannot be used in an inline entity form because
the ID tag widget ...

8720b2a5a02343d99267e648692469a6a832d713 authored over 1 year ago
Use access content permission in farm_ui_views test #701

The administer taxonomy permission should not be used in tests because
we do not grant the permi...

fa1c726f6eba5c63efd41df0b355cabb59f107e6 authored over 1 year ago
Correct namespace for MigrateToolsCommands #700

This changed in the 6.0.2 release of migrate_tools: https://www.drupal.org/node/3372643

7f8097f8f2943547000b19bc6bab59d449e0041a authored over 1 year ago
Update composer.md guide to capture locked farmOS version #697

Having the version appear in the status report can be really helpful
for debugging and improves ...

a1b315c9026e1dca54d31fb1a20e69c4e3eb59e8 authored over 1 year ago
Fix phpcs error that use statements should be sorted alphabetically

5ca5f1a3abc19cc1d9085fa6c408e2e6c247bf6c authored over 1 year ago
Leaving empty the Parent field in the Assign Parent For This Asset form leads to unexpected error #683

64ab815114145e0dc6be39ce1eae7302e91dd0f4 authored over 1 year ago
Replace static \Drupal::service() call with dependency injection #684

9587872ea9e42f749ebf123214dd17ed0367fcf1 authored over 1 year ago
farmOS 2.1.1

6887d43806071e78a48066b93eabb3e66e8ca1ad authored over 1 year ago
Fix undeclared dependency on farm_group in birth quick form #682

9d51cbd3dc42eab16462fdfcd5656f8a892b9300 authored over 1 year ago
farmOS 2.1.0

f4d5d30f3d3feda5a5fb83c84e8f8c934b16b7b7 authored over 1 year ago
Update Drupal core to 9.5.9.

4a84278a335cdf8684c59fcf39808c0aa47ab721 authored over 1 year ago
Use php-geos GitHub repo mirror for Docker builds.

The official repo (https://git.osgeo.org/gitea/geos/php-geos)
has been failing git clone during ...

131c2a54ba6b3dc62372bdeecbfbb9d8f83e1520 authored over 1 year ago
Remove classy from term tasks test #680

2d77e04230324c9c033722d3acdc3705df6c06a8 authored over 1 year ago
Birth quick form (ported from farmOS 1.x) #656

47ac9ae5ddd3e4f4c364920fb50545148b003c16 authored over 1 year ago
Movement quick form (ported from farmOS 1.x) #677

8c0de9c349e9402b604f4b40f70d4dadcca899a1 authored over 1 year ago
Move secondary tasks collapsible theme overrides to farm_ui_theme.

3cd5de573b117284f7c09d957081efb6a0747256 authored over 1 year ago
Collapse secondary tabs on mobile

e971c1391030676a9d0a0d0def6b6ae409617331 authored over 1 year ago
Use secondary tabs for taxonomy terms #634

b6a33b3f02ae2719fa18c4af386ed0aecc8707de authored over 1 year ago
Move default entity tabs to secondary tabs #634

f946aaa0d660234f61b289b19e037c99057f871e authored over 1 year ago
Remove field links from asset entity browser view #673

b824890155a5e3a9ce61c180cb4e187f0289ee4c authored over 1 year ago
Add asset inventory views field #679

6bb1e1789e341de712b6a91cb8d94405fa9f4d3e authored over 1 year ago
Update farmOS-map to v2.1.1.

0ad1d6a698b5a714e8c0b83cdf88db69d22d3d6c authored over 1 year ago
Changes modules directory so mounted modules are recognized

482d79055515df05ce0ce09bba7056ce0a3c38ef authored over 1 year ago
Add QuickStringTrait::entityLabelsSummary() method for summarizing entity labels #675

dab5415b958dedbb05b90a0e3e5e463572806cf5 authored over 1 year ago
Fix farm_log_asset_names_summary() $cutoff parameter #674

6d1cdc7f2eaffa8fea5a5a61134f86d13e27224e authored over 1 year ago
Refresh map edit layer when WKT is pasted into data input field #670

97a36d2aa435419a1f8e6296d21a4ca46c92fae2 authored over 1 year ago
Update farmOS-map to v2.1.0.

7774cb5342a5e3a67c7b47fbe222f979c6820dc0 authored over 1 year ago
Fix bulk move/group action log names when unsetting location/group #669

2b3bb21683396fc0b5ec0cd2f5107dc4e4e4d16a authored over 1 year ago
The farm_ui_theme module depends on layout_discovery.

This went unnoticed before because farm_ui_dashboard depends on
layout_discovery, but if farm_ui...

a13a0de10adb3d1588a9cb7727e002b80148a7c6 authored over 1 year ago
Update Drupal core to 9.5.8 for SA-CORE-2023-005.

See https://www.drupal.org/sa-core-2023-005

8d551450ab470995b6cf4da71c0271d7eb59c572 authored almost 2 years ago
farmOS 2.0.4

0093d48b84a88aa5402404331051807ed12e3cc2 authored almost 2 years ago
Update Drupal core to 9.5.7 #667

02c8310aa86300ebd9fca29df3956a473c6e230b authored almost 2 years ago
Add CHANGELOG.md line for #667.

4bc6d34036eb6ac56ea4a9adc80e96fd9297a082 authored almost 2 years ago
Remove module form submit button state logic.

This stopped working due to https://www.drupal.org/project/drupal/issues/994360

360ef97cafd6ddbdeb8fb1f6667b42750f80c674 authored almost 2 years ago
Remove patch committed to drupal/core for Issue #3266341.

ec27773940dcaa0c04f5df8b4c1263d2f7068e22 authored almost 2 years ago
Update Drupal core to 9.5.7.

e3d2a621bd43be0d32573da96eaf6caebd2dc4e3 authored almost 2 years ago
Add a QuickFormElementsTrait with a buildInlineContainer() method #654

a56fccaa8f846a9f489028d8839cd01675ee27c8 authored almost 2 years ago
Move inline container style definition to farm_ui_theme.

5ada077408a7d00336b2218fe0aea0f9ec55db6c authored almost 2 years ago
Use inline style for Planting quick form quantity fields.

7b3639e941410ab011893e3a3c0104a5297625d7 authored almost 2 years ago
Abstract inline container structure into new QuickFormElementsTrait::buildInlineContainer() trait+method.

8eaef1231ba5044252b86e6bb73943a17624a72a authored almost 2 years ago
Reformat Planting quick form log field info arrays. No functional change.

This will make it easier to use a new buildInlineContainer()
method for quantity fields provided...

aa35c2c32d59ac36a0abdcf25169d5104f2970d0 authored almost 2 years ago
Add CHANGELOG.md line for #654.

81761b9f648b19bcc4f5449a524ee3e36a625bc4 authored almost 2 years ago
Add a common CSS file for quick form styles, including an "inline" class for inline fields.

78abcff89d231af5024fdb2634461e6aa77fa514 authored almost 2 years ago
Standardize all taxonomy bundle labels to be singular #661

6b269dbe9a51d393a1af560f9bfbe11d3af69b80 authored almost 2 years ago
Clarify that "Export KML" bulk action is provided by the farmOS KML module.

baa988630e9607c552e74f74d7605517fccfe531 authored almost 2 years ago
Field factory improvements #666

cbe71f9cd080e817218bec7de6f0588cee2170f8 authored almost 2 years ago
Add CHANGELOG.md lines for #666.

b87abeb10fb98b8a83fc0064a800646be5987b62 authored almost 2 years ago
Add integer field support to field factory service.

2c0aef36ce521ede1d467bea69272b2a2c881993 authored almost 2 years ago
Document string field type.

453ad598f4d191eff2040196a1fc55b2e0466cdd authored almost 2 years ago
Remove unnecessary default settings for string/string_long fields.

efcbc6087b336b737c5510f99733fd441326c763 authored almost 2 years ago
Allow max_length to be overridden on string fields.

46adaa3ab720697419d1356d0a95cc3a3253d3b3 authored almost 2 years ago
Add email field support to field factory service.

b74d3d1ace3f7a76be62b28107cea54de708d675 authored almost 2 years ago
Add decimal field support to field factory service.

5f9b32beef1e5fab2eb9ca8354617f9e7f47d705 authored almost 2 years ago
Replace all usages of docker-compose with native docker compose #627

See https://www.docker.com/blog/announcing-compose-v2-general-availability/

92281a373eeebb984e102a8fe9029f0b7133767f authored almost 2 years ago
Add CHANGELOG.md line for #627.

fb89eba4f046efda1b6dbf56f4236086c7238141 authored almost 2 years ago
Replace all usages of docker-compose with docker compose.

21d2d2a6e4816f345f9b117c4ce8af55a23611d4 authored almost 2 years ago
Update setup instructions

docker-compose up -d gives an error, docker compose up -d works though.

897caa6666f1448e2cfc72d82d7ecfe10e28d593 authored almost 2 years ago
Allow map to be resized vertically #663

f68887cc454009ec7853535a68ce09fabc343008 authored almost 2 years ago
Simplify all map resize logic to use ResizeObserver #662

4c15010bd5922e89cb50fff88abc5407f1ba50a8 authored almost 2 years ago