aboutsummaryrefslogtreecommitdiffstats
path: root/config/environment.rb
Commit message (Collapse)AuthorAgeLines
* Merge branch 'hotfix/0.8.0.1' into rails-3-developLouise Crow2013-04-02-1/+0
|\ | | | | | | | | | | Conflicts: config/environment.rb spec/mailers/track_mailer_spec.rb
| * When force_ssl is true make links in emails httpsMatthew Landauer2013-04-02-0/+3
| |
* | Merge branch 'develop' into rails-3-developLouise Crow2013-03-19-0/+1
|\| | | | | | | | | | | | | | | Conflicts: Gemfile Gemfile.lock app/views/admin_request/show.html.erb config/environment.rb
| * Bump version number to 0.8Louise Crow2013-03-19-1/+1
| |
| * Merge branch 'hotfix/0.7.0.5' into release/0.8Louise Crow2013-03-18-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Gemfile.lock locale/cy/app.po locale/fr/app.po locale/he_IL/app.po locale/id/app.po locale/pt_BR/app.po locale/ro_RO/app.po locale/sr@latin/app.po locale/uk/app.po
| | * Upgrade to Rails 2.3.18 to get fixes for CVE-2013-1855, CVE-2013-1856, ↵hotfix/0.7.0.5Louise Crow2013-03-18-1/+1
| | | | | | | | | | | | CVE-2013-1857.
| * | Merge remote-tracking branch ↵Louise Crow2013-03-13-0/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'openaustralia_github/one_support_email_on_admin_attention_state' into develop Conflicts: Gemfile.lock app/controllers/request_controller.rb app/models/request_mailer.rb app/views/admin_general/index.rhtml spec/models/request_mailer_spec.rb
| | * | Fix bug in rails 2 cookiestore that only shows up when using integration testsMatthew Landauer2013-03-06-0/+1
| | |/
| * | Remove monkeypatch that makes tag helper html4 compliantMatthew Landauer2013-03-07-1/+0
| | |
| * | Merge remote-tracking branch 'openaustralia_github/make-links-relative' into ↵Louise Crow2013-03-06-11/+0
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop Conflicts: app/controllers/admin_request_controller.rb app/models/request_mailer.rb app/views/admin_general/index.rhtml app/views/admin_general/stats.rhtml app/views/admin_public_body/_one_list.rhtml app/views/admin_public_body/_tags.rhtml app/views/admin_public_body/show.rhtml app/views/admin_request/show.rhtml app/views/admin_user/show.rhtml app/views/layouts/admin.rhtml app/views/public_body/show.rhtml app/views/request/new.rhtml
| | * Don't need to set asset_host anymore because we are removing the proxy admin ↵Matthew Landauer2013-02-15-11/+0
| | | | | | | | | | | | setup
| * | Bump Alaveteli version number.release/0.7Louise Crow2013-02-14-1/+1
| | |
| * | Upgrade JSON gem to get fix for CVE-2013-0269. Update to latest Rails 2-3 ↵Louise Crow2013-02-11-1/+1
| |/ | | | | | | series - has fixes for CVE-2013-0277, CVE-2013-0276, although alaveteli does not use attr_protected or serialize.
| * Merge branch 'hotfix/0.6.9.2' into developLouise Crow2013-01-29-1/+1
| |\ | | | | | | | | | | | | Conflicts: Gemfile.lock
| | * Upgrade Rails to version 2.3.16 to get fix for CVE-2013-0333.hotfix/0.6.9.2Louise Crow2013-01-29-1/+1
| | |
| * | Remove memcached config files, references to memcached and interlock.Louise Crow2013-01-17-2/+0
| |/
| * Bump Alaveteli release number.Louise Crow2013-01-14-1/+1
| |
| * Merge branch 'hotfix/0.6.8.3' into release/0.6.9Louise Crow2013-01-09-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Gemfile.lock locale/ar/app.po locale/cs/app.po locale/cy/app.po locale/en_IE/app.po locale/es/app.po locale/pt_BR/app.po
| | * Rails security update.Louise Crow2013-01-09-1/+1
| | |
* | | Start moving to Rails 3 config/initialisationHenare Degan2012-12-11-163/+4
|/ /
* | Set YAML engine to syck in Ruby 1.9 for backward compatibility with 1.8Louise Crow2012-11-29-0/+2
| |
* | Move handling of TNEF mail attachments to mail handlerLouise Crow2012-11-15-1/+0
| |
* | Move TMail extensions to mail handler.Louise Crow2012-11-15-1/+0
| |
* | First skeletal version of separate mail handling library.Louise Crow2012-11-15-0/+3
| |
* | Merge branch 'release/0.6.8' into developLouise Crow2012-11-12-1/+1
|\| | | | | | | | | Conflicts: lib/world_foi_websites.rb
| * Bumping Alaveteli version number.Louise Crow2012-11-12-1/+1
| |
* | Remove obsolete commentLouise Crow2012-11-08-1/+0
| |
* | Suppress iconv deprecation warnings when running under Ruby 1.9Louise Crow2012-11-08-2/+8
|/
* Only set up exception notification params if they are not blank.Louise Crow2012-10-25-2/+4
|
* Fix failing timezone specs. As we are now setting a value for timezone in ↵Louise Crow2012-10-25-0/+3
| | | | | | config.timezone, this switches on ActiveRecord::time_zone_aware_attributes, so values are returned in the time zone specified (although still saved in whatever is specified in ActiveRecord.default_timezone in the db - in our case UTC). Previously with no timezone set, values would have been returned in UTC. So add some lines to look at the zone the data is saved in before the time_zone_aware_attributes kick in, and some lines to look at the values afterwards. Note that expected raw_saved time values are the same as the previous expected values for saved time (when there was no attribute time zone awareness), but that the time zone of values coming back on the model is set by config.time_zone and then overridden by Time.use_zone.
* Add support for showing all dates and times in the correct timezoneMatthew Landauer2012-10-19-0/+3
|
* Merge branch 'release/0.6.7' into developLouise Crow2012-10-17-1/+1
|\
| * Bump Alaveteli version.release/0.6.7Louise Crow2012-10-17-1/+1
| |
* | Set the default internal and external encodings.Louise Crow2012-10-10-0/+4
|/
* Extract configuration with defaults into one moduleMatthew Landauer2012-09-25-11/+11
|
* Bump application version.Louise Crow2012-09-19-1/+1
|
* Bump version number for hot fixRobin Houston2012-09-07-1/+1
|
* Bump ALAVETELI_VERSION.Louise Crow2012-08-30-1/+1
|
* Add Alaveteli application version.Louise Crow2012-08-29-8/+11
|
* More changes and refactoring to make purges work.Seb Bacon2012-04-20-1/+1
|
* Merge branch 'develop' into purge-requestsSeb Bacon2012-04-19-15/+1
|\ | | | | | | | | Conflicts: spec/controllers/request_controller_spec.rb
| * use Rails.root, not RAILS_ROOTJames McKinney2012-04-02-1/+1
| |
| * Merge jpmckinney/bundlerSeb Bacon2012-02-15-14/+0
| |
* | first stab at sending PURGE requests to upstream varnish for request pages. ↵Seb Bacon2012-03-13-0/+1
|/ | | | Next step: making it asynchronous, e.g. with a queue of things to purge via a cron job.
* Send email notifications on exceptionsSeb Bacon2012-01-09-0/+3
|
* Ensure pagination works even on general search pageSeb Bacon2012-01-09-1/+4
|
* Use `test.yml` file to derive test default settings, rather than hard coding ↵Seb Bacon2011-11-24-9/+7
| | | | in `environment.rb`. Fixes issue #294.
* add String#is_binary_data? in Ruby 1.9James McKinney2011-10-17-0/+1
|
* RAILS_GEM_VERSION ought to match the version of Rails that is vendored, for ↵James McKinney2011-10-11-1/+1
| | | | clarity
* Ensure I18n.available_locales is a list of symbols, not strings. Fixes #244David Cabo2011-10-02-1/+1
|