Bryan Housel
0e686e62f7
Update rollup-plugin-json to version 2.1.1
2017-04-13 00:31:58 -04:00
greenkeeperio-bot
bb4f544be5
chore(package): update rollup-plugin-node-resolve to version 3.0.0
...
https://greenkeeper.io/
2017-04-13 00:25:05 -04:00
greenkeeperio-bot
02b544d234
chore(package): update eslint to version 3.19.0
...
https://greenkeeper.io/
2017-04-13 00:24:46 -04:00
Bryan Housel
9f2674d990
Merge pull request #3962 from JamesKingdom/master
...
Add "pavilion" preset
2017-04-13 00:24:25 -04:00
Bryan Housel
ba1b84004c
Update links to preview.ideditor.com mirrors
...
(closes #3912 )
2017-04-13 00:17:19 -04:00
Bryan Housel
81cbfa26fa
Merge pull request #3963 from mbrickn/patch-1
...
Updated http links to https
2017-04-12 22:10:08 -04:00
Maxwell Paul Brickner
2cef5f3238
Updated http links to https
...
I updated http links in the readme that would otherwise automatically be redirected to https by the website, to just use https directly. :)
Thank you again for making an awesome editor! ^ _ ^
I'd like to note that links in this section of the readme
"
Test a prerelease version of iD:
Stable mirror of release branch: http://openstreetmap.us/iD/release
Development mirror of master branch: http://openstreetmap.us/iD/master
"
Currently 404. I'm not sure if this is temporary or permanent.
2017-04-12 19:44:20 -04:00
Bryan Housel
ab9f48d416
Slow down transifex just a bit more
2017-04-12 12:45:45 -04:00
Bryan Housel
152ae7d1b5
Merge pull request #3961 from waldyrious/patch-1
...
Update licensing info
2017-04-11 17:27:40 -04:00
Waldir Pimenta
ddf3c6a5f6
Rename LICENSE to LICENSE.md
2017-04-11 22:19:59 +01:00
Waldir Pimenta
86249704aa
Add extension to the LICENSE file
...
to match the other standard text files at the root of the repo.
2017-04-11 22:19:28 +01:00
Waldir Pimenta
f1014b7d26
Update licensing info
...
According to Bryan Housel (bhousel) in #3207 , the mention of BSD "is throwback to when the iD source code included our own custom d3 bundle, which we don't do anymore."
2017-04-11 22:17:21 +01:00
JamesKingdom
7cb7124b16
Updating other related files to latest
2017-04-11 22:01:42 +01:00
JamesKingdom
10afdd54a4
Removing building tag, as it is not needed
2017-04-11 21:58:11 +01:00
James
4092916216
Adding building tag, as it is not normally rendered.
2017-04-11 21:38:19 +01:00
James
82500725c5
Make pavilion searchable
2017-04-11 21:13:45 +01:00
Bryan Housel
eb62e22a37
Make place=farm nonsearchable
...
Too many users are picking this instead of the landuse farm presets
2017-03-27 17:02:43 -04:00
Bryan Housel
1486c3db28
Make sure reverserSetText only called for onewayCheck field
2017-03-25 22:48:40 -04:00
greenkeeperio-bot
4a1caf3e2c
chore(package): update d3 to version 4.7.4
...
https://greenkeeper.io/
2017-03-24 20:45:01 -04:00
Bryan Housel
ec684721fe
Merge pull request #3923 from mapmeld/rtl_fix
...
Support Arabic vowel signs, include more languages in generic RTL fix
2017-03-24 20:43:23 -04:00
Nick Doiron
fa87f2b602
support Arabic vowel signs, include Thaana and Hebrew in generic RTL fix
2017-03-22 21:03:46 -07:00
Bryan Housel
31d2733c2a
Remove unused mode variable - eslint
2017-03-22 02:51:47 -04:00
Bryan Housel
48d1b0b28e
.wiki-link is now a button so we can't test href attribute
2017-03-22 02:50:27 -04:00
Bryan Housel
21321108f9
Fix wikipedia field link button
...
(closes #2024 )
2017-03-22 02:39:07 -04:00
Bryan Housel
7548b62918
Fix many more rtl styles for raw tag editor, etc
2017-03-22 01:26:12 -04:00
Bryan Housel
c1bbac3405
Merge branch '51114u9-input-text-style'
2017-03-22 00:15:07 -04:00
Bryan Housel
602c60b32c
Fix rtl for address, maxspeed, access fields
2017-03-22 00:14:36 -04:00
Bryan Housel
8310124b40
Fix padding for Localized field, which has a button
2017-03-21 23:19:01 -04:00
Bryan Housel
c3502a4e16
Only add the ellipses if the placeholder doesn't already end in one
...
(closes #3920 )
2017-03-21 22:11:35 -04:00
Bryan Housel
ab97d98676
Merge branch 'input-text-style' of https://github.com/51114u9/iD into 51114u9-input-text-style
2017-03-21 20:13:46 -04:00
Bryan Housel
e9b8b743e7
Update sinon and sinon-chai dependencies
2017-03-21 16:25:29 -04:00
Bryan Housel
4ad306bbee
Merge pull request #3917 from openstreetmap/draw-selected-last
...
Draw selected objects after not-selected objects
2017-03-21 14:23:35 -04:00
Bryan Housel
d664f74832
When changing selection, always update the url hash
2017-03-21 14:20:25 -04:00
Bryan Housel
0228f934b3
Put back the selected class when redrawing selected lines
2017-03-21 14:19:57 -04:00
Bryan Housel
85ed3cc2d3
Cleanup line drawing code with selected sort
2017-03-21 12:42:46 -04:00
Bryan Housel
062824970b
Wider halos around bridges
2017-03-21 02:23:18 -04:00
Bryan Housel
4903d495b7
Draw selected items last, so halos are more visible
...
(see #2914 )
2017-03-21 02:17:04 -04:00
Bryan Housel
33e9b2ab7e
Replace opening hours whitelist with regular expression
2017-03-20 23:21:09 -04:00
Bryan Housel
e1a9e7e74d
Don't try to force opening-hours value lookups to lowercase
...
(closes #3629 )
2017-03-20 23:02:35 -04:00
Bryan Housel
1ecb456a3c
Support 1 and -1 in onewayCheck field
...
(closes #3910 )
2017-03-20 22:23:52 -04:00
greenkeeperio-bot
e7c8a8c3ec
chore(package): update eslint to version 3.18.0
...
https://greenkeeper.io/
2017-03-20 14:56:45 -04:00
Bryan Housel
8dc7792027
Merge pull request #3911 from openstreetmap/structure-extras
...
Add type and layer subfields below structure radiobutton field
2017-03-20 13:18:45 -04:00
Bryan Housel
d1ab5d6fc4
Bring over some more code from combo, add translation strings
2017-03-20 13:16:56 -04:00
Bryan Housel
02f1eac72b
Add snake/unsnake helpers, remember recently used type tag
2017-03-19 11:44:33 -04:00
Bryan Housel
1f49bf81a4
Add a taginfo combo to the structure type field
2017-03-18 11:05:30 -04:00
Bryan Housel
74cc038c57
Add layer and type subfields below structure field
...
(see #2087 )
2017-03-18 02:09:33 -04:00
Bryan Housel
61bd8fcb5d
Show tooltip for long background names
...
(closes #3448 )
2017-03-17 15:28:37 -04:00
Bryan Housel
0e788717c5
Do not warn if path is connected to entrance
...
(closes #3906 )
2017-03-17 14:40:55 -04:00
Bryan Housel
8b35ff449f
Use semiCombo field for cuisine
2017-03-17 14:04:16 -04:00
Bryan Housel
c7764c1c11
Make racetrack presets more coherent, update racing sport fields
2017-03-17 13:52:13 -04:00