]> git.openstreetmap.org Git - rails.git/log
rails.git
13 years agolink to the foundation
Andy Allan [Mon, 20 Dec 2010 15:10:45 +0000 (15:10 +0000)]
link to the foundation

13 years agoRemove link to the shop - it's not a very big part of openstreetmap
Andy Allan [Mon, 20 Dec 2010 15:07:21 +0000 (15:07 +0000)]
Remove link to the shop - it's not a very big part of openstreetmap

13 years agoNews blog -> Community blogs
Andy Allan [Mon, 20 Dec 2010 15:05:47 +0000 (15:05 +0000)]
News blog -> Community blogs

I suspect the text came from pointing at opengeodata.org in a bygone era.

13 years agoUse a list for the main menu, rather than br-separated links
Andy Allan [Mon, 20 Dec 2010 14:50:15 +0000 (14:50 +0000)]
Use a list for the main menu, rather than br-separated links

13 years agoPadding / margin updates for the introduction sidebar panel
Andy Allan [Mon, 20 Dec 2010 14:47:31 +0000 (14:47 +0000)]
Padding / margin updates for the introduction sidebar panel

13 years agoOnly shut down the current process when the memory limit is reached
Tom Hughes [Sun, 19 Dec 2010 00:15:24 +0000 (00:15 +0000)]
Only shut down the current process when the memory limit is reached

Contrary to what the ruby documentation says, sending a signal
to PID 0 actually signals the whole process group, not just the
current process. So use Process.pid to make sure we only signal
the current process.

13 years agoAdded tabindex="1" for search input on the main side
Philipp Borgers [Sat, 18 Dec 2010 17:08:33 +0000 (18:08 +0100)]
Added tabindex="1" for search input on the main side

13 years agoRestore the transitionEffect on the OpenStreetMap layers
Tom Hughes [Sat, 18 Dec 2010 14:50:07 +0000 (14:50 +0000)]
Restore the transitionEffect on the OpenStreetMap layers

The OSM map layers used to have transitionEffect set but it was
accidentally lost during the OL 2.8 upgrade.

13 years agoUpdate Potlatch 2 to r24796 build
Tom Hughes [Sat, 18 Dec 2010 11:49:57 +0000 (11:49 +0000)]
Update Potlatch 2 to r24796 build

13 years agoRounded corners baby
Andy Allan [Fri, 17 Dec 2010 17:28:27 +0000 (17:28 +0000)]
Rounded corners baby

13 years agoMake the search box 17% longer, yay!
Andy Allan [Fri, 17 Dec 2010 17:27:56 +0000 (17:27 +0000)]
Make the search box 17% longer, yay!

13 years agoReduce the margins on the sidebar
Andy Allan [Fri, 17 Dec 2010 17:12:29 +0000 (17:12 +0000)]
Reduce the margins on the sidebar

13 years agoShow the latest changeset for each of the contacts on the user page
Andy Allan [Fri, 17 Dec 2010 13:36:53 +0000 (13:36 +0000)]
Show the latest changeset for each of the contacts on the user page

13 years agoUse configuration variables for limiting nearby users, and bump the number to 30
Andy Allan [Fri, 17 Dec 2010 13:18:26 +0000 (13:18 +0000)]
Use configuration variables for limiting nearby users, and bump the number to 30

13 years agoFix the popup image - was updated in OL 2.10 release with a new size
Andy Allan [Thu, 16 Dec 2010 19:09:11 +0000 (19:09 +0000)]
Fix the popup image - was updated in OL 2.10 release with a new size

13 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Thu, 16 Dec 2010 15:25:34 +0000 (16:25 +0100)]
Localisation updates from http://translatewiki.net.

13 years agoUpdate Potlatch 2 to r24750 build
Tom Hughes [Tue, 14 Dec 2010 21:21:42 +0000 (21:21 +0000)]
Update Potlatch 2 to r24750 build

13 years agoAdd support for the tileurl parameter to Potlatch 2
Tom Hughes [Tue, 14 Dec 2010 21:19:08 +0000 (21:19 +0000)]
Add support for the tileurl parameter to Potlatch 2

13 years agoRequire i18n 0.4.1 specifically as some later versions don't work
Tom Hughes [Tue, 14 Dec 2010 21:14:42 +0000 (21:14 +0000)]
Require i18n 0.4.1 specifically as some later versions don't work

13 years agoAdd support for conditional deletes in changeset uploads
Tom Hughes [Mon, 13 Dec 2010 00:21:47 +0000 (00:21 +0000)]
Add support for conditional deletes in changeset uploads

