]> git.openstreetmap.org Git - rails.git/log
rails.git
16 years agoAdd the lighttpd configuration to subversion.
Tom Hughes [Thu, 9 Aug 2007 12:08:39 +0000 (12:08 +0000)]
Add the lighttpd configuration to subversion.

16 years agoEnable compression for object history API calls.
Tom Hughes [Thu, 9 Aug 2007 11:41:38 +0000 (11:41 +0000)]
Enable compression for object history API calls.

16 years agoReturn "404 Not Found" for users and traces which don't exist.
Tom Hughes [Thu, 9 Aug 2007 07:45:04 +0000 (07:45 +0000)]
Return "404 Not Found" for users and traces which don't exist.

16 years agoUse the rails paginator to paginate the trace list, and abstract some
Tom Hughes [Wed, 8 Aug 2007 23:58:37 +0000 (23:58 +0000)]
Use the rails paginator to paginate the trace list, and abstract some
common template code into a partial.

16 years agoPut the link to the map key back.
Tom Hughes [Wed, 8 Aug 2007 23:08:28 +0000 (23:08 +0000)]
Put the link to the map key back.

16 years agoLink to new search help page.
Tom Hughes [Wed, 8 Aug 2007 21:23:37 +0000 (21:23 +0000)]
Link to new search help page.

16 years agoIgnore timeouts doing IP geolocation.
Tom Hughes [Wed, 8 Aug 2007 21:09:26 +0000 (21:09 +0000)]
Ignore timeouts doing IP geolocation.

16 years agoReduce font size in search results.
Tom Hughes [Wed, 8 Aug 2007 17:22:33 +0000 (17:22 +0000)]
Reduce font size in search results.

16 years agoCope with results from the OSM Namefinder that have no name.
Tom Hughes [Wed, 8 Aug 2007 17:05:28 +0000 (17:05 +0000)]
Cope with results from the OSM Namefinder that have no name.

16 years agoUse David Earl's arrow icon to show the position of a search result.
Tom Hughes [Wed, 8 Aug 2007 16:57:09 +0000 (16:57 +0000)]
Use David Earl's arrow icon to show the position of a search result.

16 years agoUse IP GeoLocation to choose a default view for the slippy map if
Tom Hughes [Wed, 8 Aug 2007 12:37:16 +0000 (12:37 +0000)]
Use IP GeoLocation to choose a default view for the slippy map if
we don't have any better ideas.

16 years agoUpdate OpenSearch plugin to work with new search system.
Tom Hughes [Wed, 8 Aug 2007 08:47:29 +0000 (08:47 +0000)]
Update OpenSearch plugin to work with new search system.

16 years agoAdd some help to the search box.
Tom Hughes [Wed, 8 Aug 2007 08:29:31 +0000 (08:29 +0000)]
Add some help to the search box.

16 years agoOnly use the actual name that matched as the link, which helps to highlight it.
Tom Hughes [Tue, 7 Aug 2007 23:51:02 +0000 (23:51 +0000)]
Only use the actual name that matched as the link, which helps to highlight it.

16 years agoAdd an explicit message when no results are found for a given source.
Tom Hughes [Tue, 7 Aug 2007 23:25:35 +0000 (23:25 +0000)]
Add an explicit message when no results are found for a given source.

16 years agoRecognise UK postcodes with a space in the middle.
Tom Hughes [Tue, 7 Aug 2007 23:20:25 +0000 (23:20 +0000)]
Recognise UK postcodes with a space in the middle.

16 years agoAdd a marker to the map when clicking on a search result.
Tom Hughes [Tue, 7 Aug 2007 23:17:13 +0000 (23:17 +0000)]
Add a marker to the map when clicking on a search result.

16 years agoCope with the OSM NameFinder returning a result with no nearby places.
Tom Hughes [Tue, 7 Aug 2007 17:29:27 +0000 (17:29 +0000)]
Cope with the OSM NameFinder returning a result with no nearby places.

16 years agoRemove old geocoder views and add new one.
Tom Hughes [Tue, 7 Aug 2007 17:14:27 +0000 (17:14 +0000)]
Remove old geocoder views and add new one.

16 years agoCommit SteveC's removal of the mappam ads.
Tom Hughes [Tue, 7 Aug 2007 17:12:29 +0000 (17:12 +0000)]
Commit SteveC's removal of the mappam ads.

