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

2749 commits

Author SHA1 Message Date
Michael Stenta 0892b31ff3 Use ol4 branch of mstenta/openlayers to fix ZoomToSource Components. See https://www.drupal.org/node/2911611. 2017-09-25 17:19:29 -04:00
Michael Stenta 8aa00a4df2 Update Openlayers JS library to latest version: 4.3.3. 2017-09-25 17:19:22 -04:00
Michael Stenta 3243c5af92 Fix custom InlineJS styles. See https://www.drupal.org/node/2911566. 2017-09-25 17:19:15 -04:00
Michael Stenta d266d3df2f Reverse the order of all farmOS map layers, to undo change in Openlayers module. 2017-09-25 17:19:08 -04:00
Michael Stenta 4c78353ead Update Openlayers module to latest 7.x-3.x commit. Update/remove patches. 2017-09-25 17:19:00 -04:00
Michael Stenta d4500aefe4 Update Openlayers Popup components to match changes in module. 2017-09-25 09:42:38 -04:00
Michael Stenta bce95a14fa Checkout specific Openlayers module commit (7.x-3.1+8). 2017-09-25 09:42:38 -04:00
Michael Stenta 067e82c8f7 Use Git to download Openlayers module. 2017-09-25 09:42:38 -04:00
Michael Stenta 04ced2c76b Ensure that the "base layers" group is always at the bottom of farm map layers. 2017-09-25 09:32:44 -04:00
Michael Stenta 41831de8c4 Issue #2888085: Google Maps API warning: RetiredVersion 2017-09-22 11:30:48 -04:00
Michael Stenta a3313b1b84 Merge branch 'postgis' into 7.x-1.x 2017-09-14 11:32:41 -04:00
Michael Stenta 439a52a580 Provide an optional docker-compose.postgis.yml file that uses the mdillon/postgis Docker image for the database container. 2017-09-14 11:31:35 -04:00
Michael Stenta a9ec25dd10 Remove MYSQL environment variables from Docker www container - they are not necessary. 2017-09-14 09:10:36 -04:00
Michael Stenta 94a029f2db Issue #2709107: Soil test module crashes installation on PostgreSQL 2017-09-14 09:03:10 -04:00
Michael Stenta 96302964ba Migrate field_farm_water_sample_points to field_farm_geofield. 2017-09-14 08:40:14 -04:00
Michael Stenta 365062a6c0 Migrate field_farm_soil_sample_points to field_farm_geofield. 2017-09-14 08:40:14 -04:00
Michael Stenta 8551b39cd4 Fix default value of input "date purchased" field (should be blank). 2017-09-11 10:15:42 -04:00
Michael Stenta 566953bc9c Display asset ID column in farm_asset View. 2017-09-07 17:23:33 -04:00
Michael Stenta ceabc95f24 Fix farm_asset Views export name. 2017-09-07 17:23:25 -04:00
Michael Stenta eb8bfbd646 Make farm_asset into a Features module to ease tracking of changes to farm_asset View. 2017-09-07 17:23:12 -04:00
Michael Stenta 97faa2b3a1 Do not collapse the Movement or Quantity fieldsets on Seeding and Transplanting logs. 2017-09-07 17:21:26 -04:00
Michael Stenta 436b7b803d Add a function for loading areas of a given type. 2017-09-05 16:18:00 -04:00
Michael Stenta 4a3aa73f6d Update farm_asset View export, and remove comma separator from asset IDs. 2017-09-05 11:53:03 -04:00
Michael Stenta 4b45895034 Issue #2905444: Disable user registration by default 2017-09-04 14:57:15 -04:00
Michael Stenta 95ed5b2dfc Issue #2906652: Make OSM the default base layer if Google API key not available 2017-09-04 14:48:24 -04:00
Michael Stenta e73996df18 Small grammatical fix. 2017-09-04 13:50:15 -04:00
Michael Stenta c207e3ee2f Issue #2884947: Add a shortcut configuration form for Google Maps API key 2017-09-04 13:38:18 -04:00
Michael Stenta 6352fdf8eb Add OSM source and layer to info file. 2017-09-04 13:37:43 -04:00
Michael Stenta 503d05912f Clean up new variable on uninstall. 2017-09-04 13:07:03 -04:00
Michael Stenta 076b190e37 Issue #2772955: Add configuration for default map base layer 2017-09-04 13:06:12 -04:00
Michael Stenta 370e1fc778 Issue #2906648: Add openStreetMaps layer(s) 2017-09-04 12:34:37 -04:00
Michael Stenta cb2e8716e3 Change "Owner" to "Assigned to" in log field instances and views. 2017-09-04 11:51:19 -04:00
Michael Stenta 82d29d81dd Issue #2906277: Can't enter new animal birth dates before 2014 2017-09-01 21:06:52 -04:00
Michael Stenta 09f0ad9fab Issue #2885831: Button for assigning logs in bulk 2017-08-30 13:14:53 -04:00
Michael Stenta 00d1f17132 Make it possible to append or replace assignments. 2017-08-30 13:13:46 -04:00
Michael Stenta a6f793972e Style the "Assign" button. 2017-08-30 09:18:20 -04:00
Michael Stenta 28c00de93e Misc log Views update: add skip_permission_check setting. 2017-08-30 09:18:06 -04:00
Michael Stenta 73d2d276ad Misc log Views update: make rows clickable. 2017-08-30 09:17:40 -04:00
Michael Stenta 705e370065 Add "Assign" button to all log Views. 2017-08-30 09:16:01 -04:00
Michael Stenta 22094d799a Fix "Owner" field in Views so that it shows multiple owners. 2017-08-30 09:11:32 -04:00
Michael Stenta 3d4c24070f Create an action for assigning logs to users in bulk. 2017-08-29 17:51:01 -04:00
Michael Stenta 3bcf58ee8e Create a function for loading farm roles. 2017-08-29 15:47:44 -04:00
Michael Stenta ed627f98df Whitespace. 2017-08-28 18:47:44 -04:00
Michael Stenta 2f014da65b Issue #2905223: Hide other elements when a VBO config form is displayed 2017-08-28 18:47:37 -04:00
Michael Stenta 03320bbdf2 Issue #2905140: Simplify asset "Move" action 2017-08-28 12:03:19 -04:00
Michael Stenta 695d909168 Update Views to 3.18. 2017-08-23 10:52:47 -04:00
Michael Stenta 6e646ca234 Patch VBO to fix Issue #2473889. 2017-08-23 10:13:04 -04:00
Michael Stenta e9cc48d8f2 Patch Feeds to fix "The following module has moved within the file system" warnings during installation. 2017-08-23 09:55:05 -04:00
Michael Stenta 33dcd62920 Revert "farmOS 7.x-1.0-beta15."
This reverts commit 138c236fcc.
2017-08-22 14:39:05 -04:00
Michael Stenta 138c236fcc farmOS 7.x-1.0-beta15. 2017-08-22 14:38:31 -04:00