aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/admin_controller.rb
Commit message (Collapse)AuthorAgeLines
* Factor out an SQL fragment.francis2008-09-11-4/+3
|
* *** empty log message ***francis2008-09-08-1/+2
|
* Let adapter compute booleans, so works with sqlite as well as postgresqlfrancis2008-07-30-2/+2
|
* Now we remind after 1 week, only put in admin after 10 daysfrancis2008-07-14-2/+2
|
* Store incoming messages which aren't to a valid request in a holding pen, andfrancis2008-07-08-1/+2
| | | | let people move them from admin interface.
* Date and order for things needing classification.francis2008-06-10-4/+5
|
* Admin classify after 1 week, not 2 weeks.francis2008-05-21-2/+2
|
* 2 day timelinefrancis2008-04-18-3/+7
|
* last_updated gets knackered by various track email things etc. so do queryfrancis2008-04-17-2/+2
| | | | on actual last new event for admin interface.
* Stats page.francis2008-04-16-1/+7
|
* Debug page.francis2008-04-11-1/+5
|
* Show which user you are in the admin interfacefrancis2008-04-11-1/+2
|
* Include public body history change in timelinefrancis2008-04-09-1/+9
|
* Give total of tracked thingsfrancis2008-04-03-1/+2
|
* Move timeline onto separate page for speed.francis2008-04-03-1/+3
|
* Show requests that have been unclassified for two weeks on admin pagefrancis2008-03-24-1/+2
|
* List bad contact details.francis2008-03-17-1/+2
|
* Show requests in requires_admin state prominently on admin interfacefrancis2008-03-17-2/+6
|
* Overview admin page.francis2008-03-14-2/+22
|
* Move signin/signup/signout actions from application controller to user ↵francis2007-10-31-2/+2
| | | | | | controller. (They were already only being routed to the user controller)
* Make /admin URL work, and give link through to public body editor.francis2007-09-03-0/+12
Layout for admin pages.