]> git.openstreetmap.org Git - rails.git/history - app
Fix javascript
[rails.git] / app /
2011-11-25 Tom HughesFix javascript
2011-11-25 Matt AmosAlways update perma and shortlinks, keeping layers
2011-11-25 Tom HughesNever disable a base layer
2011-11-25 Tom HughesAdd attribution to cycle and transport layers
2011-11-25 Tom HughesAdd attribution to the MapQuest layer
2011-11-25 Tom HughesRemove the noname layer and add the transport and MapQu...
2011-11-25 Tom HughesMake sure all forms have the correct authenticity token
2011-11-24 Matt AmosReplace @ with ~ in the shortlink
2011-11-24 Tom HughesDon't escape links in "flash required" message
2011-11-24 Tom HughesMake sure the maximum scale is set when export is opened
2011-11-24 Tom HughesDon't escape the license link
2011-11-24 Tom HughesLog any session that is reset due to a username mismatch
2011-11-23 Tom HughesDon't escape the heading on a user block
2011-11-22 Tom HughesDon't escape HTML in the message shown to anonymous...
2011-11-22 Tom HughesAdd feed action to relevant filters
2011-11-19 Tom HughesAdd the OAuth verifier to 1.0a callbacks correctly
2011-11-19 Tom HughesGenerate correct URLs for changeset feeds
2011-11-19 Tom HughesOverride oauth1_authorize pending a fixed version of...
2011-11-18 Tom HughesPass sql_for_area a BoundingBox object
2011-11-17 Tom HughesSpell way_id correctly
2011-11-17 Tom HughesFixed escaping in title
2011-11-17 Tom HughesRemoved bogus characters from form_for
2011-11-17 Tom HughesFix formatting of user list
2011-11-17 Tom HughesFilter out the current way correctly
2011-11-16 Tom HughesMake OAuth work again
2011-11-16 Tom HughesMake the text direction style come before the screen...
2011-11-16 Tom HughesAlways pass the session ID to the logout page
2011-11-16 Tom HughesMake the username cookie permanent
2011-11-16 Tom HughesYet more raw markers
2011-11-16 Tom HughesExplicitly select the default locale if we have no...
2011-11-16 Tom HughesAdd some logging to help diagnose changeset feed locale...
2011-11-16 Tom HughesAdd some more raw markers
2011-11-15 Tom HughesLooks like @body is special somehow so use @text instead
2011-11-15 Tom HughesUse asset_path to find the arrow icon
2011-11-15 Tom HughesRemove debugging code
2011-11-15 Tom HughesMark sanitized text as HTML safe
2011-11-15 Tom HughesMake linkify preserve HTML safety
2011-11-15 Tom HughesAdd a few missing raw markers
2011-11-14 Tom HughesDon't reset the session when the token refers to an...
2011-11-14 Tom HughesStore the username in a cookie and use it to validate...
2011-11-14 Tom HughesMake /user/new handle already logged in users better
2011-11-14 Tom HughesFix object_id warning
2011-11-14 Tom HughesStop the API changeset query accepting min_lon etc
2011-11-14 Peter GrayRefactor bounding box code
2011-11-14 Tom HughesUse HTML5 email and url field types where appropriate
2011-11-14 Tom HughesMark terms as raw to avoid escaping HTML in them
2011-11-14 Tom HughesForce openid callbacks to use GET to avoid CSRF validat...
2011-11-14 Tom HughesPreserve field values if the signup form fails validation
2011-11-14 Tom HughesMark openid prompt as raw so the image is not escaped
2011-11-14 Tom HughesServe swfobject via the assets pipeline
2011-11-14 Tom HughesMake database offline mode work
2011-11-14 Tom HughesFixup some string escaping issues in the data browser
2011-11-14 Tom HughesMark the generated list of page links as raw
2011-11-14 Tom HughesRemoved unused link_to_page from the trace helpers
2011-11-14 Tom HughesGet OAuth working, including a hack for Potlatch
2011-11-14 Tom HughesDisable CSRF token verification for API methods
2011-11-14 Tom HughesAvoid noise on console when running tests
2011-11-14 Tom HughesRefactor AMF respone streaming
2011-11-14 Tom HughesUse SecureRandom instead of the deprecated ActiveSuppor...
2011-11-14 Tom HughesRename all ID columns that aren't unique
2011-11-14 Tom HughesMark some locale lookups as raw
2011-11-14 Tom HughesFix form_for arguments
2011-11-14 Tom HughesAdd rinku to get auto_link support back
2011-11-14 Tom HughesUpgrade to rails 3.1.0
2011-11-14 Tom HughesMake more use of named scopes
2011-11-14 Tom HughesUpdate some more queries to use AREL in place of deprec...
2011-11-14 Tom HughesFix escaping of unicode character in edit menu name
2011-11-14 Tom HughesList all objects that are blocking a delete, in a well...
2011-11-14 Tom HughesCope with MESSAGES_DOMAIN not being defined
2011-11-14 Tom HughesUpdate use of deprecated forms of form_for
2011-11-14 Tom HughesRework expansion of HTTP status code to work with rails 3
2011-11-14 Tom HughesAvoid using string interpolation in conditions
2011-11-14 Tom HughesTemporary fix for postgres enums pending rails 3.0.4
2011-11-14 Tom HughesRework AMF controller's streaming output for rails 3
2011-11-14 Tom HughesAvoid empty content_for blocks as they trigger warnings
2011-11-14 Tom HughesRename notifier views to new style names
2011-11-14 Tom HughesUpdate oauth support for rails 3 version of oauth plugin
2011-11-14 Tom HughesAvoid use of deprecated methods on error objects
2011-11-14 Tom HughesUse last_modified method instead of setting the header...
2011-11-14 Tom HughesUpdate ActiveRecord queries to use arel
2011-11-14 Tom HughesReflect move of u_unpack from Chars to Unicode
2011-11-14 Tom HughesUse an observer to detect changes to the selected legale
2011-11-14 Tom HughesUse symbols consistently for names of content blocks
2011-11-14 Tom HughesDeclare callbacks explicitly
2011-11-14 Tom HughesUse config.filter_parameters instead of filter_paramet...
2011-11-14 Tom HughesReplace request.request_uri with request.fullpath
2011-11-14 Tom HughesUse form_tag instead of building forms by hand
2011-11-14 Tom HughesMake helpers return text instead of appending to the...
2011-11-14 Tom HughesMark some strings that shouldn't be escaped as raw
2011-11-14 Tom HughesUpdate notifiers to use new ActionMailer API
2011-11-14 Tom HughesUse new ActionMail API to send emails
2011-11-14 Tom HughesUse <%= instead of <% for block helpers that use concat
2011-11-14 Tom HughesUse link_to and form_tag instead of link_to_remote...
2011-11-14 Tom HughesUse before_validation with :on rather than before_valid...
2011-11-14 Tom HughesUse Rails.xxx instead of RAILS_XXX
2011-11-14 Tom HughesUpdate to rails 3
2011-11-07 Tom HughesAdd a link to the OpenStreetMap Google+ page
2011-10-31 Tom HughesBounds should be treated as floating point
2011-10-30 Tom HughesFix some XSS issues
2011-10-06 Grant SlaterAdd an inner div for the plugin as swfobject will repla...
next