Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Include optional hash in pagination. | Matthew Somerville | 2013-02-05 | -4/+4 | |
| | |||||
* | Default order, and paginate DM/SDM summary pages. | Matthew Somerville | 2013-02-05 | -1/+18 | |
| | |||||
* | Consolidate pagination template. | Matthew Somerville | 2013-02-05 | -25/+14 | |
| | |||||
* | Slightly fix display of pagination line. | Matthew Somerville | 2013-02-05 | -3/+2 | |
| | |||||
* | Reports list, and start of pagination. | Matthew Somerville | 2013-02-05 | -7/+21 | |
| | |||||
* | Show admin users on Users page by default. | Matthew Somerville | 2013-02-05 | -3/+16 | |
| | |||||
* | use white (geocode) loading spinner on white background | Dave Whiteland | 2013-02-05 | -1/+2 | |
| | |||||
* | FMZ added bolding to 'labels' | Dave Whiteland | 2013-02-05 | -6/+10 | |
| | |||||
* | FMZ suppress bullets on 3-way assignation (not quite so obvious this one ↵ | Dave Whiteland | 2013-02-05 | -0/+3 | |
| | | | | shouldn't be bulleted? Not clear it's a choice-of-three) | ||||
* | FMZ suppress bullets on report li | Dave Whiteland | 2013-02-05 | -2/+7 | |
| | |||||
* | On Zurich mobile, have navigation link to same page move to top (fixes a19). | Matthew Somerville | 2013-02-05 | -4/+3 | |
| | |||||
* | Allow whole admin row to be clickable, and link always to edit page (fixes a27). | Matthew Somerville | 2013-02-05 | -7/+24 | |
| | |||||
* | Update name of Zurich site. | Matthew Somerville | 2013-02-05 | -19/+19 | |
| | |||||
* | Add map to SDM report edit page (fixes b1). | Matthew Somerville | 2013-02-05 | -2/+10 | |
| | |||||
* | Add link to admin from header when signed in (fixes a6). | Matthew Somerville | 2013-02-05 | -1/+1 | |
| | |||||
* | New schema to bring alert_type up to date with what it says it is. | Matthew Somerville | 2013-02-05 | -0/+19 | |
| | |||||
* | Redirect better to prevent possible infinite loop, update test. | Matthew Somerville | 2013-02-05 | -4/+7 | |
| | |||||
* | use cobrand prettify_dt method rather calling directly so it gets called ↵ | Struan Donald | 2013-02-05 | -2/+2 | |
| | | | | with correct params | ||||
* | Add prettify_dt method to cobrand and to zurich cobrand so we can use | Struan Donald | 2013-02-05 | -0/+22 | |
| | | | | it on the ajax report details call | ||||
* | Redirect from auth to admin if already logged in on Zurich. | Matthew Somerville | 2013-02-05 | -1/+2 | |
| | |||||
* | Fix Zurich zoom levels (b4). | Matthew Somerville | 2013-02-05 | -27/+19 | |
| | |||||
* | Used in JavaScript, so doesn't need HTML escaping (fixes b3). | Matthew Somerville | 2013-02-05 | -1/+1 | |
| | |||||
* | add FixMyBarnagay council_id so users_can_hide triggers display of hide button | Dave Whiteland | 2013-02-05 | -0/+3 | |
| | |||||
* | no longer need hardcoded links to departments in FMB, now they are bona fide ↵ | Dave Whiteland | 2013-02-05 | -16/+0 | |
| | | | | bodies | ||||
* | Add a basic FMB test. | Matthew Somerville | 2013-02-04 | -2/+110 | |
| | |||||
* | Remove all special body handling in order to move FMB to use bodies properly. | Matthew Somerville | 2013-02-04 | -48/+8 | |
| | |||||
* | Missing table cells. | Matthew Somerville | 2013-02-04 | -0/+2 | |
| | |||||
* | Add admin_base_url if needed. | Matthew Somerville | 2013-02-04 | -8/+10 | |
| | |||||
* | Fix white text in white bubbles. | Matthew Somerville | 2013-02-04 | -0/+5 | |
| | |||||
* | Use problems on the map text on Zurich. | Matthew Somerville | 2013-02-04 | -0/+4 | |
| | |||||
* | Updated Zurich .po file. | Matthew Somerville | 2013-02-04 | -29/+24 | |
| | |||||
* | FixMyBarangay: let staff hide reports in their own barangay (i.e., won't ↵ | Dave Whiteland | 2013-02-04 | -0/+3 | |
| | | | | work for departments/MICS yet..) | ||||
* | Typo when fixing datetime format earlier. | Matthew Somerville | 2013-02-04 | -1/+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. | ||||
* | Some jslint fixes. | Matthew Somerville | 2013-02-04 | -14/+11 | |
| | |||||
* | Add some more error handling of odd RSS. | Matthew Somerville | 2013-02-04 | -0/+6 | |
| | |||||
* | Use FixMyStreet TestMech child, so has access to its functions. | Matthew Somerville | 2013-02-04 | -5/+2 | |
| | |||||
* | Empty hashref tests as true, don't forget. | Matthew Somerville | 2013-02-04 | -3/+3 | |
| | |||||
* | Make sure bodies exist that redirects test for. | Matthew Somerville | 2013-02-04 | -0/+7 | |
| | |||||
* | Try just using strftime in admin. | Matthew Somerville | 2013-02-04 | -6/+3 | |
| | |||||
* | Remove iPhone/Android links. | Matthew Somerville | 2013-02-04 | -2/+1 | |
| | |||||
* | Update schema migration to work after previous merged in one. | Matthew Somerville | 2013-02-04 | -7/+7 | |
| | |||||
* | Get alert_types.sql up to date with merged in schema changes. | Matthew Somerville | 2013-02-04 | -9/+46 | |
| | |||||
* | 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). | ||||
* | Right default pin colour on all reports. | Matthew Somerville | 2013-02-04 | -1/+1 | |
| | |||||
* | Fix bad map JavaScript. | Matthew Somerville | 2013-02-04 | -3/+3 | |
| | |||||
* | Missed some council references. | Matthew Somerville | 2013-02-04 | -3/+3 | |
| | |||||
* | Merge remote branch 'origin/master' | Matthew Somerville | 2013-02-04 | -0/+7 | |
|\ | | | | | | | | | Conflicts: bin/send-comments | ||||
| * | explicitly stop Oxfordshire Open311 endpoint sending comments; it only ↵ | Dave Whiteland | 2013-02-04 | -0/+7 | |
| | | | | | | | | receives them (currently we don't make the distinction in config) |