aboutsummaryrefslogtreecommitdiffstats
path: root/config/initializers
Commit message (Expand)AuthorAgeLines
* Bump application version.Louise Crow2013-08-15-1/+1
* Move some more config into AlaveteliLocalization so that it can be called out...Louise Crow2013-07-24-3/+2
* Extract code for setting locales in FastGettext and I18nLouise Crow2013-07-18-8/+4
* Bump version number to 0.12Louise Crow2013-06-25-1/+1
* Bump version number.Louise Crow2013-06-03-1/+1
* Remove the (we think) now unneeded will_paginate customizationMark Longair2013-05-29-4/+0
* Merge branch 'tmail-to-mail-tests' into rails-3-developMark Longair2013-05-28-0/+2
|\
| * Move "require 'alaveteli_file_types'" into the initializerMark Longair2013-05-16-0/+1
| * Add functions for converting from arbitrary text data to UTF-8Mark Longair2013-05-16-0/+1
* | Disable referential integrity disabling in the test database, if a config par...Louise Crow2013-05-28-0/+5
|/
* Merge remote-tracking branch 'openaustralia_github/rails_3_cookies_prefix' in...Louise Crow2013-05-13-1/+6
|\
| * Invalidate cookies on upgrading from Rails 2 to Rails 3. Fixes #899Matthew Landauer2013-04-05-1/+6
* | Add a simple hook to allow theme tests to load the theme code in the context ...Louise Crow2013-05-02-5/+16
|/
* Bump ALAVETELI_VERSION to 0.10 (should be the first Rails 3 version)Mark Longair2013-04-03-1/+1
* Merge branch 'hotfix/0.8.0.1' into rails-3-developLouise Crow2013-04-02-0/+4
|\
* \ Merge remote-tracking branch 'openaustralia_github/rails-3-develop' into rail...Louise Crow2013-03-21-11/+0
|\ \
| * | We've already removed the proxied admin interface (and ADMIN_PUBLIC_URL confi...Matthew Landauer2013-03-20-11/+0
* | | Merge branch 'develop' into rails-3-developLouise Crow2013-03-19-1/+1
|\ \ \ | |/ / |/| / | |/
* | This is already the defaultHenare Degan2013-03-16-5/+0
* | This no longer requires iconv in Ruby 1.9Henare Degan2013-03-16-7/+0
* | In Rails 3 we need to explicity requireHenare Degan2013-03-14-0/+1
* | Removed in 09ce54c6c09d878015102153cd214cf1d7ad3660Henare Degan2013-03-14-1/+0
* | Reinstate exception_notificationHenare Degan2013-03-05-7/+0
* | Rename Configuration class to avoid conflict with ActiveSupport::ConfigurableHenare Degan2013-03-03-12/+12
* | We don't need this now we're not using Rails 2.xHenare Degan2013-02-26-51/+0
* | Remove safe_html monkeypatch workarounds because things should now be correct...Matthew Landauer2013-01-29-31/+0
* | Remove rack_quote_monkeypatch because it should not be needed in Rails 3Matthew Landauer2013-01-29-1/+0
* | In rails 3 sendmail is passed the destination of the email on the commandline...Matthew Landauer2013-01-25-1/+0
* | Remove timezone monkeypatch fixes because they're not necessary in Rails 3 an...Matthew Landauer2013-01-25-1/+0
* | Temporarily commented out some ExceptionNotification setup code that was caus...Matthew Landauer2013-01-25-4/+6
* | Mark translations as html_safeHenare Degan2012-12-11-0/+3
* | Require public_body_categories like the other things in libHenare Degan2012-12-11-0/+1
* | Upgrade globalizeHenare Degan2012-12-11-2/+0
* | Move middleware insertionHenare Degan2012-12-11-5/+0
* | Move Rails config overHenare Degan2012-12-11-57/+0
* | I don't think we need to support Lenny any moreHenare Degan2012-12-11-5/+0
* | Start upgrading Avaveteli initialiserHenare Degan2012-12-11-13/+3
* | Start moving to Rails 3 config/initialisationHenare Degan2012-12-11-0/+161
* | Run the Rails 3 generatorHenare Degan2012-12-11-11/+30
|/
* Give the implicit default locale in a URL without locale precedence over the ...Louise Crow2012-11-28-3/+1
* Add a configuration option to specify that you don't want the default locale ...Louise Crow2012-11-28-1/+3
* backport Ruby 1.9.3 fix from Rails HEADJames McKinney2012-10-10-0/+2
* Default internal and external encodings now set in environment.rbLouise Crow2012-10-10-1/+0
* Extract configuration with defaults into one moduleMatthew Landauer2012-09-25-3/+2
* Merge branch 'release/0.6.3' into developLouise Crow2012-08-22-1/+1
|\
| * Rollback change to activerecord session store - whilst activerecord store has...Louise Crow2012-08-15-2/+2
| * Use ActiveRecord to store sessions, rather than Cookies. Fixes #526.Seb Bacon2012-07-19-1/+1
* | Add workaround for Rails security vulnerability CVE-2012-3464.Louise Crow2012-08-13-0/+31
|/
* Fix it so we can correctly use and display locales that contain an underscore...Seb Bacon2012-06-13-0/+4
* Monkey-patch for CVE-2012-2660Robin Houston2012-06-12-0/+51