]> git.openstreetmap.org Git - rails.git/log
rails.git
16 years agoFill in the tile ID before saving a trace point. Also add appropriate
Tom Hughes [Wed, 12 Sep 2007 14:33:37 +0000 (14:33 +0000)]
Fill in the tile ID before saving a trace point. Also add appropriate
validation to the tracepoint model.

16 years agorails_port_0.5/006_remove_segments_helper: Ignore more tags when deciding which segme...
Gabriel Ebner [Wed, 12 Sep 2007 14:08:42 +0000 (14:08 +0000)]
rails_port_0.5/006_remove_segments_helper: Ignore more tags when deciding which segments to convert.

16 years agoDropping duplicate GPS points is very expensive and rarely finds
Tom Hughes [Wed, 12 Sep 2007 13:49:58 +0000 (13:49 +0000)]
Dropping duplicate GPS points is very expensive and rarely finds
anything much to drop, so don't bother.

16 years agoUse QuadTiling in GPS point queries.
Tom Hughes [Wed, 12 Sep 2007 12:14:45 +0000 (12:14 +0000)]
Use QuadTiling in GPS point queries.

16 years agoPotlatch v0.2a: display GPS traces, some bugfixes
Richard Fairhurst [Wed, 12 Sep 2007 10:07:26 +0000 (10:07 +0000)]
Potlatch v0.2a: display GPS traces, some bugfixes

16 years agoQuadTile infrastructure.
Tom Hughes [Tue, 11 Sep 2007 23:55:25 +0000 (23:55 +0000)]
QuadTile infrastructure.

16 years agoSend an email notification out when a new message is waiting on the site for you.
Dan Karran [Wed, 5 Sep 2007 22:27:22 +0000 (22:27 +0000)]
Send an email notification out when a new message is waiting on the site for you.

16 years agoUse BETWEEN for the node selection in the map API call as MySQL seems to
Tom Hughes [Wed, 5 Sep 2007 17:20:09 +0000 (17:20 +0000)]
Use BETWEEN for the node selection in the map API call as MySQL seems to
process it more efficiently.

16 years agoHiding new diary entry map by default to save some space, allowing people to expand...
Dan Karran [Wed, 5 Sep 2007 17:18:18 +0000 (17:18 +0000)]
Hiding new diary entry map by default to save some space, allowing people to expand it if desired.

16 years agoDon't bother deleting points which don't exist before importing a
Tom Hughes [Tue, 4 Sep 2007 16:22:03 +0000 (16:22 +0000)]
Don't bother deleting points which don't exist before importing a
trace - this avoids locking the table in the common case where there
are no points to delete.

16 years agoa few message prettyness things
Steve Coast [Tue, 4 Sep 2007 14:20:42 +0000 (14:20 +0000)]
a few message prettyness things

16 years agoRevert SteveC's edit as blank title are now banned.
Tom Hughes [Tue, 4 Sep 2007 14:08:17 +0000 (14:08 +0000)]
Revert SteveC's edit as blank title are now banned.

16 years agoAdd extra validation to messages and diary entries.
Tom Hughes [Tue, 4 Sep 2007 14:05:13 +0000 (14:05 +0000)]
Add extra validation to messages and diary entries.

16 years agolink to 'no subject' if message title/subject is blank
Steve Coast [Tue, 4 Sep 2007 13:43:31 +0000 (13:43 +0000)]
link to 'no subject' if message title/subject is blank

16 years agoAdding geo microformat to trace viewing pages.
Dan Karran [Mon, 3 Sep 2007 22:40:04 +0000 (22:40 +0000)]
Adding geo microformat to trace viewing pages.

16 years agoAllow people to add coordinates to diary entries, add them to the RSS feeds and diary...
Dan Karran [Mon, 3 Sep 2007 22:37:42 +0000 (22:37 +0000)]
Allow people to add coordinates to diary entries, add them to the RSS feeds and diary display pages using geo microformat.

16 years agoAdding 'New diary post' link to main Users' diaries page to help logged-in users...
Dan Karran [Mon, 3 Sep 2007 20:46:34 +0000 (20:46 +0000)]
Adding 'New diary post' link to main Users' diaries page to help logged-in users find how to post.

16 years agolatest Yahoo Maps API seems to be more reliable
Richard Fairhurst [Sun, 2 Sep 2007 17:51:03 +0000 (17:51 +0000)]
latest Yahoo Maps API seems to be more reliable

16 years agotypo
Richard Fairhurst [Sun, 2 Sep 2007 13:55:51 +0000 (13:55 +0000)]
typo

16 years agofix dragging, add some new pois (already!)
Richard Fairhurst [Sun, 2 Sep 2007 13:42:47 +0000 (13:42 +0000)]
fix dragging, add some new pois (already!)

16 years agoPotlatch v0.2 with POI editing
Richard Fairhurst [Sun, 2 Sep 2007 13:09:10 +0000 (13:09 +0000)]
Potlatch v0.2 with POI editing

16 years agoGet the timestamp outside the transactionso everything can see it.
Tom Hughes [Sat, 1 Sep 2007 06:48:59 +0000 (06:48 +0000)]
Get the timestamp outside the transactionso everything can see it.

16 years agoFix typo.
Tom Hughes [Sat, 1 Sep 2007 06:39:10 +0000 (06:39 +0000)]
Fix typo.

16 years agoSplit the transaction used for ways so that we recover more cleanly
Tom Hughes [Fri, 31 Aug 2007 23:10:33 +0000 (23:10 +0000)]
Split the transaction used for ways so that we recover more cleanly
without leaving rubbish in the database.

16 years agochanged from nd id=... to nd ref=...
Frederik Ramm [Fri, 31 Aug 2007 22:33:27 +0000 (22:33 +0000)]
changed from nd id=... to nd ref=...

16 years agoAdd the deadlock_retry plugin.
Tom Hughes [Fri, 31 Aug 2007 18:37:22 +0000 (18:37 +0000)]
Add the deadlock_retry plugin.

16 years agoLet exceptions propagate to the default handler for ways so they are logged.
Tom Hughes [Fri, 31 Aug 2007 18:10:44 +0000 (18:10 +0000)]
Let exceptions propagate to the default handler for ways so they are logged.

16 years agoDon't allow Potlatch to be started with a zoom below 11.
Tom Hughes [Fri, 31 Aug 2007 12:57:32 +0000 (12:57 +0000)]
Don't allow Potlatch to be started with a zoom below 11.

16 years agoSplit the createuniquenodes query in two as MySQL was choosing a very
Tom Hughes [Fri, 31 Aug 2007 11:14:40 +0000 (11:14 +0000)]
Split the createuniquenodes query in two as MySQL was choosing a very
bad execution plan for it with the OR condition.

16 years agoAllow exceptions processing node and segment requests to propagate and
Tom Hughes [Fri, 31 Aug 2007 10:11:15 +0000 (10:11 +0000)]
Allow exceptions processing node and segment requests to propagate and
be handled by the default handler so they are logged.

16 years agorails_port_0.5: 006_remove_segments:
Gabriel Ebner [Thu, 30 Aug 2007 17:23:34 +0000 (17:23 +0000)]
rails_port_0.5: 006_remove_segments:
- Don't run the helper if there are no segments.
- s/DELETE FROM/TRUNCATE/

16 years agorails_port: Fix warnings in 006_remove_segments_helper.
Gabriel Ebner [Thu, 30 Aug 2007 14:54:36 +0000 (14:54 +0000)]
rails_port: Fix warnings in 006_remove_segments_helper.

16 years agoThe search help has now moved to the Search page on the wiki, which
Tom Hughes [Thu, 30 Aug 2007 10:59:02 +0000 (10:59 +0000)]
The search help has now moved to the Search page on the wiki, which
previously contained out of date information on searching.

16 years agoSetup the layers before adding any marker so that the marker layer
Tom Hughes [Thu, 30 Aug 2007 10:42:32 +0000 (10:42 +0000)]
Setup the layers before adding any marker so that the marker layer
will get turned on if it was off in the layers string.

16 years agoMerge commit 'git-svn'
Gabriel Ebner [Thu, 30 Aug 2007 09:29:34 +0000 (09:29 +0000)]
Merge commit 'git-svn'

16 years agorenamed entity leftovers
Frederik Ramm [Thu, 30 Aug 2007 09:23:50 +0000 (09:23 +0000)]
renamed entity leftovers