A delete element in an osmChange upload can now have an if-unused
attribute to indicate that the delete should not be done if the
object is still in use.

13 years agoAllow the client to request errors as an XML document
Tom Hughes [Sun, 12 Dec 2010 16:58:34 +0000 (16:58 +0000)]
Allow the client to request errors as an XML document

13 years agoChannel all error reporting through report_error
Tom Hughes [Sun, 12 Dec 2010 16:25:01 +0000 (16:25 +0000)]
Channel all error reporting through report_error

13 years agoUpdate Potlatch 2 to r24694 build
Tom Hughes [Sat, 11 Dec 2010 00:11:39 +0000 (00:11 +0000)]
Update Potlatch 2 to r24694 build

13 years agoUpdate Potlatch 2 to r24693 build
Tom Hughes [Fri, 10 Dec 2010 22:20:38 +0000 (22:20 +0000)]
Update Potlatch 2 to r24693 build

13 years agoRelative URLs seem to upset OAuth so use the host from the request
Tom Hughes [Fri, 10 Dec 2010 14:20:24 +0000 (14:20 +0000)]
Relative URLs seem to upset OAuth so use the host from the request

13 years agoUse relative URLs rather than hard coding the server name
Tom Hughes [Fri, 10 Dec 2010 13:32:06 +0000 (13:32 +0000)]
Use relative URLs rather than hard coding the server name

13 years agoUpdate Potlatch 2 to r24663 build
Tom Hughes [Thu, 9 Dec 2010 12:08:35 +0000 (12:08 +0000)]
Update Potlatch 2 to r24663 build

13 years agoFix invalid vertical-align in stylesheet
Tom Hughes [Tue, 7 Dec 2010 11:06:54 +0000 (11:06 +0000)]
Fix invalid vertical-align in stylesheet

13 years agoMake sure deleted relations are crossed out when browsing a changeset
Tom Hughes [Wed, 8 Dec 2010 12:44:19 +0000 (12:44 +0000)]
Make sure deleted relations are crossed out when browsing a changeset

13 years agoUpdate Potlatch 2 to r24636 build
Tom Hughes [Tue, 7 Dec 2010 00:27:50 +0000 (00:27 +0000)]
Update Potlatch 2 to r24636 build

13 years agoUpdate Potlatch 2 to r24608 build
Tom Hughes [Mon, 6 Dec 2010 10:00:25 +0000 (10:00 +0000)]
Update Potlatch 2 to r24608 build

13 years agoUpdate expected GPS namespace in tests
Shaun McDonald [Mon, 6 Dec 2010 00:30:05 +0000 (00:30 +0000)]
Update expected GPS namespace in tests

Update tests to expect the correct GPX namespace URL to reflect the
change made in 7369b7427c3df17314cfa5e9f69bedd78f760047 ane make the
tests pass again.

13 years agoAvoid integer overflow when computing shortcodes
Matt Amos [Sun, 5 Dec 2010 11:00:57 +0000 (11:00 +0000)]
Avoid integer overflow when computing shortcodes

Although javascript's numbers are double precision floating point
number which support 52 bits of precision the bitwise operations are
only guaranteed to work at 32 bits of precision so we need to avoid
relying on them doing more than that.

13 years agoUpdate Potlatch 2 to r24576 build
Tom Hughes [Sat, 4 Dec 2010 14:44:50 +0000 (14:44 +0000)]
Update Potlatch 2 to r24576 build

13 years agoAdd a javascript callback for Potlatch 2 to update links as the map moves
Tom Hughes [Fri, 3 Dec 2010 15:08:48 +0000 (15:08 +0000)]
Add a javascript callback for Potlatch 2 to update links as the map moves

13 years agoUpdate Potlatch 2 to r24558 build
Tom Hughes [Fri, 3 Dec 2010 15:01:28 +0000 (15:01 +0000)]
Update Potlatch 2 to r24558 build

13 years agoRemove bogus trailing slash from GPX namespace URL
Tom Hughes [Thu, 2 Dec 2010 19:23:38 +0000 (19:23 +0000)]
Remove bogus trailing slash from GPX namespace URL

13 years agoNew highway icons for Potlatch 2
Tom Hughes [Thu, 2 Dec 2010 11:35:54 +0000 (11:35 +0000)]
New highway icons for Potlatch 2

13 years agoUpdate Potlatch 2 to r24500 build
Tom Hughes [Wed, 1 Dec 2010 16:23:42 +0000 (16:23 +0000)]
Update Potlatch 2 to r24500 build

