aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Admin.pm
Commit message (Collapse)AuthorAgeLines
* [fixmystreet.com] Remove special Report-It code.Matthew Somerville2015-03-13-3/+0
|
* Rename 'body_edit' admin endpoint to 'body'.Matthew Somerville2015-01-20-5/+4
|
* Add admin navigation link to Configuration page.Matthew Somerville2015-01-20-2/+2
|
* Paginate admin search results.Matthew Somerville2014-10-13-22/+22
|
* Validate category name/email/note in admin.Matthew Somerville2014-10-08-1/+10
| | | | This prevents the creation of a category with a blank name. Fixes #556.
* Also remove cached file when photo removed.Matthew Somerville2014-04-17-5/+6
|
* Remove cached photos if hidden in admin interface.Matthew Somerville2013-11-20-1/+9
| | | | | Use the internal hash URL of the photo so that it can still be seen in the admin interface.
* Version 1.3.v1.3Matthew Somerville2013-11-12-2/+2
|
* Include version number on admin config page.Matthew Somerville2013-11-12-0/+7
|
* Remove trailing whitespaceAndrew Black2013-11-07-1/+1
|
* Create a single date fields and parse as DD/MM/YYYYAndrew Black2013-11-07-17/+8
|
* Merge branch '389-report-search-ref' of ↵Matthew Somerville2013-11-04-0/+5
|\ | | | | | | https://github.com/andylolz/fixmystreet into andylolz-389-report-search-ref
| * Include external_id in admin reports search.Andy Lulham2013-10-17-0/+5
| | | | | | | | Fixes #389
* | Set confirmed timestamp on any admin unconfirmed state change.Matthew Somerville2013-10-25-1/+1
|/ | | | This fixes #527.
* [Zurich] Add user email address validation to the adminChris Mytton2013-10-15-0/+10
| | | | Closes mysociety/FixMyStreet-Commercial#426
* Add a view-configuration admin page.Matthew Somerville2013-09-19-0/+4
| | | | Fixes #561.
* [Zurich] Add deleted to admin body_params methodChris Mytton2013-09-10-1/+2
|
* clarify presentation on lagged users pageDave Whiteland2013-09-05-1/+13
| | | | | now shows which flagged users are in abuse table, which seems important (separate issue #523 to make managing and indeed viewing abuse table)
* show warning on body with no live contactsDave Whiteland2013-09-05-0/+1
|
* remove SHOW_ADMIN_HINTS configDave Whiteland2013-09-05-3/+2
| | | | | admin hints are displayed *like it or not* (actually, could hide for a given cobrand with CSS setting display:none)
* show "no bodies" hint on empty body dbDave Whiteland2013-09-05-0/+3
|
* [Zurich] Ensure only superusers can add/edit bodiesChris Mytton2013-09-04-0/+2
|
* [Zurich] Only super user can edit bodiesChris Mytton2013-09-03-0/+8
|
* Move to Digest::SHA, as ::SHA1 is no longer packaged in Debian.Matthew Somerville2013-05-08-1/+1
|
* Add MAPIT_ID_WHITELIST configuration option.Matthew Somerville2013-05-02-2/+4
| | | | | | | This allows someone to restrict FixMyStreet's usage to specific MapIt IDs rather than a whole MapIt type. This is currently most useful with Global MapIt as you probably don't want e.g. all the O04s in the world for your installation.
* Zurich admin table styles carried across to default admin templates, and ↵Matthew Somerville2013-02-21-3/+4
| | | | tidy display of admin a bit.
* Remove *_local tz functions, set timezone on fetching original columns from ↵Matthew Somerville2013-02-14-8/+8
| | | | database.
* Add Zurich super user stats page.Matthew Somerville2013-02-14-1/+1
|
* Don't use problem sort on update search.Matthew Somerville2013-02-08-1/+1
|
* Reference things that might have direction.Matthew Somerville2013-02-08-2/+2
|
* Allow sorting of more Zurich admin tables.Matthew Somerville2013-02-08-3/+9
|
* Allow Zurich admin to change location of pin, with confirmation (fixes a1).Matthew Somerville2013-02-08-0/+1
|
* Unneeded text now cache better.Matthew Somerville2013-02-07-2/+0
|
* Add hash as query parameter on photos so that rotating instantly works, no ↵Matthew Somerville2013-02-07-17/+14
| | | | cache issues (fixes a3).
* use problem's pin colour (rather than 'yellow') in admin report edit (Zurich ↵Dave Whiteland2013-02-05-1/+1
| | | | only)
* Move Zurich reports query restriction higher so else catches it too.Matthew Somerville2013-02-05-26/+18
|
* Do problem search lookup in database, not in template.Matthew Somerville2013-02-05-3/+22
|
* Reports list, and start of pagination.Matthew Somerville2013-02-05-0/+9
|
* Show admin users on Users page by default.Matthew Somerville2013-02-05-0/+12
|
* Merge remote branch 'origin/zurich'Matthew Somerville2013-02-04-198/+275
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: bin/open311-populate-service-list bin/send-comments bin/update-all-reports conf/crontab.ugly db/schema.sql perllib/FixMyStreet/App/Controller/Admin.pm perllib/FixMyStreet/App/Controller/Report/New.pm perllib/FixMyStreet/App/Controller/Reports.pm perllib/FixMyStreet/Cobrand/Default.pm perllib/FixMyStreet/Cobrand/LichfieldDC.pm perllib/FixMyStreet/DB/Result/Open311conf.pm perllib/FixMyStreet/DB/Result/Problem.pm perllib/FixMyStreet/DB/ResultSet/Problem.pm perllib/FixMyStreet/SendReport.pm perllib/FixMyStreet/SendReport/Email.pm perllib/FixMyStreet/SendReport/Open311.pm perllib/Open311/GetServiceRequestUpdates.pm perllib/Open311/PopulateServiceList.pm t/app/controller/report_new.t t/app/controller/rss.t templates/web/bromley/report/display.html templates/web/default/admin/council_contacts.html templates/web/default/common_header_tags.html templates/web/default/dashboard/index.html templates/web/default/front/stats.html templates/web/default/report/_main.html templates/web/default/report/update-form.html templates/web/emptyhomes/index.html templates/web/emptyhomes/report/display.html templates/web/emptyhomes/report/new/councils_text_all.html templates/web/emptyhomes/reports/body.html templates/web/emptyhomes/reports/index.html templates/web/fixmystreet/report/new/fill_in_details_form.html templates/web/fixmystreet/report/update-form.html web/cobrands/fixmystreet/fixmystreet.js web/js/fixmystreet.js
| * Get Zurich superuser admin index page working a bit better.Matthew Somerville2013-01-29-2/+2
| |
| * spew not known in this version of library.Matthew Somerville2013-01-29-1/+5
| |
| * Fix for editing user from having no body to having one.Matthew Somerville2013-01-29-1/+3
| |
| * Add map to admin report page, changes to nav bar to work accordingly.Matthew Somerville2013-01-21-0/+15
| |
| * Make body list a table to match other admin tables.Matthew Somerville2013-01-18-1/+5
| |
| * Tidy up some tab highlighting, search display, date formatting.Matthew Somerville2013-01-18-1/+1
| |
| * Add user addition form.Matthew Somerville2013-01-18-3/+33
| |
| * Fix admin photo rotation.Matthew Somerville2013-01-16-8/+26
| |
| * Always fetch remote user the same way in admin.Matthew Somerville2013-01-14-8/+14
| |
| * Move rotate photo handling earlier so that Zurich can use it.Matthew Somerville2013-01-14-8/+6
| |