]>
git.openstreetmap.org Git - rails.git/log
Tom Hughes [Fri, 18 Jan 2008 10:43:21 +0000 (10:43 +0000)]
Include a comment link in the diary RSS feed.
Tom Hughes [Fri, 18 Jan 2008 00:57:48 +0000 (00:57 +0000)]
Fix diary RSS feed.
Tom Hughes [Thu, 17 Jan 2008 23:12:25 +0000 (23:12 +0000)]
Add support for commenting on, and replying to, diary entries.
Richard Fairhurst [Thu, 17 Jan 2008 22:28:21 +0000 (22:28 +0000)]
0.6c: bunch of minor improvements and bugfixes
Tom Hughes [Wed, 16 Jan 2008 10:28:57 +0000 (10:28 +0000)]
Set MIME type correctly for diary RSS feeds.
Tom Hughes [Wed, 16 Jan 2008 10:02:42 +0000 (10:02 +0000)]
Tidy up message sensitisation a bit more, and add sensitisation of
information in the diary RSS feeds.
Tom Hughes [Tue, 15 Jan 2008 19:05:17 +0000 (19:05 +0000)]
Make the message reply link prefill the title with "Re: original title".
Closes #634.
Tom Hughes [Tue, 15 Jan 2008 18:31:23 +0000 (18:31 +0000)]
Automatically convert links in diary postings into HTML links.
Tom Hughes [Tue, 15 Jan 2008 18:22:08 +0000 (18:22 +0000)]
Add a few more escape calls to prevent nasty HTML being rendered. Also
switch to using sanitize() instead of h() to escape message bodies. This
is not quite as safe as there is no guarantee that the HTML scanner it
uses will find everything, but is does allow benign HTML tags to be
displayed again.
Richard Fairhurst [Tue, 15 Jan 2008 10:29:14 +0000 (10:29 +0000)]
0.6b: cycle through ways on top of each other
Tom Hughes [Tue, 15 Jan 2008 00:41:07 +0000 (00:41 +0000)]
Don't try and limit the address space if the OS does not support it.
Tom Hughes [Tue, 15 Jan 2008 00:26:01 +0000 (00:26 +0000)]
Escape message titles and bodies. This is an emergency fix as some genius
has decided to report this XSS problem to a public mailing list. Unfortunately
it means that some functionality (links in messages etc) has been lost for now.
Tom Hughes [Thu, 10 Jan 2008 12:15:34 +0000 (12:15 +0000)]
Point people at the wiki when GPX imports fail.
Tom Hughes [Tue, 8 Jan 2008 23:13:02 +0000 (23:13 +0000)]
Override options correctly.
Tom Hughes [Tue, 8 Jan 2008 18:23:56 +0000 (18:23 +0000)]
Back out attempt to commit partial support for POIs as this is not at
all ready for prime time yet.
Nick Whitelegg [Mon, 7 Jan 2008 20:45:56 +0000 (20:45 +0000)]
began callback code for feature lookup
Nick Whitelegg [Mon, 7 Jan 2008 20:44:16 +0000 (20:44 +0000)]
began callback code for feature lookup
Nick Whitelegg [Mon, 7 Jan 2008 20:26:40 +0000 (20:26 +0000)]
checked in local db config unintentioally- reversed
Nick Whitelegg [Mon, 7 Jan 2008 20:25:12 +0000 (20:25 +0000)]
Began code for feature lookup: implemented code to respond to mouse click and latlon to non spherical Mercator (for the postgis database)
Tom Hughes [Mon, 7 Jan 2008 00:33:54 +0000 (00:33 +0000)]
Stop trying to report on the number of ways with tags because (a) almost all
ways have tags so it isn't very interesting and (b) it locks up the API every
night as it involved a join to a MyISAM table.
Tom Hughes [Mon, 7 Jan 2008 00:30:44 +0000 (00:30 +0000)]
Add migration to add an index on node_id to way_nodes. This index was added
to the live database a month or so back to support rollback in Potlatch.
Tom Hughes [Sun, 6 Jan 2008 13:21:50 +0000 (13:21 +0000)]
Mark mails as auto submitted. Closes #627.
Tom Hughes [Sun, 6 Jan 2008 13:14:44 +0000 (13:14 +0000)]
Fix typo. Closes #628.
Tom Hughes [Sun, 6 Jan 2008 12:17:58 +0000 (12:17 +0000)]
Migrate web site to use rails 2.0.1.
Tom Hughes [Sat, 5 Jan 2008 16:16:36 +0000 (16:16 +0000)]
Update GPX daemon control script to match current template from the
daemons plugin.
Tom Hughes [Sat, 5 Jan 2008 15:23:04 +0000 (15:23 +0000)]
Fix picture generation to avoid truncating the sides of the image for
a trace that is wider than it is tall.
Richard Fairhurst [Fri, 4 Jan 2008 00:26:46 +0000 (00:26 +0000)]
Potlatch 0.6a: small bugfixes, read GPX waypoints
Tom Hughes [Wed, 2 Jan 2008 09:54:19 +0000 (09:54 +0000)]
Update the links when the active layers change.
Closes #622.
Tom Hughes [Mon, 31 Dec 2007 11:33:21 +0000 (11:33 +0000)]
Make the Maplint layer off by default.
Tom Hughes [Mon, 31 Dec 2007 10:13:36 +0000 (10:13 +0000)]
Don't set the layers argument if the caller didn't specify it.
Tom Hughes [Mon, 31 Dec 2007 09:08:30 +0000 (09:08 +0000)]
Add a maplint layer to the map. Note that the t@h server currently serves
solid grey tiles for tiles which are not in the database which limits the
utility of this.
Closes #484.
Tom Hughes [Mon, 31 Dec 2007 09:06:22 +0000 (09:06 +0000)]
Add a Maplint layer (OpenLayers.Layer.OSM.Maplint) class. Note that the
t@h server currently serves solid grey tiles for tiles which are not in
the database which limits the utility of this.
Closes #612.
Tom Hughes [Sun, 30 Dec 2007 17:27:47 +0000 (17:27 +0000)]
Don't show the marker layer in the layer switcher.
Richard Fairhurst [Mon, 24 Dec 2007 21:32:55 +0000 (21:32 +0000)]
zoom level for Yahoo
Richard Fairhurst [Mon, 24 Dec 2007 21:18:59 +0000 (21:18 +0000)]
don't ignore outdated baselayer values; fix maximum zoom
Richard Fairhurst [Sun, 23 Dec 2007 13:41:26 +0000 (13:41 +0000)]
Potlatch 0.6: autocomplete keys/values
Richard Fairhurst [Sun, 23 Dec 2007 12:59:59 +0000 (12:59 +0000)]
autocomplete (not compiled for now) and start of tile support
Tom Hughes [Sat, 22 Dec 2007 11:55:15 +0000 (11:55 +0000)]
Ban (for now at least) searching of nodes, and searching for a key
without giving a value as both of these will lock the server up for
a long time.
Tom Hughes [Thu, 20 Dec 2007 10:33:25 +0000 (10:33 +0000)]
Third time lucky - what it really wants is a hash of node IDs...
Tom Hughes [Thu, 20 Dec 2007 10:23:46 +0000 (10:23 +0000)]
The to_xml_node method for a way wants a list of node IDs, not a list
of nodes...
Tom Hughes [Thu, 20 Dec 2007 10:21:22 +0000 (10:21 +0000)]
Pass the node list to to_xml_node when outputting a way so that it
lists the nodes in the way properly.
Tom Hughes [Thu, 20 Dec 2007 10:15:45 +0000 (10:15 +0000)]
Optimise tag searching of ways and relations a bit more...
Tom Hughes [Thu, 20 Dec 2007 09:50:08 +0000 (09:50 +0000)]
Optimise search queries for ways and relations to stand some chance
of being efficient.
Richard Fairhurst [Wed, 12 Dec 2007 20:17:12 +0000 (20:17 +0000)]
attempt fix for anon users
Richard Fairhurst [Sun, 9 Dec 2007 15:20:47 +0000 (15:20 +0000)]
enable revert
Richard Fairhurst [Fri, 7 Dec 2007 17:30:20 +0000 (17:30 +0000)]
fix POI moving bug
Tom Hughes [Fri, 7 Dec 2007 00:15:21 +0000 (00:15 +0000)]
Set extent information for the marker layer.
Tom Hughes [Fri, 7 Dec 2007 00:12:49 +0000 (00:12 +0000)]
Change postcode searches to use z15 instead of z12.
Tom Hughes [Thu, 6 Dec 2007 18:59:36 +0000 (18:59 +0000)]
Make sure we load OpenLayers resources from the right place.
Tom Hughes [Thu, 6 Dec 2007 18:42:45 +0000 (18:42 +0000)]
Try and make asset tagging actually work.
Tom Hughes [Thu, 6 Dec 2007 14:18:30 +0000 (14:18 +0000)]
Move scale/resolution configuration to the base layers so that
people dragging in our customer layers don't need to worry about
setting the magic numbers.
Tom Hughes [Thu, 6 Dec 2007 13:46:56 +0000 (13:46 +0000)]
Set the number of zoom levels for the marker layer based on the
maximum number of zoom levels of any of the base layers.
Tom Hughes [Wed, 5 Dec 2007 12:15:41 +0000 (12:15 +0000)]
Use the z13 key for z13 and over.
Tom Hughes [Tue, 4 Dec 2007 00:42:08 +0000 (00:42 +0000)]
Set number of zoom levels on a per layer basis. Closes #603.
Richard Fairhurst [Mon, 3 Dec 2007 17:15:07 +0000 (17:15 +0000)]
DROP TEMPORARY TABLE so Tom can turn the privs down
Richard Fairhurst [Sat, 1 Dec 2007 10:32:35 +0000 (10:32 +0000)]
move preset tags and colours into config files
Tom Hughes [Sat, 1 Dec 2007 00:34:55 +0000 (00:34 +0000)]
Reenable trace uploads.
Richard Fairhurst [Fri, 30 Nov 2007 20:52:38 +0000 (20:52 +0000)]
further refinement to revert
Tom Hughes [Fri, 30 Nov 2007 18:49:55 +0000 (18:49 +0000)]
Disable GPX uploads.
Richard Fairhurst [Fri, 30 Nov 2007 18:40:57 +0000 (18:40 +0000)]
slight revert changes
Tom Hughes [Fri, 30 Nov 2007 18:22:36 +0000 (18:22 +0000)]
Remove executable flag from Potlatch presets file.
Steve Chilton [Fri, 30 Nov 2007 13:00:31 +0000 (13:00 +0000)]
new key for z13. revised keys to z8, z10, z11, z12
Tom Hughes [Fri, 30 Nov 2007 01:27:14 +0000 (01:27 +0000)]
Specify display_name and tag explicitly when generating pagination links
as they don't always seem to be default correctly. Closes #561.
Tom Hughes [Wed, 28 Nov 2007 23:59:39 +0000 (23:59 +0000)]
Hide the OpenLayers attribution control when printing - we print an
attribution under the map anyway. Also add a border round the map when
printing.
Richard Fairhurst [Wed, 28 Nov 2007 22:07:24 +0000 (22:07 +0000)]
show nearest 10 users (request by Blackadder)
Tom Hughes [Wed, 28 Nov 2007 19:25:46 +0000 (19:25 +0000)]
Make attribution less cheesy.
Tom Hughes [Wed, 28 Nov 2007 19:24:58 +0000 (19:24 +0000)]
Use the new OSM OpenLayers stuff.
Tom Hughes [Wed, 28 Nov 2007 18:59:05 +0000 (18:59 +0000)]
Add a javascript file to provide OSM layers for OpenStreetMap.
Tom Hughes [Mon, 26 Nov 2007 16:28:28 +0000 (16:28 +0000)]
Clear gotele and gotdate when we see the start of a trkpt element to
avoid inheriting previous data.
Richard Fairhurst [Mon, 26 Nov 2007 14:29:31 +0000 (14:29 +0000)]
bugfix for non-intersecting intersections (trac #592)
Tom Hughes [Sun, 25 Nov 2007 12:38:48 +0000 (12:38 +0000)]
Force new users to enter their email address twice to try and avoid so
many incorrect email addresses with typos in...
Tom Hughes [Sat, 24 Nov 2007 14:47:50 +0000 (14:47 +0000)]
When asked for ways which use a node, or relations which use some given
object, return 200 OK with an empty document if not matches are found
rather than 400 Bad Request (for ways) or 404 Not Found (for relations).
Tom Hughes [Sat, 24 Nov 2007 14:36:21 +0000 (14:36 +0000)]
Work round ruby's horribly broken URI.escape that deliberately doesn't
escape most characters which have special meaning in URIs...
Tom Hughes [Sat, 24 Nov 2007 14:13:21 +0000 (14:13 +0000)]
Wrap evaluation of default values for parameters inside the HTML escaping
as that causes nil to become "" hence defeating the conditional default.
Tom Hughes [Sat, 24 Nov 2007 01:00:53 +0000 (01:00 +0000)]
Fix tag splitting.
Richard Fairhurst [Fri, 23 Nov 2007 18:37:28 +0000 (18:37 +0000)]
0.5d: drag Yahoo layer only
Tom Hughes [Fri, 23 Nov 2007 00:49:55 +0000 (00:49 +0000)]
HTML escape substituted parameter values to avoid injection attacks.
Tom Hughes [Wed, 21 Nov 2007 23:54:14 +0000 (23:54 +0000)]
Don't indicate if a message has been read in the outbox view.
Mikel Maron [Wed, 21 Nov 2007 18:24:29 +0000 (18:24 +0000)]
message outbox
Richard Fairhurst [Wed, 21 Nov 2007 14:01:31 +0000 (14:01 +0000)]
0.5c: some refinements to casing
Tom Hughes [Wed, 21 Nov 2007 13:30:55 +0000 (13:30 +0000)]
Add escaping of semicolon and equals in node tags.
Based on patch from Dave Stubbs.
Tom Hughes [Wed, 21 Nov 2007 09:51:55 +0000 (09:51 +0000)]
Add keyboard shortcuts to the slippy map.
Richard Fairhurst [Tue, 20 Nov 2007 10:08:58 +0000 (10:08 +0000)]
Require data to be public before editing
Richard Fairhurst [Mon, 19 Nov 2007 14:00:18 +0000 (14:00 +0000)]
purge area layer when purging ways
Richard Fairhurst [Mon, 19 Nov 2007 13:29:35 +0000 (13:29 +0000)]
0.5b: look more pretty!
Richard Fairhurst [Tue, 13 Nov 2007 15:49:22 +0000 (15:49 +0000)]
waterway=stream,natural=peak
Richard Fairhurst [Tue, 13 Nov 2007 09:26:04 +0000 (09:26 +0000)]
0.5a: further revisions to merged ways, API->SWF error handling
Richard Fairhurst [Sun, 11 Nov 2007 13:08:59 +0000 (13:08 +0000)]
fix branching way problem
Richard Fairhurst [Sat, 10 Nov 2007 22:01:23 +0000 (22:01 +0000)]
0.5: NUNS! REVERT!!!
Tom Hughes [Fri, 9 Nov 2007 15:29:30 +0000 (15:29 +0000)]
Spread T@H over three host names.
Tom Hughes [Wed, 7 Nov 2007 22:26:10 +0000 (22:26 +0000)]
Add a stylesheet targeted at print media to get nice printouts.
Tom Hughes [Wed, 7 Nov 2007 08:25:11 +0000 (08:25 +0000)]
Use the tah.opstreetmap.org domain name for the T@H layer.
Richard Fairhurst [Fri, 2 Nov 2007 09:28:00 +0000 (09:28 +0000)]
Potlatch 0.4c: bugfixes, history in progress
Tom Hughes [Wed, 31 Oct 2007 15:52:36 +0000 (15:52 +0000)]
Allow objects to be resurrected.
Tom Hughes [Wed, 31 Oct 2007 13:46:36 +0000 (13:46 +0000)]
Rework image generation to work in a fixed amount of memory. Closes #580.
Tom Hughes [Wed, 31 Oct 2007 00:35:27 +0000 (00:35 +0000)]
Don't include any page numbers in links in the tag list.
Tom Hughes [Tue, 30 Oct 2007 00:48:45 +0000 (00:48 +0000)]
Tidy up mail notifiers and make them more rails style rather then
relying on ActionMailer implementation details.
Tom Hughes [Tue, 30 Oct 2007 00:47:45 +0000 (00:47 +0000)]
Add warnings not to reply to message notifications directly.
Richard Fairhurst [Sun, 28 Oct 2007 20:35:19 +0000 (20:35 +0000)]
persistent preferences!
Richard Fairhurst [Sun, 28 Oct 2007 17:47:43 +0000 (17:47 +0000)]
update view/edit tab links