aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* | | | | | | | | If we don't get a request_id or it's not a text element then regardStruan Donald2012-08-30-4/+36
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | posting the service request as having failed
* | | | | | | | Switch to using mapit as it has nearest postcode functionality now. And ↵Matthew Somerville2012-08-28-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | isn't down.
* | | | | | | | Add check to test that cobrand has been picked up correctly.Matthew Somerville2012-08-28-0/+1
| | | | | | | |
* | | | | | | | Revert "update test as country problems on district council cobrands now ↵Matthew Somerville2012-08-28-10/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | redirect" This reverts commit 0fb910f46e49f9868c8ae134f0984ac16a28fb3f. The redirect wasn't supposed to be happening.
* | | | | | | | remove de .mo file as it should be generated on deployStruan Donald2012-08-28-0/+0
| | | | | | | |
* | | | | | | | update test as country problems on district council cobrands now redirectStruan Donald2012-08-27-2/+10
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | to main site instead of returning a 404
* | | | | | | language po files merged with new stringsStruan Donald2012-08-22-1763/+2480
| | | | | | |
* | | | | | | update master .po fileStruan Donald2012-08-22-382/+478
| | | | | | |
* | | | | | | sort out some places where the German translations were not being picked upStruan Donald2012-08-21-744/+934
| | | | | | |
* | | | | | | Merge remote-tracking branch 'origin/master'Struan Donald2012-08-21-12/+8
|\ \ \ \ \ \ \
| * | | | | | | Ignore compiled Zurich CSS.Matthew Somerville2012-08-17-0/+1
| | | | | | | |
| * | | | | | | Speed up this type of search by a factor of c. 10e5. Stupid databases.Matthew Somerville2012-08-17-1/+1
| | | | | | | |
| * | | | | | | Use PROCESS rather than INCLUDE, so question variable set in parent.Matthew Somerville2012-08-17-2/+2
| | | | | | | |
| * | | | | | | Move .mo ignoring to top-level gitignore.Matthew Somerville2012-08-17-9/+4
| | | | | | | |
* | | | | | | | update with latest German translationsStruan Donald2012-08-21-26/+47
|/ / / / / / /
* | | | | | | add in header file and faq for zurichStruan Donald2012-08-17-0/+252
| | | | | | |
* | | | | | | add zurich to the exclusion list for non compass scssStruan Donald2012-08-17-1/+1
| | | | | | |
* | | | | | | add zurich css that just copies fmsStruan Donald2012-08-17-0/+45
| | | | | | |
* | | | | | | partial german translationStruan Donald2012-08-17-0/+3688
| | | | | | |
* | | | | | | needs to have empty string otherwise deploy gets confusedStruan Donald2012-08-17-1/+1
| | | | | | |
* | | | | | | Allow cobrands to be given in ALLOWED_COBRANDS that don't have a Cobrand .pm ↵Matthew Somerville2012-08-17-6/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | file. Just assume there would be a blank file with the right name that inherits from Default.pm.
* | | | | | | Generalise hostname language overriding.Matthew Somerville2012-08-17-3/+3
| | | | | | |
* | | | | | | Point out the en-gb line should always be included.Matthew Somerville2012-08-17-0/+1
| | | | | | |
* | | | | | | Allow reports_per_page to be specified in config file,Matthew Somerville2012-08-17-8/+10
| | | | | | |
* | | | | | | Make sure no questionnaire emails outstanding at start of test.Matthew Somerville2012-08-17-0/+6
| | | | | | |
* | | | | | | Consolidate postcode form template, move question to template, and move ↵Matthew Somerville2012-08-17-76/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | admin_base_url to config.
* | | | | | | Get disambiguate_location from config file, with big explanation.Matthew Somerville2012-08-17-19/+42
| | | | | | |
* | | | | | | Remove outdated XSL.Matthew Somerville2012-08-17-202/+0
| | | | | | |
* | | | | | | Template message so URL can be given there, not in code.Matthew Somerville2012-08-17-18/+18
| | | | | | |
* | | | | | | Allow the MapIt types to be given in config.Matthew Somerville2012-08-17-39/+49
| | | | | | |
* | | | | | | Move site_name/site_title into templates where they belong.Matthew Somerville2012-08-17-63/+21
| | | | | | |
* | | | | | | Remove unused extra_* functions.Matthew Somerville2012-08-16-55/+5
| | | | | | |
* | | | | | | Remove unused way of getting sub-config files that wouldn't work now anyway.Matthew Somerville2012-08-16-37/+3
| | | | | | |
* | | | | | | Remove unused cobrand function.Matthew Somerville2012-08-16-14/+1
| | | | | | |
* | | | | | | Allow languages to be given in config file.Matthew Somerville2012-08-16-29/+21
| | | | | | |
* | | | | | | Allow example_places to be specified in config file.Matthew Somerville2012-08-16-1/+5
| | | | | | |
* | | | | | | Use same admin filter function on /reports to deal with old generation areas ↵Matthew Somerville2012-08-16-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | that shouldn't be shown (fixes #312).
* | | | | | | Don't use FindBin before local::lib set up, as it can cause confusion due to ↵Matthew Somerville2012-08-16-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | it requiring Carp, and then some of Carp coming from global, some from local.
* | | | | | | use templating rather than conditionals to include textStruan Donald2012-08-10-7/+6
| | | | | | |
* | | | | | | add lichfield text about types of problems to around pageStruan Donald2012-08-10-0/+8
| | | | | | |
* | | | | | | version lichfield cssStruan Donald2012-08-10-1/+1
| | | | | | |
* | | | | | | Merge remote-tracking branch 'origin/master'Struan Donald2012-08-10-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Fix radio icons on questionnaire page (fixes #311/#314).Matthew Somerville2012-08-10-2/+2
| | | | | | | |
* | | | | | | | add extra front page text for lichfield about suitable problem typesStruan Donald2012-08-10-0/+8
|/ / / / / / /
* | | | | | | tweak text at start of report form for BromleyStruan Donald2012-08-09-3/+2
| | | | | | |
* | | | | | | small text updates for BromleyStruan Donald2012-08-09-4/+13
| | | | | | |
* | | | | | | add partial postcode for bromley high street lookup to help bingStruan Donald2012-08-09-3/+11
| | | | | | |
* | | | | | | Add option to allow service to be sent as deviceid over open311Struan Donald2012-08-09-6/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | turn this on for Bromley
* | | | | | | adjust the initial display of the map on all reports page so there'sStruan Donald2012-08-09-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | less jumping about on Internet Explorer
* | | | | | | put a bit of space between report title and meta information in issue listStruan Donald2012-08-09-0/+1
| | | | | | |