openstreetmap-website/app/views
Tom Hughes 5db8031c23 Make sure all forms have the correct authenticity token
A cached page may include forms, which will then have the wrong
authenticity token, so after the page has finished loading we fix
up those tokens using the one from the meta tags which will always
be correct as we never cache the layout.
2011-11-25 09:41:15 +00:00
..
api Rename views to rails 2 style names. 2009-06-09 20:50:14 +00:00
browse Filter out the current way correctly 2011-11-17 09:53:21 +00:00
changeset Generate correct URLs for changeset feeds 2011-11-19 12:42:37 +00:00
diary_entry Make linkify preserve HTML safety 2011-11-15 09:46:33 +00:00
export Make sure the maximum scale is set when export is opened 2011-11-24 21:31:54 +00:00
geocoder Mark some strings that shouldn't be escaped as raw 2011-11-14 09:42:41 +00:00
layouts Make sure all forms have the correct authenticity token 2011-11-25 09:41:15 +00:00
message Replace request.request_uri with request.fullpath 2011-11-14 09:42:42 +00:00
notifier Looks like @body is special somehow so use @text instead 2011-11-15 14:49:38 +00:00
oauth Make OAuth work again 2011-11-16 21:13:25 +00:00
oauth_clients Fix form_for arguments 2011-11-14 09:42:52 +00:00
site Don't escape links in "flash required" message 2011-11-24 22:24:45 +00:00
trace Fix form_for arguments 2011-11-14 09:42:52 +00:00
user Don't escape HTML in the message shown to anonymous users 2011-11-22 22:53:31 +00:00
user_blocks Don't escape the heading on a user block 2011-11-23 00:11:51 +00:00
user_roles Replace request.request_uri with request.fullpath 2011-11-14 09:42:42 +00:00