aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/general_controller_spec.rb
Commit message (Expand)AuthorAgeLines
* Don't redirect to signin on expiration of a non remember-me sessionLouise Crow2015-04-23-1/+0
* Add an autodetect feed for the frontpage list of requestsLouise Crow2015-03-19-0/+8
* Merge branch 'hotfix/0.20.0.7' into rails-3-developLouise Crow2015-02-05-0/+6
|\
| * Do not allow requests for search results after the first 500Louise Crow2015-02-03-0/+6
* | Merge branch 'hotfix/0.20.0.2' into rails-3-developLouise Crow2015-01-07-0/+12
|\|
| * Sanitize the blog contents0.20.0.2Louise Crow2014-12-22-0/+12
* | Enforce a lifetime on session cookiesLouise Crow2014-12-12-0/+29
|/
* Handle unhelpful stemmingGareth Rees2014-06-25-1/+1
* Use regex based highlightingGareth Rees2014-06-25-1/+1
* Only show the blog if a BLOG_FEED is configured.Louise Crow2013-12-09-0/+11
* Move getting recent requests into a helper method.Louise Crow2013-11-25-42/+0
* Refactor some tests to use with_default_localeMark Longair2013-11-19-10/+8
* Show 'browse all' and 'ask us to add' one for authority only search.Louise Crow2013-11-07-0/+5
* Show highlights and correction regardless of search type.Louise Crow2013-11-07-0/+11
* Switch routing-filter (which takes locale out of the params and puts it in th...Louise Crow2013-07-18-85/+3
* Revert "Assume that format will be specified in the url requested, or default...Louise Crow2013-06-26-6/+0
* Don't call out to external urls during controller testsLouise Crow2013-06-20-0/+2
* Assume that format will be specified in the url requested, or default to HTML...Louise Crow2013-06-20-0/+6
* Remove support for theme stylesheet inclusion via template deprecated in vers...Louise Crow2013-06-05-1/+0
* Remove debian-specific require clause and use Gemfile to specify non-standard...Louise Crow2013-04-30-1/+10
* Rename Configuration class to avoid conflict with ActiveSupport::ConfigurableHenare Degan2013-03-03-4/+4
* Handling of globbed parameters in routes has changedMatthew Landauer2013-02-01-9/+9
* Replace use of have_text with contain from webrat or matchMatthew Landauer2013-01-29-9/+9
* Replace use of have_tag with have_selector from webratMatthew Landauer2013-01-28-4/+4
* response.status now returns an integerMatthew Landauer2013-01-04-1/+1
* integrate_views is render_views RSpec 2Henare Degan2012-12-11-2/+2
* Give the implicit default locale in a URL without locale precedence over the ...Louise Crow2012-11-28-0/+50
* Use new function that copies existing xapian index in spec setup where a clea...Louise Crow2012-11-21-3/+3
* Don't load raw emails before the frontpage specs - they don't rely on the raw...Louise Crow2012-10-29-1/+0
* Make spec a bit more generic in terms of what we're expecting. Really what we...Louise Crow2012-10-29-12/+28
* Mock xapian call for specs that are really for orthogonal things like localiz...Louise Crow2012-10-29-0/+16
* Move search spec to search group.Louise Crow2012-10-29-10/+7
* Split up specs for frontpage and search.Louise Crow2012-10-29-25/+27
* Handle the case where the blog feed already has querystring parameters.Louise Crow2012-10-11-0/+16
* Update references to point to the mySociety repo.Louise Crow2012-08-29-7/+7
* Ensure we generate URLs containing the current locale, even if the locale con...Seb Bacon2012-06-14-1/+18
* Use PO files from `spec/fixtures/locale` rather than the application - makes ...Seb Bacon2012-06-14-0/+5
* Always show tracking links even for things that currently have no resultsSeb Bacon2012-05-11-0/+5
* Don’t index unconfirmed usersRobin Houston2012-02-06-0/+16
* Load all fixtures for all testsRobin Houston2012-01-31-13/+0
* Test duplicate requests are coalescedRobin Houston2012-01-29-0/+5
* Change order of requests on front pageRobin Houston2012-01-29-1/+6
* More test data, and fix testsRobin Houston2012-01-29-6/+16
* Load all raw emails for testingRobin Houston2012-01-29-3/+3
* More test data and a new testRobin Houston2012-01-27-2/+4
* Add a trivial test for the list of recent requestsRobin Houston2012-01-27-0/+12
* Improve test isolationRobin Houston2012-01-24-0/+2
* Fix a bunch of order-dependent failuresRobin Houston2012-01-24-1/+1
* Remove assumptionRobin Houston2012-01-20-6/+5
* Make sure the FakeWeb registry is kept cleanRobin Houston2012-01-20-0/+7