16 years agosome changes suggested by SteveC / yet untested
Frederik Ramm [Wed, 29 Aug 2007 23:08:13 +0000 (23:08 +0000)]
some changes suggested by SteveC / yet untested

16 years agosome changes suggested by TomH / yet untested
Frederik Ramm [Wed, 29 Aug 2007 23:07:54 +0000 (23:07 +0000)]
some changes suggested by TomH / yet untested

16 years agoMake the search URLs include a marker.
Tom Hughes [Wed, 29 Aug 2007 22:41:02 +0000 (22:41 +0000)]
Make the search URLs include a marker.

16 years agopreliminary commit 0.5 API with relations / untested after entity-relation rename...
Frederik Ramm [Wed, 29 Aug 2007 22:00:26 +0000 (22:00 +0000)]
preliminary commit 0.5 API with relations / untested after entity-relation rename, some changes still in queue

16 years agosegment stuff removed
Frederik Ramm [Wed, 29 Aug 2007 21:38:38 +0000 (21:38 +0000)]
segment stuff removed

16 years agoinitial copy for 0.5 branch (drop segments & add relationships)
Frederik Ramm [Wed, 29 Aug 2007 21:23:01 +0000 (21:23 +0000)]
initial copy for 0.5 branch (drop segments & add relationships)

16 years agoProvide proper URLs in search results.
Tom Hughes [Wed, 29 Aug 2007 09:16:58 +0000 (09:16 +0000)]
Provide proper URLs in search results.

16 years agoLink trace owner to their user page.
Tom Hughes [Sun, 26 Aug 2007 23:04:17 +0000 (23:04 +0000)]
Link trace owner to their user page.

16 years agoCorrect calculation of reciprocal angles.
Tom Hughes [Sat, 25 Aug 2007 22:33:46 +0000 (22:33 +0000)]
Correct calculation of reciprocal angles.

16 years agoReplace the old session cleanup daemon with a new script to be run from
Tom Hughes [Sat, 25 Aug 2007 09:53:07 +0000 (09:53 +0000)]
Replace the old session cleanup daemon with a new script to be run from
cron periodically.

16 years agoInclude a general location from GeoNames in the reverse geocode description.
Tom Hughes [Fri, 24 Aug 2007 22:50:34 +0000 (22:50 +0000)]
Include a general location from GeoNames in the reverse geocode description.

16 years agoDon't break when the user isn't logged in...
Tom Hughes [Fri, 24 Aug 2007 19:06:25 +0000 (19:06 +0000)]
Don't break when the user isn't logged in...

16 years agoMore search improvements - a "Where am I?" link that does a reverse
Tom Hughes [Fri, 24 Aug 2007 18:53:30 +0000 (18:53 +0000)]
More search improvements - a "Where am I?" link that does a reverse
search, and various cleanups to the previous changes.

16 years agoOnly include the home link if the user is logged in.
Tom Hughes [Fri, 24 Aug 2007 17:47:57 +0000 (17:47 +0000)]
Only include the home link if the user is logged in.

16 years agoOnly put the 'home' link in the top left on the map and edit pages, and
Tom Hughes [Fri, 24 Aug 2007 17:43:15 +0000 (17:43 +0000)]
Only put the 'home' link in the top left on the map and edit pages, and
make it update position in place rather than reloading the page.

16 years agoIf a search only finds one result then jump straight to it instead of
Tom Hughes [Fri, 24 Aug 2007 17:38:36 +0000 (17:38 +0000)]
If a search only finds one result then jump straight to it instead of
opening a list of results.

16 years agoThere's no point importing a trace that is scheduled for deletion.
Tom Hughes [Thu, 23 Aug 2007 17:26:44 +0000 (17:26 +0000)]
There's no point importing a trace that is scheduled for deletion.

16 years agoFix automatic size detection for map popups.
Tom Hughes [Thu, 23 Aug 2007 14:49:42 +0000 (14:49 +0000)]
Fix automatic size detection for map popups.

16 years agoPut the option to delete GPS traces back. Fixes #405.
Tom Hughes [Wed, 22 Aug 2007 18:01:23 +0000 (18:01 +0000)]
Put the option to delete GPS traces back. Fixes #405.

16 years agoFix thinko.
Tom Hughes [Wed, 22 Aug 2007 07:40:23 +0000 (07:40 +0000)]
Fix thinko.

