aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | | | | bromley -> barnetStruan Donald2012-05-02-2/+2
| | | | | |
| * | | | | user-meta position for ie6Struan Donald2012-05-02-0/+21
| | | | | |
| * | | | | sort out location of user-metaStruan Donald2012-05-02-9/+37
| | | | | |
| * | | | | configure all reports problem style in the cobrandStruan Donald2012-05-02-1/+13
| | | | | |
| * | | | | better fix for the mappage content width in ie6Struan Donald2012-05-01-2/+2
| | | | | |
| * | | | | sort out position of sidebar on faq and alerts pagesStruan Donald2012-05-01-0/+10
| | | | | |
| * | | | | re-arrange where css is for sake of tidynessStruan Donald2012-05-01-103/+104
| | | | | |
| * | | | | add in FMS headerStruan Donald2012-05-01-0/+5
| | | | | |
| * | | | | working breadcrumbsStruan Donald2012-05-01-2/+12
| | | | | |
| * | | | | remove extend from twothirdswidth as not requiredStruan Donald2012-05-01-1/+0
| | | | | |
| * | | | | fix frontpage display in ie6, plus a few other tweaksStruan Donald2012-05-01-3/+35
| | | | | |
| * | | | | sort out position of nav on ie6Struan Donald2012-04-30-1/+6
| | | | | |
| * | | | | fix position of sidebar on report pageStruan Donald2012-04-30-4/+6
| | | | | |
| * | | | | remove gap at the top of the mapStruan Donald2012-04-30-2/+2
| | | | | |
| * | | | | put powered-by link in a sensible placeStruan Donald2012-04-30-3/+7
| | | | | |
| * | | | | remove redundant includesStruan Donald2012-04-30-15/+0
| | | | | |
| * | | | | map display fixes for ie6Struan Donald2012-04-30-6/+25
| | | | | |
| * | | | | remove unrequired barnet stylesStruan Donald2012-04-25-130/+0
| | | | | |
| * | | | | sort out around sidebarStruan Donald2012-04-25-19/+18
| | | | | |
| * | | | | ignore barnet css filesStruan Donald2012-04-24-0/+1
| | | | | |
| * | | | | New style map Barnet Cobrand Work in ProgressStruan Donald2012-04-24-75/+829
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, pull out map positioning JS to a separate file to make cobrands a bit more modular.
* | | | | | Equally spaced columns on dashboard.Matthew Somerville2012-06-06-3/+3
| | | | | |
* | | | | | Use problem_state column rather than mark_fixed for updates from council.Matthew Somerville2012-06-06-7/+10
| | | | | |
* | | | | | tidy up timeout error reporting for Barnet FMS back-endDave Whiteland2012-06-06-1/+6
| | | | | |
* | | | | | Merge branch 'council-dashboard'Matthew Somerville2012-06-06-66/+1040
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: perllib/FixMyStreet/App/Controller/Dashboard.pm templates/web/default/dashboard/index.html
| * | | | | | problem_status is only set for council user updates so check forStruan Donald2012-05-24-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | mark_fixed and null problem_status to identify user - fixed updates
| * | | | | | add closed state to pageStruan Donald2012-05-16-5/+26
| | | | | | |
| * | | | | | check that all fixed states coveredStruan Donald2012-05-16-2/+17
| | | | | | |
| * | | | | | add in tests for report counts at bottom of dashboardStruan Donald2012-05-16-9/+108
| | | | | | |
| * | | | | | tests for limiting by wardStruan Donald2012-05-15-1/+31
| | | | | | |
| * | | | | | tests for date counting and limiting by categoryStruan Donald2012-05-15-0/+226
| | | | | | |
| * | | | | | more detailed tests of problem countsStruan Donald2012-05-15-7/+127
| | | | | | |
| * | | | | | small tweak to calculation of user fixed problem countsStruan Donald2012-05-15-1/+1
| | | | | | |
| * | | | | | need council details for setup categories as need type to get category listStruan Donald2012-05-15-2/+1
| | | | | | |
| * | | | | | check one report included in figuresStruan Donald2012-05-15-11/+54
| | | | | | |
| * | | | | | add in some basic tests of dataStruan Donald2012-05-14-0/+45
| | | | | | |
| * | | | | | add council name to dashboardStruan Donald2012-05-14-3/+7
| | | | | | |
| * | | | | | basic dashbaord testsStruan Donald2012-05-14-0/+42
| | | | | | |
| * | | | | | undo 100% width of selects for dashboardStruan Donald2012-05-14-0/+1
| | | | | | |
| * | | | | | move wards to json fileStruan Donald2012-05-14-0/+7
| | | | | | |
| * | | | | | Merge remote-tracking branch 'origin/master' into council-dashboardStruan Donald2012-05-14-61/+149
| |\ \ \ \ \ \
| * | | | | | | wording changeStruan Donald2012-05-11-1/+1
| | | | | | | |
| * | | | | | | change example data on category or ward selectionStruan Donald2012-05-10-2/+61
| | | | | | | |
| * | | | | | | put example dashboard data in json fileStruan Donald2012-05-10-11/+194
| | | | | | | |
| * | | | | | | Lists of reports by age.Matthew Somerville2012-05-09-10/+32
| | | | | | | |
| * | | | | | | Not marked statistic.Matthew Somerville2012-05-09-14/+25
| | | | | | | |
| * | | | | | | Initial example page.Matthew Somerville2012-05-09-0/+29
| | | | | | | |
| * | | | | | | Initial time to fix/mark rows.Matthew Somerville2012-05-09-36/+54
| | | | | | | |
| * | | | | | | Get data for dashboard dropdowns and enable faceted lookup using them.Matthew Somerville2012-05-09-15/+56
| | | | | | | |
| * | | | | | | Redirect to login page if not logged in.Matthew Somerville2012-05-09-0/+2
| | | | | | | |