Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Redirect to front page if nothing provided. | Matthew Somerville | 2013-02-20 | -4/+7 |
| | ||||
* | Remove *_local tz functions, set timezone on fetching original columns from ↵ | Matthew Somerville | 2013-02-14 | -11/+11 |
| | | | | database. | |||
* | Add Zurich super user stats page. | Matthew Somerville | 2013-02-14 | -1/+1 |
| | ||||
* | return details of updates to the report in ajax call | Struan Donald | 2013-02-12 | -1/+4 |
| | ||||
* | move as_hashref call to the cobrand to enable applying any cobrand based ↵ | Struan Donald | 2013-02-12 | -1/+1 |
| | | | | workflow rules | |||
* | Don't use problem sort on update search. | Matthew Somerville | 2013-02-08 | -1/+1 |
| | ||||
* | Reference things that might have direction. | Matthew Somerville | 2013-02-08 | -2/+2 |
| | ||||
* | Allow sorting of more Zurich admin tables. | Matthew Somerville | 2013-02-08 | -3/+9 |
| | ||||
* | Allow Zurich admin to change location of pin, with confirmation (fixes a1). | Matthew Somerville | 2013-02-08 | -0/+1 |
| | ||||
* | Unneeded text now cache better. | Matthew Somerville | 2013-02-07 | -2/+0 |
| | ||||
* | Add hash as query parameter on photos so that rotating instantly works, no ↵ | Matthew Somerville | 2013-02-07 | -17/+14 |
| | | | | cache issues (fixes a3). | |||
* | report page's big pin uses status-based pin colour for Zurich (other ↵ | Dave Whiteland | 2013-02-05 | -1/+1 |
| | | | | cobrands remain fixed at yellow) | |||
* | use problem's pin colour (rather than 'yellow') in admin report edit (Zurich ↵ | Dave Whiteland | 2013-02-05 | -1/+1 |
| | | | | only) | |||
* | Move Zurich reports query restriction higher so else catches it too. | Matthew Somerville | 2013-02-05 | -26/+18 |
| | ||||
* | Do problem search lookup in database, not in template. | Matthew Somerville | 2013-02-05 | -3/+22 |
| | ||||
* | Reports list, and start of pagination. | Matthew Somerville | 2013-02-05 | -0/+9 |
| | ||||
* | Show admin users on Users page by default. | Matthew Somerville | 2013-02-05 | -0/+12 |
| | ||||
* | Redirect better to prevent possible infinite loop, update test. | Matthew Somerville | 2013-02-05 | -1/+4 |
| | ||||
* | Redirect from auth to admin if already logged in on Zurich. | Matthew Somerville | 2013-02-05 | -1/+2 |
| | ||||
* | Remove all special body handling in order to move FMB to use bodies properly. | Matthew Somerville | 2013-02-04 | -15/+1 |
| | ||||
* | Fix infinite memory-eating loop. | Matthew Somerville | 2013-02-04 | -1/+2 |
| | | | | | | Reading from $problem->areas is a new string each time, so the global regex gets reset and the loop never ends. Look up the value once, first, to prevent this. | |||
* | Add some more error handling of odd RSS. | Matthew Somerville | 2013-02-04 | -0/+6 |
| | ||||
* | Check we have an area ID to look up first. | Matthew Somerville | 2013-02-04 | -1/+1 |
| | ||||
* | Set body needed for redirect function (this whole area/body confusion here ↵ | Matthew Somerville | 2013-02-04 | -0/+2 |
| | | | | needs looking at). | |||
* | Merge remote branch 'origin/zurich' | Matthew Somerville | 2013-02-04 | -515/+727 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||
| * | Prettify created in RSS too. | Matthew Somerville | 2013-01-29 | -0/+9 |
| | | ||||
| * | Get Zurich superuser admin index page working a bit better. | Matthew Somerville | 2013-01-29 | -2/+2 |
| | | ||||
| * | spew not known in this version of library. | Matthew Somerville | 2013-01-29 | -1/+5 |
| | | ||||
| * | missing_details_bodies is an array of objects, not IDs, which we want. | Matthew Somerville | 2013-01-29 | -1/+1 |
| | | ||||
| * | Fix for editing user from having no body to having one. | Matthew Somerville | 2013-01-29 | -1/+3 |
| | | ||||
| * | List all reports immediately on /reports for Zurich. | Matthew Somerville | 2013-01-28 | -2/+18 |
| | | ||||
| * | Have different pin colours on Zurich dependent on state. | Matthew Somerville | 2013-01-25 | -5/+5 |
| | | ||||
| * | Stop changing DateTimes to epochs and back. | Matthew Somerville | 2013-01-25 | -35/+14 |
| | | | | | | | | | | | | | | Also revert cursor handling of Reports.pm; the DateTime inflation appears to be a slowdown, and we were doing that anyway, and this way makes things simpler in general. Will have a watch out for any performance issue, but hopefully it should be fine. | |||
| * | Make sure title not shown on pins on unconfirmed Zurich reports. | Matthew Somerville | 2013-01-24 | -1/+1 |
| | | ||||
| * | add basic ability to return a report as json | Struan Donald | 2013-01-24 | -0/+28 |
| | | ||||
| * | Add map to admin report page, changes to nav bar to work accordingly. | Matthew Somerville | 2013-01-21 | -0/+15 |
| | | ||||
| * | Make body list a table to match other admin tables. | Matthew Somerville | 2013-01-18 | -1/+5 |
| | | ||||
| * | Tidy up some tab highlighting, search display, date formatting. | Matthew Somerville | 2013-01-18 | -1/+1 |
| | | ||||
| * | Add user addition form. | Matthew Somerville | 2013-01-18 | -3/+33 |
| | | ||||
| * | remove redundant code accidentally left in :( | Struan Donald | 2013-01-17 | -14/+0 |
| | | ||||
| * | Merge remote-tracking branch 'origin/zurich' into zurich | Struan Donald | 2013-01-17 | -0/+5 |
| |\ | ||||
| | * | Reports does speedy inflate-bypassing query, so manually inflate if needed. | Matthew Somerville | 2013-01-17 | -0/+5 |
| | | | ||||
| * | | add an ajax location lookup method for doing string -> lat,long lookup | Struan Donald | 2013-01-17 | -0/+46 |
| |/ | | | | | | | factor out shared code with autocomplete method to save repetition | |||
| * | Some tweaks to get Zurich Reports page working a bit better. | Matthew Somerville | 2013-01-16 | -3/+8 |
| | | ||||
| * | Add some missing JS translatable strings, update .po files. | Matthew Somerville | 2013-01-16 | -2/+2 |
| | | ||||
| * | Fix admin photo rotation. | Matthew Somerville | 2013-01-16 | -11/+26 |
| | | ||||
| * | Name on report might not be present, don't use it if it's not there. | Matthew Somerville | 2013-01-14 | -2/+2 |
| | | ||||
| * | Always fetch remote user the same way in admin. | Matthew Somerville | 2013-01-14 | -8/+14 |
| | | ||||
| * | Move rotate photo handling earlier so that Zurich can use it. | Matthew Somerville | 2013-01-14 | -8/+6 |
| | | ||||
| * | Fetch editor name also from logged in user, if present. | Matthew Somerville | 2013-01-11 | -1/+1 |
| | |