16 years agoOnly allow users to read their own messages.
Tom Hughes [Wed, 22 Aug 2007 07:38:50 +0000 (07:38 +0000)]
Only allow users to read their own messages.

16 years agoFix typo.
Tom Hughes [Wed, 22 Aug 2007 00:20:53 +0000 (00:20 +0000)]
Fix typo.

16 years agoFix diary entry creation...
Tom Hughes [Wed, 22 Aug 2007 00:19:58 +0000 (00:19 +0000)]
Fix diary entry creation...

16 years agoCleanup.
Tom Hughes [Wed, 22 Aug 2007 00:10:17 +0000 (00:10 +0000)]
Cleanup.

16 years agoImprove diary post screen.
Tom Hughes [Wed, 22 Aug 2007 00:06:28 +0000 (00:06 +0000)]
Improve diary post screen.

16 years agoTidy up some views.
Tom Hughes [Tue, 21 Aug 2007 23:59:10 +0000 (23:59 +0000)]
Tidy up some views.

16 years agoAdd CGI support for statistics.
Tom Hughes [Tue, 21 Aug 2007 23:52:57 +0000 (23:52 +0000)]
Add CGI support for statistics.

16 years agoAdd a capabilities API call. Fixes #410.
Tom Hughes [Tue, 21 Aug 2007 23:27:42 +0000 (23:27 +0000)]
Add a capabilities API call. Fixes #410.

16 years agoHandle errors a bit better.
Tom Hughes [Mon, 20 Aug 2007 14:22:51 +0000 (14:22 +0000)]
Handle errors a bit better.

16 years agoSet the display name correctly in the image URL.
Tom Hughes [Mon, 20 Aug 2007 14:18:22 +0000 (14:18 +0000)]
Set the display name correctly in the image URL.

16 years agoRedirect trac requests to the right place.
Tom Hughes [Mon, 20 Aug 2007 14:03:40 +0000 (14:03 +0000)]
Redirect trac requests to the right place.

16 years agoAdd additional validation to the user model and tidy up a few things on
Tom Hughes [Sun, 19 Aug 2007 12:27:23 +0000 (12:27 +0000)]
Add additional validation to the user model and tidy up a few things on
the account options page.

16 years agoInclude the home location in API user details response.
Tom Hughes [Sun, 19 Aug 2007 09:43:01 +0000 (09:43 +0000)]
Include the home location in API user details response.

16 years agoMove tag validation to the right place.
Tom Hughes [Sun, 19 Aug 2007 09:16:33 +0000 (09:16 +0000)]
Move tag validation to the right place.

16 years agoThrow an exception if saving the imported trace fails.
Tom Hughes [Sun, 19 Aug 2007 09:11:59 +0000 (09:11 +0000)]
Throw an exception if saving the imported trace fails.

16 years agoHandle files uploaded via the API properly.
Tom Hughes [Sat, 18 Aug 2007 20:49:15 +0000 (20:49 +0000)]
Handle files uploaded via the API properly.

16 years agoMoving inbox styling definitions into the stylesheet.
Dan Karran [Sat, 18 Aug 2007 12:22:04 +0000 (12:22 +0000)]
Moving inbox styling definitions into the stylesheet.

16 years agoShowing all messages in inbox, but sorting by date DESC and highlighting new ones...
Dan Karran [Fri, 17 Aug 2007 18:05:09 +0000 (18:05 +0000)]
Showing all messages in inbox, but sorting by date DESC and highlighting new ones. Adding link from message reading page back to inbox. Mark as read/unread.

16 years agoMake the gpx/id/data API call work, and make gpx/create a POST method
Tom Hughes [Thu, 16 Aug 2007 23:04:18 +0000 (23:04 +0000)]
Make the gpx/id/data API call work, and make gpx/create a POST method
so arguments can be handled more robustly.

16 years agoIgnore exceptions looking up a user from a session.
Tom Hughes [Thu, 16 Aug 2007 13:07:24 +0000 (13:07 +0000)]
Ignore exceptions looking up a user from a session.

16 years agoFix image referred to in RSS feeds so that it actually exists.
Tom Hughes [Wed, 15 Aug 2007 18:12:37 +0000 (18:12 +0000)]
Fix image referred to in RSS feeds so that it actually exists.

