aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Admin.pm
Commit message (Collapse)AuthorAgeLines
* Call Zurich admin_type on all admin pages.Matthew Somerville2012-12-20-0/+1
|
* Allow sending back from Zurich SDM to DM.Matthew Somerville2012-12-20-2/+4
|
* Start of Zurich SDM report updating, and admin ID checking.Matthew Somerville2012-12-20-4/+4
|
* Zurich admin report editing changes.Matthew Somerville2012-12-20-1/+9
|
* Start of DM summary admin page for Zurich.Matthew Somerville2012-12-20-0/+4
|
* Don't try and set empty area IDs.Matthew Somerville2012-12-19-7/+11
|
* Move admin page check to central function.Matthew Somerville2012-12-19-25/+12
|
* Zurich admin auth with front end.Matthew Somerville2012-12-19-0/+5
|
* Be sure only dealing with the right global mapit area.Matthew Somerville2012-12-19-1/+6
|
* Allow bodies to have parent bodies.Matthew Somerville2012-12-19-1/+3
|
* Area IDs come in as an arrayref, and body may not have an area ID.Matthew Somerville2012-12-19-5/+11
|
* Fill in send_method dropdown on new body form.Matthew Somerville2012-12-19-7/+11
|
* Allow bodies to span multiple area IDs, and areas can be covered by more ↵Matthew Somerville2012-12-19-5/+15
| | | | than one body.
* Add admin editing/adding of body name/area ID.Matthew Somerville2012-12-15-15/+36
|
* Make from_body a foreign key.Matthew Somerville2012-12-15-1/+1
|
* Update admin code and tests to work with bodies.Matthew Somerville2012-12-15-128/+69
|
* Rename council column to bodies_str, and all the related code.Matthew Somerville2012-12-15-1/+1
|
* Rename area_id on Contacts table to body_id.Matthew Somerville2012-12-15-9/+9
| | | | Add foreign key constraint from contacts to body.
* Rename from_council to from_body, and small related changes.Matthew Somerville2012-12-15-5/+5
|
* Rename 'open311conf' database table to 'body'.Matthew Somerville2012-12-15-3/+3
|
* Consolidate user searching to one admin page.Matthew Somerville2012-11-26-27/+22
|
* Travis script.Matthew Somerville2012-10-05-1/+1
|
* More cron quietening, only show full Open311 first time, then summarise.Matthew Somerville2012-10-05-1/+0
|
* Merge branch 'fmb-read-only'Dave Whiteland2012-10-03-1/+10
|\ | | | | | | | | | | | | Conflicts: db/schema.sql perllib/FixMyStreet/DB/Result/Contact.pm perllib/FixMyStreet/DB/Result/Problem.pm
| * admin interface to add contact level endpointsStruan Donald2012-09-28-0/+7
| |
| * admin interface to set endpoint as devolvedStruan Donald2012-09-28-1/+3
| |
* | add non public status editing of contacts to adminStruan Donald2012-09-05-0/+1
| |
* | add non_public status for report editing to adminStruan Donald2012-09-05-1/+5
|/
* Speed up this type of search by a factor of c. 10e5. Stupid databases.Matthew Somerville2012-08-17-1/+1
|
* Allow the MapIt types to be given in config.Matthew Somerville2012-08-17-5/+4
|
* Factor out site_key as that's only used in one place too.Matthew Somerville2012-07-06-5/+5
|
* Factor out the SQL restriction from site_restriction, as it's only used in ↵Matthew Somerville2012-07-06-6/+5
| | | | one place.
* Move site restriction to within query, so it is ANDed.Matthew Somerville2012-06-27-3/+1
|
* Fixes and improvements for tests.Matthew Somerville2012-05-16-5/+5
|
* Merge branch 'master' into bromleyMatthew Somerville2012-05-16-28/+63
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: bin/send-reports conf/crontab.ugly conf/general.yml-example db/schema.sql perllib/FixMyStreet/App/Controller/Admin.pm perllib/FixMyStreet/App/Controller/Report/New.pm perllib/FixMyStreet/DB/Result/Comment.pm perllib/FixMyStreet/DB/Result/Open311conf.pm perllib/FixMyStreet/DB/Result/Problem.pm perllib/FixMyStreet/DB/Result/User.pm templates/web/default/js/validation_strings.html templates/web/fixmystreet/auth/sign_out.html templates/web/fixmystreet/report/new/councils_text_all.html web/cobrands/fixmystreet/_base.scss
| * Wildcards so it actually works.Matthew Somerville2012-05-02-1/+1
| |
| * Fix for when no results.Matthew Somerville2012-05-02-12/+13
| |
| * Fix bug in admin user search, and add council ID search.Matthew Somerville2012-05-02-2/+9
| |
| * Update shortcircuit admin search too.Matthew Somerville2012-04-20-9/+23
| |
| * Shortcircuit email admin search.Matthew Somerville2012-04-20-9/+22
| |
* | add ability to suppress alerts to report creator onStruan Donald2012-05-11-1/+3
| | | | | | | | comments updated from open311
* | Dashboard initial start.Matthew Somerville2012-05-04-6/+4
| |
* | store title in users table so we can persist it for bromleyStruan Donald2012-05-01-1/+1
| |
* | unset comment user if none passed inStruan Donald2012-04-27-2/+2
| |
* | actually grab params before we use themStruan Donald2012-04-23-1/+1
| |
* | Editing interface to set send method for councilStruan Donald2012-04-05-0/+11
|/
* Update lastupdate timestamp if anything has changed, not just state.Matthew Somerville2012-03-12-4/+1
|
* Remove some unused cobrand functions, start of a base class.Matthew Somerville2012-01-20-1/+1
|
* Fix bug in admin interface deleting a mark-fixed comment.Matthew Somerville2012-01-11-1/+1
|
* clunky admin interface to rotate images (fixes #11)Struan Donald2011-12-02-0/+41
|