aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* Add prettify_dt method to cobrand and to zurich cobrand so we can useStruan Donald2013-02-05-0/+22
| | | | it on the ajax report details call
* Redirect from auth to admin if already logged in on Zurich.Matthew Somerville2013-02-05-1/+2
|
* Fix Zurich zoom levels (b4).Matthew Somerville2013-02-05-27/+19
|
* Used in JavaScript, so doesn't need HTML escaping (fixes b3).Matthew Somerville2013-02-05-1/+1
|
* add FixMyBarnagay council_id so users_can_hide triggers display of hide buttonDave Whiteland2013-02-05-0/+3
|
* no longer need hardcoded links to departments in FMB, now they are bona fide ↵Dave Whiteland2013-02-05-16/+0
| | | | bodies
* Add a basic FMB test.Matthew Somerville2013-02-04-2/+110
|
* Remove all special body handling in order to move FMB to use bodies properly.Matthew Somerville2013-02-04-48/+8
|
* Missing table cells.Matthew Somerville2013-02-04-0/+2
|
* Add admin_base_url if needed.Matthew Somerville2013-02-04-8/+10
|
* Fix white text in white bubbles.Matthew Somerville2013-02-04-0/+5
|
* Use problems on the map text on Zurich.Matthew Somerville2013-02-04-0/+4
|
* Updated Zurich .po file.Matthew Somerville2013-02-04-29/+24
|
* FixMyBarangay: let staff hide reports in their own barangay (i.e., won't ↵Dave Whiteland2013-02-04-0/+3
| | | | work for departments/MICS yet..)
* Typo when fixing datetime format earlier.Matthew Somerville2013-02-04-1/+1
|
* Fix infinite memory-eating loop.Matthew Somerville2013-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.
* Some jslint fixes.Matthew Somerville2013-02-04-14/+11
|
* Add some more error handling of odd RSS.Matthew Somerville2013-02-04-0/+6
|
* Use FixMyStreet TestMech child, so has access to its functions.Matthew Somerville2013-02-04-5/+2
|
* Empty hashref tests as true, don't forget.Matthew Somerville2013-02-04-3/+3
|
* Make sure bodies exist that redirects test for.Matthew Somerville2013-02-04-0/+7
|
* Try just using strftime in admin.Matthew Somerville2013-02-04-6/+3
|
* Remove iPhone/Android links.Matthew Somerville2013-02-04-2/+1
|
* Update schema migration to work after previous merged in one.Matthew Somerville2013-02-04-7/+7
|
* Get alert_types.sql up to date with merged in schema changes.Matthew Somerville2013-02-04-9/+46
|
* Check we have an area ID to look up first.Matthew Somerville2013-02-04-1/+1
|
* Set body needed for redirect function (this whole area/body confusion here ↵Matthew Somerville2013-02-04-0/+2
| | | | needs looking at).
* Right default pin colour on all reports.Matthew Somerville2013-02-04-1/+1
|
* Fix bad map JavaScript.Matthew Somerville2013-02-04-3/+3
|
* Missed some council references.Matthew Somerville2013-02-04-3/+3
|
* Merge remote branch 'origin/master'Matthew Somerville2013-02-04-0/+7
|\ | | | | | | | | Conflicts: bin/send-comments
| * explicitly stop Oxfordshire Open311 endpoint sending comments; it only ↵Dave Whiteland2013-02-04-0/+7
| | | | | | | | receives them (currently we don't make the distinction in config)
* | Make sure updates are fetched in known order for the test.Matthew Somerville2013-02-04-6/+5
| |
* | Delete users first off, in case broken test left them lying around or similar.Matthew Somerville2013-02-04-6/+9
| |
* | Translation update, update test to match.Matthew Somerville2013-02-04-2/+2
| |
* | Improve tests running together a bit.Matthew Somerville2013-02-04-0/+8
| |
* | Disable dashboard.tMatthew Somerville2013-02-04-0/+4
| |
* | Merge remote branch 'origin/zurich'Matthew Somerville2013-02-04-4734/+9484
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 schema to make sure the body table has the right things in it for the move.Matthew Somerville2013-02-01-0/+6
| |
| * Zurich area unfilled with thick black outline (fixes a25).Matthew Somerville2013-01-31-0/+5
| |
| * Correct date formatting for remaining Zurich admin dates.Matthew Somerville2013-01-31-6/+7
| |
| * Add some email checking to Zurich test.Matthew Somerville2013-01-31-2/+30
| |
| * Show unconfirmed email specially, rather than confirmed (fixes a12).Matthew Somerville2013-01-31-2/+2
| |
| * Don't send Zurich admin email to user unless email confirmed (fixes a5).Matthew Somerville2013-01-31-0/+2
| |
| * More Zurich header box shadow fixes.Matthew Somerville2013-01-31-0/+6
| |
| * Have to filter in a separate line from tprintf.Matthew Somerville2013-01-31-6/+24
| |
| * Overdue highlight background, not text colour (fixes a10).Matthew Somerville2013-01-31-1/+1
| |
| * Stadtplan toggle on all reports page (fixes a21b).Matthew Somerville2013-01-31-0/+3
| |
| * Shadow from Zurich header on to map (fixes a37).Matthew Somerville2013-01-31-0/+3
| |
| * Remove two further out Zurich zoom levels, add 1:500 (fixes a9).Matthew Somerville2013-01-31-5/+5
| |