diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/environment.rb | 1 | ||||
-rw-r--r-- | config/general.yml-example | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/config/environment.rb b/config/environment.rb index 17a16efed..606472740 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -137,3 +137,4 @@ require 'willpaginate_hack.rb' require 'sendmail_return_path.rb' require 'tnef.rb' require 'i18n_fixes.rb' +require 'rack_quote_monkeypatch.rb' diff --git a/config/general.yml-example b/config/general.yml-example index c832111c7..3537cd792 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -23,6 +23,9 @@ USE_DEFAULT_BROWSER_LANGUAGE: true # How many days should have passed before an answer to a request is officially late? REPLY_LATE_AFTER_DAYS: 20 +REPLY_VERY_LATE_AFTER_DAYS: 40 +# We give some types of authority like schools a bit longer than everyone else +SPECIAL_REPLY_VERY_LATE_AFTER_DAYS: 60 # example searches for the home page, semicolon delimited. FRONTPAGE_SEARCH_EXAMPLES: 'Geraldine Quango; Department for Humpadinking' |