]>
git.openstreetmap.org Git - rails.git/log
Tom Hughes [Fri, 24 May 2013 23:21:19 +0000 (00:21 +0100)]
Make translated map layer names work
Delay initialising the layers array until the first map is created
so that we can be sure that I18n.locale has been initialised.
Tom Hughes [Fri, 24 May 2013 08:12:25 +0000 (09:12 +0100)]
Use dc:creator instead of author for the author's name
Unfortunately the braindead RSS speciifcation requires author to
be an email address, so we have to use Dublin Core metadata to
report the author name instead.
Tom Hughes [Fri, 24 May 2013 08:11:59 +0000 (09:11 +0100)]
Add comment numbers to GUIDs to make them unique
Tom Hughes [Fri, 24 May 2013 08:07:48 +0000 (09:07 +0100)]
Add anchors to note comments on the browse page
Tom Hughes [Mon, 20 May 2013 16:47:24 +0000 (17:47 +0100)]
Remove max-width restriction on note warning
Tom Hughes [Mon, 20 May 2013 16:46:43 +0000 (17:46 +0100)]
Add a title to note browse pages
Tom Hughes [Mon, 20 May 2013 10:19:18 +0000 (11:19 +0100)]
Fix incorrect interpolation variable
Siebrand Mazeland [Mon, 20 May 2013 10:12:27 +0000 (10:12 +0000)]
Localisation updates from http://translatewiki.net.
Grant Slater [Fri, 17 May 2013 20:36:16 +0000 (21:36 +0100)]
Add Server Donation Banner
Siebrand Mazeland [Wed, 15 May 2013 15:36:47 +0000 (17:36 +0200)]
Link to target instead of redirect
Martin Raifer [Tue, 14 May 2013 10:52:15 +0000 (12:52 +0200)]
Improve display of objects on data browser maps
Previously, tagged nodes of ways were shown on the browse/way and
browse/relation pages.
Now, nodes are not shown on browse/way pages and only nodes which are
direct members of the relation are shown on browse/relation pages.
Tom Hughes [Tue, 14 May 2013 20:41:39 +0000 (21:41 +0100)]
Update leaflet-osm
Tom Hughes [Tue, 14 May 2013 07:40:48 +0000 (08:40 +0100)]
Add basica styling for include code blocks in rich text
Tom Hughes [Mon, 13 May 2013 23:14:02 +0000 (00:14 +0100)]
Clear comment field after a new note is created
Tom Hughes [Mon, 13 May 2013 20:16:06 +0000 (21:16 +0100)]
Update bundle
Tom Hughes [Mon, 13 May 2013 20:14:18 +0000 (21:14 +0100)]
Preserve in progress note comments when the map is moved
Tom Hughes [Mon, 13 May 2013 19:20:39 +0000 (20:20 +0100)]
Update mailmap
Andy Allan [Mon, 13 May 2013 18:31:11 +0000 (20:31 +0200)]
Add vendorer gem to Gemfile
It's not needed for deployment, so create a development group for it.
John Firebaugh [Fri, 10 May 2013 00:29:20 +0000 (17:29 -0700)]
Add SotM ads
John Firebaugh [Fri, 10 May 2013 00:29:06 +0000 (17:29 -0700)]
Remove commented out donation section
There's an displayed donation section further down in
this file.
Tom Hughes [Sun, 12 May 2013 23:53:12 +0000 (00:53 +0100)]
Cast the locale to a string
Tom Hughes [Sun, 12 May 2013 18:56:44 +0000 (19:56 +0100)]
Fix invalid interpolation variables
Leo Koppelkamm [Sun, 12 May 2013 18:03:00 +0000 (20:03 +0200)]
Fix problem with heart icon ( #266 )
Siebrand Mazeland [Sun, 12 May 2013 18:45:03 +0000 (18:45 +0000)]
Localisation updates from http://translatewiki.net.
Leo Koppelkamm [Sun, 12 May 2013 17:33:33 +0000 (19:33 +0200)]
Only show scrollbars if needed in Markdown input
Leo Koppelkamm [Sun, 12 May 2013 16:57:26 +0000 (18:57 +0200)]
Make line height relative.
Fixes display problems when the user has a minimum font size
set in their browser.
Leo Koppelkamm [Sun, 12 May 2013 16:49:07 +0000 (18:49 +0200)]
Don't focus the text area on touch devices to avoid flashing the keyboard
Currently the keyboard slide out & hides again quickly.
Leo Koppelkamm [Sun, 12 May 2013 14:08:22 +0000 (16:08 +0200)]
Fix overlapping slogan (i18n)
Tom Hughes [Sun, 12 May 2013 13:24:07 +0000 (14:24 +0100)]
Restore rule for landuse=tourism and rename tourist.png to tourism.png
Tom Hughes [Sun, 12 May 2013 12:06:24 +0000 (13:06 +0100)]
Make sure updatelinks() is called even if Potlatch fails to load
Tom Hughes [Sun, 12 May 2013 12:00:04 +0000 (13:00 +0100)]
Remove style rule for landuse=tourism as tourism.png doesn't exist
Siebrand Mazeland [Sat, 11 May 2013 15:43:14 +0000 (17:43 +0200)]
Fix link
Previous was pointing to a redirect.
Tom Hughes [Fri, 10 May 2013 21:38:45 +0000 (22:38 +0100)]
Beef up tests for trace#list to check tag restrictions
Tom Hughes [Fri, 10 May 2013 21:32:14 +0000 (22:32 +0100)]
Fix trace lists to correctly respect tag restrictions
Tom Hughes [Fri, 10 May 2013 20:41:19 +0000 (21:41 +0100)]
Improve tests for trace RSS feeds
Tom Hughes [Fri, 10 May 2013 20:35:00 +0000 (21:35 +0100)]
Hide deleted traces in the RSS feeds
John Firebaugh [Fri, 10 May 2013 00:08:20 +0000 (17:08 -0700)]
Update to iD 1.0.1
Tom Hughes [Fri, 10 May 2013 18:28:37 +0000 (19:28 +0100)]
Fix alignment issues with icons in browse pages
Martin Raifer [Fri, 10 May 2013 12:50:52 +0000 (14:50 +0200)]
Fix gap for iconless nodes in history view
Done by inlining icons via ::before and content: url(...) so that tag
combinations without an icon do not get any additional markup at all.
Tom Hughes [Fri, 10 May 2013 15:03:37 +0000 (16:03 +0100)]
Tidy up user preferences controller
Tom Hughes [Fri, 10 May 2013 08:24:12 +0000 (09:24 +0100)]
Only leave space for icons on links with the node/way/relation class
Tom Hughes [Thu, 9 May 2013 23:50:24 +0000 (00:50 +0100)]
Fix a few user preferences bugs
Tom Hughes [Thu, 9 May 2013 23:50:10 +0000 (00:50 +0100)]
Improve functional tests for user preferences
Tom Hughes [Thu, 9 May 2013 21:39:12 +0000 (22:39 +0100)]
Remove unused friend controller and related test harness
Tom Hughes [Thu, 9 May 2013 21:37:44 +0000 (22:37 +0100)]
Improve export controller tests
Tom Hughes [Thu, 9 May 2013 14:05:01 +0000 (15:05 +0100)]
Fix invalid interpolation variables
Siebrand Mazeland [Thu, 9 May 2013 13:43:43 +0000 (13:43 +0000)]
Localisation updates from http://translatewiki.net.
Siebrand Mazeland [Wed, 8 May 2013 21:41:33 +0000 (21:41 +0000)]
Localisation updates from http://translatewiki.net.
Tom Hughes [Wed, 8 May 2013 21:28:41 +0000 (22:28 +0100)]
Improve locale selection for Potlatch 2 and iD
Tom Hughes [Wed, 8 May 2013 20:04:41 +0000 (21:04 +0100)]
Persist the state of the notes layer
Tom Hughes [Wed, 8 May 2013 18:21:19 +0000 (19:21 +0100)]
Fix a bug decoding certain lat/lon formats
Tom Hughes [Wed, 8 May 2013 18:20:42 +0000 (19:20 +0100)]
Tidy up geocoder tests and extend lat/lon detection tests
Tom Hughes [Tue, 7 May 2013 18:03:38 +0000 (19:03 +0100)]
Make a message pluralizable
Tom Hughes [Tue, 7 May 2013 17:59:12 +0000 (18:59 +0100)]
Fixed some "lego" messages in plain text emails
Tom Hughes [Tue, 7 May 2013 16:39:11 +0000 (17:39 +0100)]
Don't cast object type and ID to string in case they are nil
Tom Hughes [Tue, 7 May 2013 13:52:08 +0000 (14:52 +0100)]
Add a routing test for /id
Tom Hughes [Tue, 7 May 2013 13:50:31 +0000 (14:50 +0100)]
Rename the ugly "id_iframe" to just plain "id"
Tom Hughes [Tue, 7 May 2013 13:43:45 +0000 (14:43 +0100)]
Merge remote-tracking branch 'osmlab/id-editor-embed'
Tom Hughes [Tue, 7 May 2013 10:30:13 +0000 (11:30 +0100)]
Use CDATA for note descriptions in the RSS feed
Tom Hughes [Tue, 7 May 2013 10:23:40 +0000 (11:23 +0100)]
Fix double escaping of date markup in note feed
John Firebaugh [Mon, 6 May 2013 19:50:46 +0000 (12:50 -0700)]
Switch to stable branch
John Firebaugh [Mon, 6 May 2013 19:32:48 +0000 (12:32 -0700)]
Update to iD 1.0.0
Tom Hughes [Mon, 6 May 2013 10:09:17 +0000 (11:09 +0100)]
Replace some inline javascript with a UJS solution
Tom Hughes [Mon, 6 May 2013 09:47:49 +0000 (10:47 +0100)]
Style the "view details" link in search results
Dan Stowell [Sat, 4 May 2013 09:22:12 +0000 (10:22 +0100)]
Append "view details" link to Nominatim search results
Tom Hughes [Sun, 5 May 2013 16:28:57 +0000 (17:28 +0100)]
Show node coordinates in the right place
Leo Koppelkamm [Sun, 5 May 2013 15:52:12 +0000 (17:52 +0200)]
Fix browse view display issues in medium width windows
Floats are evil - using inline-block instead makes the whole thing
easier and more stable.
Leo Koppelkamm [Sun, 5 May 2013 15:17:59 +0000 (17:17 +0200)]
Show icons in browse history views
Leo Koppelkamm [Sun, 5 May 2013 15:07:47 +0000 (17:07 +0200)]
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.
John Firebaugh [Fri, 3 May 2013 18:06:16 +0000 (11:06 -0700)]
Update iD, set locale
John Firebaugh [Sat, 27 Apr 2013 00:54:38 +0000 (17:54 -0700)]
Selecting relations is now supported
John Firebaugh [Mon, 22 Apr 2013 23:23:29 +0000 (16:23 -0700)]
Fix search result link behavior (systemed/iD#1329)
John Firebaugh [Fri, 19 Apr 2013 22:34:06 +0000 (15:34 -0700)]
Support maximize/minimize (systemed/iD#1327)
John Firebaugh [Fri, 19 Apr 2013 22:31:32 +0000 (15:31 -0700)]
Update iD
John Firebaugh [Fri, 19 Apr 2013 21:45:06 +0000 (14:45 -0700)]
Load search result locations in iD
John Firebaugh [Thu, 18 Apr 2013 22:40:07 +0000 (15:40 -0700)]
Fix search results display (systemed/iD#1328)
John Firebaugh [Thu, 18 Apr 2013 21:57:25 +0000 (14:57 -0700)]
Call updatelinks when map moves
Fixes systemed/iD#1330.
John Firebaugh [Thu, 18 Apr 2013 21:30:22 +0000 (14:30 -0700)]
Fix edit links on browse and changeset pages
John Firebaugh [Wed, 17 Apr 2013 23:36:09 +0000 (16:36 -0700)]
Update iD; clean up OAuth configuration
Tom MacWright [Mon, 1 Apr 2013 21:19:15 +0000 (17:19 -0400)]
Add iD editor
iD sources live in vendor/assets/iD, and are managed with
vendorer, using the "rewrite" functionality to replace relative
paths in the CSS with <%= asset_path(…) %> directives.
To avoid needing to namespace all of its CSS classes, iD
is embedded via an iframe.
To setup, edit application.yml to include an `id_key` key.
(It can use the same consumer key as P2 if you like.)
Tom Hughes [Wed, 1 May 2013 09:01:24 +0000 (10:01 +0100)]
Stop attribution control wrapping on layers with attribution text
Tom Hughes [Wed, 1 May 2013 08:26:05 +0000 (09:26 +0100)]
Make "add note" cope with base layer changes
Tom MacWright [Mon, 29 Apr 2013 20:12:16 +0000 (16:12 -0400)]
Fix note formatting
Prevents note coordinates from falling to the next line on the browse page.
Tom Hughes [Mon, 29 Apr 2013 18:26:03 +0000 (19:26 +0100)]
Make the notification mails for notes show when a note is resolved
Tom Hughes [Mon, 29 Apr 2013 16:20:21 +0000 (17:20 +0100)]
Disable dragging of new notes once they are submitted
Tom Hughes [Mon, 29 Apr 2013 09:49:19 +0000 (10:49 +0100)]
Handle empty arguments when computing the OAuth base string
Tom MacWright [Sun, 28 Apr 2013 16:45:12 +0000 (11:45 -0500)]
Reset Leaflet styles so that the OSM color scheme is more uniform.
Also makes note input fields shorter - 100px tall - by default.
Tom Hughes [Sun, 28 Apr 2013 17:37:37 +0000 (18:37 +0100)]
Remove unused CSS rule
Siebrand Mazeland [Sun, 28 Apr 2013 17:55:31 +0000 (17:55 +0000)]
Localisation updates from http://translatewiki.net.
Tom MacWright [Sat, 27 Apr 2013 22:53:28 +0000 (17:53 -0500)]
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.
Tom Hughes [Sun, 28 Apr 2013 09:41:28 +0000 (10:41 +0100)]
Swap older and newer
Tom Hughes [Sun, 28 Apr 2013 09:39:56 +0000 (10:39 +0100)]
Update ohauth and switch to using the new headerGenerator method
Tom Hughes [Sun, 28 Apr 2013 09:36:53 +0000 (10:36 +0100)]
Add a mailmap file to normalise names/addresses
Yuki Shira [Sat, 27 Apr 2013 23:38:57 +0000 (08:38 +0900)]
Replace trace.trace_paging_nav.previous/next by older/newer
Tom Hughes [Sat, 27 Apr 2013 15:47:25 +0000 (16:47 +0100)]
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.
Tom Hughes [Sat, 27 Apr 2013 11:20:16 +0000 (12:20 +0100)]
Encode parameters correctly when building an OAuth base string
Parameter key and value escaping needs to use the extended algorithm
from the OAuth specification, not the standard URI escaping algorithm
so we need to escape !, ', *, ( and ) characters.
Tom Hughes [Sat, 27 Apr 2013 10:51:51 +0000 (11:51 +0100)]
Replace the title in the note popup with a permalink
Tom Hughes [Sat, 27 Apr 2013 10:31:02 +0000 (11:31 +0100)]
Reduce corner radius on all leaflet popups
Tom Hughes [Sat, 27 Apr 2013 10:23:58 +0000 (11:23 +0100)]
Increase whitespace between comments in the note popup
Tom Hughes [Sat, 27 Apr 2013 10:15:32 +0000 (11:15 +0100)]
Cancel any existing object load before starting a new one