Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Zurich admin table styles carried across to default admin templates, and ↵ | Matthew Somerville | 2013-02-21 | -3/+4 |
| | | | | tidy display of admin a bit. | |||
* | Merge remote branch 'origin/zurich' | Matthew Somerville | 2013-02-21 | -49/+93 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | (locale ignored, will rerun .po extraction after to get all changes.) Conflicts: locale/FixMyStreet.po locale/cy_GB.UTF-8/LC_MESSAGES/EmptyHomes.po locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po templates/web/fixmystreet/report/banner.html templates/web/zurich/faq/faq-de-ch.html | |||
| * | Fix tests. | Matthew Somerville | 2013-02-20 | -1/+1 |
| | | ||||
| * | 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 |
| | | ||||
* | | Ask for address, and clarify public/private for EmptyHomes. | Matthew Somerville | 2013-02-13 | -0/+6 |
| | | ||||
* | | Move category label out of code to template. | Matthew Somerville | 2013-02-12 | -5/+0 |
| | | ||||
* | | Insert spaces into printed links. | Matthew Somerville | 2013-02-11 | -2/+7 |
| | | ||||
* | | Committed by mistake. | Matthew Somerville | 2013-02-11 | -1/+1 |
| | | ||||
* | | Couple of Bromley council references missed in merge. | Matthew Somerville | 2013-02-11 | -0/+1 |
|/ | ||||
* | 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 | -521/+733 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -41/+20 |
| | | | | | | | | | | | | | | 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 |
| | | |