Commit Graph

145 Commits

Author SHA1 Message Date
Tom MacWright d0f5fc4637 Bump osm-auth to 0.2.1 with ohauth update 2013-05-08 10:42:26 -04:00
John Firebaugh a540759a8e Manually apply d3 clipExtent fix (fixes #1406) 2013-05-04 11:26:50 -07:00
John Firebaugh 5ea93539ad Update d3 to 3.1.5 2013-04-23 15:03:00 -07:00
John Firebaugh e0d6337a1e End zoom if somehow we miss the mouseup (#1326) 2013-04-23 15:00:45 -07:00
John Firebaugh 7d6274beed Fix an event binding leak 2013-04-20 12:40:44 -07:00
John Firebaugh d04695da3b Update osm-auth 2013-04-17 16:23:38 -07:00
Tom MacWright 115ed4b4bb Update osmauth to support pre-auth 2013-04-15 11:29:23 -07:00
John Firebaugh 1f44b45570 Rename variable 2013-04-06 17:57:59 -07:00
John Firebaugh 7e2485dd87 Capture better stack traces 2013-04-03 16:41:32 -07:00
John Firebaugh ff3405ae02 Reapply 92ceae9 2013-04-03 16:29:28 -07:00
John Firebaugh fb16dc8af6 Custom d3 3.1 build (fixes #1232) 2013-04-02 15:00:32 -07:00
John Firebaugh 261e901a91 Fix console reference for IE
https://app.getsentry.com/id/id/group/4402396/
2013-04-02 13:55:10 -07:00
Ansis Brammanis e82df13a28 wikipedia input field 2013-04-01 15:55:37 -04:00
Ansis Brammanis bc8ab73d1f more restrictive click blocking in intro
block clicks immediately after selecting road to
prevent other selections
2013-03-29 12:50:05 -04:00
Tom MacWright 594c8fa00a Remove sha1 2013-03-28 17:10:26 -04:00
Tom MacWright 936d1bd403 Use osm-auth instead of iD.OAuth.
It's a drop-in replacement and not seeing any issues with this switch
atm other than ones that were pre-existing - specifically the user shown
in the save dialog sometimes not being present or being out of date, but
the save still being correct.
2013-03-28 16:48:03 -04:00
Ansis Brammanis 92ceae911c Fix click suppression in d3 zoom behavior
This should be included in the next version of d3
2013-03-28 13:18:58 -04:00
Ansis Brammanis 0435c4793c better positioned walkthrough tooltips 2013-03-28 11:58:56 -04:00
Ansis Brammanis d9e4acfcc9 Add "Start mapping" button to walkthrough 2013-03-27 18:22:05 -04:00
Ansis Brammanis e4be5cddd9 walkthrough tweaks 2013-03-27 17:35:05 -04:00
Ansis Brammanis f3638d5974 only highlighted window is clickable
during the walkthrough
2013-03-27 17:16:53 -04:00
Saman Bemel-Benrud 4fc03b5c7c style adjustments to walkthrough. 2013-03-27 15:55:05 -04:00
Ansis Brammanis b8f17f1ee7 Add classes to walkthrough tooltips 2013-03-27 15:44:45 -04:00
Tom MacWright b59f28424c Translatable documentation, Fixes #1108
* Adds Marked
* Fixes a global leak in toGeoJSON
* Removes marked from package.json
* Adds documentation to core.yaml
* Removes stray console.log from tests
2013-03-27 14:34:34 -04:00
John Firebaugh 18aa33ba97 Missed a const in d0667e 2013-03-27 10:50:07 -07:00
John Firebaugh d0667e2bf2 const -> var
`const` is a syntax error on IE. We need to be able to
at least show the "not supported" message.

https://app.getsentry.com/id/id/group/4023045/
2013-03-26 12:31:47 -07:00
Ansis Brammanis 79a4a3b92c prefer english localization to default 2013-03-26 14:56:55 -04:00
Ansis Brammanis d6df439360 Merge remote-tracking branch 'systemed/master' into intro
Conflicts:
	build.js
	data/locales.js
2013-03-26 13:17:35 -04:00
Ansis Brammanis 6f784c36c7 enter walkthrough from splash 2013-03-26 12:53:21 -04:00
Ansis Brammanis 258adb6967 better intro tooltip positioning 2013-03-25 17:29:36 -04:00
Ansis Brammanis 81a39d90d2 intro now works in firefox 2013-03-25 16:05:21 -04:00
John Firebaugh afe5aa788c d3.combobox should be called on input element 2013-03-25 12:11:39 -07:00
John Firebaugh 8bbd828324 Simplify 2013-03-25 12:11:39 -07:00
John Firebaugh a3d2411967 Reuse input variable 2013-03-25 12:11:39 -07:00
Ansis Brammanis 7b07aa3ad9 some intro cleanup 2013-03-25 13:55:57 -04:00
Ansis Brammanis 73bf7b108a intro tutorial work in progress 2013-03-25 13:22:37 -04:00
John Firebaugh 235cb52d26 Bing API supports JSONP 2013-03-21 11:39:33 -07:00
Tom MacWright c94ec3b4a9 Local GPX file support, first push towards multilayer support. 2013-03-19 18:41:16 -04:00
John Firebaugh 2fc4f041d7 Make preset search terms localizable (fixes #1043) 2013-03-18 16:08:30 -07:00
Saman Bemel-Benrud 9321a860ce adding controls for 'number' input type. 2013-03-13 15:32:20 -04:00
Ansis Brammanis d7645d7f21 fix locale.js 2013-03-12 15:45:39 -04:00
John Firebaugh a5885ce3c2 Localize preset form labels 2013-03-12 11:19:45 -07:00
Ansis Brammanis 057051f906 fix mousedown on combobox caret 2013-03-11 16:59:18 -04:00
Ansis Brammanis f74dc5f229 clicking on combobox caret behaves the same as input 2013-03-11 16:35:45 -04:00
Ansis Brammanis 00464b44b2 combobox mousedown now toggles options
fixes #958
2013-03-11 12:07:14 -04:00
Ansis Brammanis 512fe877b7 fix combobox position on scroll
fixes #948
2013-03-10 15:53:35 -04:00
Ansis Brammanis cef5726813 update index, style tweaks 2013-03-10 01:45:14 -05:00
Ansis Brammanis 609e8b9119 refactor preset inputs 2013-03-09 18:30:54 -05:00
Tom MacWright dae8a67e68 Merge branch 'master' of github.com:systemed/iD 2013-03-08 16:53:40 -05:00
Tom MacWright fe2c57d7f4 Remove rowselect, build data with imagery, use nicer json formatting. 2013-03-08 16:53:26 -05:00