Commit Graph

  • 1043402b88 Don't call behavior.off unless behaviors were actually added Bryan Housel 2016-11-01 21:42:37 -04:00
  • 92ea045d79 Merge pull request #3537 from digidem/validate-defaults Bryan Housel 2016-11-01 14:38:59 -04:00
  • 8ae68fbf57 Validate preset defaults at build step Gregor MacLennan 2016-11-01 10:50:51 -07:00
  • 7735c2eb1a Update greenkeeper label Bryan Housel 2016-11-01 11:27:47 -04:00
  • ba15c7d299 Restore recycling_type, improve all the waste/recycling presets (closes #2689) Bryan Housel 2016-10-31 21:07:21 -04:00
  • 8cd2d7097c Add preset for camp_site=camp_pitch for individual pitches Bryan Housel 2016-10-31 17:08:01 -04:00
  • 1692f5ece0 Rename "Camp Site" to "Campground" Bryan Housel 2016-10-31 16:49:28 -04:00
  • 5ea17ae0d4 npmignore a few more things Bryan Housel 2016-10-31 16:42:33 -04:00
  • b3a86329de Use new name iD.actionReverse Bryan Housel 2016-10-31 16:17:33 -04:00
  • b054eb31e9 Merge branch '3076' of https://github.com/Psigio/iD into Psigio-3076 Bryan Housel 2016-10-31 16:06:32 -04:00
  • a6cf49db80 Use multiselect field for bike shop services Bryan Housel 2016-10-31 15:06:58 -04:00
  • a8f12173ac Multikeys filter should allow nested names, ignore alt prefixes Bryan Housel 2016-10-31 15:06:17 -04:00
  • 73d7fca095 Test should logout after authenticating with test credentials Bryan Housel 2016-10-31 15:04:46 -04:00
  • efa110dcb0 chore(package): update lodash to version 4.16.5 greenkeeperio-bot 2016-10-31 03:09:21 -04:00
  • 718c02c618 Add Billboard preset (closes #3386) Bryan Housel 2016-10-31 01:10:32 -04:00
  • f4157e5add Add Waste Transfer Station preset (re: #3387) Bryan Housel 2016-10-31 00:55:11 -04:00
  • 9ee790c1cc Don't need to pass dimensions to sublayers.. use projection.clipExtent Bryan Housel 2016-10-30 22:40:11 -04:00
  • f98b89cd15 Eliminate some more unnecessary lodash in hot code Bryan Housel 2016-10-30 22:39:32 -04:00
  • 6123782a9c use _.throttle instead of _.debounce, call cancel for immediate redraws Bryan Housel 2016-10-30 22:38:47 -04:00
  • 457357598d Merge branch 'performance-improvement-debounce-redraw' of https://github.com/guillaume/iD into guillaume-performance-improvement-debounce-redraw Bryan Housel 2016-10-30 13:00:11 -04:00
  • 98d484fc1f Restore hover behavior to restrictions editor, add breathe behavior Bryan Housel 2016-10-30 11:35:36 -04:00
  • 8b6e5db004 Fix turn restrictions editor enter/update selection issues Bryan Housel 2016-10-30 00:01:05 -04:00
  • fbe9cf3afd Clip polygons and clippaths to padded viewport (closes #3529) Bryan Housel 2016-10-29 21:50:30 -04:00
  • 46b6086dcf Update projection arg for d3.geoPath(), deprecate d3.geoClipExtent() Bryan Housel 2016-10-29 15:27:06 -04:00
  • b7f02a5752 Merge branch 'master' into greenkeeper-d3-4.3.0 Bryan Housel 2016-10-29 14:48:51 -04:00
  • 66ef40e56f Update rollup to v0.36.3 Bryan Housel 2016-10-29 14:46:54 -04:00
  • b2c8f72c95 no-native-reassign -> no-global-assign Bryan Housel 2016-10-29 14:42:04 -04:00
  • f1896355ba Merge branch 'master' into greenkeeper-eslint-3.9.0 Bryan Housel 2016-10-29 14:37:33 -04:00
  • 7c5a4df64d Hide Mapillary viewfields at low zoom Bryan Housel 2016-10-29 13:28:17 -04:00
  • cf11c95354 Fix Mapillary sign placement on Chrome, Safari 10 Bryan Housel 2016-10-29 00:59:51 -04:00
  • a559a25ec1 chore(package): update eslint to version 3.9.0 greenkeeperio-bot 2016-10-28 16:57:07 -04:00
  • 5c5e90c411 Upgrades for mapillary 2.0.0 Bryan Housel 2016-10-28 14:04:21 -04:00
  • f287c79c90 Include mapillary-js in dist Bryan Housel 2016-10-28 10:54:31 -04:00
  • f48fa127a2 Improve npm build commands, add shx for windows Bryan Housel 2016-10-28 10:39:34 -04:00
  • 226d8d6676 Leave transition duration as undefined, interrupt existing transitions Bryan Housel 2016-10-27 15:11:50 -04:00
  • 2fd70baa5d chore(package): update d3 to version 4.3.0 greenkeeperio-bot 2016-10-27 14:48:20 -04:00
  • 59496c4547 Fix bugs in intro Bryan Housel 2016-10-27 14:15:23 -04:00
  • 5fb966c35b utilSetDimensions/utilGetDimensions improvements Bryan Housel 2016-10-27 14:13:39 -04:00
  • 38e0b4ba5d Data bind tooltips to avoid creating new ones each time in setup Bryan Housel 2016-10-27 12:26:20 -04:00
  • a614ebcfb5 Fix generation of locales.json Bryan Housel 2016-10-26 16:47:16 -04:00
  • 577637f97a npm run translations Bryan Housel 2016-10-26 16:38:16 -04:00
  • 8fb5f3a5a1 Degunk data sources by named-importing single toplevel key See: https://github.com/openstreetmap/iD/issues/3403#issuecomment-245150454 Bryan Housel 2016-10-26 16:29:49 -04:00
  • 11c6868dea Watch data folder too Bryan Housel 2016-10-26 13:28:04 -04:00
  • b93e9f1a1a Merge enter selection into update selection for raw member list (closes #3524) Bryan Housel 2016-10-26 11:31:19 -04:00
  • 4f733e1b96 Don't include terms for non-serachable presets in translation source (closes #3323) Bryan Housel 2016-10-26 00:24:41 -04:00
  • 7d0b82bcd4 npmignore .travis.yml Bryan Housel 2016-10-25 23:56:36 -04:00
  • 6597a6e108 Don't cache browser detection anymore in Mapillary service This means we can mock the useragent and test signsSupported Bryan Housel 2016-10-25 21:41:34 -04:00
  • 0066204cfa Fix tests for iD.Connection -> iD.services.osm Bryan Housel 2016-10-25 21:33:13 -04:00
  • 23bb68541f Don't test node 5 on travis Bryan Housel 2016-10-25 15:52:53 -04:00
  • 4b4371faf4 Leaner package.json Bryan Housel 2016-10-25 15:51:58 -04:00
  • 699da57ad1 Let user know if the documentation is a redirect page (closes #3337) Bryan Housel 2016-10-25 11:03:35 -04:00
  • e4e2298ad6 Fix TagReference not updating (closes #3521) Bryan Housel 2016-10-25 10:17:58 -04:00
  • 917e2e2a88 chore(package): update request to version 2.76.0 greenkeeperio-bot 2016-10-25 05:12:45 -04:00
  • ae65fb13e9 v2.0.0-beta.1 Bryan Housel 2016-10-25 01:20:51 -04:00
  • a093f6a9b3 Bye Bye Makefile Bryan Housel 2016-10-25 01:15:29 -04:00
  • e83b2ea2be Allow delete key without modifier as shortcut for deleting (closes #3455) Bryan Housel 2016-10-24 23:57:44 -04:00
  • 8785cbc3bf Merge pull request #3519 from openstreetmap/auth-api-calls Bryan Housel 2016-10-24 18:46:44 -04:00
  • a601ccc0c9 Use osm-auth 1.0.1, make authenticated OSM API calls (re: #2262) Bryan Housel 2016-10-24 18:40:52 -04:00
  • 45d85e04c5 Make authenticated api calls if possible Bryan Housel 2016-10-24 01:21:38 -04:00
  • 282f9e4f69 Upgrade to osm-auth 1.0.0 Bryan Housel 2016-10-24 00:11:36 -04:00
  • 0dcfedd447 Merge branch 'auth-api-calls' of github.com:openstreetmap/iD into auth-api-calls Bryan Housel 2016-10-24 00:10:44 -04:00
  • e9f575e3aa chore(package): update d3 to version 4.2.8 greenkeeperio-bot 2016-10-20 13:55:28 -04:00
  • 2ddfb3193c Cleanup nails preset, add tanning preset Bryan Housel 2016-10-23 18:43:39 -04:00
  • fc6fade6e3 add preset for nail salon Will Skora 2016-10-23 10:53:32 -04:00
  • e81b6e626a WIP: authenticate OSM API calls if user is logged in Bryan Housel 2016-10-22 12:17:52 -04:00
  • b5c95af3b7 Refactor from coreConnection to serviceOsm (closes #3497) Bryan Housel 2016-10-19 01:00:20 -04:00
  • 1d03414b80 Allow forced utilDetect(), useful for testing Bryan Housel 2016-10-18 21:56:24 -04:00
  • efd9e6df4b Memoize and avoid extra calls to utilDetect() Bryan Housel 2016-10-18 21:48:39 -04:00
  • bf857c419a Center label baseline hack for IE11, Edge (closes #3020) Bryan Housel 2016-10-18 21:28:20 -04:00
  • a80b983c33 chore(package): update togeojson to version 0.16.0 greenkeeperio-bot 2016-10-18 13:25:43 -04:00
  • 0036a3b308 Assign label priority by tag key and value (e.g. for highways) Bryan Housel 2016-10-18 15:46:24 -04:00
  • 9d98aae955 Insert small boxes along text path into collision tree (closes #1645) Bryan Housel 2016-10-18 15:12:09 -04:00
  • 0d0b9b0d9b Use geoEuclideanDistance for simpler code Bryan Housel 2016-10-18 00:56:18 -04:00
  • ad17220577 Pacify eslint Bryan Housel 2016-10-18 00:44:31 -04:00
  • 24e83189b8 Use bulk loading for rtree inserts, preparation for collision rectangle labels Bryan Housel 2016-10-17 23:56:42 -04:00
  • 0c35b8f9ab Fix bug in partial label redraw, tighten margins around line labels Bryan Housel 2016-10-17 21:28:37 -04:00
  • 2023f28fee iD.Way tests need context for proper setup of areaKeys I'm not sure why this is failing all of a sudden I think iD.modeAddPoint was setting it up for other tests to use iD.modeAddPoint needs to be commented out because of happen mouse handlers. Not happy about all the side effects in our test suite :-( Bryan Housel 2016-10-17 19:09:12 -04:00
  • 1da02e57e2 Fix min/max collision box in getPointLabel, remove debug=true Bryan Housel 2016-10-17 17:08:40 -04:00
  • f4e7cb6727 Add debugging for both drawn and skipped label collision trees Bryan Housel 2016-10-17 16:27:47 -04:00
  • adb1fdd940 Add area labels and icons both to collision tree Bryan Housel 2016-10-17 15:40:09 -04:00
  • f3505c2f3d All labels should use baseline middle, fix math, bboxes for area labels Bryan Housel 2016-10-17 14:52:23 -04:00
  • 4381bd11ac Simplify code for determining label font size (eliminate style inspection) Bryan Housel 2016-10-17 13:57:15 -04:00
  • ae96d3942c Support RTL for point labels, fix math Bryan Housel 2016-10-17 12:50:56 -04:00
  • e7f20a379e Fix label autohiding (closes #3464) Bryan Housel 2016-10-17 11:55:56 -04:00
  • 8f044dd05e Minor code fiddling, preparing to address line labeling issues today Bryan Housel 2016-10-17 10:36:06 -04:00
  • 1ad0fdc78f Merge pull request #3504 from openstreetmap/greenkeeper-eslint-3.8.0 Bryan Housel 2016-10-15 12:52:34 -04:00
  • 33ee7fda55 chore(package): update eslint to version 3.8.0 greenkeeperio-bot 2016-10-14 18:17:38 -04:00
  • d365bc0d26 chore(package): update d3 to version 4.2.7 greenkeeperio-bot 2016-10-11 11:59:49 -04:00
  • b6ed2bb396 chore(package): update rollup-plugin-commonjs to version 5.0.5 greenkeeperio-bot 2016-10-11 17:48:14 -04:00
  • 053074d076 Export live binding for services in iD.services, fix init/reset (closes #3324) Bryan Housel 2016-10-14 10:38:09 -04:00
  • b07bf8eaa2 Extract lane parsing code from way.js into lanes.js Bryan Housel 2016-10-12 00:10:46 -04:00
  • f50e80d0b5 Refactor Intersection, Multipolygon from geo to osm Bryan Housel 2016-10-11 23:09:27 -04:00
  • 07fa5fcc34 Refactor Entity, Node, Relation, Tags, Way from core to osm Bryan Housel 2016-10-11 22:41:24 -04:00
  • fd742518c6 Run all the tests Bryan Housel 2016-10-11 15:31:11 -04:00
  • fbbd0709f5 Add radix parameter to parseInt calls Bryan Housel 2016-10-11 15:24:01 -04:00
  • acd851b75a Merge branch 'lane' of https://github.com/kepta/iD into kepta-lane Bryan Housel 2016-10-11 10:51:03 -04:00
  • 3df007a9f4 Replace npmcdn.com with unpkg.com npmcdn-to-unpkg-bot 2016-08-31 22:20:27 +01:00
  • f0230250c1 chore(package): update rollup to version 0.36.2 greenkeeperio-bot 2016-10-09 15:25:37 -04:00
  • c4724d7ae7 Allow network, genus, taxon, species lookups to expect uppercase values (closes #3377) Bryan Housel 2016-10-09 15:48:23 -04:00
  • 1c3e778baf Check for rtl url parameter for testing (rather than regex) Bryan Housel 2016-10-08 12:45:01 -04:00