aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/admin_public_body_controller.rb
Commit message (Expand)AuthorAgeLines
* Fix translating Public BodiesGareth Rees2015-03-18-8/+4
* Merge branch 'hotfix/0.20.0.6' into rails-3-developLouise Crow2015-02-05-0/+10
|\
| * Build available locales in the controllerGareth Rees2015-02-03-0/+10
* | Move show method to use RESTful routingLouise Crow2014-12-18-3/+3
* | Use RESTful routing for indexLouise Crow2014-12-18-63/+59
|/
* Replace existing PublicBodyCategories functionality with db models PublicBody...lizconlan2014-09-22-2/+0
* Populate admin public body forms based on a change request.Louise Crow2014-01-13-3/+39
* Fix the command-line CSV importer under Ruby 1.9Mark Longair2013-12-03-0/+2
* Fix locales used to find public bodies in AdminPublicBodyControllerMark Longair2013-09-10-2/+3
* Try to convert csv files of public bodies into utf-8 before importing them.Louise Crow2013-08-14-1/+1
* Add pagination to the list of requests on the admin page for a public bodyLouise Crow2013-06-20-0/+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-2/+2
|\
| * Stop using admin_url to generate absolute url for the admin interfaceMatthew Landauer2013-02-15-2/+2
* | Convert query to more activerecord 3 formMatthew Landauer2013-01-30-4/+2
* | The with_locale has been removed in Globalize3Henare Degan2012-12-11-5/+5
* | Switch to new method nameHenare Degan2012-12-11-5/+5
|/
* Redirect calls to admin_http_auth_user to more generic wrapper admin_current_...Louise Crow2012-10-30-4/+4
* Remove svn tags that are out of date as we are now using gitMatthew Landauer2012-10-09-2/+0
* Merge branch 'release/0.6.3' into developLouise Crow2012-08-22-30/+67
|\
| * Rework the temporary storing of a csv file of public body info between a dry ...Louise Crow2012-08-20-29/+67
| * Fix bug preventing CSV upload. Fixes #525 (needs tests!)Seb Bacon2012-07-19-7/+7
* | Default to dry run and don't raise an error when this page is visited normallyHenare Degan2012-08-11-7/+2
|/
* After a dry-run, cause the public body "import" button to use the data upload...Seb Bacon2012-06-12-9/+13
* Remove trailing whitespace (to make a cleaner forthcoming merge with wombleto...Seb Bacon2012-05-15-16/+16
* Fixes #393 - Route the mass_assign_tags action so it does what it says on the...Henare Degan2012-01-31-1/+1
* Controller tests were failing for these actions - switching to more concise U...Henare Degan2012-01-31-2/+2
* No tabs for indentationRobin Houston2012-01-26-1/+1
* Match public bodies by tag regardless of localeSeb Bacon2012-01-09-1/+1
* Add support for add/replace tags when importing public bodies from CSV. Fixes...David Cabo2011-09-19-2/+2
* Wrap categories loading into singleton and add support for multiple locales s...David Cabo2011-09-19-0/+2
* Make tag optional when importing public bodies through CSV (issue #60)David Cabo2011-09-13-31/+26
* Refactor fixes to #142 and #143, new implementation much simpler to understandDavid Cabo2011-08-23-56/+16
* Support editing of public bodies simultaneously in all locales (closes #143)David Cabo2011-08-23-22/+38
* Extend "new public body" form to support multiple locales (closes #142)David Cabo2011-08-23-9/+25
* Extend CSV import to support additional fields (short name, home page...)David Cabo2011-08-23-1/+1
* Create public bodies in multiple locales when importing from CSVDavid Cabo2011-08-11-3/+3
* initial merge of Kosovan branch; still need to get tests passing, factor out ...Seb Bacon2011-07-06-34/+33
|\
| * I18n fixFaton Selishta2011-06-02-5/+7
* | ensure all with_locale calls end with explicit renderSeb Bacon2011-06-13-33/+39
|/
* further test fixageSeb Bacon2011-04-01-38/+59
* Remove unused :FOI site testharness2010-09-10-2/+2
* Dry run button for database uploadFrancis Irving2009-12-17-7/+19
* Change not to !Francis Irving2009-12-17-1/+1
* Show correctly what happens with pagination when mass adding tags.francis2009-08-26-3/+7
* Put tags (with links) in column on list of bodies admin interface tables.francis2009-08-26-2/+29
* Show some stats on number of publication schemes entered.tony2009-03-24-1/+5
* Admin page to list most popular authorities without Publication Scheme infotony2009-03-10-1/+13
* Always give full stack trace for admin interfacefrancis2009-01-29-5/+2
* Only show destroy button if there are no requests.francis2008-08-14-1/+8