aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * Slightly better text for an area with associated bodies without any categories.Matthew Somerville2012-12-19-6/+3
| |
| * Area IDs come in as an arrayref, and body may not have an area ID.Matthew Somerville2012-12-19-15/+13
| |
| * Fill in send_method dropdown on new body form.Matthew Somerville2012-12-19-7/+11
| |
| * Allow bodies to span multiple area IDs, and areas can be covered by more ↵Matthew Somerville2012-12-19-77/+192
| | | | | | | | than one body.
| * Migrate Reports.pm to use bodies, not areas.Matthew Somerville2012-12-15-243/+241
| |
| * Remove some linkages between area and body IDs.Matthew Somerville2012-12-15-8/+9
| |
| * Add admin editing/adding of body name/area ID.Matthew Somerville2012-12-15-68/+110
| |
| * Make from_body a foreign key.Matthew Somerville2012-12-15-50/+65
| |
| * Don't try and look up something if we have nothing.Matthew Somerville2012-12-15-1/+1
| |
| * Rename a few more less important variables.Matthew Somerville2012-12-15-12/+12
| |
| * Fix for a missed council column rename, and a test that would have caught it.Matthew Somerville2012-12-15-1/+64
| |
| * Update admin code and tests to work with bodies.Matthew Somerville2012-12-15-266/+207
| |
| * Update tests for new names of things and bodies needing to exist.Matthew Somerville2012-12-15-132/+152
| |
| * Rename council column to bodies_str, and all the related code.Matthew Somerville2012-12-15-215/+202
| |
| * Update reporting to use bodies.Matthew Somerville2012-12-15-124/+128
| |
| * Convert get_services to lookup body area_ids.Matthew Somerville2012-12-15-2/+2
| |
| * Convert report sending code to use bodies rather than areas/councils.Matthew Somerville2012-12-15-89/+104
| |
| * Convert PopulateServiceList to use body IDs.Matthew Somerville2012-12-15-33/+33
| |
| * Remove unused Open311 GetUpdates code.Matthew Somerville2012-12-15-301/+0
| |
| * Rename area_id on Contacts table to body_id.Matthew Somerville2012-12-15-95/+118
| | | | | | | | Add foreign key constraint from contacts to body.
| * Rename from_council to from_body, and small related changes.Matthew Somerville2012-12-15-85/+73
| |
| * Rename 'open311conf' database table to 'body'.Matthew Somerville2012-12-15-47/+59
| |
* | Oxfordshire FAQ: layout the split about which problems to which council more ↵Dave Whiteland2013-01-30-29/+29
| | | | | | | | clearly
* | Oxfordshire FAQ customisationDave Whiteland2013-01-30-24/+50
| |
* | add suggested how-to text to FixMyBarngay front pageDave Whiteland2013-01-30-2/+44
| |
* | updated/removed TODOs from FixMyBarangay FAQDave Whiteland2013-01-30-11/+43
| |
* | remove old images, now only using smaller fmb-header.pngDave Whiteland2013-01-29-1/+2
| |
* | updated narrow/mobile header to FMB coloursDave Whiteland2013-01-29-0/+10
| |
* | stop FMB logo abutting screen edge on mid-width pagesDave Whiteland2013-01-29-0/+3
| |
* | repalce hedaer image with optimised one, nudge front page logo to fit itDave Whiteland2013-01-29-3/+5
| |
* | No names on EmptyHomes site, no map pin text.Matthew Somerville2013-01-29-6/+2
| |
* | EmptyHomes all reports pages having lists again.Matthew Somerville2013-01-29-89/+13
| |
* | Tidy up/remove some more unneeded EHA templates; reports show text and ↵Matthew Somerville2013-01-29-134/+22
| | | | | | | | photo, but no map or updates.
* | Revert EmptyHomes front page back to default one, and navigation back to ↵Matthew Somerville2013-01-29-27/+10
| | | | | | | | previous.
* | Do not mark initial comment that is confirmed as reopened. Fixes #377.Struan Donald2013-01-29-17/+57
| |
* | don't do Open311 service discovery for departments in FixMyBarangay project ↵Dave Whiteland2013-01-29-1/+1
| | | | | | | | (yet)
* | limit text width in MM detach popup window too, for prettinessDave Whiteland2013-01-28-0/+2
| |
* | set MM message background to white and stop change on hover, because unlike ↵Dave Whiteland2013-01-28-0/+4
| | | | | | | | the other li elements it is not selectable
* | add border to MM archice/available toggle button to make it a wee bit more ↵Dave Whiteland2013-01-28-0/+3
| | | | | | | | prominent
* | admin buttons nudged over the edge in Firefox, fix itDave Whiteland2013-01-28-1/+1
| |
* | no need for FMB select elements in popups to be wider than textareaDave Whiteland2013-01-28-0/+4
| |
* | fix indentingDave Whiteland2013-01-28-2/+0
| |
* | don't send questionnaires to FMB staff.Dave Whiteland2013-01-28-0/+5
| |
* | suppress debug output from Oxfordshire script for deploymentDave Whiteland2013-01-28-6/+7
| |
* | Delete test RSS user better using function for it.Matthew Somerville2013-01-28-2/+2
| |
* | Improve tests to not assume BASE_URL is localhost, and remove couple of ↵Matthew Somerville2013-01-28-7/+9
| | | | | | | | warnings.
* | Update commonlib to get 'ignore mapit debug' change of commonlib.Matthew Somerville2013-01-28-0/+0
| |
* | update Message Manager help popup text (now includes mark-as-not-a-reply ↵Dave Whiteland2013-01-28-4/+21
| | | | | | | | text, and a little new styling)
* | rename Message Manager callback functions because they are not dummy_ ↵Dave Whiteland2013-01-28-6/+6
| | | | | | | | functions, they are real
* | wire up the Message Manager detach button (for marking incoming messages as ↵Dave Whiteland2013-01-28-6/+26
| | | | | | | | not-a-reply if MM gets it wrong)