]> git.openstreetmap.org Git - rails.git/history - config/initializers
update list of key-value pairs for nominatim
[rails.git] / config / initializers /
2015-01-17 Tom HughesMerge branch 'rails42'
2015-01-10 Tom HughesUpdate to rails 4.2.0
2015-01-10 Tom HughesRestore removal of div and style elements when sanitizi...
2014-12-08 Adam ConradRemove unnecessary local variable
2014-11-01 Tom HughesMerge branch 'master' into overpass
2014-10-17 Tom HughesMerge remote-tracking branch 'osmlab/iD-1.6.0'
2014-10-10 Tom HughesUpdate to CPK 7.0.11 and drop monkey patch
2014-10-02 Tom HughesUpdate to rails 4.1.6
2014-08-06 Tom HughesPrecompile expressInstall.swf
2014-07-25 Tom HughesPrecompile iD locales
2014-07-22 Tom HughesForce the path to be treated as UTF-8
2014-07-21 Tom HughesMerge branch 'rails41'
2014-07-04 Tom HughesMake sure all environment can see asset precompilation...
2014-07-04 Tom HughesUpdate postgres connection adaptor patches
2014-07-04 Tom HughesUpdate to rails 4.1.1
2014-03-08 Matt AmosMerge remote-tracking branch 'upstream/master' into...
2014-02-27 John FirebaughUse Konacha for testing JavaScript
2014-01-15 Tom HughesHighlight erroneous fields by adding a class to them
2013-12-08 Tom HughesDrop redundant monkey patches
2013-12-03 Tom HughesUpdate to rails 4.0.2
2013-12-01 Tom HughesDrop monkey patch now we're using option style redirects
2013-11-30 Tom HughesRemove monkey patch which has been merged upstream...
2013-11-30 Tom HughesMonkey patch escaping in redirect routes
2013-11-30 Tom HughesUpdate to CPK 6.0.1 and drop monkey patch
2013-11-16 John FirebaughMerge branch 'master' into redesign
2013-10-14 Tom HughesMonkey patch composite_primary_keys to fix deletes...
2013-09-24 Tom HughesUpgrade to http_accept_language 2.x
2013-09-24 Tom HughesFixup the paperclip asset URL handling for rails 4...
2013-09-23 Tom HughesAvoid "unknown OID" warnings from Postgres driver
2013-09-23 Tom HughesConfigure page caching in the production environment
2013-09-23 Tom HughesConfigure the page cache
2013-09-23 Tom HughesFix typo in session store configuration
2013-09-22 Tom HughesDrop memcached and use dalli as the memcache client
2013-09-22 Tom HughesIgnore exceptions clearing sessions
2013-09-21 Tom HughesMonkey patch PostgreSQLAdapter to make enums work
2013-09-21 Tom HughesUpdate to rails 4.0.0
2013-08-24 Tom HughesRework piwik configuration
2013-05-27 Tom HughesSimplify locale handing in notification emails
2013-04-23 Tom HughesMerge branch 'notes'
2013-04-16 Tom HughesMerge branch 'master' into notes
2013-04-08 Tom HughesMerge branch 'master' into notes
2013-04-01 Tom HughesMark CORS responses as uncacheable
2013-04-01 Tom HughesWait until after rails has initialise I18n to preload...
2013-04-01 Tom HughesForce translations to be preloaded during startup
2013-03-28 Tom HughesMerge branch 'master' into notes
2013-03-25 Tom HughesMark CORS responses as uncacheable
2013-03-25 Tom HughesWait until after rails has initialise I18n to preload...
2013-03-25 Tom HughesForce translations to be preloaded during startup
2013-02-05 Tom HughesMerge branch 'master' into notes
2013-02-03 Tom HughesDrop secret_token as we don't use it and it confuses...
2013-02-02 Tom HughesMake notes RSS feeds work
2013-02-02 Tom HughesMerge branch 'master' into notes
2013-01-15 Tom HughesMerge branch 'master' into notes
2012-12-01 Tom HughesMerge branch 'master' into notes
2012-11-23 Tom HughesMerge branch 'leaflet'
2012-11-22 Tom HughesUpdate to CPK 5.0.10 and remove monkey patch
2012-11-20 Tom HughesMerge branch 'master' into notes
2012-11-19 Tom HughesRework RTL handling to keep rules together
2012-11-16 Tom HughesConfigure CORS to allow GET and POST to /oauth
2012-11-12 Tom HughesMonkey patch field_changed? support until CPK is updated
2012-10-22 John FirebaughAllow cross-origin requests to API
2012-10-15 Tom HughesMerge branch 'master' into notes
2012-10-13 Tom HughesMerge branch 'master' into notes
2012-09-30 Tom HughesRemove monkey patch for I18n which is no longer needed
2012-09-20 Tom HughesMerge branch 'master' into openstreetbugs
2012-08-31 Tom HughesMonkey patch I18n::JS to ensure translations are in...
2012-08-22 Tom HughesMerge branch 'master' into openstreetbugs
2012-06-18 Tom HughesUpdate to rails 3.2.6
2012-05-09 Tom HughesUse memcache to store temporary OpenID data
2012-03-28 Tom HughesSend a Content-Length header when streaming a file
2012-03-28 Tom HughesRemoved temporary code for promoting databases sessions...
2012-03-17 Tom HughesUpdate to rails-i18n 0.5.2 and remove monkey patch
2012-03-17 Tom HughesDrop the contents of <script> and <style> tags when...
2012-03-10 Tom HughesMerge branch 'master' into openstreetbugs
2012-03-08 Tom HughesMerge branch 'master' into openstreetbugs
2012-03-06 Tom HughesUse cache store for sessions when memcached is not...
2012-03-06 Tom HughesAdd a temporary hack to suppress some broken rails...
2012-03-04 Tom HughesRemove translation reload that is no longer needed
2012-03-02 Tom HughesUpdate rails-i18n to 0.5.1
2012-02-27 Tom HughesSwitch to using memcache as the session store
2012-02-27 Tom HughesRefactor memcache connection handling
2012-02-26 Tom HughesRefactor session persistence code
2012-02-21 Tom HughesServe up paperclip attachments in a cache friendly way
2012-02-19 Tom HughesDon't double up newlines in the log
2012-02-19 Tom HughesCompressedMemCacheStore has been replaced by MemCacheStore
2012-02-15 Tom HughesRemove backported code now we are using mail 2.4.1
2012-02-15 Tom HughesTurn session-persistence plugin into a library
2012-02-15 Tom HughesReplace the file_column plugin with paperclip
2012-02-15 Tom HughesTurn output_compression plugin into a library
2012-02-15 Tom HughesTurn classic_pagination plugin into a library
2012-02-15 Tom HughesSwitch to using http_accept_language as a gem
2012-02-15 Tom HughesUpdate to rails 3.2.0
2012-01-30 Tom HughesMonkey patch mail to handle character encodings on...
2012-01-21 Tom HughesUpdate CPK to 4.1.2 and drop monkey patch
2012-01-14 Tom HughesMonkey patch ActionCachePath to fix a bug
2012-01-05 Tom HughesMerge branch 'master' into openstreetbugs
2011-12-29 Tom HughesRemove fallback from nb to no
2011-12-18 Tom HughesUse normal fallbacks to handle the no/nb confusion
2011-12-18 Tom HughesMonkey patch in an upstream fix for I18n::Backend:...
2011-12-18 Tom HughesUse I18n::Backend::Simple.include directly
next