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

Use new helper function in farm_inventory_set().

b9fe90631239bc75c36bfb5ca9253d2d5918d2cd authored almost 7 years ago
Allow farm_livestock_weight_set() to accept multiple assets.

ed4df61ebca3316584c30ab41bfc4ee07e6c9530 authored almost 7 years ago
Use new helper function in farm_livestock_weight_set().

2b3419ec6fffdbe54b5c2c09b11bb8d9dd18b696 authored almost 7 years ago
Add a generic helper function for creating a farm log with quantity measurements.

ca1beb79fea34d3101ab0370a0e3824478c65692 authored almost 7 years ago
Add a generic helper function for creating a farm log.

f2af8972af3add2f2178dee466778414d0040f71 authored almost 7 years ago
Style flags in area details popup and use new helper function for loading them.

af3c0945ddc3c580fbdb85fa623ab124e829f1dc authored almost 7 years ago
Add a helper function for loading a list of flags on an entity.

794dad91dd8dab3173f6e4407c390ace3adebb1e authored almost 7 years ago
Add "Flag" bulk action button to area, asset, and log Views.

f9b85b81373bf459f7322f1199c72fd532a22f0b authored almost 7 years ago
Merge branch 'farm_flags' into 7.x-1.x

a04342611c438e39fa28704b5d294e60a93a14fc authored almost 7 years ago
Add bootstrap button styles to flags.

660a912780ae8b21840a2cacdd6b7c095cc73081 authored almost 7 years ago
Wrap rendered flags in a <span> with classes that other modules can alter.

260451819893a39922865539613eccde86fd141f authored almost 7 years ago
Theme the "Flag" bulk operation button.

32ff7e848c63a149085c754eb55c50e9933bf5dc authored almost 7 years ago
Define an action for appending/replacing flags on entities in bulk.

73bcf30fe1545f08ad29af2d7f7096566ce3af5b authored almost 7 years ago
Add a flag to indicate that a record should be monitored in the future.

0a055ee808b5b45ee0a343340a2513ef5eb14e61 authored almost 7 years ago
Add ability to sort animals by date of birth.

93cb3eb2f0de49be2a3e90cfb70dcdc280ca6d37 authored almost 7 years ago
Sort animals list by name ascending.

7624449ce6c0db4ff60cedf7d95ed3bbdf6358ac authored almost 7 years ago
Fix default field weights in assets so that "Name" appears on top (again).

1f78378885e88e6d01ca19276f9a3b0e7a65cd3d authored almost 7 years ago
Issue #2907879: Add row counter to asset/log lists

e1adae3dda8b9300320f33d02ba0fe1062c8c56b authored almost 7 years ago
Add exposed "Items per page" option to all Views.

1a3ca112f60ea52a4214c964374ee9153914d7a2 authored almost 7 years ago
Center Views footer and feed icon.

f1aa2570aae1dc6a0f311ea525949a8591a689b9 authored almost 7 years ago
Update Views to 3.19.

c9b508d48497b700570befc425eb885f415a0138 authored almost 7 years ago
Revert "farmOS 7.x-1.0-beta17."

This reverts commit 76f09121b7de39d29682a8490714f590a2e75bbd.

4caef2ddb1bcb0353958f7de3bfbdabcc1978c5f authored almost 7 years ago
farmOS 7.x-1.0-beta17.

76f09121b7de39d29682a8490714f590a2e75bbd authored almost 7 years ago
Prepare for release of farmOS 7.x-1.0-beta17.

1f0fe066da27561e395e23d02f46f724ea069e87 authored almost 7 years ago
Whitespace.

a4b21c86200f029709d3e011de66b999b19cf28f authored almost 7 years ago
Bootstrap patch will not be necessary. See https://www.drupal.org/project/bootstrap/issues/2910624#comment-12565523

be79c304ba88834c4e27083c33a40e05bf874d97 authored almost 7 years ago
Issue #2950316 by drupalgin: Fixed coding standards

0e5a226627dc2c59870c72afe2f42ec4281009b3 authored almost 7 years ago
Ensure file permissions are 0644.

25a969430164b51f07fc8681725f27e74caa768d authored almost 7 years ago
Make docker-entrypoint.sh executable only inside the container.

b1b36d8b73bc026646918aaeb48ca342dd31a84c authored almost 7 years ago
Update and unpatch Log module.

86504c086e8e4c0979e4ee61c6465f5f672f0f1c authored almost 7 years ago
Fix "Plan saved" link when farmOS is installed in a subdirectory.

c9c7f48c8db1899772407bc3ae95b613328d0a9a authored almost 7 years ago
Fix "Asset saved" link when farmOS is installed in a subdirectory.

0ea1a6722b31c07b78f6c677fccfb55730d27e13 authored almost 7 years ago
Change hook_form_alter() to hook_form_FORM_ID_alter() in farm_theme template.php.

3ce346f56693d506a8d144697e2250523ae35a70 authored almost 7 years ago
Prepare to patch Bootstrap when 3.20 is released (commented out for now).

