Commit Graph

5882 Commits

Author SHA1 Message Date
Kushan Joshi
7188065a6c disband ui/core 2016-07-02 19:04:51 +05:30
Kushan Joshi
9f2a251d31 Fixing Interdependecy between ui.preset and ui.core 2016-07-02 16:00:52 +05:30
Kushan Joshi
94c5f43293 core ui 2016-07-02 15:58:44 +05:30
Bryan Housel
8bf9c260a7 Switch from sloped_curb=* to kerb=*
(closes #3210)
2016-06-30 21:45:18 -04:00
Bryan Housel
e664c35e72 Rename "Chemist" preset label to "Drugstore" for en_US
(closes #3201)

Don't worry - we will leave it as "Chemist" in the en_GB translation.
2016-06-30 21:29:16 -04:00
Bryan Housel
7d37f1d38a Merge pull request #3207 from waldyrious/patch-1
Add license title
2016-06-29 19:19:50 -04:00
Waldir Pimenta
b8869761d2 Add license title
It's not strictly required, but it's useful metadata, and part of the recommended license template text (see http://choosealicense.com/licenses/isc/ and https://opensource.org/licenses/isc-license)
2016-06-30 00:05:00 +01:00
Bryan Housel
acd5c58010 Merge pull request #3200 from openstreetmap/greenkeeper-svg-sprite-1.3.3
Update svg-sprite to version 1.3.3 🚀
2016-06-28 20:58:04 -04:00
greenkeeperio-bot
53b3f6944c chore(package): update svg-sprite to version 1.3.3
https://greenkeeper.io/
2016-06-28 03:34:32 -04:00
Bryan Housel
6fdb86be04 Don't use multiline yaml, which breaks up comment lines
(closes #3198)
2016-06-27 11:40:37 -04:00
Bryan Housel
cddc83af02 Merge pull request #3196 from openstreetmap/unvendor_rbush
Eliminate vendored rbush library
2016-06-26 21:43:05 -04:00
Bryan Housel
2e10c9e21e Eliminate vendored rbush library
(re: #3180)
2016-06-26 21:34:10 -04:00
Bryan Housel
51754b3d6f Merge pull request #3193 from openstreetmap/greenkeeper-update-all
Update all dependencies 🌴
2016-06-25 00:53:45 -04:00
Bryan Housel
03558c7e40 Bump dependencies, fix tests
(commented out 2 failing tests in mapillary service related to sinon spy)
2016-06-25 00:50:20 -04:00
greenkeeperio-bot
3c85f90de4 chore(package): update dependencies
https://greenkeeper.io/
2016-06-24 23:47:34 -04:00
Bryan Housel
b32eb72c15 Remove semver ranges 2016-06-24 23:37:37 -04:00
Bryan Housel
96a6fc9de1 Add d3, maki to greenkeeper ignore list 2016-06-24 23:34:20 -04:00
Bryan Housel
dea6ca878a Merge pull request #3191 from openstreetmap/unvendor_sexagesimal
Eliminate vendored sexagesimal library
2016-06-24 23:00:09 -04:00
Bryan Housel
38a08560c9 Fix import statement for sexagesimal 2016-06-24 17:03:52 -04:00
Bryan Housel
448fa7aa0c Eliminate vendored sexagesimal library
(re: #3180)
2016-06-24 16:46:55 -04:00
Bryan Housel
53bb8a7019 Exclude imagery sources more than 20 years old
(closes #3190)
2016-06-24 13:22:53 -04:00
Bryan Housel
7d80494ac5 Add stop type, direction forward/backward 2016-06-23 21:24:10 -04:00
Bryan Housel
55fe67ef58 Add highway=give_way preset (yield sign) 2016-06-23 21:00:32 -04:00
homersimpsons
b1fad94e84 Update stop.json 2016-06-23 20:52:38 -04:00
homersimpsons
6e90b6147c Create parallel_direction.json 2016-06-23 20:47:18 -04:00
Bryan Housel
4cdcc8c2a3 Add rooms, internet fields to guest_house, hostel, motel presets 2016-06-23 17:35:21 -04:00
homersimpsons
4da6bd57b6 Add stars, rooms, internet access fee fields to hotel preset 2016-06-23 17:30:05 -04:00
homersimpsons
21352ad791 Create Internet Access Fee field 2016-06-23 17:28:39 -04:00
homersimpsons
3ae0796e88 Create rooms.json 2016-06-23 17:23:41 -04:00
homersimpsons
38f72717a0 Create stars.json 2016-06-23 17:21:11 -04:00
Bryan Housel
1be0ac68de Merge pull request #3187 from jonnybarnes/gtk-dark-themes
When setting a form’s background colour, also set the text colour
2016-06-23 13:49:18 -04:00
Jonny Barnes
7b7af7d37c When setting a form’s backgroun colour, also set the text colour 2016-06-23 00:14:05 +01:00
Bryan Housel
916fcb7a0b make clean to include lanes in build 2016-06-22 16:37:27 -04:00
Bryan Housel
304b3b3579 Restore numeric lanes preset, but keep code for new WIP lanes field 2016-06-22 16:21:51 -04:00
Bryan Housel
8b0fb33c8b Remove legacy pre-module lanes.js 2016-06-22 16:15:39 -04:00
Kushan Joshi
332200b404 display lane count on sidebar 2016-06-22 16:11:47 -04:00
Kushan Joshi
d130456393 make lane test lint free 2016-06-22 16:11:47 -04:00
Kushan Joshi
aa829ddf4d Lanes forward backward tests 2016-06-22 16:11:47 -04:00
Kushan Joshi
07827e5a2d Adding test case for lanes().default 2016-06-22 16:11:47 -04:00
Kushan Joshi
4083a0e29e adding a lanes() to return lane data 2016-06-22 16:11:46 -04:00
Bryan Housel
645fcbeea8 Merge pull request #3184 from kepta/trunk-1
External modules part 2/3
2016-06-22 15:25:29 -04:00
Kushan Joshi
2b4cb618b2 Remove svg and deal with it separately with ui 2016-06-22 12:34:43 +05:30
Kushan Joshi
6a56ad547c external modules for renderer 2016-06-22 12:34:43 +05:30
Kushan Joshi
68e0400332 Add external modules to validations 2016-06-22 12:34:43 +05:30
Kushan Joshi
25485c40fb external modules for presets 2016-06-22 12:34:43 +05:30
Kushan Joshi
320434e8bb Add internal modules to preset 2016-06-22 12:34:43 +05:30
Kushan Joshi
52c466bc27 external modules for operations 2016-06-22 12:34:43 +05:30
Kushan Joshi
e79f8fb022 external modules for util 2016-06-22 12:34:43 +05:30
Kushan Joshi
33b2b1e6fd external modules for modes 2016-06-22 12:34:43 +05:30
Kushan Joshi
0939983515 external modules for behavior 2016-06-22 12:34:43 +05:30