Commit Graph

61 Commits

Author SHA1 Message Date
John Firebaugh
3981279747 Fix member list redraws
d3 does not store the keys produced by a data bind -- it
recomputes them on the fly. The key function that was used
referred to `entity`, with the intent that rows referring
to the previous entity would wind up in the exit selection.
But since the key is recomputed for the existing bindings,
and at that point `entity` refers to the new entity, that
portion of the key effectively always matched.

While here, fix deletion of incomplete members (don't know
what the geometry is, so can't do geometry-specific annotations).

Fixes #1548.
2013-05-30 11:45:02 -07:00
John Firebaugh
6439bdc48c Shorten "Zoom in" text, don't hide it on narrow screens
Fixes #1477.
2013-05-29 19:54:41 -07:00
John Firebaugh
8c2c5357c7 Fix typo, localize 2013-05-29 16:10:57 -07:00
Saman Bemel-Benrud
52aa970296 click preset icon to return to preset grid. 2013-05-29 15:40:12 -04:00
John Firebaugh
1069382353 Obvious editor is obvious 2013-05-28 15:14:07 -07:00
Saman Bemel-Benrud
68d7d27cdc more minimal footer (bug icon instead of text) + fixed layout now that sidebar is persistent. 2013-05-23 16:19:53 -07:00
John Firebaugh
9c86e2a86c Display relation members and memberships in inspector
* Preset icon of relation/member
* Preset name of relation/member
* Name of relation/member
* Role
* Delete button

All currently unstyled.
2013-05-22 17:41:59 -07:00
Saman Bemel-Benrud
8d4260f854 use 'translate' for multilingual names tooltip text, keep mult. names for form heading. 2013-05-22 11:32:20 -04:00
saman bb
33e979c837 use 'multilingual names' instead of 'translate' 2013-05-22 00:43:30 -04:00
John Firebaugh
da9602795c Don't allow deleting incomplete relations
This will fail with an "entity not found" error.
2013-05-16 16:43:41 -07:00
Saman Bemel-Benrud
aa446c074a better placeholder text / proper translation 2013-05-15 17:31:16 -04:00
Saman Bemel-Benrud
6ecbf3778f cleanup / polish new changes 2013-05-15 16:57:04 -04:00
Saman Bemel-Benrud
6423455c66 starting to add basic translate ui adjustments. 2013-05-15 14:23:30 -04:00
Saman Bemel-Benrud
0bdea49ffb minor cosmetic + ui improvements. 2013-05-15 14:08:25 -04:00
John Firebaugh
2dcd556864 Fix help text (fixes #1432) 2013-05-07 18:45:03 -07:00
Tom MacWright
08dca79f9e Translate "Okay" in confirm dialogs 2013-05-07 15:31:20 -04:00
Tom MacWright
044bd937a7 Make success UI translatable. Fixes #1425 2013-05-07 15:28:34 -04:00
Tom MacWright
fc8ae64890 Make intro phases translatable. Fixes #1411. 2013-05-07 15:04:37 -04:00
Tom MacWright
b19ac4cdd1 Fix grammar in walkthrough. Fixes #1422 2013-05-07 14:28:27 -04:00
Tom MacWright
0afda8b52e Remove the word 'development' from the spash text. 2013-05-07 10:21:55 -04:00
John Firebaugh
508b2051df Apply 0f1b05 in the right place 2013-05-06 13:51:39 -07:00
John Firebaugh
16c1e9d7e5 Show all tags (fixes #1181) 2013-04-23 14:13:03 -07:00
John Firebaugh
ddfe157a24 Translate 'Search' (fixes #1358) 2013-04-21 16:44:53 -07:00
Ansis Brammanis
7e75ea4bad Notify users of API status 2013-04-16 12:36:58 -04:00
John Firebaugh
7f498c2a10 Fix "Remove" translation in radio field (fixes #1317) 2013-04-15 17:06:37 -07:00
Richlv
2833b9e001 use "node" where we refer to objects in lines or areas 2013-04-05 01:05:32 +03:00
Saman Bemel-Benrud
4bc98c32d1 reworked out links, closes #1242 2013-04-03 14:20:38 -04:00
Ansis Brammanis
691156caec fix flash style 2013-04-02 14:19:02 -04:00
John Firebaugh
93dd4a2658 Multiselect vertex/way to control splitting 2013-03-29 15:32:19 -07:00
John Firebaugh
b1daf85cfd Tooltips for disabled operations (fixes #573) 2013-03-29 12:29:07 -07:00
Ansis Brammanis
b00c8d5e84 add intro translation strings to core.yaml 2013-03-29 13:41:35 -04:00
Saman Bemel-Benrud
ff7e52d66e fixed success modal copy. 2013-03-28 18:55:14 -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
Saman Bemel-Benrud
435a6d25cc adding nice 'start the walkthrough' link to help 2013-03-28 15:38:35 -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
Ansis Brammanis
2b4e260953 walkthrough now runnable in the middle of editing
history.toJSON and .fromJSON are now split out of.
history.save and .restore.
2013-03-27 11:52:50 -04:00
Saman Bemel-Benrud
3405e87cb7 splash screen + other cleanup. 2013-03-26 18:11:09 -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
Saman Bemel-Benrud
0c1583caaf copy fix. 2013-03-26 12:25:43 -04:00
Tom MacWright
73d7813223 condense text for the bottom bar 2013-03-25 16:30:33 -04:00
John Firebaugh
e0c6d50598 Fix YAML 2013-03-25 12:18:03 -07:00
saman bb
65a8320d8d revisions to the preset form layout. 2013-03-25 14:53:53 -04:00
saman bb
d4526e20f2 layout fixes. 2013-03-22 19:07:55 -04:00
Tom MacWright
3b09c186b6 Be specific about retina as not to break the glue-generated sprite.
* Warn before switching sources. Fixes #779.
* Inline docs keep their place. Fixes #1109
2013-03-22 17:56:22 -04:00
Tom MacWright
4ab03064b0 Add help UI style, help.title translation 2013-03-22 14:47:29 -04:00
Saman Bemel-Benrud
094f283f05 resolved conflict. 2013-03-21 19:25:29 -04:00
Saman Bemel-Benrud
478eb8871a big commit modal cleanup. 2013-03-21 19:19:48 -04:00
Saman Bemel-Benrud
426c897248 commit flow work 2013-03-21 19:19:17 -04:00
John Firebaugh
0baaf1a3fd Make name field less of a special case 2013-03-21 15:24:42 -07:00