Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | test for removing flag and make it work | Struan Donald | 2011-08-26 | -1/+1 |
| | ||||
* | add flagged checkbox to user edit admin page | Struan Donald | 2011-08-26 | -0/+1 |
| | ||||
* | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵ | Struan Donald | 2011-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 | |||
| * | add a day to the end date so we actually get the whole date range :( | Struan Donald | 2011-08-10 | -2/+4 |
| | | ||||
| * | break down problems into states for a bit more clarity | Struan Donald | 2011-08-10 | -1/+7 |
| | | ||||
| * | add stats page with problem count gathering | Struan Donald | 2011-08-10 | -0/+59 |
| | | ||||
| * | Call check_page function. | Matthew Somerville | 2011-08-09 | -2/+2 |
| | | ||||
| * | add remove user flag button to report and update edit pages | Struan Donald | 2011-08-09 | -1/+37 |
| | | ||||
| * | allow flagging of user from report and update pages | Struan Donald | 2011-08-09 | -0/+34 |
| | | ||||
| * | add flagged checkbox for report editing | Struan Donald | 2011-08-09 | -1/+5 |
| | | ||||
| * | reuse report table row generating template code | Struan Donald | 2011-08-09 | -2/+6 |
| | | ||||
| * | list flagged items page for admin | Struan Donald | 2011-08-09 | -4/+21 |
| | | ||||
| * | abuse table search | Struan Donald | 2011-08-09 | -0/+21 |
| | | ||||
| * | only show abuse links if allowed | Struan Donald | 2011-08-09 | -0/+1 |
| | | ||||
| * | documentation and bit of shuffling of where there are in the file | Struan Donald | 2011-08-09 | -90/+116 |
| | | ||||
| * | add a ban email address button | Struan Donald | 2011-08-09 | -5/+41 |
| | | ||||
| * | Warnfix. | Matthew Somerville | 2011-08-05 | -1/+1 |
| | | ||||
| * | Store confirmed time if done via admin interface, fixes #141. | Matthew Somerville | 2011-08-01 | -0/+4 |
| | | ||||
* | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵ | Struan Donald | 2011-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 | |||
| * | Make sure to set the name_sep when changing quite_char, to get Admin | Petter Reinholdtsen | 2011-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 Somerville | 2011-07-12 | -0/+3 |
| | | ||||
| * | Summary stats on state changes from questionnaires. Fixes #98. | Matthew Somerville | 2011-07-12 | -4/+8 |
| | | ||||
| * | Unique users of problem reports, and summary table by category. Fixes #108. | Matthew Somerville | 2011-07-12 | -0/+3 |
| | | ||||
* | | 404 if no token | Struan Donald | 2011-06-27 | -1/+1 |
| | | ||||
* | | user searching and editing | Struan Donald | 2011-06-27 | -0/+79 |
| | | ||||
* | | add new states into admin | Struan Donald | 2011-06-22 | -4/+6 |
|/ | ||||
* | Fix #121 and tests for all today's fixes. | Matthew Somerville | 2011-06-21 | -0/+6 |
| | ||||
* | Fix #123. | Matthew Somerville | 2011-06-21 | -1/+1 |
| | ||||
* | put cobrand restriction into actual cobrand | Struan Donald | 2011-06-13 | -7/+5 |
| | ||||
* | update cobrand filtering and add unit test for summary page | Struan Donald | 2011-06-13 | -2/+2 |
| | ||||
* | Merge branch 'migrate_to_catalyst' of ↵ | Struan Donald | 2011-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 Somerville | 2011-06-09 | -1/+1 |
| | | | | | | | | as elsewhere. | |||
* | | avoid undefined string in ne warning | Struan Donald | 2011-06-09 | -7/+9 |
|/ | ||||
* | Merge branch 'migrate_to_catalyst' of ↵ | Struan Donald | 2011-06-08 | -0/+6 |
|\ | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst | |||
| * | set URIs to be relative so they work with our auth redirection | Struan Donald | 2011-06-08 | -0/+6 |
| | | ||||
* | | switch to using c->cobrand->problems instead of site restriction | Struan Donald | 2011-06-08 | -6/+4 |
|/ | ||||
* | Removal of old Cobrand.pm and last . | Matthew Somerville | 2011-06-07 | -1/+1 |
| | ||||
* | allow /admin to work | Struan Donald | 2011-06-07 | -1/+1 |
| | ||||
* | implement allowed actions and remove remaining old code | Struan Donald | 2011-06-07 | -67/+25 |
| | ||||
* | move summary count fetching out to result sets | Struan Donald | 2011-06-07 | -42/+5 |
| | ||||
* | admin timeline | Struan Donald | 2011-06-07 | -87/+52 |
| | ||||
* | bit of tidying up and some docs | Struan Donald | 2011-06-07 | -46/+56 |
| | ||||
* | update edits for admin pages | Struan Donald | 2011-06-07 | -81/+83 |
| | ||||
* | remove implemented code | Struan Donald | 2011-06-06 | -100/+0 |
| | ||||
* | edit report admin function | Struan Donald | 2011-06-06 | -127/+137 |
| | ||||
* | use allowed pages for generating nav bar | Struan Donald | 2011-06-06 | -9/+26 |
| | ||||
* | display updates on report search page | Struan Donald | 2011-06-06 | -11/+26 |
| | ||||
* | search and display reports ( no update display yet ) | Struan Donald | 2011-06-06 | -65/+80 |
| | ||||
* | move Norway special case into cobrand | Struan Donald | 2011-06-03 | -2/+1 |
| | ||||
* | remove ported code | Struan Donald | 2011-06-03 | -74/+0 |
| |