16 years agoNew improved geocoder with extra added AJAX and OSM Namefinder support.
Tom Hughes [Tue, 7 Aug 2007 17:09:37 +0000 (17:09 +0000)]
New improved geocoder with extra added AJAX and OSM Namefinder support.

16 years agoRan "rake rails:update" to update resources to latest rails 1.2.3 ones.
Tom Hughes [Mon, 6 Aug 2007 07:53:41 +0000 (07:53 +0000)]
Ran "rake rails:update" to update resources to latest rails 1.2.3 ones.

16 years agovarious bugfixes, new natural presets
Richard Fairhurst [Fri, 3 Aug 2007 12:09:24 +0000 (12:09 +0000)]
various bugfixes, new natural presets

16 years agoFix counting of tagged ways, and handle having more users in the days
Tom Hughes [Wed, 1 Aug 2007 16:05:13 +0000 (16:05 +0000)]
Fix counting of tagged ways, and handle having more users in the days
columns than the other columns.

16 years agoFix the "number of users editing..." table.
Tom Hughes [Wed, 1 Aug 2007 15:19:45 +0000 (15:19 +0000)]
Fix the "number of users editing..." table.

16 years agoSome statistics improvements:
Tom Hughes [Wed, 1 Aug 2007 15:15:06 +0000 (15:15 +0000)]
Some statistics improvements:

  - Show top 50 GPX uploaders, not just top 10
  - Show counts for editors again
  - Show all editors for the last day, not just top 60

16 years agoOnly count visible objects.
Tom Hughes [Wed, 1 Aug 2007 14:42:58 +0000 (14:42 +0000)]
Only count visible objects.

