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
Update docs for changes from PR #706
a07034f18a5091dc91fab2360509126ef0de3c4f authored 11 months ago
a07034f18a5091dc91fab2360509126ef0de3c4f authored 11 months ago
farmOS 3.1.2
d8bbd439de92b1ecc1c19ae2b716a0f88ac780cc authored 11 months ago
d8bbd439de92b1ecc1c19ae2b716a0f88ac780cc authored 11 months ago
Fix 3.1.1 link in CHANGELOG.md.
1551c59b38317a1725c1259efb0b50ce1bea539a authored 11 months ago
1551c59b38317a1725c1259efb0b50ce1bea539a authored 11 months ago
Fix saving inventory quick form configuration with existing units term #803
The entity_autocomplete $form_state value differs depending on
whether it is referencing an exis...
Run tests against mariadb:10 instead of mariadb:latest #802
a24313cdb120fb784db26097018459ad7040aa6f authored 11 months ago
a24313cdb120fb784db26097018459ad7040aa6f authored 11 months ago
Whitespace.
e79a7449c00518db66282b0c241cdb7ad60983a0 authored 11 months ago
e79a7449c00518db66282b0c241cdb7ad60983a0 authored 11 months ago
Add CHANGELOG.md line for #801.
c13d8fee3294b835078dab01c35492dc92d8f9ab authored 11 months ago
c13d8fee3294b835078dab01c35492dc92d8f9ab authored 11 months ago
Update to itamair/geophp 1.6 #801
34c6034331ef883482d1c0cffd44f2e96b7a144d authored 11 months ago
34c6034331ef883482d1c0cffd44f2e96b7a144d authored 11 months ago
Set COMPOSER_ALLOW_SUPERUSER=1 to allow plugins to run as root/super user #799
238a789e223ced456da37e7f4791c78e4cca5671 authored 11 months ago
238a789e223ced456da37e7f4791c78e4cca5671 authored 11 months ago
Check for correct update operation access in location hierarchy form #800
5aba80aaeef3fa61526b8bd68803078d944060d8 authored 12 months ago
5aba80aaeef3fa61526b8bd68803078d944060d8 authored 12 months ago
Use $this->entityTypeManager() instead of Drupal::entityTypeManager() in entity classes #796
fb6fd0d0bc265fd7098df5fd21d620720a09f40c authored 12 months ago
fb6fd0d0bc265fd7098df5fd21d620720a09f40c authored 12 months ago
farmOS 3.1.1
6abe3e73b0791420072056e85342680283ace4b1 authored 12 months ago
6abe3e73b0791420072056e85342680283ace4b1 authored 12 months ago
Use plain strings in submitForm() calls in functional tests.
This fixes failing tests after upgrading to Drupal 10.2.3.
See https://www.drupal.org/project/dr...
Update Drupal core to 10.2.3.
cec7ed04d0dba1ce45ef34a240c54bc0cf76277d authored 12 months ago
cec7ed04d0dba1ce45ef34a240c54bc0cf76277d authored 12 months ago
Correct gin issue #3342164
a9a6d8008f74521388906d528851db21135d04fe authored 12 months ago
a9a6d8008f74521388906d528851db21135d04fe authored 12 months ago
Patch Gin to fix Issue #3419904: Help text is cutoff at xsmall breakpoint #793
38271bf84feabb2b7e280f0748f3edc191ab2ab6 authored 12 months ago
38271bf84feabb2b7e280f0748f3edc191ab2ab6 authored 12 months ago
Update Migrate Tools to 6.0.3 for SA-CONTRIB-2024-008.
dadf79c8f03333489584e144aa6a35832e4310bf authored 12 months ago
dadf79c8f03333489584e144aa6a35832e4310bf authored 12 months ago
Grant config permissions create quick_form permission #791
This permission is required on the quick form add_page and add_form routes.
462c82d6ca0909afc8a1fc89ddc7089b16ecfdc1 authored 12 months ago
farmOS 3.1.0
96bf17bc69177ea59e13961e1d7e8664f9d99a11 authored 12 months ago
96bf17bc69177ea59e13961e1d7e8664f9d99a11 authored 12 months ago
Update drupal/gin to 3.0-rc9.
1e2c7c2e47149ce3a634d80023a04890b118b5f4 authored 12 months ago
1e2c7c2e47149ce3a634d80023a04890b118b5f4 authored 12 months ago
Provide a plan_record entity type for plan record relationships with metadata #781
ee71b28ae6caae2a3e317ca218329a606d24bb1d authored 12 months ago
ee71b28ae6caae2a3e317ca218329a606d24bb1d authored 12 months ago
Add PlanRecordInterface::getPlan()
06b930886a8647474bbd4b2dc3cb93415aa06cba authored 12 months ago
06b930886a8647474bbd4b2dc3cb93415aa06cba authored 12 months ago
Expose a plan_record edit form at /plan/record/%id/edit.
bd091b7d3934afee511b09fc84f2be7af316ce79 authored 12 months ago
bd091b7d3934afee511b09fc84f2be7af316ce79 authored 12 months ago
Add CHANGELOG.md line for #781.
98130dec1c287dfc620ac792aff52b7b690f7e58 authored 12 months ago
98130dec1c287dfc620ac792aff52b7b690f7e58 authored 12 months ago
Merge plan_record module into plan module.
8bf87f00fe9601228383d1f3a1513d141f0e27b2 authored 12 months ago
8bf87f00fe9601228383d1f3a1513d141f0e27b2 authored 12 months ago
Add a simple Plan record relationship entity type (with bundles).
9d31aa5ce7146e6c81ae53cc02c908ecfb032864 authored 12 months ago
9d31aa5ce7146e6c81ae53cc02c908ecfb032864 authored 12 months ago
Add a required single-value plan entity reference base field.
4f4f666c280bd9c68fca9eef2e2961fff9579d67 authored 12 months ago
4f4f666c280bd9c68fca9eef2e2961fff9579d67 authored 12 months ago
Patch drupal/entity_reference_integrity to fix Issue #3418000: Delete action only overridden on first entity type
36fc154c47f0d858b5ba912f0a487b7fde50d694 authored 12 months ago
36fc154c47f0d858b5ba912f0a487b7fde50d694 authored 12 months ago
Enforce entity reference integrity on plan reference fields.
8d25b32b01a3cfd04e62fe383eeb8b5e9b4e8ac8 authored 12 months ago
8d25b32b01a3cfd04e62fe383eeb8b5e9b4e8ac8 authored 12 months ago
Add plan record type bundle plugin support via the farm_entity module.
79704c3c7c0e67dd60468ce54c59fc39f0fc95d0 authored 12 months ago
79704c3c7c0e67dd60468ce54c59fc39f0fc95d0 authored 12 months ago
Add a simple access handler for plan_record entities that checks plan entity access.
a79a2989a87526cb1c7a407c8d91145a434545b5 authored 12 months ago
a79a2989a87526cb1c7a407c8d91145a434545b5 authored 12 months ago
Initial Plan Record module.
9c6d59740409fe1945e209579de1a77e374bdeb6 authored 12 months ago
9c6d59740409fe1945e209579de1a77e374bdeb6 authored 12 months ago
Show map on /locations #779
9058e39f7c0f41e21e80964209ac2298a6c3e398 authored 12 months ago
9058e39f7c0f41e21e80964209ac2298a6c3e398 authored 12 months ago
Issue #2551091: Show map on /locations
dc0095611731b35c7ff54d06304a7b14ed8efdc5 authored 12 months ago
dc0095611731b35c7ff54d06304a7b14ed8efdc5 authored 12 months ago
Add CHANGELOG.md line for #779.
471e2cda6a8fa3a5bfbe0ca7317a9d3a769519ee authored 12 months ago
471e2cda6a8fa3a5bfbe0ca7317a9d3a769519ee authored 12 months ago
Remove "All" from "Items per page" options in Views #776
70eb37cbf9aded8d40bca148a7a06a3eb1ebce10 authored 12 months ago
70eb37cbf9aded8d40bca148a7a06a3eb1ebce10 authored 12 months ago
Make map behavior library optional.
f7e631802698717069f5c64efc8d6b6634d4238b authored 12 months ago
f7e631802698717069f5c64efc8d6b6634d4238b authored 12 months ago
Add a locations map behavior and refactor dashboard map logic to use it.
1b2ce0b07566d7c3bf427aa860f4130fe1433488 authored 12 months ago
1b2ce0b07566d7c3bf427aa860f4130fe1433488 authored 12 months ago
Add a MapRenderEvent::getMapBehaviors() method.
433747d0fff0537913efd1da7eaed4b1761cc144 authored 12 months ago
433747d0fff0537913efd1da7eaed4b1761cc144 authored 12 months ago
Remove hard dependency on farm_ui_dashboard from farm_ui_map.
We implement hook_farm_dashboard_panes() but that will only
run if farm_ui_dashboard is enabled....
Fix MapBlock::build() map #behaviors.
$this->configuration['map_behaviors'] will already be an
array of values, not an associative arr...
Improve asset and log CSV exports #783
3e891a880da8682122c7921a70544c92b308ef65 authored 12 months ago
3e891a880da8682122c7921a70544c92b308ef65 authored 12 months ago
Change export warning message
604ce5f88e687be6f568f45f459d6d6b44c7f6c2 authored 12 months ago
604ce5f88e687be6f568f45f459d6d6b44c7f6c2 authored 12 months ago
Simplify and include count in CSV export question
0bb5facc66a026cfbdef403f284470d30e0b23db authored 12 months ago
0bb5facc66a026cfbdef403f284470d30e0b23db authored 12 months ago
Implement BaseFormIdInterface
65c0159e794879108aafb620dd1d8c4125181ef5 authored 12 months ago
65c0159e794879108aafb620dd1d8c4125181ef5 authored 12 months ago
Add CHANGELOG.md line for #783.
c0cc0a92b5888b5167d12b57a2c1c3e25ed8405c authored 12 months ago
c0cc0a92b5888b5167d12b57a2c1c3e25ed8405c authored 12 months ago
Use strict type checking for context variables that should be TRUE
28b2d3b83dc27be74751038fb96c2854ee447044 authored 12 months ago
28b2d3b83dc27be74751038fb96c2854ee447044 authored 12 months ago
Update export docs to describe the difference between asset, log, quantity exports.
4d05465f7cdbf93627219bf57c2d93ec028d301c authored 12 months ago
4d05465f7cdbf93627219bf57c2d93ec028d301c authored 12 months ago
Remove CSV REST export displays from log, asset, plan Views.
8b8ac5bb20eedf3cd8f8c0eadb03277aad1850da authored 12 months ago
8b8ac5bb20eedf3cd8f8c0eadb03277aad1850da authored 12 months ago
Issue #3328886: Make it clear that CSV exports are limited
3cc0c515ef823e7d96d461117aad552556989b6d authored 12 months ago
3cc0c515ef823e7d96d461117aad552556989b6d authored 12 months ago
Provide CSV export actions for asset and log entities via new farm_export_csv module.
60d2357fbcbdda0d33621e8eabddc174a69bc692 authored 12 months ago
60d2357fbcbdda0d33621e8eabddc174a69bc692 authored 12 months ago
Move KML export actions to new farm_export_kml module.
07882e177afad94857c8c03fc0d1a7d1aa57cf1e authored 12 months ago
07882e177afad94857c8c03fc0d1a7d1aa57cf1e authored 12 months ago
Initial farmOS Export module.
146719f363e674855ceb5ae4e19f3de830e5b9ac authored 12 months ago
146719f363e674855ceb5ae4e19f3de830e5b9ac authored 12 months ago
Add logic for restricting columns to supported base and bundle field types.
59802748e86606db4e9e39b38761491dfe1ea015 authored 12 months ago
59802748e86606db4e9e39b38761491dfe1ea015 authored 12 months ago
Provide a TextLongFieldItemNormalizer with an option to return processed text.
6ccf2cda0d681f32837fc0fcd3af77765071f51d authored 12 months ago
6ccf2cda0d681f32837fc0fcd3af77765071f51d authored 12 months ago
Provide an EntityReferenceFieldItemNormalizer with options to return content entity labels and config entity IDs.
9995efd994b0f4d30d034358ad4b79384efae7ee authored 12 months ago
9995efd994b0f4d30d034358ad4b79384efae7ee authored 12 months ago
Add farm_export_csv to optional modules.
21d022bfad6008def53247bf9dc922f221b7c1bd authored 12 months ago
21d022bfad6008def53247bf9dc922f221b7c1bd authored 12 months ago
Initial farmOS CSV module.
5fcb89a16f949285819ceae7e6d5e2f8a47552fb authored 12 months ago
5fcb89a16f949285819ceae7e6d5e2f8a47552fb authored 12 months ago
Provide a TimestampItemNormalizer with an option to return RFC3339 formatted date.
0a3a5084c17a3a81821706d0a0648904da1f97b4 authored 12 months ago
0a3a5084c17a3a81821706d0a0648904da1f97b4 authored 12 months ago
Provide a ContentEntityNormalizer with an option to explicity include columns.
410da5d812db117608b2658ed3ede7522a0d8b49 authored 12 months ago
410da5d812db117608b2658ed3ede7522a0d8b49 authored 12 months ago
Configure CSV export normalizers to flatten values.
ee34ca660a02084a84d802891ac4e941656cdb2e authored 12 months ago
ee34ca660a02084a84d802891ac4e941656cdb2e authored 12 months ago
Install the farm_export_csv module on sites that have farm_ui_views installed.
22024a8f864cc8440e20062a3840a34f07175953 authored 12 months ago
22024a8f864cc8440e20062a3840a34f07175953 authored 12 months ago
Move CSV export action logic to a confirmation form.
4e22c5fd830acf13ea61ddab793e8bc3c7b13f64 authored 12 months ago
4e22c5fd830acf13ea61ddab793e8bc3c7b13f64 authored 12 months ago
Edit form UI improvements #770
e869407d454530e434d08a0eaa981f2ea35a762e authored 12 months ago
e869407d454530e434d08a0eaa981f2ea35a762e authored 12 months ago
Allow modules to add entity form field groups.
067ea5fa057bd46c073d710dca410b1807f8c843 authored 12 months ago
067ea5fa057bd46c073d710dca410b1807f8c843 authored 12 months ago
Add a "Group membership" field group for group and is_group_assignment log fields.
c8b9fad4b6a3195024ace590c46ef96cb971c219 authored 12 months ago
c8b9fad4b6a3195024ace590c46ef96cb971c219 authored 12 months ago
Put equipment field into asset field group of logs.
09677800a25f959d62c41a86526b2b3d5c262cc9 authored 12 months ago
09677800a25f959d62c41a86526b2b3d5c262cc9 authored 12 months ago
Preserve delete and other action buttons in sidebar
bacf11f2953b9092e54394473bf1e055712db91a authored 12 months ago
bacf11f2953b9092e54394473bf1e055712db91a authored 12 months ago
Improve styling in content form
0525fd5a49e4718f1617b1efb71ab37e44047c22 authored 12 months ago
0525fd5a49e4718f1617b1efb71ab37e44047c22 authored 12 months ago
Increase weight of notes field in forms
0e0258b66c4004faeb9f708e92ae8fbab9177acf authored 12 months ago
0e0258b66c4004faeb9f708e92ae8fbab9177acf authored 12 months ago
Render fields in field groups
c4d3f174d53f81a6e78e7a9c3328bc823f76f25e authored 12 months ago
c4d3f174d53f81a6e78e7a9c3328bc823f76f25e authored 12 months ago
Add additional revision information
2f8b3e05e8f7e7d613c564276e088ff118ac294e authored 12 months ago
2f8b3e05e8f7e7d613c564276e088ff118ac294e authored 12 months ago
Add tabs specific to each entity
268412bd2380976fcfa767e58b005cf87a56540e authored 12 months ago
268412bd2380976fcfa767e58b005cf87a56540e authored 12 months ago
Remove the sidebar if the display is not using field groups.
fa5724e03511c17e7fc53a2922e35469bcc7d98b authored 12 months ago
fa5724e03511c17e7fc53a2922e35469bcc7d98b authored 12 months ago
Add CHANGELOG.md line for #770.
73c9eef921367008194cdf1f7e5ea6bb81459ad1 authored 12 months ago
73c9eef921367008194cdf1f7e5ea6bb81459ad1 authored 12 months ago
Provide GinContentFormBase class for entity forms
55e999af2736b1029c30b9f04a228c0ce8931631 authored 12 months ago
55e999af2736b1029c30b9f04a228c0ce8931631 authored 12 months ago
Add hook_farm_ui_theme_field_group_items to collect field group mappings
abd6ee96467c37381bb22f87bd1ab2c6ebe78536 authored 12 months ago
abd6ee96467c37381bb22f87bd1ab2c6ebe78536 authored 12 months ago
Patch drupal/gin for issue 334216
69d9ef713bc7680118dc43a167320017e6e0df45 authored 12 months ago
69d9ef713bc7680118dc43a167320017e6e0df45 authored 12 months ago
Implement gin content form for farm entities
71206d03d2e68608e65b3d50bf518ed5eff464bc authored 12 months ago
71206d03d2e68608e65b3d50bf518ed5eff464bc authored 12 months ago
Implement farm_ui_theme_field_group_items for core module base fields
6dc23e7054bc886c0c847f733a4c1aaa2e1b28fa authored 12 months ago
6dc23e7054bc886c0c847f733a4c1aaa2e1b28fa authored 12 months ago
Add UI for creating instances of quick forms #785
1410fa5ea7cf79114ca09776f4567e02b101373f authored 12 months ago
1410fa5ea7cf79114ca09776f4567e02b101373f authored 12 months ago
Hide actions for disabled quick forms from views
1cee2cb2e113eb760218b43e27c65de3136bdc46 authored 12 months ago
1cee2cb2e113eb760218b43e27c65de3136bdc46 authored 12 months ago
Sanitize quick form labels, descriptions, and help text with Html::escape().
d67e4492d15d49adf85569699dd56d53011b5b1f authored 12 months ago
d67e4492d15d49adf85569699dd56d53011b5b1f authored 12 months ago
Implement save function to add message and redirect to collection page
52f968ef6cdd4acbd141d55a0ce1164937616b29 authored 12 months ago
52f968ef6cdd4acbd141d55a0ce1164937616b29 authored 12 months ago
Grant administer quick_form to config permissions
e23e5923dc971a9d1f0a741d730da7b8a23569e9 authored 12 months ago
e23e5923dc971a9d1f0a741d730da7b8a23569e9 authored 12 months ago
Add cache tags to quick form help text render array
3972ea268f634720c88227479ca48c1e60d272d6 authored 12 months ago
3972ea268f634720c88227479ca48c1e60d272d6 authored 12 months ago
Update tests to use edit form
4d9bd96234e24906d135ac56307cacbc1c450bbf authored 12 months ago
4d9bd96234e24906d135ac56307cacbc1c450bbf authored 12 months ago
Add CHANGELOG.md line for #785.
359ee1e79c41632ce3f69eaf38f3911fd0a57cd5 authored 12 months ago
359ee1e79c41632ce3f69eaf38f3911fd0a57cd5 authored 12 months ago
Add quick form add form
78a78b3aaab2697773d416a43e2b1f59dbb41846 authored 12 months ago
78a78b3aaab2697773d416a43e2b1f59dbb41846 authored 12 months ago
Add quick form edit form
ad3965208fa99555414329fc2374a1fcd5ce1375 authored 12 months ago
ad3965208fa99555414329fc2374a1fcd5ce1375 authored 12 months ago
Add message when no quick form plugins exist
2c4953feff270a7d0009129fe35fdfad12eb5d25 authored 12 months ago
2c4953feff270a7d0009129fe35fdfad12eb5d25 authored 12 months ago
Add status and label entity keys
a53f2b76e2aebce53f3acdb247af6580f3e44d9a authored 12 months ago
a53f2b76e2aebce53f3acdb247af6580f3e44d9a authored 12 months ago
Add quick form setup page
e5894bdce177afee96514712bc456c56ef107173 authored 12 months ago
e5894bdce177afee96514712bc456c56ef107173 authored 12 months ago
Load disabled quick forms
7033224a0d774c217b706e73d9eb295319848148 authored 12 months ago
7033224a0d774c217b706e73d9eb295319848148 authored 12 months ago
Remove quick form configure tab
681de9f9ea5a08aef1cff17042e625ee7c415e9f authored 12 months ago
681de9f9ea5a08aef1cff17042e625ee7c415e9f authored 12 months ago
Add quick form delete form
860790f9d509aec4b3ac61d82d23e0bcda76e222 authored 12 months ago
860790f9d509aec4b3ac61d82d23e0bcda76e222 authored 12 months ago
Remove disabled quick form routes and menu items
d8943488abdf10c58a30a672857c7735a0babe7f authored 12 months ago
d8943488abdf10c58a30a672857c7735a0babe7f authored 12 months ago
Inventory quick form #766
104885274c43d096493246147a2c6ff494eae9d9 authored 12 months ago
104885274c43d096493246147a2c6ff494eae9d9 authored 12 months ago
Initial inventory quick form with tests.
74f3ee4b5d81844ffe0db51d73fec91cc3eab903 authored 12 months ago
74f3ee4b5d81844ffe0db51d73fec91cc3eab903 authored 12 months ago
Allow log type to be selected.
5cbd7539050c7c31391cef81e05edbb7836f3b5b authored 12 months ago
5cbd7539050c7c31391cef81e05edbb7836f3b5b authored 12 months ago