16273 Commits

Author SHA1 Message Date
John Firebaugh 61802674a4 Don't need keys in dist build 2013-04-22 14:45:54 -07:00
John Firebaugh d66760326b Load translations on demand (fixes #1337) 2013-04-22 14:29:43 -07:00
Tom MacWright 080d2956a5 Much higher limit for text, ensure that links are separated properly. Fixes #1343 2013-04-22 16:00:28 -04:00
Tom MacWright 391ace0138 Mondays. 2013-04-22 15:51:45 -04:00
Tom MacWright f7f0b7b1fa Refix commit UI. 2013-04-22 15:48:09 -04:00
Tom MacWright 947de96edf Show line/area/way/etc in commits. Fixes #1215 2013-04-22 15:39:16 -04:00
Tom MacWright d9d15ca002 Merge branch 'master' of github.com:systemed/iD 2013-04-22 15:38:44 -04:00
Tom MacWright 856464cb77 Minor jshint fix 2013-04-22 15:38:41 -04:00
John Firebaugh e35fe0b581 Merge branch 'dist' 2013-04-22 12:10:01 -07:00
John Firebaugh 765fedef15 Omit changeset comment if empty (fixes #1360) 2013-04-22 12:09:22 -07:00
John Firebaugh 0e6c0db28a Clean up Makefile 2013-04-22 11:01:39 -07:00
John Firebaugh 78feda0294 Update build/install directions 2013-04-22 10:54:00 -07:00
John Firebaugh aedd5ee46e Create a dist directory
This directory will contain the built sources (iD.js, iD.css)
and images. On a release branch, we will check in the generated
files. For the osm.us/master deploy, it should run make and use
dist/ as the root.

Paths in css are relative, e.g. url(img/foo.png).
2013-04-22 10:50:36 -07:00
Ansis Brammanis 0dc7159b82 fix line preset icon offset 2013-04-22 13:31:53 -04:00
Ansis Brammanis e0d8d75392 fix tram icon 2013-04-22 13:31:30 -04:00
John Firebaugh 5af65fd209 Remove combobox.html 2013-04-22 10:26:58 -07:00
Ansis Brammanis 6096f9b230 fix #1362 2013-04-22 13:17:06 -04:00
Ansis Brammanis 036174d4dd fix turning off tiger overlay, fixes #1349 2013-04-22 12:10:48 -04:00
Ansis Brammanis 11d5627f45 Fix saving taglist changes
issue #1295
2013-04-22 11:51:43 -04:00
John Firebaugh ddfe157a24 Translate 'Search' (fixes #1358) 2013-04-21 16:44:53 -07:00
John Firebaugh 20833c139c Avoid _.bind
Seeing some weird object retention behavior with it.
2013-04-21 16:41:59 -07:00
John Firebaugh c60c21eb3a Merge pull request #1356 from tyrasd/path_preset
updated path preset:
2013-04-21 16:41:31 -07:00
John Firebaugh fbf351f9e4 Merge pull request #1352 from tyrasd/master
inline "taginfo" help broken on "additional tags"
2013-04-21 16:40:52 -07:00
tyr 8958c5601f updated path preset:
* added new sac_scale, incline and trail_visibility fields
* added ref field
* removed oneway and maxspeed field
this should better reflect how highway=path is used.
See: http://taginfo.openstreetmap.org/tags/highway=path#combinations
2013-04-21 14:03:25 +02:00
tyr e447d532f3 use 100% for browsers without calc() support 2013-04-21 10:54:43 +02:00
tyr 1bf784ed15 fixing typo in css ("-" instead of "+" - see unprefixed css property below) 2013-04-21 10:49:37 +02:00
John Firebaugh 20150cb9d4 Avoid retaining a graph reference
The supersurface event bindings retained a reference to the initial
graph, preventing it being GC'd after a save operation.
2013-04-20 15:18:14 -07:00
John Firebaugh 39f6ffff78 Merge pull request #1346 from Vanuan/sub_station_building
Substation preset: Adding the most common tag combination
2013-04-20 13:11:09 -07:00
John Yani d489c30e79 Substation preset: Adding the most common tag combination 2013-04-20 22:57:03 +03:00
John Firebaugh 7d6274beed Fix an event binding leak 2013-04-20 12:40:44 -07:00
John Firebaugh f709a36333 Add power to area keys (#1338) 2013-04-20 12:25:17 -07:00
John Firebaugh f58ebbb626 Use icon that exists 2013-04-20 11:31:04 -07:00
John Yani 80424d04a0 Presets: Add Volleyball Court 2013-04-20 11:28:39 -07:00
John Firebaugh 846aa539ac Merge branch 'refs/heads/Vanuan-sub_station' 2013-04-20 11:26:30 -07:00
John Firebaugh db95a07b53 Remove building tag 2013-04-20 11:26:11 -07:00
John Yani 4d3060f5c2 Fixes two problems with Substation
1. substation -> sub_station.
2. Substations are usually  buildings (doesn't apply to points unfortunately).
2013-04-20 04:34:26 +03:00
John Firebaugh db8ed6c4b2 Use new maki icons 2013-04-19 16:07:34 -07:00
John Firebaugh 8eaeda7fbe Build, update translations 2013-04-19 15:53:57 -07:00
John Firebaugh 0e46ff397b Add fullscreen toggle key (#1327) 2013-04-19 15:50:26 -07:00
Ansis Brammanis 4cfd5eae9f add maki stylesheet to packaged index.html 2013-04-19 18:24:46 -04:00
John Firebaugh 13f3cff1e1 Don't show geocoder when embedded (#1329) 2013-04-19 14:49:04 -07:00
Ansis Brammanis 32988297f3 fix makefile rule for maki sprite 2013-04-19 17:39:02 -04:00
Ansis Brammanis b59cd62304 Don't include empty tags in taglist count
fixes #1289
2013-04-19 16:30:14 -04:00
Ansis Brammanis cee0ac3874 tolerate not having inkscape installed 2013-04-19 15:47:51 -04:00
Tom MacWright c79becb78a Prevent error on localgpx.js. Fixes #1207 2013-04-19 15:35:24 -04:00
John Firebaugh 3773f8cef6 Merge pull request #1335 from Vanuan/patch-1
Create car_wash.json
2013-04-19 12:31:53 -07:00
Ansis Brammanis 41d9f5f382 commit sprite script 2013-04-19 15:28:55 -04:00
John Yani 77d13bffea Update car_wash.json 2013-04-19 22:28:37 +03:00
Tom MacWright 3d9ba5fab6 Merge branch 'master' of github.com:systemed/iD 2013-04-19 15:22:32 -04:00
Tom MacWright 8ec9ba3378 Don't close geocoder on result click. Fixes #1234 2013-04-19 15:22:24 -04:00