16 years agoAdd a statistics script to replace the horrid (and not in the
Tom Hughes [Wed, 1 Aug 2007 12:38:53 +0000 (12:38 +0000)]
Add a statistics script to replace the horrid (and not in the
repository) one we're using at the moment.

16 years agoRemoved unused preferences method from the user controller - the field
Tom Hughes [Tue, 31 Jul 2007 08:21:16 +0000 (08:21 +0000)]
Removed unused preferences method from the user controller - the field
no longer exists anyway so it was not at all useful.

16 years agoRemoved unused HTTP status code definitions - we now use the Rails ones.
Tom Hughes [Mon, 30 Jul 2007 23:16:13 +0000 (23:16 +0000)]
Removed unused HTTP status code definitions - we now use the Rails ones.

16 years agoSwitch to storing sessions in the database.
Tom Hughes [Mon, 30 Jul 2007 23:06:31 +0000 (23:06 +0000)]
Switch to storing sessions in the database.

16 years agoAdd migration to create session table in the database.
Tom Hughes [Mon, 30 Jul 2007 22:59:20 +0000 (22:59 +0000)]
Add migration to create session table in the database.

16 years agoGive up after reporting that the query found too many nodes.
Tom Hughes [Mon, 30 Jul 2007 21:09:58 +0000 (21:09 +0000)]
Give up after reporting that the query found too many nodes.

16 years agoNew database migration to cleanup lots of things.
Tom Hughes [Sun, 29 Jul 2007 19:30:11 +0000 (19:30 +0000)]
New database migration to cleanup lots of things.

16 years agoBloomin Americans that can't spell...
Tom Hughes [Sun, 29 Jul 2007 16:26:57 +0000 (16:26 +0000)]
Bloomin Americans that can't spell...

16 years agoFix typo.
Tom Hughes [Sun, 29 Jul 2007 16:25:13 +0000 (16:25 +0000)]
Fix typo.

16 years agoAdd support for displaying a map covering a specified bounding box.
Tom Hughes [Sun, 29 Jul 2007 14:26:42 +0000 (14:26 +0000)]
Add support for displaying a map covering a specified bounding box.

16 years agoRemember which layers are active in the cookie and URLs.
Tom Hughes [Sun, 29 Jul 2007 14:06:04 +0000 (14:06 +0000)]
Remember which layers are active in the cookie and URLs.

16 years agoBack out previous change, and use the name in the "Posted by" line to
Tom Hughes [Sat, 28 Jul 2007 19:08:52 +0000 (19:08 +0000)]
Back out previous change, and use the name in the "Posted by" line to
link to the user details instead.

16 years agoLink to a user's details from their diary page.
Tom Hughes [Sat, 28 Jul 2007 19:06:07 +0000 (19:06 +0000)]
Link to a user's details from their diary page.

16 years agoFix links to users' diaries.
Tom Hughes [Sat, 28 Jul 2007 19:02:49 +0000 (19:02 +0000)]
Fix links to users' diaries.

16 years agoShow an edit link on the trace details page, and use the same zoom level
Tom Hughes [Sat, 28 Jul 2007 16:49:46 +0000 (16:49 +0000)]
Show an edit link on the trace details page, and use the same zoom level
as the trace list.

16 years agoAdd missing quote.
Tom Hughes [Sat, 28 Jul 2007 16:47:22 +0000 (16:47 +0000)]
Add missing quote.

16 years agoAdd a link to a user's home location if they have one.
Tom Hughes [Sat, 28 Jul 2007 16:39:44 +0000 (16:39 +0000)]
Add a link to a user's home location if they have one.

16 years agoProvide separate map and edit links for each trace.
Tom Hughes [Sat, 28 Jul 2007 16:35:23 +0000 (16:35 +0000)]
Provide separate map and edit links for each trace.

16 years agoUse a cookie to remember the last location viewed on the slippy map.
Tom Hughes [Sat, 28 Jul 2007 00:07:31 +0000 (00:07 +0000)]
Use a cookie to remember the last location viewed on the slippy map.

16 years agoUser null to indicate the the user's home location is not set.
Tom Hughes [Fri, 27 Jul 2007 17:46:01 +0000 (17:46 +0000)]
User null to indicate the the user's home location is not set.

16 years agoFactor out loading of the various fixtures needed to test API calls
Tom Hughes [Fri, 27 Jul 2007 08:47:35 +0000 (08:47 +0000)]
Factor out loading of the various fixtures needed to test API calls
into a shared method.

16 years agoLoad way fixtures so segment delete tests will fail when segments
Tom Hughes [Fri, 27 Jul 2007 08:29:13 +0000 (08:29 +0000)]
Load way fixtures so segment delete tests will fail when segments
are in use.

16 years agoHandle segments which do not exist correctly and indicate that the
Tom Hughes [Fri, 27 Jul 2007 08:16:12 +0000 (08:16 +0000)]
Handle segments which do not exist correctly and indicate that the
preconditions for the way are not met.

16 years agoadded more tests
Frederik Ramm [Thu, 26 Jul 2007 22:05:51 +0000 (22:05 +0000)]
added more tests

16 years agoAdd a flag to allow the API to be placed in read-only mode.
Tom Hughes [Thu, 26 Jul 2007 17:15:23 +0000 (17:15 +0000)]
Add a flag to allow the API to be placed in read-only mode.

16 years agoMake the search calls a bit more efficient and add some limits on the
Tom Hughes [Thu, 26 Jul 2007 14:30:54 +0000 (14:30 +0000)]
Make the search calls a bit more efficient and add some limits on the
number of result objects we are prepared to return.

16 years agoMake the API consistent about whether object names are plural in
Tom Hughes [Thu, 26 Jul 2007 14:24:08 +0000 (14:24 +0000)]
Make the API consistent about whether object names are plural in
search calls.

16 years agomove zoom in one level by default
Steve Coast [Wed, 25 Jul 2007 08:34:37 +0000 (08:34 +0000)]
move zoom in one level by default

16 years agoAdd some basic tests for nodes.
Tom Hughes [Tue, 24 Jul 2007 22:58:16 +0000 (22:58 +0000)]
Add some basic tests for nodes.

16 years agoUse SQL schemas, as ruby can't cope with the things we do...
Tom Hughes [Tue, 24 Jul 2007 22:57:59 +0000 (22:57 +0000)]
Use SQL schemas, as ruby can't cope with the things we do...

16 years agoways from unwayed segments now automatically fix segment direction
Richard Fairhurst [Sun, 22 Jul 2007 22:52:46 +0000 (22:52 +0000)]
ways from unwayed segments now automatically fix segment direction

16 years agoDon't include deleted segments when converting unwayed segments to ways.
Tom Hughes [Sun, 22 Jul 2007 11:33:01 +0000 (11:33 +0000)]
Don't include deleted segments when converting unwayed segments to ways.

16 years agoLog calls to the makeway method.
Tom Hughes [Sun, 22 Jul 2007 11:30:43 +0000 (11:30 +0000)]
Log calls to the makeway method.

16 years agoexperimental 'make ways out of unwayed segments' feature
Richard Fairhurst [Sat, 21 Jul 2007 21:07:40 +0000 (21:07 +0000)]
experimental 'make ways out of unwayed segments' feature

16 years agodrag newly created points
Richard Fairhurst [Sat, 21 Jul 2007 14:05:20 +0000 (14:05 +0000)]
drag newly created points

16 years agoDon't fill in from_display_name for messages - it can be got by
Tom Hughes [Fri, 20 Jul 2007 08:07:09 +0000 (08:07 +0000)]
Don't fill in from_display_name for messages - it can be got by
joining to the user table using from_user_id so is going to be
dropped.

16 years agoDon't bother setting user_id for each tracepoint - it is redundant as
Tom Hughes [Fri, 20 Jul 2007 07:51:46 +0000 (07:51 +0000)]
Don't bother setting user_id for each tracepoint - it is redundant as
the same information can be found by joining to gpx_files. It is also
never used, so the column is going to be removed.

16 years agosmarter whichways behaviour, couple of small bugfixes
Richard Fairhurst [Thu, 19 Jul 2007 20:37:05 +0000 (20:37 +0000)]
smarter whichways behaviour, couple of small bugfixes

16 years agoEscape names passed to ws.geonames.org as part of the URL.
Tom Hughes [Thu, 19 Jul 2007 15:14:34 +0000 (15:14 +0000)]
Escape names passed to ws.geonames.org as part of the URL.

16 years agoFixed error handling in the name search and tidied things up a bit.
Tom Hughes [Thu, 19 Jul 2007 13:22:15 +0000 (13:22 +0000)]
Fixed error handling in the name search and tidied things up a bit.

16 years agoDon't include passwords in the request log.
Tom Hughes [Thu, 19 Jul 2007 08:57:03 +0000 (08:57 +0000)]
Don't include passwords in the request log.

16 years agoUse a full path to find the file command.
Tom Hughes [Wed, 18 Jul 2007 08:37:46 +0000 (08:37 +0000)]
Use a full path to find the file command.

16 years agoImprove MIME type determination for trace files.
Tom Hughes [Tue, 17 Jul 2007 14:45:04 +0000 (14:45 +0000)]
Improve MIME type determination for trace files.

16 years agoProvide a more sensible suggested filename when downloading traces.
Tom Hughes [Tue, 17 Jul 2007 14:34:22 +0000 (14:34 +0000)]
Provide a more sensible suggested filename when downloading traces.

16 years agoRemove SOTM advert from site.
Tom Hughes [Mon, 16 Jul 2007 23:23:08 +0000 (23:23 +0000)]
Remove SOTM advert from site.

16 years agoAllow the map centre and marker position to be set independently.
Tom Hughes [Mon, 16 Jul 2007 09:42:17 +0000 (09:42 +0000)]
Allow the map centre and marker position to be set independently.

16 years agoFix exception handling in GPX importer.
Tom Hughes [Mon, 16 Jul 2007 06:17:05 +0000 (06:17 +0000)]
Fix exception handling in GPX importer.

16 years agostrip out any control characters before writing to the db
Richard Fairhurst [Fri, 13 Jul 2007 09:46:39 +0000 (09:46 +0000)]
strip out any control characters before writing to the db

16 years agofix problematic merge
Richard Fairhurst [Sat, 7 Jul 2007 13:26:17 +0000 (13:26 +0000)]
fix problematic merge

16 years agoDisable asset tagging to get better caching of assets.
Tom Hughes [Fri, 6 Jul 2007 13:47:13 +0000 (13:47 +0000)]
Disable asset tagging to get better caching of assets.

16 years agoAdd OpenSearch search plugins from Jono to the site. Fixes #506.
Tom Hughes [Thu, 5 Jul 2007 18:00:30 +0000 (18:00 +0000)]
Add OpenSearch search plugins from Jono to the site. Fixes #506.

16 years agoRestore favicon.
Tom Hughes [Thu, 5 Jul 2007 15:36:21 +0000 (15:36 +0000)]
Restore favicon.

16 years agoHandle public flag for GPX creation properly.
Tom Hughes [Mon, 2 Jul 2007 23:38:13 +0000 (23:38 +0000)]
Handle public flag for GPX creation properly.

16 years agoRefactor GPX creation routines to share common code.
Tom Hughes [Mon, 2 Jul 2007 23:33:28 +0000 (23:33 +0000)]
Refactor GPX creation routines to share common code.

16 years agoRemove scripts for old slippy map which are no longer used.
Tom Hughes [Sat, 30 Jun 2007 16:30:28 +0000 (16:30 +0000)]
Remove scripts for old slippy map which are no longer used.

16 years agoMake the slippy map work properly on IE7 at last!
Tom Hughes [Sat, 30 Jun 2007 15:47:35 +0000 (15:47 +0000)]
Make the slippy map work properly on IE7 at last!

16 years agoFix some HTML validation issue.
Tom Hughes [Sat, 30 Jun 2007 12:09:28 +0000 (12:09 +0000)]
Fix some HTML validation issue.

16 years agoUse Math.PI instead of defining it ourselves (and sometimes forgetting).
Tom Hughes [Sat, 30 Jun 2007 11:25:53 +0000 (11:25 +0000)]
Use Math.PI instead of defining it ourselves (and sometimes forgetting).

16 years agoBring some sort of sanity to sequence numbers for segments in a
Tom Hughes [Fri, 29 Jun 2007 23:00:27 +0000 (23:00 +0000)]
Bring some sort of sanity to sequence numbers for segments in a
way - now everything starts counting at one again and nothing starts
at zero.

16 years agoWith much assistance from kleptog, make the map wrap when zoomed right out.
Tom Hughes [Fri, 29 Jun 2007 15:43:14 +0000 (15:43 +0000)]
With much assistance from kleptog, make the map wrap when zoomed right out.

16 years agoOnly do mappam for www.openstreetmap.org and openstreetmap.org to stop
Tom Hughes [Fri, 29 Jun 2007 14:54:55 +0000 (14:54 +0000)]
Only do mappam for www.openstreetmap.org and openstreetmap.org to stop
the annoying "wrong API key" errors popping up all the time on my test
environment.

16 years agoRemove require_user for the api_details method as that uses HTTP authentication.
Tom Hughes [Fri, 29 Jun 2007 10:33:14 +0000 (10:33 +0000)]
Remove require_user for the api_details method as that uses HTTP authentication.
Also set the content type for API responses.

16 years agoadd mappam... also stuff in user controller that must have been done by TomH?
Steve Coast [Fri, 29 Jun 2007 10:18:08 +0000 (10:18 +0000)]
add mappam... also stuff in user controller that must have been done by TomH?

16 years agoMake sure we clear the tags and segments for a way when it is deleted.
Tom Hughes [Wed, 27 Jun 2007 23:44:40 +0000 (23:44 +0000)]
Make sure we clear the tags and segments for a way when it is deleted.

Also remove some redundant setting of timestamps that will be overwritten
by the model when saving.

16 years agoMake passwords with a colon in them work.
Tom Hughes [Wed, 27 Jun 2007 18:46:23 +0000 (18:46 +0000)]
Make passwords with a colon in them work.

16 years agoMake negative caching of users work.
Tom Hughes [Wed, 27 Jun 2007 18:16:04 +0000 (18:16 +0000)]
Make negative caching of users work.

16 years agoFix deprecation warning.
Tom Hughes [Wed, 27 Jun 2007 18:09:31 +0000 (18:09 +0000)]
Fix deprecation warning.

16 years agoMore search fixes...
Tom Hughes [Wed, 27 Jun 2007 17:48:05 +0000 (17:48 +0000)]
More search fixes...

16 years agoFix way search.
Tom Hughes [Wed, 27 Jun 2007 17:45:00 +0000 (17:45 +0000)]
Fix way search.

16 years agoSplit the rest action into sparate read, update and delete actions thus
Tom Hughes [Wed, 27 Jun 2007 17:27:10 +0000 (17:27 +0000)]
Split the rest action into sparate read, update and delete actions thus
allowing authorization to be done on a per-action basis without worring
about the method. This should make the user API work.

Also do a lot of cleanup of the controllers.

16 years agouse render proc to write out results, see if that makes things faster
Richard Fairhurst [Wed, 27 Jun 2007 10:18:55 +0000 (10:18 +0000)]
use render proc to write out results, see if that makes things faster

16 years agoFix breakage.
Tom Hughes [Wed, 27 Jun 2007 07:54:09 +0000 (07:54 +0000)]
Fix breakage.

16 years agoAdd more logging...
Tom Hughes [Wed, 27 Jun 2007 07:52:58 +0000 (07:52 +0000)]
Add more logging...