]>
git.openstreetmap.org Git - rails.git/log
Tom Hughes [Fri, 15 Jun 2007 13:47:08 +0000 (13:47 +0000)]
Allow access to all zoom levels again.
Tom Hughes [Fri, 15 Jun 2007 13:36:28 +0000 (13:36 +0000)]
Don't try and apply pngfix to OpenLayers tile images.
Tom Hughes [Fri, 15 Jun 2007 13:11:05 +0000 (13:11 +0000)]
Upgrade OpenLayers to the 2.4 release.
Tom Hughes [Fri, 15 Jun 2007 13:03:30 +0000 (13:03 +0000)]
Don't load pngfix.js on IE7 as it isn't needed.
Tom Hughes [Fri, 15 Jun 2007 11:28:58 +0000 (11:28 +0000)]
Fix rm call to actually work...
Tom Hughes [Thu, 14 Jun 2007 23:55:26 +0000 (23:55 +0000)]
When a new user confirms their email address, log them automatically and
redirect them to their account page so they can set their home location
and description if they want.
Tom Hughes [Thu, 14 Jun 2007 23:09:07 +0000 (23:09 +0000)]
Make as executable.
Tom Hughes [Thu, 14 Jun 2007 23:04:17 +0000 (23:04 +0000)]
Check for GPX files to import every five minutes.
Tom Hughes [Thu, 14 Jun 2007 23:03:41 +0000 (23:03 +0000)]
Add a daemon to cleanup stale sessions.
Tom Hughes [Thu, 14 Jun 2007 09:29:32 +0000 (09:29 +0000)]
Don't try and update links on nodes whose names match member functions
of the JavaScript Array object...
Tom Hughes [Wed, 13 Jun 2007 10:02:37 +0000 (10:02 +0000)]
Make sure we always put a valid URL on the edit tab, and allow switching
to the editor to work from z11 instead of z14 as that is what Potlatch
supports.
Also fix default zooms for Potlatch when no position is given.
Tom Hughes [Tue, 12 Jun 2007 16:51:12 +0000 (16:51 +0000)]
Add the search boxes to the edit page.
Tom Hughes [Tue, 12 Jun 2007 16:16:49 +0000 (16:16 +0000)]
Be a bit more intelligent when trying to update the arguments on a link.
Tom Hughes [Tue, 12 Jun 2007 10:13:15 +0000 (10:13 +0000)]
Set the lat and long on the view and edit tabs when the map is loaded.
Tom Hughes [Tue, 12 Jun 2007 08:52:19 +0000 (08:52 +0000)]
Improve reporting of errors in GPX uploads, and allow private traces
to be uploaded once again.
Tom Hughes [Tue, 12 Jun 2007 00:28:53 +0000 (00:28 +0000)]
Allow users to change their password from the account page, and get rid
of the separate edit page that (partially) duplicated the account page.
Tom Hughes [Mon, 11 Jun 2007 23:56:38 +0000 (23:56 +0000)]
Make field names consistent with the account editing page.
Tom Hughes [Mon, 11 Jun 2007 23:49:03 +0000 (23:49 +0000)]
Improve handling of login/logout some more to improve the chances of
us ending up on the right page afterwards.
Dan Karran [Mon, 11 Jun 2007 21:51:22 +0000 (21:51 +0000)]
Adding routes for overall diary RSS, user-specific diary RSS, language-specific global diary RSS (both to come still) and messaging inbox (to come still).
Dan Karran [Mon, 11 Jun 2007 21:42:00 +0000 (21:42 +0000)]
Adding RSS feed to main diary page, with space for lat/long info to be associated with each post in the future, though that needs adding still.
Dan Karran [Mon, 11 Jun 2007 21:23:03 +0000 (21:23 +0000)]
left a bit in previous commit that shouldn't have been there.
Dan Karran [Mon, 11 Jun 2007 21:19:25 +0000 (21:19 +0000)]
#499: Making GeoRSS class more reusable and stopping geotags being added if there is no geodata to be represented. The only reference I can find to code using this class currently is the GPX GeoRSS generator which doesn't specify any parameters, so it shouldn't matter that I have added a title parameter before the description parameter.
Richard Fairhurst [Mon, 11 Jun 2007 14:43:06 +0000 (14:43 +0000)]
remove timeout
Tom Hughes [Mon, 11 Jun 2007 08:59:33 +0000 (08:59 +0000)]
Make sure we get the display name from the database when building
the form submission URL as the user might just have tried to change
it in which case the one in the user object will be the new one.
Tom Hughes [Mon, 11 Jun 2007 08:43:47 +0000 (08:43 +0000)]
Don't allow [/;.,?] to be used in display names, as those are used as
separator characters by rails when routing, which means a display name
containing them will not work as part of a URL.
Tom Hughes [Sun, 10 Jun 2007 23:51:23 +0000 (23:51 +0000)]
Make next and previous links on user/XXX/traces work. Fixes #501.
Tom Hughes [Sun, 10 Jun 2007 23:40:35 +0000 (23:40 +0000)]
Avoid warnings about spaces in method calls.
Tom Hughes [Sun, 10 Jun 2007 23:25:41 +0000 (23:25 +0000)]
Use messages.empty? instead of the deprecated has_messages? method.
Tom Hughes [Sun, 10 Jun 2007 23:22:56 +0000 (23:22 +0000)]
User form_tag/end instead of start_form_tag/end_form_tag to avoid
deprecation warnings.
Richard Fairhurst [Sun, 10 Jun 2007 17:42:19 +0000 (17:42 +0000)]
start editing at the correct lat/lon, not slightly off
Tom Hughes [Sun, 10 Jun 2007 16:29:15 +0000 (16:29 +0000)]
Use params[] instead of @params[] to avoid deprecation warnings.
Dan Karran [Sun, 10 Jun 2007 13:57:17 +0000 (13:57 +0000)]
Link OSM logo in site layout to the site's homepage (default map view).
Tom Hughes [Sun, 10 Jun 2007 09:08:22 +0000 (09:08 +0000)]
Only validate the presence of a description on create as we have old
records in the database with no description.
Tom Hughes [Sun, 10 Jun 2007 08:13:03 +0000 (08:13 +0000)]
Change server_settings to smtp_settings to avoid deprecation warning.
Tom Hughes [Sat, 9 Jun 2007 23:34:50 +0000 (23:34 +0000)]
Refactor GPX import code to make reimporting old traces easier.
Tom Hughes [Sat, 9 Jun 2007 23:08:18 +0000 (23:08 +0000)]
Mark user as active when issuing a new password - this allows users who
forgot to activate their account to do so by going through the lost password
procedure, which effectively revalidates their email address.
Tom Hughes [Sat, 9 Jun 2007 22:56:18 +0000 (22:56 +0000)]
Validate passwords properly when creating an account. Fixes #419.
Dan Karran [Sat, 9 Jun 2007 21:41:48 +0000 (21:41 +0000)]
#374: changing W3C geo tags to use 'long' instead of 'lon', per spec.
Dan Karran [Sat, 9 Jun 2007 20:47:37 +0000 (20:47 +0000)]
Allow the page titles to be edited by other parts of the app.
Richard Fairhurst [Fri, 8 Jun 2007 17:37:54 +0000 (17:37 +0000)]
unwayed segments fix
Richard Fairhurst [Fri, 8 Jun 2007 16:30:02 +0000 (16:30 +0000)]
warning/retry uploads if server is being dozy
Richard Fairhurst [Fri, 8 Jun 2007 10:40:26 +0000 (10:40 +0000)]
TomH's way history patch
Richard Fairhurst [Fri, 8 Jun 2007 10:36:36 +0000 (10:36 +0000)]
Extra check that nodes/segments in ways are visible
Nick Black [Fri, 8 Jun 2007 09:21:36 +0000 (09:21 +0000)]
announcement for SOTM to site on front page
Dan Karran [Thu, 7 Jun 2007 14:36:13 +0000 (14:36 +0000)]
#493: tweaking some notification messages in user_controller.
Richard Fairhurst [Thu, 7 Jun 2007 09:18:23 +0000 (09:18 +0000)]
start of unwayed segments support
Steve Coast [Thu, 7 Jun 2007 00:38:09 +0000 (00:38 +0000)]
fix based from TomH-Home
Richard Fairhurst [Wed, 6 Jun 2007 09:59:59 +0000 (09:59 +0000)]
Latest Potlatch, plus TomH's GPX fix
Richard Fairhurst [Mon, 4 Jun 2007 08:57:13 +0000 (08:57 +0000)]
TomH's 500 patch
Dirk-Lüder Kreie [Thu, 31 May 2007 12:33:51 +0000 (12:33 +0000)]
rm double "this"
Steve Coast [Tue, 29 May 2007 23:25:41 +0000 (23:25 +0000)]
various things from TomH
Richard Fairhurst [Mon, 28 May 2007 20:04:52 +0000 (20:04 +0000)]
queue uploads; better tolerance on click vs drag
Richard Fairhurst [Mon, 28 May 2007 19:06:42 +0000 (19:06 +0000)]
no longer deletes nodes used in other segments ('H' test case)
Richard Fairhurst [Mon, 28 May 2007 14:54:50 +0000 (14:54 +0000)]
TomH's patches
John McKerrell [Mon, 28 May 2007 14:52:06 +0000 (14:52 +0000)]
Hiding the element and then, shortly after, redisplaying it makes IE6 re-render
things correctly.
Damian Sulewski [Sat, 26 May 2007 20:58:33 +0000 (20:58 +0000)]
applied TomH patch for lost password site
Steve Coast [Thu, 24 May 2007 11:20:16 +0000 (11:20 +0000)]
apply patch from TomH for #477 and dont require http auth on GET to the API.
Steve Coast [Tue, 22 May 2007 11:22:17 +0000 (11:22 +0000)]
return a blank 0.4 osm xml doc when on data found
Richard Fairhurst [Mon, 21 May 2007 16:53:36 +0000 (16:53 +0000)]
update timestamp/uid in current_ways
Richard Fairhurst [Mon, 21 May 2007 00:10:28 +0000 (00:10 +0000)]
direction of new ways fixed
Richard Fairhurst [Sun, 20 May 2007 21:43:53 +0000 (21:43 +0000)]
big nodes especially for SteveC
Richard Fairhurst [Sun, 20 May 2007 21:26:54 +0000 (21:26 +0000)]
whichways now only returns visible ways
Steve Coast [Sun, 20 May 2007 21:10:51 +0000 (21:10 +0000)]
various ruby bits
Nick Whitelegg [Sun, 20 May 2007 09:57:26 +0000 (09:57 +0000)]
Steve Coast [Sat, 19 May 2007 21:20:53 +0000 (21:20 +0000)]
patch from Martijn van Oosterhout
Nick Whitelegg [Sat, 19 May 2007 11:54:45 +0000 (11:54 +0000)]
Updated potlatch preset tags for bridleway and byway
Richard Fairhurst [Fri, 18 May 2007 16:45:10 +0000 (16:45 +0000)]
workaround for paths in Potlatch getpresets, plus diary link
Richard Fairhurst [Fri, 18 May 2007 16:41:41 +0000 (16:41 +0000)]
zoom
Richard Fairhurst [Fri, 18 May 2007 15:20:31 +0000 (15:20 +0000)]
Potlatch-on-Rails, ready to go (fingers crossed)
Robert (Jamie) Munro [Wed, 16 May 2007 13:56:58 +0000 (13:56 +0000)]
Added message about editor not working yet.
Steve Coast [Mon, 14 May 2007 01:51:14 +0000 (01:51 +0000)]
back out eager way_tag loading as it wasn't getting all tags?
Steve Coast [Mon, 14 May 2007 00:51:36 +0000 (00:51 +0000)]
do wot john said innit - eagerly load tags in the map call for ways
Robert (Jamie) Munro [Sun, 13 May 2007 14:06:55 +0000 (14:06 +0000)]
Made way controller return text/xml instead of text/html. Fixes #450
Also fixed some line endings and trailing spaces.
Steve Coast [Sat, 12 May 2007 20:38:57 +0000 (20:38 +0000)]
up the suicide age
Steve Coast [Thu, 10 May 2007 22:14:11 +0000 (22:14 +0000)]
various gpx bits
Steve Coast [Thu, 10 May 2007 20:17:29 +0000 (20:17 +0000)]
api fixes
Steve Coast [Thu, 10 May 2007 19:37:33 +0000 (19:37 +0000)]
updates to api
Steve Coast [Thu, 10 May 2007 18:51:37 +0000 (18:51 +0000)]
bring checks back
John McKerrell [Thu, 10 May 2007 14:07:37 +0000 (14:07 +0000)]
Added trackpoint serving support to 0.4 API
Steve Coast [Wed, 9 May 2007 17:31:11 +0000 (17:31 +0000)]
various fixes
Richard Fairhurst [Tue, 8 May 2007 22:15:19 +0000 (22:15 +0000)]
nickw's auth stuff, plus some optimisations. If f--king svn finally commits this after five hours of error messages I will be really very happy
Nick Black [Tue, 8 May 2007 12:41:04 +0000 (12:41 +0000)]
fixes ticket 434
John McKerrell [Tue, 8 May 2007 08:38:12 +0000 (08:38 +0000)]
Making sure all the "nearest" mappers are displayed instead of just one.
Fixing the styling of the popup to retain its rounded edges.
Steve Coast [Tue, 8 May 2007 07:53:39 +0000 (07:53 +0000)]
return blank <osm> if no nodes found
Richard Fairhurst [Tue, 8 May 2007 00:37:58 +0000 (00:37 +0000)]
Potlatch on Rails, first working version
John McKerrell [Mon, 7 May 2007 18:52:41 +0000 (18:52 +0000)]
Reverting previous whoopsy, setting development hostname back to the correct value.
John McKerrell [Mon, 7 May 2007 18:47:38 +0000 (18:47 +0000)]
Clicking on nearby markers displays a popup showing the name of the mapper with a link to their page.
A similar popup is shown for your own marker.
Checkbox added for updating your own position, checked if you haven't set a location yet, unchecked by default if you have.
John McKerrell [Mon, 7 May 2007 18:45:41 +0000 (18:45 +0000)]
Arbitrary doctype added to force browsers out of quirksmode.
John McKerrell [Mon, 7 May 2007 18:45:10 +0000 (18:45 +0000)]
Typo in IE6 fix made it not work quite right.
Nick Black [Mon, 7 May 2007 17:20:33 +0000 (17:20 +0000)]
fixed the ticket 432
Nick Black [Mon, 7 May 2007 15:22:15 +0000 (15:22 +0000)]
changed to migrations and updated readme
Steve Coast [Mon, 7 May 2007 15:00:33 +0000 (15:00 +0000)]
cleanup
Nick Black [Mon, 7 May 2007 14:51:19 +0000 (14:51 +0000)]
added more info to postcode lookup as requested in ticket 427
Nick Black [Mon, 7 May 2007 14:28:11 +0000 (14:28 +0000)]
fixed the 'zooom' typo
Nick Black [Mon, 7 May 2007 14:14:51 +0000 (14:14 +0000)]
fixed user messaging stuff
Steve Coast [Mon, 7 May 2007 14:09:15 +0000 (14:09 +0000)]
move the map up to the form
Steve Coast [Mon, 7 May 2007 13:51:47 +0000 (13:51 +0000)]
add explicit garbage collection
Nick Black [Mon, 7 May 2007 13:33:44 +0000 (13:33 +0000)]
fixed so user email is not displayed
John McKerrell [Mon, 7 May 2007 11:19:22 +0000 (11:19 +0000)]
Added single line fix for IE7/Safari and many line fix for IE6.
Nick Black [Sun, 6 May 2007 10:36:06 +0000 (10:36 +0000)]
added messaging and friend stuff that wasn't checked in