13 years agoUpdate Potlatch 2 to r24494 build
Tom Hughes [Wed, 1 Dec 2010 12:50:59 +0000 (12:50 +0000)]
Update Potlatch 2 to r24494 build

13 years agoUpdate Potlatch 2 to r24490 build
Tom Hughes [Wed, 1 Dec 2010 10:33:31 +0000 (10:33 +0000)]
Update Potlatch 2 to r24490 build

13 years agoFix test for change to editor options
Tom Hughes [Wed, 1 Dec 2010 09:27:12 +0000 (09:27 +0000)]
Fix test for change to editor options

13 years agoReplace JOSM editing option with generic Remote Control option
Tom Hughes [Wed, 1 Dec 2010 09:25:27 +0000 (09:25 +0000)]
Replace JOSM editing option with generic Remote Control option

13 years agoUpdate Potlatch 2 to r24483 build
Tom Hughes [Tue, 30 Nov 2010 21:39:40 +0000 (21:39 +0000)]
Update Potlatch 2 to r24483 build

13 years agoImprove the unsaved edits warning for Potlatch 2
Tom Hughes [Tue, 30 Nov 2010 21:12:21 +0000 (21:12 +0000)]
Improve the unsaved edits warning for Potlatch 2

13 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Tue, 30 Nov 2010 20:28:21 +0000 (21:28 +0100)]
Localisation updates from http://translatewiki.net.

13 years agoUpdate Potlatch 2 to r24481 build
Tom Hughes [Tue, 30 Nov 2010 20:27:39 +0000 (20:27 +0000)]
Update Potlatch 2 to r24481 build

13 years agoUpdate Potlatch 2 to r24477 build
Tom Hughes [Tue, 30 Nov 2010 18:04:59 +0000 (18:04 +0000)]
Update Potlatch 2 to r24477 build

13 years agoAdd the Bing imagery to Potlatch 2
Tom Hughes [Tue, 30 Nov 2010 17:40:25 +0000 (17:40 +0000)]
Add the Bing imagery to Potlatch 2

13 years agoMake setPosition reposition Potlatch 2 instead of reloading it
Tom Hughes [Tue, 30 Nov 2010 17:18:16 +0000 (17:18 +0000)]
Make setPosition reposition Potlatch 2 instead of reloading it

13 years agoMake launching of Potlatch 2 from the GPS trace list work
Tom Hughes [Tue, 30 Nov 2010 17:11:49 +0000 (17:11 +0000)]
Make launching of Potlatch 2 from the GPS trace list work

13 years agoWire up maximise/minimise support for Potlatch 2
Tom Hughes [Tue, 30 Nov 2010 17:05:49 +0000 (17:05 +0000)]
Wire up maximise/minimise support for Potlatch 2

13 years agoUpdate Potlatch 2 to r24474 build
Tom Hughes [Tue, 30 Nov 2010 17:02:03 +0000 (17:02 +0000)]
Update Potlatch 2 to r24474 build

13 years agoCorrect a few interpolation variables in the Turkish translation
Tom Hughes [Tue, 30 Nov 2010 08:57:54 +0000 (08:57 +0000)]
Correct a few interpolation variables in the Turkish translation

13 years agoFixup tests for changes to multi-editor functionality
Tom Hughes [Mon, 29 Nov 2010 21:19:01 +0000 (21:19 +0000)]
Fixup tests for changes to multi-editor functionality

13 years agoHide the edit menu when printing
Tom Hughes [Mon, 29 Nov 2010 20:59:59 +0000 (20:59 +0000)]
Hide the edit menu when printing

13 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Mon, 29 Nov 2010 16:16:20 +0000 (17:16 +0100)]
Localisation updates from http://translatewiki.net.

13 years agoUpdate Potlatch 2 to r24454 build
Tom Hughes [Mon, 29 Nov 2010 12:14:12 +0000 (12:14 +0000)]
Update Potlatch 2 to r24454 build

13 years agoUpdate Potlatch 2 to r24423 build
Tom Hughes [Sat, 27 Nov 2010 00:05:36 +0000 (00:05 +0000)]
Update Potlatch 2 to r24423 build

13 years agoUpdate Potlatch 2 to r24332 build
Tom Hughes [Mon, 22 Nov 2010 16:43:56 +0000 (16:43 +0000)]
Update Potlatch 2 to r24332 build

13 years agoUpdate Potlatch 2 to r24317 build
Tom Hughes [Sun, 21 Nov 2010 08:44:29 +0000 (08:44 +0000)]
Update Potlatch 2 to r24317 build

