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

615 commits

Author SHA1 Message Date
Michael Stenta
b049a83363 Validate that a child asset only has one birth log. 2018-04-23 10:00:01 -04:00
Michael Stenta
627fce2249 Add a shortcut link to the birth quick form when adding a new birth log. 2018-04-23 09:31:26 -04:00
Michael Stenta
4b716cb268 Improve mother/father field help text. 2018-04-23 09:22:23 -04:00
Michael Stenta
a85ea349de Allow child name to be left blank if tag ID is set. 2018-04-23 09:19:08 -04:00
Michael Stenta
82855a881e Add fields for setting child animal weight in the birth form. 2018-04-23 09:18:46 -04:00
Michael Stenta
deb5107d19 Show "Add asset/log" link on farm/assets/all and farm/logs/all. 2018-04-20 14:20:50 -04:00
Michael Stenta
c2b9d330e6 Prevent validation from happening on Parse. 2018-04-19 18:26:55 -04:00
Michael Stenta
63346b7127 Add support for placemark descriptions (mapped to area description). 2018-04-19 18:26:49 -04:00
Michael Stenta
4e7ad12df4 Add support for multiple folders of placemarks. 2018-04-19 18:17:17 -04:00
Michael Stenta
910b9227f3 KML may have Document->Folder->Placemark, or it may just have Folder->Placemark. 2018-04-19 18:13:27 -04:00
Michael Stenta
c9e14e3d2c Fix issue: AJAX not resetting output values. 2018-04-19 18:12:49 -04:00
Michael Stenta
3ac276e92a Create areas in submit function. 2018-04-19 17:13:10 -04:00
Michael Stenta
1ba4af11c8 Validate required fields and geometries. 2018-04-19 16:59:33 -04:00
Michael Stenta
3bf44956c4 Add area type select fields, confirm checkboxes, and submit button. 2018-04-19 16:59:10 -04:00
Michael Stenta
e55c5704fb Initial commit of farm_area_import: simple parsing of KML content. 2018-04-19 16:26:04 -04:00
Michael Stenta
21c3c6a657 Issue #2958831: Update animal weights in bulk 2018-04-17 15:34:58 -04:00
Michael Stenta
e97705060c Fix weight of "Individual" fieldset in animals. 2018-04-17 15:34:44 -04:00
Michael Stenta
1974345786 Show flags in area list. 2018-04-17 15:34:30 -04:00
Michael Stenta
226bf3f393 Validate animal weight field as a number. 2018-04-17 15:16:33 -04:00
Michael Stenta
52ef2cc038 Fix docblock type declaration. 2018-04-17 15:16:17 -04:00
Michael Stenta
00749f7a80 Use new helper function in the birth and milk quick forms. 2018-04-17 14:55:07 -04:00
Michael Stenta
25b4525659 Use new helper function in farm_group_membership_set(). 2018-04-17 14:31:06 -04:00
Michael Stenta
bb8cddaba5 Use new helper function in farm_movement_create(). 2018-04-17 14:23:58 -04:00
Michael Stenta
b9fe906312 Use new helper function in farm_inventory_set(). 2018-04-17 14:16:48 -04:00
Michael Stenta
ed4df61ebc Allow farm_livestock_weight_set() to accept multiple assets. 2018-04-17 14:06:08 -04:00
Michael Stenta
2b3419ec6f Use new helper function in farm_livestock_weight_set(). 2018-04-17 13:59:58 -04:00
Michael Stenta
ca1beb79fe Add a generic helper function for creating a farm log with quantity measurements. 2018-04-17 13:56:50 -04:00
Michael Stenta
f2af8972af Add a generic helper function for creating a farm log. 2018-04-17 13:47:32 -04:00
Michael Stenta
af3c0945dd Style flags in area details popup and use new helper function for loading them. 2018-04-17 10:17:03 -04:00
Michael Stenta
794dad91dd Add a helper function for loading a list of flags on an entity. 2018-04-17 10:16:37 -04:00
Michael Stenta
f9b85b8137 Add "Flag" bulk action button to area, asset, and log Views. 2018-04-17 09:30:56 -04:00
Michael Stenta
2604518198 Wrap rendered flags in a <span> with classes that other modules can alter. 2018-04-16 20:25:34 -04:00
Michael Stenta
73bcf30fe1 Define an action for appending/replacing flags on entities in bulk. 2018-04-16 16:06:59 -04:00
Michael Stenta
0a055ee808 Add a flag to indicate that a record should be monitored in the future. 2018-04-16 14:52:52 -04:00
Michael Stenta
93cb3eb2f0 Add ability to sort animals by date of birth. 2018-04-16 14:03:49 -04:00
Michael Stenta
7624449ce6 Sort animals list by name ascending. 2018-04-16 14:03:40 -04:00
Michael Stenta
1f78378885 Fix default field weights in assets so that "Name" appears on top (again). 2018-04-16 13:48:58 -04:00
Michael Stenta
e1adae3dda Issue #2907879: Add row counter to asset/log lists 2018-04-16 13:48:41 -04:00
Michael Stenta
1a3ca112f6 Add exposed "Items per page" option to all Views. 2018-04-16 13:46:53 -04:00
drupalgin
0e5a226627 Issue #2950316 by drupalgin: Fixed coding standards 2018-04-07 12:40:16 -04:00
Michael Stenta
c9c7f48c8d Fix "Plan saved" link when farmOS is installed in a subdirectory. 2018-04-07 11:38:14 -04:00
Michael Stenta
0ea1a6722b Fix "Asset saved" link when farmOS is installed in a subdirectory. 2018-04-07 11:30:28 -04:00
Michael Stenta
6d5e82b2ab Add Location fields (Areas and Geometry) to Maintenance logs. 2018-04-06 11:49:10 -04:00
Michael Stenta
e7e808de70 Add exposed Group filter to all asset views. 2018-04-05 10:15:38 -04:00
Michael Stenta
7d6d07c2ca Provide a Views filter handler for asset groups. 2018-04-05 09:03:33 -04:00
Michael Stenta
1072ef9c13 Generalize the log owner class into a base handler so it can be used for other entity types. 2018-04-04 15:53:02 -04:00
Michael Stenta
d6df0078ad Add new log owner exposed filters. 2018-04-04 14:57:51 -04:00
Michael Stenta
8e810273eb Create custom Views filter handler for log owner (based on taxonomy term reference filter). 2018-04-04 14:57:51 -04:00
Michael Stenta
5e4983062d Remove log owner filter, sort, and relationship that are causing duplicate rows. 2018-04-04 14:57:51 -04:00
Michael Stenta
5434f70f6d Allow "logz" extensions in files field (GitHub #67). 2018-04-04 14:53:28 -04:00