substack
expand globs in Makefile to fix ordering issues on make >=3.82
e16f563
bhousel
Merge pull request #3012 from substack/expand-glob
…
Expand globs in Makefile to fix ordering issues on make >=3.82
5cdf25c
bhousel
Fix selector for .layer-background opacity
…
643df21
bhousel
make translations
8c09c18
bhousel
1.9.1
64dd2d6
bhousel
Update release instructions
88670a9
bhousel
Rename "Major Roads" -> "Traffic Roads", "Minor Roads" -> "Service Ro…
…
8e94468
bhousel
Move `highway=unclassified` to major_roads feature filter
3ef05ca
bhousel
Rename major_roads -> traffic_roads, minor_roads -> service_roads
c4fbacd
kepta
Drag to adjust imagery offset
…
This patch allows to adjust imagery offset by
1. dragging
2. manually entering offset
3. fine tuning with buttons
(closes #1340 )
46b3e3a
kepta
Freeform lasso shapes
…
Allows iD to draw freeform lasso shapes
(closes #2937 )
9c09af9
bhousel
Restore highway=unclassified to thick line rendering
…
c5143b3
bhousel
Return to browse mode and block ui while geolocating
…
58e6ac0
bhousel
Exclude from areaKeys blacklist presets that are point/vertex only
…
83b324b
bhousel
Don't blacklist key-values for presets with both area and line geometry
309bfac
bhousel
Add Bird Hide preset
…
f98eb82
bhousel
Dispatch layer change events instead of hacky map pan
…
85d38de
bhousel
Include "Unclassified" with Minor Road, because people know it that way
404a45e
bhousel
Only set coalesceChanges flag when a real tag change has happened
…
e1cde03
bhousel
Set gpx labels on update selection, not enter selection
…
559d4ab
bhousel
Rename "Dock" -> "Wet Dock / Dry Dock" for en_US
f69714f
bhousel
Merge branch 'freeform' of https://github.com/kepta/iD into kepta-fre…
…
3da6b21
bhousel
Minor style adjustments, code cleanups
e0d7daa
bhousel
Start lasso on left button only, refactor `lassoed()`
b643bf1
bhousel
Use offset coordinates instead of mousecoordinates when dragging
…
d130c51
bhousel
make translations
04755ef
bhousel
make imagery
0462832
bhousel
1.9.2
188958e
bhousel
Add coffee shop preset
…
4e475b8
zbycz
FAQ: api url config in standalone iD
5083bf8
bhousel
Merge pull request #3048 from zbycz/patch-3
…
How to connect iD to custom OSM API
c7f573f
bhousel
Add nutrition supplements store preset
…
b7fa84e
bhousel
Add Code of Conduct
…
eebdad7
bhousel
Add link to CODE_OF_CONDUCT, request screenshots with bug reports
04a754c
bhousel
Add Code of Conduct, remove translation chart, other minor cleanups
3b461c0
kepta
add multiselect preset
9261752
bhousel
Update Prerequesites section for Windows
fa3f47c
bhousel
Normalize line endings to LF
9e60df9
bhousel
Don't rebuild d3 or lodash unless specifically asked to
3371355
bhousel
Improve Windows prerequisites section
e590e88
bhousel
Install apache2 on Windows to fix svg mimetype issue
24b5b04
bhousel
Add fixWinSymlinks.bat and instructions to README
…
57b8369
bhousel
Unblacklist OpenCycleMap (because it has worldwide contours)
2ff7fd9
bhousel
Close imagery tile seams
…
f11f4bb
bhousel
Update imagery blacklist, remove items no longer needed
668d4e9
bhousel
Improve usability of Save, Cancel buttons
…
bd57b81
bhousel
Don't clean fields (trim whitespace) on every input event
…
Fields only really need to be fully cleaned when the user leaves the field (onChange, onBlur)
(closes #3045 )
0759f17
bhousel
Set title attribute for tag keys/values, ensure combo options have title
…
This will show values as hover tooltips, in case the field is too narrow and the value is cut off.
(closes #3054 )
a77e1b6
bhousel
Update taginfo tests to include `title` properties.
…
5122d1b
bhousel
Don't fetch overlay tiles or mapillary data around Null Island
…
2d987a3
bhousel
Update tests for mapillary service, blacklist Null Island data
1e97135
bhousel
Drop OpenCycleMap, add Thunderforest Landscape, Stamen Terrain
38177c0
bhousel
Merge branch 'offset' of https://github.com/kepta/iD into kepta-offset
215d83f
bhousel
Style adjustments, add offset value in meters to input field, remove …
…
01e87f2
bhousel
Fix imagery offset +/-, adjust text and style
5f3eae9
bhousel
Don't try to load gpx if drag and drop fileList empty
2e50422
bhousel
Fix member argument to ChangeMember when using raw member editor
…
02c65c7
tmcw
add a warning to the changeset page if a user mentions google
39429fb
bhousel
Merge pull request #3064 from openstreetmap/warn-on-google-mention
…
Add a warning to the changeset page if a user mentions google
6be94e7
bhousel
Merge pull request #3062 from openstreetmap/relation-corrupt
…
Fix member argument to ChangeMember when using raw member editor
7d5e14e
bhousel
Add caseSensitive option to d3.combobox
ae15275
bhousel
Use case sensitive combo for changeset autocompletion
…
435e7b9
bhousel
Fix indent and remove extra opacity transition
1c871b8
bhousel
Modal Dialog and Save/Restore improvements
…
(closes #3036 )
1. Fix the modal close button icon - was not visible
2. Use a blocking modal for the Save/Restore dialog
3. Don't allow `context.save()` while modal is visible
(especially for `onbeforeunload` event - this would wipe user's saved
history if browser is closed while the Save/Restore modal was visible)
4. Don't allow blocking modals to be dismissed by pressing escape
5. Don't show the close button icon for blocking modals
7930a0b
bhousel
Dedupe relations with same calculated name so d3.combobox will show them
…
4dd4ccb
bhousel
Add Debug flags
ce3eb6c
bhousel
Add ability to show debug collision boxes around labels
53040f4
kepta
Change studio preset
165b53e
bhousel
Merge pull request #3072 from kepta/studio
…
Update `studio=*` tagging
ea1f228
kepta
Add prison preset
e018839
tmcw
Be explicit about Transifex requirement for release. Fixes #2900
bff8322
bhousel
Merge pull request #3079 from openstreetmap/transifex-release
…
Be explicit about Transifex requirement for release. Fixes #2900
da618b2
bhousel
Merge branch 'chips' of https://github.com/kepta/iD into kepta-chips
9d8626a
bhousel
Set field.keys so that delete/undo buttons work
…
For multiselect fields,
field.key should have a ':' on the end of it - we use as the prefix, not the real key
field.keys should contain the array of real keys being modified
see https://github.com/openstreetmap/iD/blob/master/js/id/ui/preset.js#L17-L45
The address field preset works like this also..
It contains an array of key.fields for all the subfields that might be set.
For multiselect fields, we don't know ahead of time what all the subfields are,
so we append to the list in `change()` and rebuild list in `tags()`
1a9c111
bhousel
set minItems default in d3.combobox to 1
30df2c3
bhousel
Set minItems 1 only for multiselect field
1b73ce9
bhousel
Change Multiselect input placeholder text to translateable "Add"
e24acfa
bhousel
Merge branch 'prison' of git://github.com/kepta/iD into kepta-prison
7ebd7a3
bhousel
'access' -> 'address'
aae8ddc
bhousel
Add "Choose language" placeholder value for Wikipedia language field
…
d92b7e3
bhousel
make translations
10c1e97
bhousel
make imagery
73c7030
bhousel
1.9.3
cd8e37b
Nick Doiron
support looking up languages by English or local names
e932a17
bhousel
Merge pull request #3086 from mapmeld/lookup_languages
…
Look up languages by English or local names [closes #3023 ]
4c9da0d
bhousel
Lower popularity thresholds for taginfo lookups
…
84edbee
bhousel
Add multikeys taginfo function, filter out values with ';'
25862f3
bhousel
Add typeahead behavior to combo field
…
b9eeaa3
bhousel
Exclude name tag when validating whether a feature has tags
…
b9e24fb
bhousel
Adjust taginfo values filtering, update tests
03bb916
bhousel
Update Mapbox Satellite imagery request link
…
2654fcd
bhousel
Refactor combo.js and move @kepta 's multiselect code into there.
5752207
bhousel
Adjust multiCombo styling
fb2dd89
bhousel
Remove multiselect.js, remove test data
…
(all functionality in multiselect.js has been moved to combo.js)
8ecda6d
bhousel
Rename multiselect -> multicombo
4b76805
bhousel
Don't leave edit mode on pressing enter if a combobox is active
ab3340e
bhousel
Avoid tabbing to field buttons in the entity editor
5c68b2c
bhousel
Retain focus on input when enter/tab with a value
980bd23
bhousel
Merge pull request #3080 from openstreetmap/kepta-chips
…
f071b93
bhousel
Use multiCombo for fuel options
…
1495f45
2.0.0 changes things a bit, so this gets life a bit more up to date.
Might be worth pushing all of the stuff onto a feature branch and maintaining master with a squashed version of all of the changes instead.