3855400654bce7768f94305c30fda03adcebef70 authored almost 7 years ago
Collapse the "Movement" and "Group Membership" fieldsets in log forms.

b3bbd61ee0f297c72b3c9ff6ea61f174932a13ac authored almost 7 years ago
Add Location fields (Areas and Geometry) to Maintenance logs.

6d5e82b2ab6b9f5f6f9fbcc76e3e16ede3603c4a authored almost 7 years ago
Issue #2955393: Exposed filters for asset and user references

9e761c1b34d825885d0bd5418e94283c43820c81 authored almost 7 years ago
Add exposed Group filter to all asset views.

e7e808de70c9ca2607bac74a7735d5f7eb5bcc59 authored almost 7 years ago
Provide a Views filter handler for asset groups.

7d6d07c2ca6473b127b9d56c91243e7f9c986663 authored almost 7 years ago
Generalize the log owner class into a base handler so it can be used for other entity types.

1072ef9c13d8a14fe047c3ff3f081c0cc9f80365 authored almost 7 years ago
Add new log owner exposed filters.

d6df0078ad16912fedfffe1e0a1fbf1762f82b8a authored almost 7 years ago
Remove log owner filter, sort, and relationship that are causing duplicate rows.

5e4983062d4dc71ce84571183fd1d5cb4992e34c authored almost 7 years ago
Create custom Views filter handler for log owner (based on taxonomy term reference filter).

