Tom MacWright
d34863bfc2
Toggle ui elements gracefully. Refs #449
2013-02-11 11:02:58 -05:00
Tom MacWright
38b327fefe
jshint fixes, fix global leak
2013-02-11 10:42:49 -05:00
John Firebaugh
65ab71c3d0
Extract iD.ui.SourceSwitch
2013-02-09 17:04:39 -08:00
John Firebaugh
c56879b29e
Update contributors on load ( fixes #699 )
2013-02-09 16:53:29 -08:00
John Firebaugh
5feb9dea5d
Make contributors i18n-friendly
2013-02-09 16:52:08 -08:00
John Firebaugh
ccb5b81645
Clean up geocoder
...
Pass context directly; fix indentation; i18n.
2013-02-09 15:51:49 -08:00
Tom MacWright
cd470675e2
Display name fix
2013-02-09 18:27:18 -05:00
Tom MacWright
f56e27ad2a
Style tweaks and refactoring
2013-02-09 17:21:28 -05:00
Ian B
cc51fdc4be
Refactored geocoder to use data joins
2013-02-09 23:02:36 +01:00
Ian B
8a8a29013e
Search results area
...
Display multiple search results
2013-02-09 18:12:55 +01:00
Tom MacWright
a773aaaab4
Improve perf with some benchmarking.
...
Re translate change see http://jsperf.com/coerce-vs-join-array
2013-02-07 22:55:44 -05:00
Tom MacWright
27e7df888d
Support locales in taginfo. Fixes #678
2013-02-07 18:24:01 -05:00
Tom MacWright
f0b761b979
Lasso action
2013-02-07 16:21:25 -05:00
Ansis Brammanis
ec152716fb
Fix calls to ui.flash
2013-02-07 01:16:51 -05:00
Tom MacWright
ce53a9233a
Remove unscoped d3.select
2013-02-06 18:11:50 -05:00
Tom MacWright
c84e0713d9
Merge branch 'master' into dynamic-layers
...
Conflicts:
js/id/renderer/background_source.js
js/id/ui/layerswitcher.js
2013-02-06 17:39:55 -05:00
Tom MacWright
4b5dcd054e
Fix sourcetag regression
2013-02-06 17:34:41 -05:00
Tom MacWright
e868c071ac
Remove more unreliable or slow layers, select the right layer initially,
...
fix null tooltips
2013-02-06 17:16:00 -05:00
Ansis Brammanis
83224d0f87
imagery_used includes full custom template
2013-02-06 15:38:20 -05:00
Ansis Brammanis
449c4d235d
Add option to restore or reset unsaved changes
2013-02-06 14:03:31 -05:00
Ansis Brammanis
a21da4f15f
Saving graph to and reinstating from localStorage
2013-02-06 12:48:42 -05:00
Tom MacWright
f70c9037b0
Fix tests, finish work here. Needs a design hit.
2013-02-05 12:52:56 -05:00
Tom MacWright
8f2157425c
Merge branch 'master' into dynamic-layers
2013-02-05 12:03:27 -05:00
Tom MacWright
db7f42145e
Continue removing any non-scoped selectors. Refs #595
...
Last hits will be combobox and layerswitcher.
2013-02-05 12:00:10 -05:00
Tom MacWright
4d0a42344d
Start dynamic layers work in branch
2013-02-04 19:47:25 -05:00
Tom MacWright
b7cfaf08da
userDetails should handle errors properly
2013-02-04 16:48:44 -05:00
Tom MacWright
bd7f302730
Show deprecated tags in save commit, validate them, add deprecatedTags
...
to entity type.
2013-02-04 16:45:18 -05:00
Tom MacWright
3d8f2ffb84
Consistify syntax
2013-02-04 16:08:34 -05:00
John Firebaugh
7ddfcaed39
i18n
2013-02-04 12:08:30 -08:00
John Firebaugh
0450e57acf
Layers -> Background ( #525 )
2013-02-04 12:05:55 -08:00
Tom MacWright
8d90fb777b
Purge a few more uses of d3.select, refs #595
2013-02-04 12:32:14 -05:00
Tom MacWright
4ee620cb09
Namespace selectors to iD-owned elements
2013-02-04 12:23:46 -05:00
Tom MacWright
e5ad28feb7
JShint fixups
2013-02-04 12:10:23 -05:00
Tom MacWright
3e404df339
Add more translations, opacity to brightness YOU WIN @ansis
2013-02-01 19:16:01 -05:00
Dr Ian
01e8f5f606
Convert tabs to spaces
2013-02-01 23:08:11 +01:00
Dr Ian
f4975447f8
Limit zoom to 19 if geocode bounding box too small
2013-02-01 23:05:47 +01:00
Dr Ian
839844de27
Convert tabs to spaces
2013-02-01 22:28:43 +01:00
Dr Ian
7bfdf4de1a
Change search to use OSM Nominatim API
2013-02-01 22:23:30 +01:00
Tom MacWright
031c8d655e
Fallback for browsers that do not support localStorage. Fixes #591
2013-02-01 13:12:46 -05:00
John Firebaugh
fe49e8fb77
Pass around context rather than map
2013-02-01 12:40:16 -05:00
John Firebaugh
7e68e8e114
Add iD.Context
...
This is a facade interface that ties together a bunch of
different internal objects and will make it easier to write
tests for behaviors, modes, and operations.
2013-02-01 12:40:15 -05:00
Saman Bemel-Benrud
5f8e7ec8cc
Merge branch 'master' of github.com:systemed/iD
2013-01-31 19:20:32 -05:00
Saman Bemel-Benrud
dcfe8ac85b
design pass on alignment toggles.
2013-01-31 19:20:13 -05:00
Saman Bemel-Benrud
116289ae53
minor fixes.
2013-01-31 15:54:14 -05:00
John Firebaugh
402a9424c0
Make selection an array of entity IDs
...
Should have no visible effect yet.
2013-01-31 13:51:12 -05:00
Saman Bemel-Benrud
bd4c91c612
modal touch-ups.
2013-01-31 13:25:20 -05:00
Tom MacWright
edb3a3b682
Entire notice is clickable. Fixes #262
2013-01-31 10:03:43 -05:00
Saman Bemel-Benrud
16b42b8e81
adding logo.
2013-01-31 08:18:44 -05:00
Saman Bemel-Benrud
578d4eebdf
everything but logo.
2013-01-31 08:18:42 -05:00
Tom MacWright
eb504a3e23
Correctly rewrite users
2013-01-30 18:18:19 -05:00