13 years agoUse prototype based event handling for consistency
Tom Hughes [Wed, 17 Nov 2010 16:31:03 +0000 (16:31 +0000)]
Use prototype based event handling for consistency

13 years agoDon't display the menu when the anchor is disabled
Tom Hughes [Wed, 17 Nov 2010 15:52:08 +0000 (15:52 +0000)]
Don't display the menu when the anchor is disabled

13 years agoUse prototype to capture events so the menus work on IE
Tom Hughes [Wed, 17 Nov 2010 15:47:59 +0000 (15:47 +0000)]
Use prototype to capture events so the menus work on IE

13 years agoAdd an explicit "default editor" option to the user settings
Tom Hughes [Tue, 16 Nov 2010 21:13:29 +0000 (21:13 +0000)]
Add an explicit "default editor" option to the user settings

13 years agoUpdate Potlatch 2 styles
Tom Hughes [Tue, 16 Nov 2010 20:18:47 +0000 (20:18 +0000)]
Update Potlatch 2 styles

13 years agoUpdate Potlatch 2 to r24252 build
Tom Hughes [Tue, 16 Nov 2010 09:36:21 +0000 (09:36 +0000)]
Update Potlatch 2 to r24252 build

13 years agoImplement automatic OAuth setup for Potlatch 2
Tom Hughes [Tue, 16 Nov 2010 00:50:12 +0000 (00:50 +0000)]
Implement automatic OAuth setup for Potlatch 2

13 years agoWarn if we fail to contact JOSM
Tom Hughes [Mon, 15 Nov 2010 09:34:09 +0000 (09:34 +0000)]
Warn if we fail to contact JOSM

13 years agoShow a popup listing available editors when hovering over the edit tab
Tom Hughes [Mon, 15 Nov 2010 00:44:17 +0000 (00:44 +0000)]
Show a popup listing available editors when hovering over the edit tab

13 years agoOnly Potlatch 1 needs a token to be created
Tom Hughes [Sun, 14 Nov 2010 17:36:46 +0000 (17:36 +0000)]
Only Potlatch 1 needs a token to be created

13 years agoMake JOSM remote control based editing work
Tom Hughes [Sun, 14 Nov 2010 17:35:08 +0000 (17:35 +0000)]
Make JOSM remote control based editing work

13 years agoAdd Potlatch 2 as an editor option
Tom Hughes [Sun, 14 Nov 2010 14:44:35 +0000 (14:44 +0000)]
Add Potlatch 2 as an editor option

13 years agoInitial work on support for multiple editors
Matt Amos [Sun, 14 Nov 2010 12:40:44 +0000 (12:40 +0000)]
Initial work on support for multiple editors

13 years agoDon't show user navigation links for non-public users
Tom Hughes [Tue, 23 Nov 2010 09:30:22 +0000 (09:30 +0000)]
Don't show user navigation links for non-public users

The changeset browser pages should not show the per-user navigation links
for changesets made by users that have not made their edits public.

13 years agoProtect against interception of confirmation emails
Tom Hughes [Mon, 15 Nov 2010 21:41:32 +0000 (21:41 +0000)]
Protect against interception of confirmation emails

When processing an account confirmation email don't automatically
log the user in unless their browser session has a token that
matches the same user. Closes #3337.

13 years agoDB Function add standard pgsql include dir too
Grant Slater [Fri, 12 Nov 2010 15:31:44 +0000 (15:31 +0000)]
DB Function add standard pgsql include dir too

13 years agoHide the scale bar when printing
Tom Hughes [Tue, 9 Nov 2010 14:29:05 +0000 (14:29 +0000)]
Hide the scale bar when printing

13 years agoAdd a scale bar that changes with latitude (from OpenLayers 2.10)
Andy Allan [Tue, 9 Nov 2010 14:18:16 +0000 (14:18 +0000)]
Add a scale bar that changes with latitude (from OpenLayers 2.10)

13 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Sun, 7 Nov 2010 20:55:58 +0000 (21:55 +0100)]
Localisation updates from http://translatewiki.net.

13 years agoAllow the Nominatim instance used to be configured
Tom Hughes [Tue, 2 Nov 2010 10:40:43 +0000 (10:40 +0000)]
Allow the Nominatim instance used to be configured

13 years agoLocalisation updates from http://translatewiki.net.
Siebrand Mazeland [Thu, 28 Oct 2010 23:35:34 +0000 (01:35 +0200)]
Localisation updates from http://translatewiki.net.

