aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/application_controller.rb
Commit message (Expand)AuthorAgeLines
* 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
* Show internal_review (and some other) items in the "unresolved" list. Fixes ...Seb Bacon2012-01-13-1/+1
* Ensure we show "all requests" in order that they were last updated. FIxes #343.Seb Bacon2012-01-13-1/+1
* Correction to commit 4808347cb65556756d38b60b25fa9761f92c4513Seb Bacon2012-01-13-1/+0
* Fix further special character searches as per issue #328Seb Bacon2012-01-13-0/+1
* Further fix for issue #328.Seb Bacon2012-01-12-2/+2
* Return 403 when attachment "folders" are spidered. Fixes #340Seb Bacon2012-01-12-1/+5
* Fix problem with typeahead searches containing " - " characters and similar. ...Seb Bacon2012-01-11-0/+21
* Ignore last-seen-item variables for the purposes of varnish caching. Fixes i...Seb Bacon2012-01-09-4/+4
* Send email notifications on exceptionsSeb Bacon2012-01-09-1/+5
* Remove temporary patch, found a way of adding code from themes without new co...David Cabo2011-09-23-14/+0
* Ugly hack to fix _() in production when themes define controllers (kind of)David Cabo2011-09-20-1/+15
* Only store last visited public body for logged in users. Otherwise it breaks...Seb Bacon2011-09-16-5/+9
* Merge branch 'develop' of github.com:sebbacon/alaveteli into developDavid Cabo2011-09-03-3/+13
|\
| * Store user's locale against profile, so we can send them localised track emai...Seb Bacon2011-09-03-3/+13
* | Merge branch 'asktheeu-new-design' into develop (update New Request workflow ...David Cabo2011-09-01-1/+3
|\ \ | |/ |/|
| * Merge branch 'master' of github.com:sebbacon/alaveteli into asktheeuDavid Cabo2011-08-12-8/+17
| |\
| * | Move log-in point to before Preview and fix modal sign-in and sign-up redirectsDavid Cabo2011-08-11-1/+3
* | | Merge branch 'develop' into feature/add-recaptchaSeb Bacon2011-08-30-2/+9
|\ \ \
| * | | Additional changes omitted from commit 9d8388c03d0faeaca29d233a340c58bd65f28a...Seb Bacon2011-08-30-2/+9
* | | | Present a reCaptcha on the signup form to foreign visitors (judging from thei...Seb Bacon2011-08-30-0/+11
|/ / /
* | | Add tests & fixes for new search/filtering functionalitySeb Bacon2011-08-29-2/+2
* | | Fixes to get tests to pass following addition of new search / filter function...Seb Bacon2011-08-29-1/+1
* | | Further work in progress on better search functionalitySeb Bacon2011-08-29-32/+49
* | | more work in progress on search formsSeb Bacon2011-08-29-23/+49
* | | First stab at filtering on the "View requests" pageSeb Bacon2011-08-29-0/+55
| |/ |/|