Commit graph

569 commits

Author SHA1 Message Date
Tom Hughes
09fdee5493 Add a "database readonly" state that allows all writes to the database
to be suppressed.
2009-04-14 14:27:30 +00:00
Thomas Wood
776d2d7bc2 Return "Make my edits" button to functioning state, positioning is unfortunate, but it cannot be inside the page's form. I've made a compromise of the two states. 2009-04-09 17:06:53 +00:00
Thomas Wood
c64ebb9139 Add has_valid_bbox? method to Changeset model to tidy checking for bbox, and fix edge case where no bbox would cause changeset browsing to die. 2009-04-09 11:18:31 +00:00
Tom Hughes
1262b376ef Add a mini map to the changeset view in the data browser. 2009-04-08 23:44:43 +00:00
Tom Hughes
b02c873c0e Eliminate duplication of tag printing logic. 2009-04-08 23:19:41 +00:00
Harry Wood
fdd5d2d779 new support for box=yes param on the homepage, and then link to this from various changeset display 2009-04-08 16:55:22 +00:00
Tom Hughes
1f8a68371a Merge 14059:14394 from trunk. 2009-04-08 13:53:09 +00:00
Tom Hughes
9b72debd9a Fix formatting of changeset details. 2009-04-08 13:35:35 +00:00
Harry Wood
c321c026f2 tweak lat lon decision logic for the edit tab. made it more similar to logic in index, including using cookie 2009-04-02 18:08:46 +00:00
Harry Wood
bf0d8b3a5e lose the unnecessary <% embed syntax %> 2009-04-02 17:19:33 +00:00
Tom Hughes
72dfc2e55e Use correct key for z15 and greater. 2009-03-29 16:23:07 +00:00
Harry Wood
663416ae0b fix 'edits' link. action was renamed 'list_user' 2009-03-26 23:43:34 +00:00
Tom Hughes
9752466c03 Add SOTM advert. 2009-03-25 16:49:33 +00:00
Harry Wood
0f3e5a28c0 show a 'no bbox specified' message for the moment at least. Due to inconsistent location detecting across tabs, the history tab often gets nil bbox (Need to fix for all tabs) + other history tab tweaks 2009-03-24 11:23:56 +00:00
Thomas Wood
d841d3d135 <td> tags must be closed, move browse index test over to changeset, lazy fix for new format 2009-03-23 21:35:06 +00:00
Thomas Wood
8fb97a3337 Rather than referring how to view a bbox history, just redirect to the global history. 2009-03-23 19:56:01 +00:00
Thomas Wood
7d3a5899c9 More fixes to the changeset viewer, including logged-in-ness on per-user edit lists, fix XSS potential on usernames here, and general tidyups. 2009-03-23 19:40:33 +00:00
Harry Wood
afe8dd51ec Add 'history' tab + Move 'recent changes' changeset list to re-use the same _changeset.rhtml partial 2009-03-23 16:39:59 +00:00
Harry Wood
231bdf66cd lose the unneeded <% syntax %> 2009-03-20 12:05:00 +00:00
Tom Hughes
7184ae0096 Add tabindex values to make sure links are not in the tab order when
navigating forms.
2009-03-08 16:12:07 +00:00
Tom Hughes
c8ee135104 Merge 12304:14009 from trunk. 2009-03-08 13:02:37 +00:00
Tom Hughes
2005709c5a Fix thinko. 2009-03-06 14:30:01 +00:00
Tom Hughes
bddb7dd8f9 Put auto discovery links in the document head. 2009-03-06 14:27:40 +00:00
Tom Hughes
f6a5d22816 Declare XML namespace. 2009-03-06 14:19:54 +00:00
Harry Wood
0272d30b96 setting lon2 correctly. Was displaying one of the bbox numbers wrong 2009-03-01 22:24:07 +00:00
Tom Hughes
10b71ba2f6 Add an ACL system to allow key/value pairs to be attached to blocks
of IP addresses, and implement an ACL restriction that allows account
creation to be blocked.
2009-02-19 13:47:43 +00:00
Tom Hughes
41e10b09d0 Go back to using <center> to position the buttons in the left hand
column as IE doesn't seem to cope with CSS based centering.
2009-02-14 00:01:39 +00:00
Tom Hughes
fbf33a6e91 Use a root relative URL for the donation button image. 2009-02-13 21:31:17 +00:00
Tom Hughes
fd19a1f3ba Replace the PayPal button on the home page with a donate button that
links to the OSM donation site.
2009-02-13 17:38:40 +00:00
Tom Hughes
168f51e40a Apparently zero is not false in ruby. 2009-02-13 15:55:50 +00:00
Tom Hughes
eb38443c0e Remove donate box from front page. 2009-02-13 15:53:33 +00:00
Tom Hughes
8c8bb42cf6 Put the escapes back again. 2009-02-13 12:33:54 +00:00
Tom Hughes
faa1a48250 Removed bogus backslash escape. 2009-02-11 00:18:10 +00:00
Tom Hughes
77a00dfb03 Wrap text to make it more readable and adjust the padding on the intro
box to remove the extra space created by addition of paragraph tags.
2009-02-11 00:16:00 +00:00
Tom Hughes
a2d8f51827 Remove bogus backslash escape. 2009-02-11 00:10:36 +00:00
Tom Hughes
56065cd154 Remove excessive indenting - tabs are bad people! 2009-02-11 00:09:58 +00:00
Paul Gillard
3f30bc53f5 Ensure homepage source validates. 2009-02-10 22:42:45 +00:00
Tom Hughes
c1df8017d6 Add donation link to main site. 2009-02-05 22:06:47 +00:00
Dirk Stöcker
2746a2e103 fixed typo 2009-01-29 14:19:39 +00:00
Dirk Stöcker
4c2564e1af fixed typo 2009-01-29 14:19:39 +00:00
Tom Hughes
90bb0580e4 Remove Steve's gratuitous insult. 2009-01-19 08:31:35 +00:00
Steve Coast
ec7e89f757 nicer signup confirmation email 2009-01-19 03:45:41 +00:00
Thomas Wood
747d6f1d11 Revert last commit - too many test failures 2008-12-31 16:43:44 +00:00
Thomas Wood
898beb7b7f DateTime => Time for consistency in changeset code, ok by shaun. 2008-12-31 16:33:02 +00:00
Thomas Wood
62b6d15967 Make browse controller index show recently closed changesets, rather than recently changed nodes. 2008-12-23 15:47:06 +00:00
Richard Fairhurst
cc90867183 view changesets by user 2008-12-23 13:06:07 +00:00
Tom Hughes
018c861630 Align table heading properly. Closes #1405. 2008-12-15 17:45:45 +00:00
Shaun McDonald
2e41c35479 Adding the ability to see the min/max lat/lon for a changeset in the data browser. Adding file for the nice message that should show when a user is missing in the message controller. 2008-12-08 15:30:19 +00:00
Shaun McDonald
1a7ab3570c Deal with active record not found exceptions when creating message. Some tidying of html. For some reason in rails 2.1.2 having a comment at the end of a line, in the view, means that the closing tag needs to be on the next line. 2008-12-03 12:56:02 +00:00
Shaun McDonald
073c866032 adding link to download the full changeset xml 2008-12-02 18:44:50 +00:00