Commit graph

496 commits

Author SHA1 Message Date
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
Shaun McDonald
2ed84e26cd Adding pagination to the changesets, thus allowing you to browe large changesets, without MySQL complaining about memory. Probably needs some fine tuning. You currently can only page one of nodes, ways, and relations, without manually setting the relations. Fixing deprection notice for the classic_pagination plugin. 2008-11-27 17:06:43 +00:00
Harry Wood
152cb13a02 cosmetic tweaks to diary interface. icon for new entries link 2008-11-24 00:40:04 +00:00
Shaun McDonald
e2c0e51e45 Closes #1350 through updating amf_controller to use the newer closed_at method of determining whether a changeset is closed. Richard please check the rest of the amf controller for more things that may reference the open field that is no longer available. Use is_open? to determine if a changeset is open. Fix indentation in amf controller. Fix minor bug in the links to changesets in the data brower. 2008-11-20 21:23:44 +00:00
Shaun McDonald
797cbaab1e Covering the case of an entry not being found. More diary entry tests. 2008-11-12 18:48:58 +00:00
Harry Wood
2a20c57a8e cosmetic tweaks to 'login' and 'create account' screens 2008-11-09 12:17:53 +00:00
Harry Wood
e26348fc18 oops remove my test 2008-11-09 10:57:05 +00:00
Harry Wood
43b3998657 cosmetic tweaks to user settings form + move 'Mapper since' field onto user profile view 2008-11-08 19:03:25 +00:00
Daniel Silverstone
7d786c32ed Make the confrm button into a confirm button 2008-11-08 14:11:45 +00:00
Shaun McDonald
bf29550db8 Resyncing from head 10895:11795 2008-11-08 11:52:58 +00:00
Shaun McDonald
7418fc7e86 Add a description meta tag for the all web pages. Wording probably needs to be improved. 2008-10-31 18:02:12 +00:00
Shaun McDonald
6df7fdbb9e Adding new browse controller test, which is mostly stubs just now. Also adding the version number of the recently changed nodes in the data browser. 2008-10-21 16:18:18 +00:00
Shaun McDonald
e7147d0d7a more work on the data browser to show the changesets. Also showing the version number. Would be good to have an additional route for showing a specific version of the node/way/relation from the changeset. 2008-10-14 18:33:03 +00:00
Shaun McDonald
2c16177174 adding changeset stuff for the data browser 2008-10-13 20:48:58 +00:00
Shaun McDonald
9e1946b283 now you will actually save the changeset on updating ways. Showing the changeset in the data browser detail. 2008-10-13 17:05:52 +00:00
Shaun McDonald
734cbb967d fixing the data browser to be able to cope with the changeset change. changeset browsing still needs to be implemented. Also giving a nice error message for 404 not found instead of rendering nothing. 2008-10-13 12:08:26 +00:00
Tom Hughes
63c2d9a529 Make data browser work with OpenLayers 2.7. 2008-10-08 23:38:45 +00:00
Richard Fairhurst
97726826e1 Potlatch 0.10d 2008-10-05 00:21:35 +00:00
Shaun McDonald
56c972577b fixing hard coded images/scripts, so that the site works better when deploy as a sub directory using passenger phusion. 2008-09-26 15:17:30 +00:00
Shaun McDonald
d9e070e069 Doing a resync from mainline 8633:10895. There was one simple to resolve conflict on app/models/node.rb. Also moving the migrations for API0.6 to new sequence numbers since there was some new migrations added to mainline, where the migration numbers would conflict if not moved. 2008-09-25 15:06:05 +00:00
Tom Hughes
c2854a8056 Get rails to do asset tagging for the SWF file. 2008-09-25 03:58:18 +00:00
Tom Hughes
791062569d Tidy up diary code a bit. 2008-08-24 15:12:20 +00:00
Richard Fairhurst
3b6d2c5336 edit diary entries 2008-08-21 21:40:23 +00:00
Tom Hughes
967f44ffac Don't user flash[:notice] when we're not redirecting as it will
persist to the next request and cause confusion.
2008-08-13 11:44:53 +00:00