aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* put back in code to list skipped count if verbose mode onStruan Donald2012-05-17-4/+23
| | | | small bugfixes for Barnet plus comments on debuging
* make banner tests a bit more tolerantStruan Donald2012-05-16-4/+17
|
* Fixes and improvements for tests.Matthew Somerville2012-05-16-94/+114
|
* remove unused variableMatthew Somerville2012-05-16-1/+0
|
* move barnet report sending code over to new send-reportMatthew Somerville2012-05-16-0/+217
|
* Merge branch 'master' into bromleyMatthew Somerville2012-05-16-2202/+6383
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: bin/send-reports conf/crontab.ugly conf/general.yml-example db/schema.sql perllib/FixMyStreet/App/Controller/Admin.pm perllib/FixMyStreet/App/Controller/Report/New.pm perllib/FixMyStreet/DB/Result/Comment.pm perllib/FixMyStreet/DB/Result/Open311conf.pm perllib/FixMyStreet/DB/Result/Problem.pm perllib/FixMyStreet/DB/Result/User.pm templates/web/default/js/validation_strings.html templates/web/fixmystreet/auth/sign_out.html templates/web/fixmystreet/report/new/councils_text_all.html web/cobrands/fixmystreet/_base.scss
| * 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
| | |
| * | added can_display_external_id because external ids are not always useful for ↵Dave Whiteland2012-05-03-11/+38
| | | | | | | | | | | | publishing, using send_method_used to determine that on a council-by-council basis
| * | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreetDave Whiteland2012-05-03-0/+1
| |\ \
| | * | Fix over-wide select when inside a fieldset, by telling it to have a width ↵Matthew Somerville2012-05-03-0/+1
| | | | | | | | | | | | | | | | and a max-width.
| * | | catch council_config's send_method returning undef and ignore itDave Whiteland2012-05-03-1/+1
| |/ /
| * | added Class::Std::Fast:Storable to cartonDave Whiteland2012-05-03-449/+2566
| | |
| * | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreetDave Whiteland2012-05-03-95/+114
| |\ \
| | * | Optimise sprite.png, and put front page images in as data URIs.Matthew Somerville2012-05-02-9/+16
| | | |
| | * | Fonts on desktop layout only.Matthew Somerville2012-05-02-81/+81
| | | |
| | * | Only include fancybox JS/CSS on pages that need it.Matthew Somerville2012-05-02-5/+17
| | | |
| * | | barnet-integration branch didn't send normal emails, resinstateDave Whiteland2012-05-03-2/+2
| | | |
| * | | test uses the name-changed alerts_sentDave Whiteland2012-05-02-1/+1
| | | |
| * | | Merge branch 'barnet-integration'Dave Whiteland2012-05-02-98/+3507
| |\ \ \
| | * \ \ Merge branch 'master' into barnet-integrationDave Whiteland2012-04-29-5784/+4800
| | |\ \ \ | | | | |/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | (prior to go-live... amongst other things, the Barnet web templates had changed. NB conflict with carton.lock, accepted master in full) Conflicts: carton.lock
| | * | | added switch on staging site for Barnet integration-server vs. productionDave Whiteland2012-04-16-21/+37
| | | | |
| | * | | added Overhanging Foliage as new category/KBIDDave Whiteland2012-04-16-0/+1
| | | | |
| | * | | washed Barnet category names, removed prefixed 0 on value for Road SignDave Whiteland2012-04-16-8/+8
| | | | |
| | * | | updated with Barnet's confirmed KBIDs (category id mappings)Dave Whiteland2012-04-16-13/+18
| | | | |
| | * | | remove BARNET_ENDPOINT from general-yml (now in datbase)Dave Whiteland2012-04-02-2/+0
| | | | |
| | * | | only include categories for QA testing, removed 'Other' optionDave Whiteland2012-03-23-22/+14
| | | | |
| | * | | don't report individual send-reports failures (unless verbose), just totals ↵Dave Whiteland2012-03-23-2/+17
| | | | | | | | | | | | | | | | | | | | that have utterly failed
| | * | | added retry cutoff and send_fail data to problem table for webservice ↵Dave Whiteland2012-03-23-11/+68
| | | | | | | | | | | | | | | | | | | | send-reports