aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/admin_public_body_controller.rb
Commit message (Expand)AuthorAgeLines
* 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
* Oops - make it actually do substring searches still, just using like rather t...francis2008-07-28-4/+4
* ILIKE is not in the SQL standard, but is a PostgreSQL extension. Stop using it.francis2008-07-28-4/+4
* Search of authorities by tag.francis2008-05-26-1/+2
* Show people tracking same query, when you are on search page.francis2008-05-21-3/+3
* Insist on a tag.francis2008-04-15-15/+20
* Import CSV file using web interface.francis2008-04-14-1/+28
* Show which user you are in the admin interfacefrancis2008-04-11-1/+2
* Redirect to the new public body after creating it in admin interface.francis2008-03-31-2/+2
* Search public bodies in admin.francis2008-03-14-2/+6
* Don't need extra save any more.francis2008-03-02-2/+4
* Option to destroy public body.francis2008-02-21-1/+2
* List more at oncefrancis2008-02-21-2/+2
* Get redirects right for proxied admin URLs.francis2007-12-14-8/+4
* Change admin interface to use new will_paginate plugin rather than old Railsfrancis2007-11-13-2/+2
* Log last editor and allow a comment for public body editing.francis2007-09-03-52/+58
* Make /admin URL work, and give link through to public body editor.francis2007-09-03-0/+10
* Model for a public body, and basic scaffold to edit it.francis2007-08-29-0/+51