Tom Hughes
2da8c8c413
Show node coordinates in the right place
2013-05-05 17:28:57 +01:00
Leo Koppelkamm
d99830d431
Fix browse view display issues in medium width windows
...
Floats are evil - using inline-block instead makes the whole thing
easier and more stable.
2013-05-05 17:27:09 +01:00
Leo Koppelkamm
29f79e0a85
Show icons in browse history views
2013-05-05 17:20:35 +01:00
Leo Koppelkamm
9b33d307c4
Show object icons in the margin on data browers pages
...
Avoids indenting the text which looks odd, especially for things
which don't have an icon.
2013-05-05 17:16:34 +01:00
Tom Hughes
2c8ed19553
Stop attribution control wrapping on layers with attribution text
2013-05-01 10:01:24 +01:00
Tom Hughes
a5f3abcbe9
Make "add note" cope with base layer changes
2013-05-01 09:26:05 +01:00
Tom MacWright
4bb1bccd9c
Fix note formatting
...
Prevents note coordinates from falling to the next line on the browse page.
2013-04-30 17:35:02 +01:00
Tom Hughes
9f5787fd20
Make the notification mails for notes show when a note is resolved
2013-04-29 19:26:03 +01:00
Tom Hughes
d1660a1c4f
Disable dragging of new notes once they are submitted
2013-04-29 17:20:21 +01:00
Tom MacWright
0d35a10a50
Reset Leaflet styles so that the OSM color scheme is more uniform.
...
Also makes note input fields shorter - 100px tall - by default.
2013-04-28 19:06:11 +01:00
Tom Hughes
2880d66eb8
Remove unused CSS rule
2013-04-28 19:06:11 +01:00
Tom MacWright
6453310d4d
Redesign notes permalink
...
This adds a small permalink icon to the sprite and updates the CSS for
the permalink. The text is hidden by default and shown on hover.
2013-04-28 17:06:48 +01:00
Tom Hughes
32ac67c446
Swap older and newer
2013-04-28 10:41:28 +01:00
Tom Hughes
77de506312
Update ohauth and switch to using the new headerGenerator method
2013-04-28 10:39:56 +01:00
Yuki Shira
a65125e93a
Replace trace.trace_paging_nav.previous/next by older/newer
2013-04-28 10:36:42 +01:00
Tom Hughes
a14abfe90b
Tone down the anonymous edit warning for notes
...
Increase the saturation of our standard warning colour a little so
that it is more visible, and then switch notes to using the warning
colour instead of the error colour.
2013-04-27 16:47:25 +01:00
Tom Hughes
d48b1ccdf2
Replace the title in the note popup with a permalink
2013-04-27 11:51:51 +01:00
Tom Hughes
4a69512ce4
Reduce corner radius on all leaflet popups
2013-04-27 11:31:02 +01:00
Tom Hughes
e2b364d002
Increase whitespace between comments in the note popup
2013-04-27 11:23:58 +01:00
Tom Hughes
899dab08f9
Cancel any existing object load before starting a new one
2013-04-27 11:15:32 +01:00
Tom Hughes
e932418998
Remove the flatten_comment methd from the Note model
2013-04-26 19:35:20 +01:00
Tom Hughes
5dda4196d5
Rework the generation of descriptions in the notes RSS feed
2013-04-26 19:34:32 +01:00
Tom Hughes
b1308a87be
Show OSM objects for Nominatim search results as map overlays
2013-04-26 00:39:26 +01:00
Tom Hughes
aeeb30ce3c
Improve wrapping in the data browse on narrow windows
2013-04-25 17:44:40 +01:00
John Firebaugh
66ce4c3b93
Fix P2 interaction with search links
...
Need to prevent the default action so that the page isn't
reloaded.
Also, since the click event binding uses delegation, it isn't
necessary to wrap it in $(document).ready().
2013-04-25 17:37:57 +01:00
Tom Hughes
47a75be1c7
Use the correct longitude for links when browsing changesets
2013-04-25 17:27:01 +01:00
Tom Hughes
6e33cf0871
Fix exception with GPX and RSS notes#index when no notes are found
2013-04-24 19:17:13 +01:00
Tom Hughes
273ae4c729
Wrap XML notes responses in an <osm> wrapper
2013-04-24 18:18:20 +01:00
Tom Hughes
b0a84cf1bf
Explicitly set text/plain as the type for error responses
2013-04-24 17:46:45 +01:00
Tom Hughes
95c3a4439e
Call set_locale for all notes actions
2013-04-24 10:51:37 +01:00
Tom Hughes
36bd2468e0
Fix exeption in GeoRSS formatting for notes
2013-04-24 10:20:35 +01:00
Tom Hughes
925bd812a2
Fix exception with XML notes#index when no notes are found
2013-04-24 09:41:08 +01:00
Tom Hughes
0c8ad2f86e
Merge branch 'notes'
...
Conflicts:
Vendorfile
2013-04-23 22:40:21 +01:00
John Firebaugh
32959aed76
Don't display empty changeset comments
...
See systemed/iD#1360 . We will also change iD to omit empty comments.
2013-04-22 11:26:58 -07:00
Tom Hughes
1f8bbc2574
Stop text overflowing the richtext preview pane
2013-04-17 22:39:40 +01:00
Tom Hughes
92210a5be1
Allowing wrapping inside the content of a richtext editor
...
We disable wrapping on the container to keep the editor and the
help on the same line, but need to turn it back on again inside
the editor so that autogrow can work.
2013-04-17 22:38:20 +01:00
Tom Hughes
52611a5bfa
Merge branch 'master' into notes
2013-04-16 18:22:47 +01:00
Saman Bemel-Benrud
7614534bdb
Diary cleanup
...
This commit includes a few basic changes to make the user diaries
friendlier and easier to read. I adjusted the text styles and added
a maximum width, to keep the line length under control.
2013-04-14 17:26:27 +01:00
Tom Hughes
7f598ab412
Merge branch 'master' into notes
...
Conflicts:
Gemfile.lock
app/views/diary_entry/list.html.erb
2013-04-08 22:34:37 +01:00
Tom Hughes
979822f697
Add a "Hide" button to notes when viewed by moderators
2013-04-08 22:32:20 +01:00
Tom Hughes
4b669ec1ae
Return an updated copy of the note from the delete call
2013-04-08 22:00:26 +01:00
Tom Hughes
030bb31ec1
Allow a comment to be supplied when hiding a note
2013-04-08 21:29:41 +01:00
Tom Hughes
f4b599e8fd
Restriction note deletion to moderators
2013-04-08 21:21:31 +01:00
Tom Hughes
c9ec4895ea
Fix next/previous links on diary pages properly
2013-04-07 23:09:19 +01:00
Tom Hughes
8baddcb26c
Correct next/previous links on diary list page
2013-04-07 18:41:00 +01:00
Matt Amos
3822e8de77
Added database, API and GPX status to capabilities.
2013-04-02 15:05:20 +01:00
Tom Hughes
b92a2de9ec
Use changeset and user caches in Changeset#download
2013-04-01 14:18:21 +01:00
Tom Hughes
e6a1003509
Avoid reading nodes twice in WayController#full
2013-04-01 14:18:21 +01:00
Tom Hughes
369d5a0bfd
Optimise database reads in DiaryEntry#list
2013-04-01 14:18:21 +01:00
Tom Hughes
4fd89f9f23
Improve selection logic in DiaryEntry#rss
2013-04-01 14:18:21 +01:00