8e810273ebc14f2e8f08360a05047bb7dd02c232 authored almost 7 years ago
Allow "logz" extensions in files field (GitHub #67).

5434f70f6d459c9e7fe148c4bf5e443f9b874ca7 authored almost 7 years ago
Issue #2957698: Bed generator needs more angles

b811ca70fe1c71a559c3aac67e38d57e0db83859 authored almost 7 years ago
Link to View of assigned logs from People View.

07899d61737186c1e44fd8c08a7e6e9bfb1697ee authored almost 7 years ago
Patch Libraries to fix issue with PHP 7.

e52262f6be6cfc78dbb87ce1d3166cc391ffd243 authored almost 7 years ago
#25 Document: do not use Drupal's built-in updater

2dd56274c7da1de0d82b2be3fccbf87bac791862 authored almost 7 years ago
Convert Docker link to Markdown.

466f83d4f7b7311b3bd382cea43f03ecd48d706b authored almost 7 years ago
Merge pull request #26 from chrowe/patch-1

Link to docker setup guide on install page

1f8d168d840105f2ac9840a0217e1833bcb90558 authored almost 7 years ago
Update installing.md

dac1ae0eb313c97d1ad4f0356afb52a3fbf563d2 authored almost 7 years ago
Add video and link for "Collecting sensor data in FarmOS using GrovePi and Node-RED" to sensors page.

d9fa44dd5c2eebdf75c2f8a77b5822075fd6c023 authored almost 7 years ago
Add Fosters.com article about Dorn Cox conservation award.

5b5ee2f51fb24cc75b130b5280c8cdb66432ee7e authored almost 7 years ago
Update Drupal core to 7.58.

918e5978c2bffc41df8b1524641dcc9780bd7eb0 authored almost 7 years ago
Module updates: Ctools, Job Scheduler.

792bce122d8368f68fdd7b66750ec8bccf99d5a6 authored almost 7 years ago
Fix log field weights so that name and timestamp are on top (again).

53701c873e10321f652cccc2c1c7fd1211050a92 authored almost 7 years ago
Expand input "date purchased" year range options.

cf087c6ff94d8256fc95650468eca013af0b798a authored almost 7 years ago
Minor: add missing Views translatable.

2f9cb9ba022b350ad1902e1a796560a92a4b3d36 authored almost 7 years ago
Issue #2954290 by m.stenta, Permakai: Duplicate asset rows when an asset is in multiple groups

96539b880473438d86e57931b520812492f5f950 authored almost 7 years ago
Prevent deleting entities that are referenced in the {farm_plan_consideration_entity} table.

57a09fb8d9ee002102f85b252aefb97b58f4716c authored almost 7 years ago
Fix access callback for asset autocomplete when using multiple types.

8e3e6ec8a220c6ae6fdc93ef6f240e3bdc877c25 authored almost 7 years ago
Add a quick form for recording milk harvests.

c1b83f12de18439c12115b4db0fb366d0bc99c20 authored almost 7 years ago
Add a permission for configuring quick forms (available to Farm Manager role).

7804987cb2b61a195e711ae5927e6a2e8d94f563 authored almost 7 years ago
Add a helper function for getting the default system of measurement: farm_quantity_system_of_measurement().

a453832151ec7b526c18aed11d83ef54d9dffb86 authored almost 7 years ago
Move quantity log query functions into a new module to fix hidden circular dependency between farm_area and farm_quantity.

2aa4e5812314544e6cae66a42f09de1edadb684c authored almost 7 years ago
Force the user to select which quick forms they want to enable.

71655083d72a72be3c6bb42358a095bbbbe30a91 authored almost 7 years ago
Fix Quick forms/Configure tab when no forms are enabled.

7f3923811baa0d0f9f91a8ef51cac6efdc1ea475 authored almost 7 years ago
Expand the asset autocomplete functionality to accept multiple asset types as a filter.

7492f35afc889c1226a8b3fc4a52f5912db7649d authored almost 7 years ago
Add a form for enabling/disabling quick forms.

85ddff840b27bc6e3a9cd132f17973dfa297ab2d authored almost 7 years ago
Change 'tab' to 'label' in quick form definitions.

cfb9171a775128cb0dfd196389a4bf9b09fe781c authored almost 7 years ago
Fix Quantity report dependencies.

87e39a711aef1cfac4d4bdd25f6febf4515a4c3a authored almost 7 years ago
Add Log Category filter to farm_log displays.

cc83875897c600d4b675d5e53a0f10a7794f14b5 authored almost 7 years ago
Merge branch 'farm_flags' into 7.x-1.x

921f61927303a328018e327a1c08b07c0875efd8 authored almost 7 years ago
Add Flags field and filter to all asset and log Views.

0bfc8ff143606d969f0c12bba40ab2d5ff2bb291 authored almost 7 years ago
Add Flags field to all asset and log types.

50e82d0c6857d6a0695b80a132f50f628fe0fd94 authored almost 7 years ago
Enable the new Farm Flags module on existing sites.

0463523e3cf7f6c0bf23ab7d9b6870a2cc5d25fd authored almost 7 years ago
Add exposed sort for asset ID and log ID on all asset and log Views.

8ee64a55c3239d9c44ff97fc08dd254e5b0d4951 authored almost 7 years ago
Style flags checkboxes inline.

e83ca98902f847a7db1b8d2c36ca417e2f278798 authored almost 7 years ago
Implement hook_farm_area_details on behalf of farm_flags to show area flags in the area details popup.

3036e9020572d89158041808a12e455804ab4078 authored almost 7 years ago
Add Flags field to Areas.

5b2b4d7f8e56c7537bee9d36c2ec25a646d3c8d2 authored almost 7 years ago
Provide two flags by default: "Priority" and "Needs Review".

aecfa19e9464ea1d2521b98fa227714a5912a465 authored almost 7 years ago
Allow modules to provide flags.

0eb2d5fd611faac2d786ef95ec09b48744427b67 authored almost 7 years ago
Add an allowed values function for the flags field.

55a0200e88cdde67701833b5f35ed25f4cde6b91 authored almost 7 years ago
Initial commit of farm_flags module: provide a simple field base for flags.

2a9b769a2d6c324e17a1f705ff6d01a4f5e604e1 authored almost 7 years ago
Move exposed filter for animal location down in the list.

97859d90ff6132b873d87484591a7ee87ad0d1fc authored almost 7 years ago
Add exposed date range filter for date of birth in animals list.

9df1ccc9de240aef1b21f62a4d13de0665219b16 authored almost 7 years ago
Fix bug in consideration type display.

4c8cfd565fee13d0ac32448dfe7acee75038f31a authored almost 7 years ago
Move $plan_id to the end of the farm_plan_consideration_create() function arguments.

758e06ada6827398756a520c6eebd4b74532a5d1 authored almost 7 years ago
Merge branch 'farm_plan_considerations' into 7.x-1.x

922499979094f49b4e8552284c9058b54022ea21 authored almost 7 years ago
Add a form for deleting considerations.

998531c88e687eee028a655a04a0996d76648ca9 authored almost 7 years ago
Form for adding considerations.

90811fcab378452a9ce863917a25e259a91e6a01 authored almost 7 years ago
Page callback for considerations list, filtered for a plan.

8d95345fcd477ead221821a352a8bed8521c3c56 authored almost 7 years ago
Add a place for extra fields. Other modules can form alter this based on the consideration type.

e8e439587a1d06d9a4111103bf7a9d0fb68eca4b authored almost 7 years ago
Adapt form to also allow editing existing considerations.

52f63019433e2b7164879e757bd1447fc4e7432f authored almost 7 years ago
Add plan column.

eb300c726b86977d85b8a813331594ab4473af4e authored almost 7 years ago
Redirect to the considerations list after adding/editing one.

170cf380e2e2228d72fd8a3703fce2195c08a5cb authored almost 7 years ago
Add farm: Permakai (Waiuku, Auckland)

7a84055624b08155929ce91b432fc7ecbbebb1cf authored almost 7 years ago
Add plan_id column to considerations table.

ee1ba933993ddbb792706a500be36eb59ca2c324 authored almost 7 years ago
Statically cache consideration types.

4270108add64cf44ac208f849642f385b9dd1543 authored almost 7 years ago
Add database table for linking entities to considerations (possibly many-to-one).

666720b5de3ccfda7641da2abfdeb37bea9dd9bb authored almost 7 years ago