16 years agoTidy up trace handling a bit, and add support for per-user and per-tag feeds.
Tom Hughes [Wed, 15 Aug 2007 18:10:18 +0000 (18:10 +0000)]
Tidy up trace handling a bit, and add support for per-user and per-tag feeds.

16 years agoFix wiki redirection.
Tom Hughes [Wed, 15 Aug 2007 08:01:45 +0000 (08:01 +0000)]
Fix wiki redirection.

16 years agoQuite a few people still seem to ask www.openstreetmap.org for wiki
Tom Hughes [Wed, 15 Aug 2007 08:00:23 +0000 (08:00 +0000)]
Quite a few people still seem to ask www.openstreetmap.org for wiki
pages, so redirect them.

16 years agoOnly initialize creation_time if it isn't already set.
Tom Hughes [Wed, 15 Aug 2007 07:26:33 +0000 (07:26 +0000)]
Only initialize creation_time if it isn't already set.

16 years agoFix tag links.
Tom Hughes [Tue, 14 Aug 2007 23:45:25 +0000 (23:45 +0000)]
Fix tag links.

16 years agoFix exception when username is not known.
Tom Hughes [Tue, 14 Aug 2007 23:38:52 +0000 (23:38 +0000)]
Fix exception when username is not known.

16 years agoSalt passwords so that two users with the same password will have
Tom Hughes [Tue, 14 Aug 2007 23:25:58 +0000 (23:25 +0000)]
Salt passwords so that two users with the same password will have
different password hashes in the database.

16 years agoVarious updates to the user management, including the creation of a
Tom Hughes [Tue, 14 Aug 2007 23:07:38 +0000 (23:07 +0000)]
Various updates to the user management, including the creation of a
preferences table and moving tokens into a tokens table so that a user
can have more than one.

16 years agoImprove handling of user to user messages.
Tom Hughes [Tue, 14 Aug 2007 17:29:27 +0000 (17:29 +0000)]
Improve handling of user to user messages.

16 years agoDon't create sessions for API calls.
Tom Hughes [Tue, 14 Aug 2007 13:59:07 +0000 (13:59 +0000)]
Don't create sessions for API calls.

16 years agoOnly the view and edit tabs really need updating when the map moves.
Tom Hughes [Tue, 14 Aug 2007 10:44:56 +0000 (10:44 +0000)]
Only the view and edit tabs really need updating when the map moves.

16 years agoFix alignment of greeting in top right corner of site.
Tom Hughes [Tue, 14 Aug 2007 10:36:18 +0000 (10:36 +0000)]
Fix alignment of greeting in top right corner of site.

16 years agoReturn a pointer to the 404 tile for out of bounds latitudes.
Tom Hughes [Tue, 14 Aug 2007 10:05:36 +0000 (10:05 +0000)]
Return a pointer to the 404 tile for out of bounds latitudes.

16 years agoAdd the author name to RSS feeds.
Tom Hughes [Tue, 14 Aug 2007 09:22:29 +0000 (09:22 +0000)]
Add the author name to RSS feeds.

16 years agoRemove bogus setting of title attribute.
Tom Hughes [Tue, 14 Aug 2007 00:00:35 +0000 (00:00 +0000)]
Remove bogus setting of title attribute.

16 years agoAdd (commented out) rule for blocked tilesAtHome.
Tom Hughes [Mon, 13 Aug 2007 22:37:12 +0000 (22:37 +0000)]
Add (commented out) rule for blocked tilesAtHome.

16 years agoAdd a model for sessions.
Tom Hughes [Thu, 9 Aug 2007 23:21:17 +0000 (23:21 +0000)]
Add a model for sessions.

16 years agoFix title and tidy up a few things.
Tom Hughes [Thu, 9 Aug 2007 22:02:03 +0000 (22:02 +0000)]
Fix title and tidy up a few things.

16 years agoMake tag links work again.
Tom Hughes [Thu, 9 Aug 2007 21:51:35 +0000 (21:51 +0000)]
Make tag links work again.

16 years agoCompress appropriate static content.
Tom Hughes [Thu, 9 Aug 2007 12:47:21 +0000 (12:47 +0000)]
Compress appropriate static content.

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.