aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Admin.pm
Commit message (Collapse)AuthorAgeLines
* 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
|
* Do want LBO in EHA.Matthew Somerville2011-10-28-1/+3
|
* Merge remote branch 'origin/master' into open311-consumerStruan Donald2011-10-10-4/+11
|\
| * Ignore London in admin interface, text tweaks.Matthew Somerville2011-09-27-1/+2
| |
| * Add explicit as for older version of DBIx::Class or something like that.Matthew Somerville2011-09-13-0/+1
| |
| * Fix ever reported no count and link to graph in admin interface.Matthew Somerville2011-09-12-3/+8
| |
* | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-09-08-14/+51
|\| | | | | | | | | | | | | | | into open311-consumer Conflicts: web/css/core.css web/js/fixmystreet.js
| * split up stats by month instead of stateStruan Donald2011-09-07-8/+27
| |
| * filter stats by councilStruan Donald2011-09-07-8/+25
| |
| * test for removing flag and make it workStruan Donald2011-08-26-1/+1
| |
| * add flagged checkbox to user edit admin pageStruan Donald2011-08-26-0/+1
| |
* | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-08-22-4/+83
|\| | | | | | | | | | | | | | | | | into open311-consumer Conflicts: t/app/model/problem.t templates/web/default/report/new/fill_in_details.html web/css/core.css
| * Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-08-17-71/+319
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into new_statuses Conflicts: db/schema.sql perllib/FixMyStreet/App/Controller/Admin.pm perllib/FixMyStreet/DB/Result/User.pm t/app/controller/admin.t templates/web/default/admin/update_edit.html web/css/core.css
| * \ Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-07-26-4/+16
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into new_statuses Conflicts: perllib/FixMyStreet/App/Controller/Admin.pm perllib/FixMyStreet/App/Controller/JSON.pm perllib/FixMyStreet/Map/Tilma/Original.pm web/css/core.css
| * | | 404 if no tokenStruan Donald2011-06-27-1/+1
| | | |
| * | | user searching and editingStruan Donald2011-06-27-0/+79
| | | |
| * | | add new states into adminStruan Donald2011-06-22-4/+6
| | | |
* | | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-08-16-72/+318
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | into open311-consumer Conflicts: db/schema.sql perllib/FixMyStreet/DB/Result/Problem.pm
| * | | add a day to the end date so we actually get the whole date range :(Struan Donald2011-08-10-2/+4
| | | |
| * | | break down problems into states for a bit more clarityStruan Donald2011-08-10-1/+7
| | | |
| * | | add stats page with problem count gatheringStruan Donald2011-08-10-0/+59
| | | |
| * | | Call check_page function.Matthew Somerville2011-08-09-2/+2
| | | |
| * | | add remove user flag button to report and update edit pagesStruan Donald2011-08-09-1/+37
| | | |
| * | | allow flagging of user from report and update pagesStruan Donald2011-08-09-0/+34
| | | |
| * | | add flagged checkbox for report editingStruan Donald2011-08-09-1/+5
| | | |
| * | | reuse report table row generating template codeStruan Donald2011-08-09-2/+6
| | | |
| * | | list flagged items page for adminStruan Donald2011-08-09-4/+21
| | | |
| * | | abuse table searchStruan Donald2011-08-09-0/+21
| | | |
| * | | only show abuse links if allowedStruan Donald2011-08-09-0/+1
| | | |
| * | | documentation and bit of shuffling of where there are in the fileStruan Donald2011-08-09-90/+116
| | | |
| * | | add a ban email address buttonStruan Donald2011-08-09-5/+41
| | | |
* | | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-08-09-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | into open311-consumer Conflicts: web/css/core.css
| * | | Warnfix.Matthew Somerville2011-08-05-1/+1
| | | |
* | | | configure open311 endpoint etc in admin interfaceStruan Donald2011-08-04-0/+32
|/ / /
* | / Store confirmed time if done via admin interface, fixes #141.Matthew Somerville2011-08-01-0/+4
| |/ |/|
* | Make sure to set the name_sep when changing quite_char, to get AdminPetter Reinholdtsen2011-07-23-0/+2
| | | | | | | | | | | | pages working with the Catalyst packages in Debian/Squeeze. Without this, the generated SQL contain "foo.bar" instead of "foo"."bar", and only the latter work.
* | Don't use different count total.Matthew Somerville2011-07-12-0/+3
| |
* | Summary stats on state changes from questionnaires. Fixes #98.Matthew Somerville2011-07-12-4/+8
| |
* | Unique users of problem reports, and summary table by category. Fixes #108.Matthew Somerville2011-07-12-0/+3
|/
* Fix #121 and tests for all today's fixes.Matthew Somerville2011-06-21-0/+6
|
* Fix #123.Matthew Somerville2011-06-21-1/+1
|
* put cobrand restriction into actual cobrandStruan Donald2011-06-13-7/+5
|
* update cobrand filtering and add unit test for summary pageStruan Donald2011-06-13-2/+2
|
* Merge branch 'migrate_to_catalyst' of ↵Struan Donald2011-06-09-1/+1
|\ | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
| * Stop empty string warning, delete some test users, and use same n/a string ↵Matthew Somerville2011-06-09-1/+1
| | | | | | | | as elsewhere.
* | avoid undefined string in ne warningStruan Donald2011-06-09-7/+9
|/
* Merge branch 'migrate_to_catalyst' of ↵Struan Donald2011-06-08-0/+6
|\ | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst