Commit graph

507 commits

Author SHA1 Message Date
Tom Hughes
9b04fb5789 Enable compression for object history API calls. 2007-08-09 11:41:38 +00:00
Tom Hughes
183841d10e Return "404 Not Found" for users and traces which don't exist. 2007-08-09 07:45:04 +00:00
Tom Hughes
07ad4a36ea Use the rails paginator to paginate the trace list, and abstract some
common template code into a partial.
2007-08-08 23:58:37 +00:00
Tom Hughes
96eea9da7f Put the link to the map key back. 2007-08-08 23:08:28 +00:00
Tom Hughes
a2ffd990fb Link to new search help page. 2007-08-08 21:23:37 +00:00
Tom Hughes
d77e5f9d4d Ignore timeouts doing IP geolocation. 2007-08-08 21:09:26 +00:00
Tom Hughes
e8b724b12a Reduce font size in search results. 2007-08-08 17:22:33 +00:00
Tom Hughes
4ac48d2cb5 Cope with results from the OSM Namefinder that have no name. 2007-08-08 17:05:28 +00:00
Tom Hughes
5ffb6950cc Use David Earl's arrow icon to show the position of a search result. 2007-08-08 16:57:09 +00:00
Tom Hughes
6706ca3c50 Use IP GeoLocation to choose a default view for the slippy map if
we don't have any better ideas.
2007-08-08 12:37:16 +00:00
Tom Hughes
c1f1b99cdc Update OpenSearch plugin to work with new search system. 2007-08-08 08:47:29 +00:00
Tom Hughes
f3c7511643 Add some help to the search box. 2007-08-08 08:29:31 +00:00
Tom Hughes
bb43a46bab Only use the actual name that matched as the link, which helps to highlight it. 2007-08-07 23:51:02 +00:00
Tom Hughes
eb6114617c Add an explicit message when no results are found for a given source. 2007-08-07 23:25:35 +00:00
Tom Hughes
1be46302e4 Recognise UK postcodes with a space in the middle. 2007-08-07 23:20:25 +00:00
Tom Hughes
2408dd333f Add a marker to the map when clicking on a search result. 2007-08-07 23:17:13 +00:00
Tom Hughes
bac37f29d2 Cope with the OSM NameFinder returning a result with no nearby places. 2007-08-07 17:29:27 +00:00
Tom Hughes
3bae3e6881 Remove old geocoder views and add new one. 2007-08-07 17:14:27 +00:00
Tom Hughes
6c02cd4b5f Commit SteveC's removal of the mappam ads. 2007-08-07 17:12:29 +00:00
Tom Hughes
397db07d65 New improved geocoder with extra added AJAX and OSM Namefinder support. 2007-08-07 17:09:37 +00:00
Tom Hughes
e8809a10f5 Ran "rake rails:update" to update resources to latest rails 1.2.3 ones. 2007-08-06 07:53:41 +00:00
Richard Fairhurst
57aeccccc8 various bugfixes, new natural presets 2007-08-03 12:09:24 +00:00
Tom Hughes
0eee4fecbe Fix counting of tagged ways, and handle having more users in the days
columns than the other columns.
2007-08-01 16:05:13 +00:00
Tom Hughes
d34bc8cb52 Fix the "number of users editing..." table. 2007-08-01 15:19:45 +00:00
Tom Hughes
500e6e687f 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
2007-08-01 15:15:06 +00:00
Tom Hughes
dc09bde7f7 Only count visible objects. 2007-08-01 14:42:58 +00:00
Tom Hughes
21c21ccd9c Add a statistics script to replace the horrid (and not in the
repository) one we're using at the moment.
2007-08-01 12:38:53 +00:00
Tom Hughes
8b0e3c1515 Removed unused preferences method from the user controller - the field
no longer exists anyway so it was not at all useful.
2007-07-31 08:21:16 +00:00
Tom Hughes
9f5e4b2b5a Removed unused HTTP status code definitions - we now use the Rails ones. 2007-07-30 23:16:13 +00:00
Tom Hughes
f66f1441ae Switch to storing sessions in the database. 2007-07-30 23:06:31 +00:00
Tom Hughes
87a673e74c Add migration to create session table in the database. 2007-07-30 22:59:20 +00:00
Tom Hughes
7f92d533d0 Give up after reporting that the query found too many nodes. 2007-07-30 21:09:58 +00:00
Tom Hughes
f601f014ca New database migration to cleanup lots of things. 2007-07-29 19:30:11 +00:00
Tom Hughes
1ff72de318 Bloomin Americans that can't spell... 2007-07-29 16:26:57 +00:00
Tom Hughes
7e6a315104 Fix typo. 2007-07-29 16:25:13 +00:00
Tom Hughes
cbb7d97405 Add support for displaying a map covering a specified bounding box. 2007-07-29 14:26:42 +00:00
Tom Hughes
9634ab8fc1 Remember which layers are active in the cookie and URLs. 2007-07-29 14:06:04 +00:00
Tom Hughes
04488fec2c Back out previous change, and use the name in the "Posted by" line to
link to the user details instead.
2007-07-28 19:08:52 +00:00
Tom Hughes
52e58e77c8 Link to a user's details from their diary page. 2007-07-28 19:06:07 +00:00
Tom Hughes
c9f52b3726 Fix links to users' diaries. 2007-07-28 19:02:49 +00:00
Tom Hughes
c409bc5a7d Show an edit link on the trace details page, and use the same zoom level
as the trace list.
2007-07-28 16:49:46 +00:00
Tom Hughes
05f7261763 Add missing quote. 2007-07-28 16:47:22 +00:00
Tom Hughes
da950bbfb4 Add a link to a user's home location if they have one. 2007-07-28 16:39:44 +00:00
Tom Hughes
997aaf1f1a Provide separate map and edit links for each trace. 2007-07-28 16:35:23 +00:00
Tom Hughes
10e13b8fea Use a cookie to remember the last location viewed on the slippy map. 2007-07-28 00:07:31 +00:00
Tom Hughes
985047f18d User null to indicate the the user's home location is not set. 2007-07-27 17:46:01 +00:00
Tom Hughes
79457cd43e Factor out loading of the various fixtures needed to test API calls
into a shared method.
2007-07-27 08:47:35 +00:00
Tom Hughes
c1089f6149 Load way fixtures so segment delete tests will fail when segments
are in use.
2007-07-27 08:29:13 +00:00
Tom Hughes
3b751f79b8 Handle segments which do not exist correctly and indicate that the
preconditions for the way are not met.
2007-07-27 08:16:12 +00:00
Frederik Ramm
efc4c6f85d added more tests 2007-07-26 22:05:51 +00:00