aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* make non postcode locations workStruan Donald2012-05-28-5/+16
|
* ask for confirmation of details when user signs inStruan Donald2012-05-28-7/+20
|
* no scrolling on report created page eitherStruan Donald2012-05-28-1/+1
|
* prevent scrolling on front page on iPhone to make it a bit more app likeStruan Donald2012-05-28-3/+24
|
* fix a few more places where we need FMS_URLStruan Donald2012-05-25-3/+3
|
* remove more unwanted includesStruan Donald2012-05-25-9/+2
|
* update photo processing pathStruan Donald2012-05-25-1/+1
|
* add in mobile nav banners and info button where requiredStruan Donald2012-05-25-191/+41
| | | | remove redundant includes and header content
* do not submit form from validation handlerStruan Donald2012-05-25-1/+4
|
* actually commit the about pageStruan Donald2012-05-24-0/+191
|
* remove some redundant content from front pageStruan Donald2012-05-24-36/+46
| | | | add in an about back and an initial stab at some nav
* bring CSS and JS up to date with web versionStruan Donald2012-05-24-283/+426
|
* Merge remote-tracking branch 'origin/master' into phonegapStruan Donald2012-05-23-6776/+15978
|\
| * Don't want this to happen if zoom is actually 0.Matthew Somerville2012-05-23-1/+1
| |
| * Allow through octet-stream uploads, catch error from jhead better.Matthew Somerville2012-05-22-3/+72
| |
| * Move photo processing functions to the photo controller.Matthew Somerville2012-05-22-91/+92
| |
| * Don't have URL path passed through to 404 as error message.Matthew Somerville2012-05-22-1/+1
| |
| * Initialise variables so that we don't try and encode undef.Matthew Somerville2012-05-22-2/+3
| |
| * Shrink pin PNGs somewhat.Matthew Somerville2012-05-18-0/+0
| |
| * don't truncate 'nearest address' until sending it (Barnet send-reports)Dave Whiteland2012-05-18-1/+1
| |
| * fix bug: failed to encode entities for nearest address in Barnet sendDave Whiteland2012-05-18-2/+2
| |
| * Try and work if given a JPEG but with an incorrect MIME type, thanks Citrix.Matthew Somerville2012-05-18-0/+1
| |
| * Stop warning by checking existence first.Matthew Somerville2012-05-18-1/+1
| |
| * StreetReport seems to have disappeared.Matthew Somerville2012-05-18-53/+34
| |
| * Add a .mailmap fileMark Longair2012-05-18-0/+33
| | | | | | | | | | Among other things, this means that authors are identified correctly in the output of "git shortlog".
| * Have crontab mail set more appropriately on non-live sites.Matthew Somerville2012-05-17-3/+3
| |
| * Add squeeze+testing packages file for ruby-compass.Matthew Somerville2012-05-16-1/+39
| |
| * Unneeded file.Matthew Somerville2012-05-16-12/+0
| |
| * Update council text.Matthew Somerville2012-05-15-8/+13
| |
| * Bit of padding above the mobile bottom menu.Matthew Somerville2012-05-14-1/+1
| |
| * Highlight page currently on in mobile nav.Matthew Somerville2012-05-14-0/+3
| |
| * Include submit button input for JS submission, so that server directs correctly.Matthew Somerville2012-05-14-0/+1
| |
| * Put 100% width only on select to prevent couple of display issues.Matthew Somerville2012-05-14-2/+4
| |
| * Merge branch 'patch-2' of https://github.com/Kagee/fixmystreetMatthew Somerville2012-05-11-0/+1
| |\
| | * Fix bug wherein links on multiple result pages in other locales would not ↵Anders Einar Hilden2012-05-10-1/+8
| | | | | | | | | | | | work. Ported from Bing.pm
| * | Merge branch 'install-details' of https://github.com/mhl/fixmystreetMatthew Somerville2012-05-11-54/+130
| |\ \
| | * | Add a symlink from packages to packages.squeezeMark Longair2012-05-03-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Matthew Somerville for pointing out that this would stop the deploy mechanism from being able to find the package list. (I will independently change deploy-vhost to check preferentially for a release-specific packages list.)
| | * | ruby-compass shouldn't be in the squeeze package listMark Longair2012-05-03-1/+8
| | | | | | | | | | | | | | | | Thanks to Matthew Somerville for pointing this out.
| | * | Move towards one package list for a defined distributionMark Longair2012-04-23-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous version of the instructions suggested an xargs invocation that didn't work: a whitespace-separated '|' in conf/packages caused every package to be selected. It also seems like a good idea to have package lists and instructions that are specific to a known-to-work distribution, and add others if they are contributed.
| | * | Add some instructions on using the Catalyst development serverMark Longair2012-04-23-0/+15
| | | | | | | | | | | | | | | | Thanks to Struan Donald for explaining to me how to do this.
| | * | Add step-by-step instructions for creating the database.Mark Longair2012-04-23-4/+54
| | | |
| | * | There's no need to "unpack" the code after cloningMark Longair2012-04-23-5/+3
| | | |
| | * | Suggest "git clone --recursive <URL>" as an alternativeMark Longair2012-04-23-0/+5
| | | |
| * | | Apply 79c777f2a to Google geocoder too (thanks for prompt @Kagee).Matthew Somerville2012-05-11-1/+7
| | |/ | |/|
| * | Deactivate SelectFeature whilst pins are hidden, to fix #297.Matthew Somerville2012-05-09-4/+6
| | |
| * | Suppress gnuplot warnings.Matthew Somerville2012-05-08-2/+2
| | |
| * | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreetDave Whiteland2012-05-04-1/+8
| |\ \
| | * | Fix bug wherein links on multiple result pages in other locales would not work.Matthew Somerville2012-05-04-1/+8
| | | |
| * | | improved error message capture from barnet responsesDave Whiteland2012-05-04-4/+13
| |/ /
| * | for now stop summary report of blocked reportsDave Whiteland2012-05-03-2/+1
| | |