]> git.openstreetmap.org Git - rails.git/history - app/controllers/application_controller.rb
Use symbols consistently for names of content blocks
[rails.git] / app / controllers / application_controller.rb
2011-11-14 Tom HughesReplace request.request_uri with request.fullpath
2011-11-14 Tom HughesUpdate to rails 3
2011-06-23 Tom HughesFix problems with database offline mode
2011-06-14 Tom HughesAdd an option to require the CTs to be agreed to edit
2011-06-10 Tom HughesMerge branch 'master' into openid
2011-06-01 Tom HughesUse session.delete to remove entries instead of assigni...
2011-06-01 Tom HughesForce a session to be created when doing a cookie test
2011-05-21 Tom HughesMerge branch 'master' into openid
2011-05-21 Tom HughesMerge branch 'openID' of git://git.openstreetmap.org...
2011-04-20 Tom HughesAllow user details to be fetched without agreeing terms
2011-04-17 Matt AmosAdded flash notice for CTs decline
2011-04-17 Tom HughesUse report_error so Potlatch can see the errors
2011-04-17 Tom HughesMake sure "please read the terms" error is issued in...
2011-04-04 Tom HughesTry and patch up poor browser language selections
2011-04-03 Tom HughesTidy up a few things
2011-04-03 Matt AmosPhase 2 CTs implementation and tests, with config parameter
2011-02-10 Tom HughesMerge branch 'master' into openid
2010-12-15 Tom HughesAllow the client to request errors as an XML document
2010-12-12 Tom HughesChannel all error reporting through report_error
2010-09-06 Tom HughesMerge branch 'master' into openid
2010-08-04 Tom HughesRework application configuration
2010-07-28 Tom HughesMerge branch 'master' into openid
2010-07-22 Tom HughesDon't cache actions with a page number
2010-07-22 Tom HughesRemove use of wildcard cache expiry
2010-07-22 Tom HughesRemove the user type from cache keys
2010-06-07 Tom HughesMerge branch 'master' into openid
2010-05-21 Tom HughesAdd a timeout to the change list pages
2010-05-07 Tom HughesMerge branch 'master' into openid
2010-05-07 Tom HughesMerge branch 'master' into terms
2010-05-07 Tom HughesRedirect suspended users to an information page
2010-05-06 Tom HughesAdd support for suspended and confirmed users
2010-02-27 Kai Kruegermerge 19889:20181 of rails_port into the openID branch
2010-02-26 Tom HughesRethrow ActionController::UnknownAction exceptions...
2010-01-23 Kai Kruegermerge 19364:19600 of rails_port into the openID branch
2010-01-13 Tom HughesMake cache distinguish pages views by admins or moderat...
2010-01-11 Tom HughesGenerate cache paths in the same way as the normal...
2010-01-11 Tom HughesUse system_timer for timeouts to make them more reliable.
2010-01-11 Tom HughesDon't cache the trace list for logged in users.
2010-01-09 Tom HughesIntroduce some caching for diary views.
2009-11-01 Tom HughesAdd :warning and :error flash messages which can be...
2009-11-01 Tom HughesWe don't need the @notice hack - we can use flash.now...
2009-10-13 Tom HughesMerge 17130 from trunk.
2009-10-13 Tom HughesMerged 17073:17076 from trunk.
2009-10-13 Tom HughesMerged 17047 from trunk.
2009-10-13 Tom HughesMerge 17067 from trunk.
2009-10-13 Tom HughesMerged 17256:18123 from trunk.
2009-10-09 Tom HughesTest that the user has cookies enabled at critical...
2009-10-06 Tom HughesMerge blocking branch to head.
2009-10-05 Tom HughesMerge 17944:17988 from trunk.
2009-10-02 Matt AmosMerging 17905:17944 from trunk.
2009-10-01 Matt AmosMerging 17846:17904 from trunk.
2009-09-30 Matt AmosAdded better messages and error handling in a couple...
2009-09-29 Andy AllanMerge r17285 from the oauth branch - allow flash access...
2009-09-29 Matt AmosMerging 17824:17845 from trunk to blocking branch.
2009-09-28 Matt AmosFirst version of blocking feature. Allows both time...
2009-08-25 Matt Amosmerge r17141:17256 from trunk
2009-08-18 Tom HughesMerge oauth branch at r17138 to trunk.
2009-08-18 Tom HughesMerge oauth branch at r17138 to trunk.
2009-08-15 Tom HughesLog unexpected exceptions raised by API calls.
2009-08-13 Tom HughesMerge 16891:17044 from trunk.
2009-08-06 Matt AmosMerging 16820:16891 from trunk.
2009-08-05 Tom HughesSend an appropriate Vary header when we negotiate the...
2009-08-04 Matt AmosUse method rather than direct access to member for...
2009-08-03 Tom HughesMerge 16817:16819 from trunk.
2009-08-03 Tom HughesMerge 16743:16811 from trunk.
2009-07-31 Matt AmosMerged 16488:16743 from trunk.
2009-07-15 Tom HughesFix compatible_language_from in the http_accept_languag...
2009-07-15 Tom HughesTry preferred_language_from as it looks for an exact...
2009-07-14 Tom HughesMerge 16110:16487 from trunk.
2009-06-25 Tom HughesMerge 16070:16110 from trunk.
2009-06-23 Tom HughesRevert r16046.
2009-06-22 Matt AmosAdding initial version of the OAuth token authenticatio...
2009-06-04 Tom HughesDon't set the Status header - it is set automatically...
2009-06-04 Tom HughesMove to version 2.3.2 of rails.