13 years agoLocalisation updates from http://translatewiki.net
Siebrand Mazeland [Mon, 18 Oct 2010 19:35:37 +0000 (21:35 +0200)]
Localisation updates from http://translatewiki.net

13 years agoRemove duplicate (and inconsistent) title from the map key
Tom Hughes [Thu, 14 Oct 2010 17:11:56 +0000 (18:11 +0100)]
Remove duplicate (and inconsistent) title from the map key

The map key had a heading in the title bar space and then another
inconsistent one inside the sidebar - the second one has been removed.

The tooltop for the map key link has also been improved.

13 years agoHandle attempts to agree terms by users with validation errors better
Tom Hughes [Tue, 12 Oct 2010 19:34:49 +0000 (20:34 +0100)]
Handle attempts to agree terms by users with validation errors better

13 years agoThere are five trace fixtures now
Tom Hughes [Mon, 11 Oct 2010 22:35:44 +0000 (23:35 +0100)]
There are five trace fixtures now

13 years agoMake trace API a proper CRUD API like other object types
Tom Hughes [Mon, 11 Oct 2010 22:09:27 +0000 (23:09 +0100)]
Make trace API a proper CRUD API like other object types

13 years agoInclude description and tags in GPX details API response
Tom Hughes [Mon, 11 Oct 2010 18:10:42 +0000 (19:10 +0100)]
Include description and tags in GPX details API response

13 years agoMake permalinks draggable
Tom Hughes [Mon, 11 Oct 2010 07:39:05 +0000 (08:39 +0100)]
Make permalinks draggable

Move the div containing the permalinks outside the map div so that
they aren't affected by the OpenLayers event handlers and hence get
the normal drag handling for links. Closes #3251.

13 years agoThe read flag is a boolean
Tom Hughes [Fri, 8 Oct 2010 14:25:10 +0000 (15:25 +0100)]
The read flag is a boolean

13 years agoFix for postgres boolean support
Tom Hughes [Fri, 8 Oct 2010 11:27:37 +0000 (12:27 +0100)]
Fix for postgres boolean support

13 years agoInterplation variable names shouldn't be translated...
Tom Hughes [Mon, 4 Oct 2010 20:47:31 +0000 (21:47 +0100)]
Interplation variable names shouldn't be translated...

13 years agoAllow users to send themselves a new confirmation email
Tom Hughes [Mon, 4 Oct 2010 20:38:02 +0000 (21:38 +0100)]
Allow users to send themselves a new confirmation email

Add a method which generates a new confirmation email, and provide
links to it from appropriate places.

13 years agoInvite users to fill in their profile after confirming an account
Tom Hughes [Mon, 4 Oct 2010 18:45:26 +0000 (19:45 +0100)]
Invite users to fill in their profile after confirming an account

13 years agoImprove the flash message shown after a user signs up
Tom Hughes [Mon, 4 Oct 2010 18:10:00 +0000 (19:10 +0100)]
Improve the flash message shown after a user signs up

Make the message a bit more friendly and include the email address
the confirmation was sent to.

13 years agoUse javascript to automatically submit confirmation forms
Tom Hughes [Mon, 4 Oct 2010 16:47:56 +0000 (17:47 +0100)]
Use javascript to automatically submit confirmation forms

In order to avoid forcing the user to press a confirm button, whilst
still not running into the problems we used to have with virus scanners
activating accounts we use javascript to hide and then automatically
submit the confirmation form.

13 years agoLocalisation updates from http://translatewiki.net
Siebrand Mazeland [Sun, 3 Oct 2010 20:36:22 +0000 (22:36 +0200)]
Localisation updates from http://translatewiki.net

13 years agoUpdate the airport tag to use the standard aeroway=aerodrome
Shaun McDonald [Wed, 29 Sep 2010 09:51:47 +0000 (10:51 +0100)]
Update the airport tag to use the standard aeroway=aerodrome

Update the airport tag to use the standard aeroway=aerodrome instead
of the amenity=airport as pointed out on potlatch-dev mailing list.

13 years agoRequire a specific version of the oauth plugin
Tom Hughes [Fri, 24 Sep 2010 10:02:41 +0000 (11:02 +0100)]
Require a specific version of the oauth plugin

It looks likely that the API  will change in future versions of
the oauth plugin, so require a known working version for now.

13 years agoDisplay the verifier if OAuth 1.0a is being used in OOB mode
Tom Hughes [Mon, 20 Sep 2010 20:44:54 +0000 (21:44 +0100)]
Display the verifier if OAuth 1.0a is being used in OOB mode