aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/public_body_controller.rb
Commit message (Expand)AuthorAgeLines
* Merge branch 'issues/1415-bulk-update-public-bodies' into rails-3-developGareth Rees2014-06-25-12/+22
|\
| * Move PublicBody domain logic from controllerGareth Rees2014-06-06-2/+2
| * Extract public body CSV export to its own classGareth Rees2014-06-06-11/+22
| * Remove FasterCSV dependencyGareth Rees2014-06-04-1/+0
* | Rename XXX comments with TODO:Gareth Rees2014-06-10-3/+3
|/
* Support simple searching of bodies by short_nameGareth Rees2014-05-28-4/+6
* Minor tidying of PublicBodyController#listGareth Rees2014-05-28-19/+19
* Move make_query_from_params to XapianQueriesLouise Crow2013-12-19-1/+1
* Reduce the memory used to serve /body/all-authorities.csvMark Longair2013-11-14-2/+26
* Factor out code for generating graphable data and add testsMark Longair2013-11-05-23/+48
* Add "(n)" to the tooltips on the stats graphsMark Longair2013-11-05-1/+2
* Fix a small error in stats-graphs-improvementsMark Longair2013-11-03-2/+2
* Avoid an error when the statistics column hasn't been populatedMark Longair2013-10-31-14/+14
* Refactor to avoid repeating .each_with_index.mapMark Longair2013-10-15-4/+9
* Increase the number of public bodies per graph to 10Mark Longair2013-10-15-1/+1
* Only include minimal information about public bodies in JSONMark Longair2013-10-15-1/+6
* Allow public body listing based on first letter outside US-ASCIIMark Longair2013-10-04-2/+2
* Make graph title and axis labels translatableMark Longair2013-09-12-11/+11
* Merge branch 'public-body-locale-fallback' into rails-3-developLouise Crow2013-09-12-21/+81
|\
| * Don't display duplicate public bodies with the fallbackMark Longair2013-09-12-30/+78
| * Make falling back to default locale in public body listings optionalMark Longair2013-09-10-13/+24
| * Tidy up SQL query stringsMark Longair2013-08-29-14/+14
* | Reduce the number of public bodies per graphMark Longair2013-08-20-1/+1
* | Add a config option to enable the public body statistics pageMark Longair2013-08-20-0/+4
* | Refactor calculation of statisticsMark Longair2013-08-20-77/+48
* | Make the minimum requests for statistics configurableMark Longair2013-08-20-1/+3
* | Add a page with experimental statistics on public bodiesMark Longair2013-08-20-1/+102
|/
* Respond to a (currently unsupported) json request for a public body list with...Louise Crow2013-06-20-1/+3
* Change email address in header of source code to hello@mysociety.orgMatthew Landauer2013-03-26-1/+1
* Merge remote-tracking branch 'mysociety/develop' into rails-3-developHenare Degan2013-03-14-5/+3
|\
| * Merge remote-tracking branch 'openaustralia_github/make-links-relative' into ...Louise Crow2013-03-06-1/+1
| |\
| | * Stop using main_url to generate absolute urls for the main siteMatthew Landauer2013-02-15-1/+1
| * | Don't pass latest_status param to locale switching links. Fixes #789Matthew Landauer2013-02-12-3/+1
| * | Retain filter settings when redirecting a public body to its canonical urlMatthew Landauer2013-02-12-1/+1
| * | Pass parameters to method rather explicitlyMatthew Landauer2013-02-12-1/+1
| |/
* | Convert query to more activerecord 3 formMatthew Landauer2013-01-31-2/+2
* | Convert query to more activerecord 3 formMatthew Landauer2013-01-31-4/+2
* | The with_locale has been removed in Globalize3Henare Degan2012-12-11-3/+3
* | Switch to new method nameHenare Degan2012-12-11-3/+3
|/
* Extract methodMatthew Landauer2012-10-24-32/+1
* Remove svn tags that are out of date as we are now using gitMatthew Landauer2012-10-09-2/+0
* Use faster csv for public body cvs generation, eagerly load tags and translat...Louise Crow2012-09-12-8/+7
* Remove trailing whitespace (to make a cleaner forthcoming merge with wombleto...Seb Bacon2012-05-15-17/+17
* Make better wording at the top of the page listing subsets of public bodies. ...Seb Bacon2012-01-30-4/+8
* Fix problem with typeahead searches containing " - " characters and similar. ...Seb Bacon2012-01-11-7/+1
* Make sure paging authority list works even when using typeahead searchSeb Bacon2012-01-09-1/+1
* now we have so many public bodies, there's not much point listing so many on ...Seb Bacon2012-01-06-1/+1
* Don't do wildcard searches for partial matches in type ahead searches. Fixes...Seb Bacon2011-12-21-5/+8
* When listing public bodies, instead of showing only those with translations i...Seb Bacon2011-12-02-6/+6
* Throw exception if body not found, 404 are handled on the ApplicationControllerDavid Cabo2011-09-26-9/+3