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

2908 commits

Author SHA1 Message Date
Michael Stenta
6f5544f4d8 Issue #2941675: Dynamically populate "Movement from" field (remove storage) 2018-02-07 12:10:23 -05:00
Michael Stenta
3ef9279970 Look up and display "from" areas when displaying "Movement to" field on movement logs. 2018-02-07 12:10:00 -05:00
Michael Stenta
3a88d747fa Remove step in farm areas tour that points out the "from" field. 2018-02-07 12:10:00 -05:00
Michael Stenta
cb3b3a5bab Update older update hooks to also remove references to the "from" field. 2018-02-07 12:10:00 -05:00
Michael Stenta
199a8fcd82 Add an update hook to delete the field data from the database. 2018-02-07 12:10:00 -05:00
Michael Stenta
605a98ad52 Take out the code for auto-populating the "from" field. 2018-02-02 15:40:56 -05:00
Michael Stenta
ed935a31f0 Remove field_farm_move_from from Views. 2018-02-02 15:40:52 -05:00
Michael Stenta
24d6691502 Remove field_farm_move_from field base and instance config. 2018-02-02 14:59:17 -05:00
Michael Stenta
b93e12c63c Add Quantity field to Activity logs. 2018-02-01 17:56:16 -05:00
Michael Stenta
84f5586519 Issue #2941014: Quantity report generator 2018-02-01 17:28:18 -05:00
Michael Stenta
b38a0cddfe Add farm_quantity_report to list of optional modules during farmOS install. 2018-02-01 17:26:46 -05:00
Michael Stenta
8acb1fe1f5 Add undeclared dependencies. 2018-02-01 17:23:10 -05:00
Michael Stenta
18721e5e9a Initial commit of Quantity Report generator: View for slicing, dicing, and exporting quantity measurement data. 2018-01-31 16:55:11 -05:00
Michael Stenta
7bf37ae561 Issue #2934961: Change asset "active" property to "archived" 2018-01-31 16:54:43 -05:00
Michael Stenta
2bb8ae303f Update default asset Feeds importer mapping and tamper plugins. 2018-01-31 16:20:26 -05:00
Michael Stenta
5ed944d1bf Replace 'active' Feeds importer target with 'archived'. If set to TRUE, use current timestamp. 2018-01-31 16:20:06 -05:00
Michael Stenta
4c791db2a4 Update farm_group functions to use 'archived' instead of 'active'. 2018-01-31 16:03:48 -05:00
Michael Stenta
979b96d4b1 Update Views asset reverse entity reference relationship handler to use 'archived' property instead of 'active'. 2018-01-31 10:27:25 -05:00
Michael Stenta
559fa040b7 Misc Views updates. 2018-01-31 09:36:51 -05:00
Michael Stenta
ca0ad53caf Update all Views to use new 'archived' field/filter/sort. 2018-01-31 09:36:51 -05:00
Michael Stenta
5062e2bc6e Add a special Views filter for asset 'archived' property that treats it as a boolean value. 2018-01-30 18:05:45 -05:00
Michael Stenta
e4624b1c52 Update asset view page. Show archived date if it exists. Show nothing if the asset is not archived. 2018-01-30 17:10:59 -05:00
Michael Stenta
0656f0fce2 Update asset edit form. Display archived date if it exists. 2018-01-30 17:10:59 -05:00
Michael Stenta
eb02842dd1 Simplify farm asset form submit actions. 2018-01-30 17:10:59 -05:00
Michael Stenta
5a9d7b1a22 Update hook_entity_property_info_alter() to define 'archived' as a date property. 2018-01-30 17:10:59 -05:00
Michael Stenta
42b959ed58 Replace 'active' property with 'archived' in FarmAsset::create(). 2018-01-30 17:10:59 -05:00
Michael Stenta
e5899b8073 Implement hook_update_N() to update existing sites. If 'active' is 0, copy the 'changed' timestamp to 'archived'. 2018-01-30 17:10:59 -05:00
Michael Stenta
3c8d641e99 Change 'active' to 'archived' in farm_asset_schema() (regular integer field like the existing 'created' and 'changed' fields). Null value represents active asset. 2018-01-30 17:10:37 -05:00
Michael Stenta
a35a025e19 Update Bootstrap theme to 3.19. 2018-01-30 16:16:28 -05:00
Michael Stenta
8ec7233b03 Add the areas layer group to the asset cluster maps. 2018-01-29 16:21:26 -05:00
Michael Stenta
3e41be0795 Issue #2935195: Show number of group members in area details popup 2018-01-29 15:26:11 -05:00
Michael Stenta
17f4fd2d07 Implement hook_farm_area_link_alter() to add a count of group members. 2018-01-29 15:24:45 -05:00
Michael Stenta
06438909fc Provide an alter hook for the area links generated by the Farm UI module. 2018-01-29 15:24:38 -05:00
Michael Stenta
79332abad6 Update Bootstrap theme to 3.18 and remove patches that were merged in. 2018-01-25 13:23:56 -05:00
Michael Stenta
2a1118d776 Update Entity Reference View Widget to 2.1, remove old patch, and implement new hook_entityreference_view_widget_rows_alter() to fix "Checkbox titles missing with boostrap theme" issue. 2018-01-25 12:58:18 -05:00
Michael Stenta
3be8ea9bd6 Restore the unzip program in the Dockerfile for use by Drush Make. 2018-01-19 08:28:07 -05:00
Michael Stenta
3919482f4d Issue #2935314: Make farm_group_circular_membership_validate() more defensive with parameter inputs. 2018-01-10 16:24:57 -05:00
Michael Stenta
9ba12c607a Add exposed filters for "Season" and "Crop/variety" to Seeding and Transplanting Views. 2018-01-05 15:07:14 -05:00
Michael Stenta
13f6407c8c Revert "Revert "Revert "farmOS 7.x-1.0-beta16."" (for Docker Hub image fix)" (back on track)
This reverts commit 05b74f04d6.
2018-01-05 08:43:50 -05:00
Michael Stenta
05b74f04d6 Revert "Revert "farmOS 7.x-1.0-beta16."" (for Docker Hub image fix)
This reverts commit 8140f90cbf.
2018-01-05 08:41:40 -05:00
Michael Stenta
56d2e24acf Use libgeos-dev instead of php5-geos package in Dockerfile. Remove phpunit and unzip packages. 2018-01-02 13:10:57 -05:00
Michael Stenta
8140f90cbf Revert "farmOS 7.x-1.0-beta16."
This reverts commit 890b4329cf084962761b3c514b0564853b4fbe9d.
2017-12-31 11:13:11 -05:00
Michael Stenta
39cc25671d farmOS 7.x-1.0-beta16. 2017-12-31 11:13:11 -05:00
Michael Stenta
4be185f5b5 Prepare for release of farmOS 7.x-1.0-beta16. 2017-12-31 11:13:11 -05:00
Michael Stenta
0c1db68b7b Make "Movement to" field not required. 2017-12-31 11:13:11 -05:00
Michael Stenta
3e908ede51 Fix PHP Notice: Undefined index: group in farm_group_asset_form_submit(). 2017-12-31 11:13:11 -05:00
Michael Stenta
b6722da8fb Fix asset field weights so that name is always at top. 2017-12-30 16:50:50 -05:00
Michael Stenta
13f70c6aee Add dependencies on farm_asset_views. 2017-12-30 16:39:07 -05:00
Michael Stenta
52af43b8a7 Add Group filter to all asset Views. 2017-12-30 13:13:51 -05:00
Michael Stenta
ac2a7e19a3 Add location relationship, field, and filter to farm_asset View. 2017-12-30 13:12:18 -05:00