Tom Hughes
d2cf09f389
Make sure the ruby quadtile code give the same result as the C version
2011-05-18 00:36:00 +01:00
Shaun McDonald
741c624e67
Update the rss feed logo, to use the new logo.
2011-05-18 00:36:00 +01:00
Shaun McDonald
bab8ad3a7b
Add the .DS_Store file to the gitignore (often added by default).
2011-05-18 00:35:59 +01:00
Tom Hughes
ff9fb4f9c2
Make the edit action default to z17
...
If an attempt is made to invoke an editor without specifying a zoom
level (as with the GPX edit links) then default to z17 instead of z14
to avoid trying to load too much data. Fixes #3728 .
2011-05-18 00:35:59 +01:00
Tom Hughes
22bef89d1a
Use quad tiling to select bugs in an area
...
Remove the _no_quadtile versiond of the selection routines and switch
to using the ordinary ones but with a (large) limit applied on the size
of the area to prevent us spending ages working out the list of tiles
to be selected.
2011-05-18 00:35:56 +01:00
Tom Hughes
7bba798990
Add a C implementation of QuadTile.iterate_tiles_for_area
2011-05-18 00:34:13 +01:00
Tom Hughes
cbcbd7a4a4
Don't add a geographic condition when fetching an RSS feed with no bbox
2011-05-08 10:50:25 +01:00
Tom Hughes
8852454795
Rename association between map_bugs and map_bug_comment to comments
2011-05-08 00:22:32 +01:00
Tom Hughes
54b42ec94d
Place legacy routes after their replacements
2011-05-07 18:07:32 +01:00
Tom Hughes
63e9c4771a
Always get the bug commenter name from the user if there is one
2011-05-07 17:47:05 +01:00
Tom Hughes
a2495c843e
Detabify and tidy up some more of the bugs code
2011-05-07 17:36:57 +01:00
Tom Hughes
6aec21b5b8
Merge the gpx_bugs action into the main get_bugs action
2011-05-07 17:30:53 +01:00
Tom Hughes
cc311ff301
Get returning of bugs as GPX files working
2011-05-07 14:54:22 +01:00
Tom Hughes
560e41ebf9
Factor out common code into partials
2011-05-07 14:54:16 +01:00
Tom Hughes
4b0191befd
Detabify and tidy up some more of the bugs code
2011-05-07 13:18:42 +01:00
Tom Hughes
4da9fd7b7e
Switch back to using the local OL build as it seems to work fine
2011-05-07 13:05:43 +01:00
Tom Hughes
fb4d003ebe
Tidy up some of the map bugs code
2011-05-07 13:05:39 +01:00
Tom Hughes
e7cd90f4b4
Merge branch 'master' into openstreetbugs
2011-05-06 22:56:47 +01:00
Tom Hughes
924d09229e
Set a minimum height for the changeset list map
2011-05-06 16:47:43 +01:00
Siebrand Mazeland
cb24fccb8a
Fix unclosed list. Spotted by Mormegil.
2011-05-06 17:08:24 +02:00
Siebrand Mazeland
7dc25a55a9
Localisation updates from http://translatewiki.net .
2011-05-05 23:22:14 +02:00
Tom Hughes
d4c8c3ad18
Use "Deleted at/by" instead of "Edited at/by" for deletes
2011-05-05 20:25:58 +01:00
Tom Hughes
a9ff3bfc4b
Remove tags from deleted nodes
...
When ways or relations are deleted we remove their tags and there
is no reason why nodes should be different.
2011-05-05 20:25:58 +01:00
Tom Hughes
79ad65895b
Don't show the "Nodes" heading for a way with no nodes
2011-05-05 20:25:58 +01:00
Tom Hughes
4ad5d23282
Don't allow headings in the data browser to be split
2011-05-05 20:25:57 +01:00
Tom Hughes
bdee581d44
Improve highlighting of changesets in the changeset list
2011-05-05 20:25:57 +01:00
Tom Hughes
e098d52424
Rearrange changeset list page to put the map beside the list
2011-05-05 20:25:53 +01:00
Tom Hughes
1635c16560
Tidy up code for adding a map to the changeset list page
2011-05-02 15:30:10 +01:00
Mikel Maron
48929e8781
Add a map to the changeset list page
...
Add a map to the changeset list page, with a bounding box for each
changeset and highighting when the mouse is placed over either a box
on the map or a row of the table.
2011-05-01 22:55:28 +01:00
Tom Hughes
39f17cfbe1
Remove unused style rule
2011-05-01 22:53:47 +01:00
Matt Amos
3700b534e4
Change the test for whether the CTs have been seen to use the
...
user preferences API call rather than user details, as that one
is no longer blocked.
2011-05-01 02:34:38 +01:00
Kai Krueger
6476388222
Don't require a second click to create an OpenStreetBug
2011-04-29 23:15:57 -06:00
Kai Krueger
43e12e7d02
Merge branch 'master' of git://git.openstreetmap.org/rails into openstreetbugs2
2011-04-29 20:52:59 -06:00
Kai Krueger
a6f45adede
Merge branch 'openstreetbugs' of git://git.openstreetmap.org/rails into openstreetbugs2
2011-04-29 20:49:38 -06:00
Kai Krueger
3b3896da08
Don't enable OSB layer by default
2011-04-29 20:42:26 -06:00
Kai Krueger
14ed7ad164
Increase font-size of the "report a problem" link
2011-04-29 20:38:32 -06:00
Kai Krueger
1ac7f20263
Make the bug popups look a little nicer
2011-04-29 20:37:51 -06:00
Kai Krueger
c322b0c298
Only show "Report a problem" link at zoom level 12 and higher
2011-04-29 19:55:29 -06:00
Tom Hughes
c738c964aa
Removed duplicate require_terms_seen definition
2011-04-29 22:59:39 +01:00
Tom Hughes
17c603d345
Rename SVG version of logo to match PNG logo name
2011-04-29 21:28:48 +01:00
Steve Coast
cf8eb6ebe3
Update to softer logo
2011-04-29 21:26:04 +01:00
Tom Hughes
75d311c5a6
Add config file entry for memcache server list
2011-04-29 21:23:58 +01:00
Tom Hughes
0a3087cd7d
Merge remote-tracking branch 'apmon/openstreetbugs2' into openstreetbugs
2011-04-29 17:06:10 +01:00
Tom Hughes
af68e07272
Merge branch 'master' into openstreetbugs
2011-04-29 17:05:59 +01:00
Tom Hughes
de8e98ac64
Update Potlatch 2 to 2.0-16-g106bbd1 build
2011-04-28 23:05:11 +01:00
Kai Krueger
b3d62bb85a
Send notification emails when someone comments on a map bug report
2011-04-27 12:01:52 -06:00
Siebrand Mazeland
0ca91134e8
Rename incorrectly named file.
2011-04-26 08:52:50 +02:00
Siebrand Mazeland
54c4e7939f
Remove incorrect language file.
2011-04-26 08:50:23 +02:00
Kai Krueger
3b55494c8c
Add a note that the OSB client side js library has been adapted from the original
2011-04-22 11:20:10 -06:00
Kai Krueger
ad75dd1f06
Update OSB internationalisation to match the rails_port way
2011-04-22 11:17:32 -06:00