16273 Commits

Author SHA1 Message Date
Kushan Joshi fe246c6bb3 Create preset swimming_pool_facility
Create preset water_park
Create a folder sports_centre
Rename sports_center.json to sports_centre.json
Issue:https://github.com/openstreetmap/iD/issues/2927

changes
2016-01-29 13:06:48 -05:00
Bryan Housel 7afa0e4ad2 Option to collapse preset fields section
(closes #2894)
2016-01-29 00:40:37 -05:00
Bryan Housel ecb0db7009 Remove inline opacity style after transition complete
(This was causing the raw tag editor to sometimes *not* display
 for fallback presets like "point", "line", "area")
2016-01-29 00:38:59 -05:00
Bryan Housel 649ba856f6 Preset.isFallback() should return true for the area: yes preset 2016-01-29 00:38:33 -05:00
Martin Raifer 7c9bc50718 Merge pull request #2936 from tyrasd/patch-2303
make sure DrawLine mode is called with a clean pre-operation graph
2016-01-26 22:07:43 +01:00
Martin Raifer 9c37ead08d make sure DrawLine mode is called with a clean pre-operation graph
closes #2303
2016-01-26 17:10:04 +01:00
Bryan Housel 08f6bbcdd7 Merge pull request #2933 from kepta/master
Use user language for default translated names
2016-01-25 13:41:12 -05:00
Kushan Joshi 25d652abd1 Use user language for default translated names
Shows the default user language for translated names.
in ref to issue: https://github.com/openstreetmap/iD/issues/2882
2016-01-25 23:43:53 +05:30
Bryan Housel 056ca1f34d Render leisure=swimming_pool with a blue rather than a white outline.
(re: #2927)
2016-01-24 22:42:53 -05:00
Bryan Housel 7c1a390ade Merge pull request #2931 from openstreetmap/changeset-comment-autocomplete
Autocomplete changeset comments from previous changeset comments
2016-01-24 22:25:06 -05:00
John Firebaugh 0d2a742e18 Autocomplete changeset comments from previous changeset comments
Fixes #2002
2016-01-24 12:46:26 -08:00
John Firebaugh 82d1a92b23 Remove unused d3.typeahead module
All use has been replaced with d3.combobox.
2016-01-24 12:45:55 -08:00
Martin Raifer 1c9e7ff1dd drop overly agressive email address character cleanup
email addresses may contain UTF-8 characters in both the local
part and/or domain part (see RFC 6531, RFC 6532, IDN).

refs #2323, #2892
2016-01-24 17:31:58 +01:00
Bryan Housel 792656f60f Add universal multiline text field for description, fixme (closes #1518) 2016-01-23 23:15:41 -05:00
Bryan Housel 274d9df95d Fix crash when selecting a category preset with enter button
(this happens because the datum() is a constructor not a constructed object, and
category presets have state, so calling datum().choose from keypress doesn't work)
2016-01-23 22:50:06 -05:00
Bryan Housel 7aecdda913 Enter should only accept changes if focused on a non-search input field.
(closes #2912)
2016-01-23 22:49:22 -05:00
Bryan Housel a3dc4477f6 Merge pull request #2928 from kepta/master
Removal of faulty regex
2016-01-23 14:04:45 -05:00
Kushan Joshi 5b9908d2f6 Removal of faulty regex
In ref to
https://github.com/openstreetmap/iD/issues/2892
2016-01-23 23:57:20 +05:30
Bryan Housel 648aef945b make presets 2016-01-22 11:51:02 -05:00
Bryan Housel 83930f9268 Merge pull request #2925 from M1dgard/master
Correct typo "platic"
2016-01-22 09:17:10 -05:00
M1dgard 7857c7b8e3 Correct typo "platic" 2016-01-22 11:10:44 +01:00
Bryan Housel 5923d971b4 Change "Unclassified Road" to "Minor Road" (closes #2916) 2016-01-21 13:07:19 -05:00
Bryan Housel 129eaa4f18 make imagery 2016-01-19 22:59:26 -05:00
Bryan Housel c2833baba0 Generate smaller files 2016-01-19 22:56:36 -05:00
Bryan Housel aaaf830825 Adjust editor-imagery-index blacklist/whitelist
re: https://github.com/osmlab/editor-imagery-index/pull/124
2016-01-19 22:55:47 -05:00
Bryan Housel ec51fa6a88 Update CHANGELOG 2016-01-18 10:48:43 -05:00
Bryan Housel f0113ce548 1.8.5 2016-01-18 10:30:26 -05:00
Bryan Housel f768ea6c62 make translations 2016-01-18 10:29:59 -05:00
Bryan Housel 23b22fdaac Avoid removing and re-adding address field (closes #2903) 2016-01-17 23:32:03 -05:00
Bryan Housel 4ecd0aa90d make presets 2016-01-17 23:31:25 -05:00
Bryan Housel e8e40ad89e Use en_US term "Garbage Dumpster" for waste_disposal 2016-01-17 23:30:42 -05:00
Martin Raifer 0670b6d720 Merge pull request #2897 from manfredbrandl/master
Add a couple of presets for missing popular man_made and amenity objects
2016-01-14 17:47:48 +01:00
Bryan Housel ce9c480498 Prefer parentNode over parentElement because IE (closes #2910) 2016-01-13 00:04:59 -05:00
Bryan Housel 70aa850ffc Compare class strings instead of DOM classlist (closes #2909) 2016-01-13 00:03:31 -05:00
Bryan Housel 1afab94a32 Less hacky way to suppress phantomjs ssl handshake errors 2016-01-11 13:54:03 -05:00
Bryan Housel 0c3dd0a044 Bump name-suggestion-index to remove osmium dependency 2016-01-11 13:12:51 -05:00
Bryan Housel eb71a57856 bump dependencies to fix issues w xmlbuilder 2016-01-11 11:39:51 -05:00
Bryan Housel 294e979a28 Merge pull request #2901 from pnorman/sprite_path
Don't dumbly assume svg-sprite is in $PATH
2016-01-10 23:33:07 -05:00
Bryan Housel e2f7111f81 Compare graphs instead of using expensive iD.Difference calls 2016-01-10 23:22:45 -05:00
Paul Norman 5ab3e079b5 Don't dumbly assume svg-sprite is in $PATH 2016-01-07 19:50:39 -08:00
Manfred Brandl 1457596cab Adding presets accoring to issue #2893 2016-01-07 18:15:21 +01:00
Bryan Housel a042a8ae9d 1.8.4 2016-01-06 17:13:08 -05:00
Bryan Housel 90ac38d943 make imagery 2016-01-06 16:47:25 -05:00
Bryan Housel 7a9fa345c8 make translations 2016-01-06 16:47:03 -05:00
Bryan Housel 970a5de477 Block UI and disable draws while fetching missing childnodes 2016-01-06 00:13:44 -05:00
Bryan Housel a393248b37 Add iD.Map#redrawEnable to enable/disable redraws 2016-01-06 00:12:15 -05:00
Bryan Housel f2a8f7181b Plug memory leak in raw tag editor / d3.combobox 2016-01-05 01:33:16 -05:00
Bryan Housel 56e97ba256 Don't select hidden vertices with the lasso 2016-01-04 12:07:57 -05:00
Bryan Housel 63ab1e1267 Adjust matching rules for multipolygon members (closes #2887) 2016-01-04 12:07:12 -05:00
Bryan Housel 46a642ac96 WIP for 2887, and perf improvements (avoid unnecessary caching) 2015-12-31 21:03:03 -05:00