aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/application_controller.rb
Commit message (Expand)AuthorAgeLines
* Rename ALL THE TEMPLATES!!1!!!one!!1!!Henare Degan2013-02-27-1/+1
* Merge branch 'develop' into rails-3-spikeHenare Degan2013-02-15-1/+1
|\
| * Mark popup banner as html_safeLouise Crow2013-02-08-1/+1
* | Fixup up test_code_redirect_by_email_token for rspec 2Matthew Landauer2013-01-29-1/+2
* | Merge remote-tracking branch 'mysociety/develop' into rails-3-spikeMatthew Landauer2013-01-04-0/+13
|\|
| * Merge branch 'hotfix/authenticate-and-expire-download-zips' into developLouise Crow2012-12-13-0/+13
| |\
| | * Remove any download zip files when a request's cached files are expired.Louise Crow2012-12-13-0/+4
| | * Put download zips in a predictable location - sharded folders based on reques...Louise Crow2012-12-13-0/+5
| | * Use helper method for download path, and use Rails.root instead of file locat...Louise Crow2012-12-13-0/+4
* | | Using #request_uri is deprecatedHenare Degan2012-12-11-1/+1
* | | Thought I got this in b0ae75aba63d40146cfbc7e6af27e1d6051f1804 but it must ha...Henare Degan2012-12-11-3/+0
* | | Disable rescue customisations until we can move it to rackHenare Degan2012-12-11-13/+14
* | | This is deprecated and now set in application.rbHenare Degan2012-12-11-3/+0
|/ /
* | Give the implicit default locale in a URL without locale precedence over the ...Louise Crow2012-11-28-2/+7
* | Fix styling of error page with current themesMatthew Landauer2012-11-16-7/+4
|/
* Move methods used only in admin controllers to admin_controller.rbLouise Crow2012-10-30-24/+0
* If we're doing admin authentication internally, don't bother with the request...Louise Crow2012-10-30-2/+8
* Redirect calls to admin_http_auth_user to more generic wrapper admin_current_...Louise Crow2012-10-30-0/+4
* Remove svn tags that are out of date as we are now using gitMatthew Landauer2012-10-09-2/+0
* Extract configuration with defaults into one moduleMatthew Landauer2012-09-25-10/+7
* Don't pass a page param of less than one through to Xapian, treat it as a par...Louise Crow2012-08-21-3/+6
* Merge branch 'wdtk' into developLouise Crow2012-08-16-0/+3
|\
| * Method spacing.Louise Crow2012-08-16-0/+3
* | Set locale even for errorsRobin Houston2012-08-01-0/+7
* | Factor popup banner out into own partial, for easier setting/unsetting (inclu...Seb Bacon2012-07-13-0/+4
|/
* Fix admin debug methodRobin Houston2012-06-04-3/+0
* File.dirname(__FILE__) is not necessarily absoluteRobin Houston2012-06-03-1/+1
* Merge branch 'develop' into feature/fix-404-in-themesSeb Bacon2012-05-15-16/+16
|\
| * Remove trailing whitespace (to make a cleaner forthcoming merge with wombleto...Seb Bacon2012-05-15-16/+16
* | Add a comment to explain why we're calling `set_view_paths` in the controller...Seb Bacon2012-05-15-2/+7
* | Allow themes to effect the design of error pagesSeb Bacon2012-05-15-0/+7
|/
* More changes and refactoring to make purges work.Seb Bacon2012-04-20-10/+1
* use Rails.root, not RAILS_ROOTJames McKinney2012-04-02-1/+1
* Fix the "log in as" functionRobin Houston2012-03-20-2/+2
* No code changesRobin Houston2012-03-13-3/+5
* Admin users clicking confirmation linksRobin Houston2012-03-13-0/+1
* Close xapian db before opening it againRobin Houston2012-01-31-1/+4
* Irrelevant changeRobin Houston2012-01-29-3/+1
* More test data and a new testRobin Houston2012-01-27-4/+3
* Logging for fragment cacheRobin Houston2012-01-21-0/+2
* Record URL and PID *before* a request is processedRobin Houston2012-01-19-0/+1
* Merge branch 'wdtk' of github.com:sebbacon/alaveteli into wdtkSeb Bacon2012-01-19-8/+24
|\
| * Merge branch 'release/0.5' into wdtkRobin Houston2012-01-19-3/+6
| |\
| | * Catch timeouts and other extra errors when connection to 3rd party websites f...Seb Bacon2012-01-18-1/+1
| | * Fix paging bug for type ahead search. This wasn't caught because the spec di...Seb Bacon2012-01-18-2/+5
| * | Limit Xapian wildcard expansionsRobin Houston2012-01-19-5/+18
| |/
* / Don't choke on very long filenames when caching attachments. Fixes #349.Seb Bacon2012-01-19-1/+4
|/
* Actually do a proper ORed and partial match query, rather than fix parsing er...Seb Bacon2012-01-17-10/+18
* Fail silently if third party services are broken or unavailable. Fixes #354.Seb Bacon2012-01-17-1/+11
* Fix bug introduced in cec2c545e0a10e0641c4ee67839c88d872b394b8, related to is...Seb Bacon2012-01-13-1/+1