aboutsummaryrefslogtreecommitdiffstats
path: root/perllib
Commit message (Collapse)AuthorAgeLines
* Merge remote-tracking branch 'origin/master' into fmb-read-onlyStruan Donald2012-08-22-974/+904
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore bin/make_css conf/general.yml-example perllib/FixMyStreet/App/Controller/Council.pm perllib/FixMyStreet/App/Controller/Report/New.pm perllib/FixMyStreet/Cobrand/Default.pm templates/web/default/around/around_index.html templates/web/default/index.html templates/web/emptyhomes/index.html templates/web/fixmystreet/around/around_index.html templates/web/fixmystreet/index.html web/fixmystreet_app_cgi.cgi web/fixmystreet_app_fastcgi.cgi
| * Speed up this type of search by a factor of c. 10e5. Stupid databases.Matthew Somerville2012-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
| |
| * Allow reports_per_page to be specified in config file,Matthew Somerville2012-08-17-1/+1
| |
| * Consolidate postcode form template, move question to template, and move ↵Matthew Somerville2012-08-17-9/+4
| | | | | | | | admin_base_url to config.
| * Get disambiguate_location from config file, with big explanation.Matthew Somerville2012-08-17-1/+1
| |
| * Remove outdated XSL.Matthew Somerville2012-08-17-20/+0
| |
| * Template message so URL can be given there, not in code.Matthew Somerville2012-08-17-12/+0
| |
| * Allow the MapIt types to be given in config.Matthew Somerville2012-08-17-33/+28
| |
| * Move site_name/site_title into templates where they belong.Matthew Somerville2012-08-17-47/+0
| |
| * Remove unused extra_* functions.Matthew Somerville2012-08-16-54/+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/+16
| |
| * Allow example_places to be specified in config file.Matthew Somerville2012-08-16-1/+1
| |
| * Use same admin filter function on /reports to deal with old generation areas ↵Matthew Somerville2012-08-16-0/+10
| | | | | | | | that shouldn't be shown (fixes #312).
| * 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/+14
| | | | | | | | 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
| * allow preselection of category in url of new report pageStruan Donald2012-08-09-0/+9
| |
| * set bromley to display only 20 reports at a time on all reports pageStruan Donald2012-08-09-0/+2
| |
| * Set up default cobrand to use fixmystreet templates when inherited.Matthew Somerville2012-08-07-14/+19
| |
| * A start_date and an end_date was only producing one confirmed conditionStruan Donald2012-08-02-2/+8
| | | | | | | | | | | | | | | | in the where clause as they were overwriting each other. This now handles start and end date explicitely to generate the correct search criteria Fixes #310
| * Fix a warning.Matthew Somerville2012-07-31-1/+1
| |
| * print out message about reports that we tried to send to unconfirmed email ↵Struan Donald2012-07-24-5/+18
| | | | | | | | addresses
| * Don't show postcode column in RSS/alert emails, may have no bearing on report.Matthew Somerville2012-07-23-11/+2
| |
| * Store body sent to on external_body.Matthew Somerville2012-07-23-0/+1
| |
| * Return correct failure code if no recipients.Matthew Somerville2012-07-23-2/+5
| |
| * Add NI sender, for handling cross-council road reports.Matthew Somerville2012-07-20-4/+44
| |
| * Simplify SendReport code, moving some Email only bits to that module.Matthew Somerville2012-07-20-43/+45
| |
| * Remove FMS related code from EmptyHomes SendReport.Matthew Somerville2012-07-20-3/+0
| |
| * Move location_offshore warning to standard location_error, so is shown in ↵Matthew Somerville2012-07-20-1/+1
| | | | | | | | Ajax pin selection.
| * Improve map tile handling outside Great Britain.Matthew Somerville2012-07-20-13/+20
| |
| * Add LGD area type to list of valid area types.Matthew Somerville2012-07-20-1/+1
| |
| * Remove any Northern Ireland specific code.Matthew Somerville2012-07-20-22/+6
| |
| * Remove remaining UK specific code from Default cobrand. Fixes #186.Matthew Somerville2012-07-19-161/+206
| |
| * Treat Other more like a normal category.Matthew Somerville2012-07-19-7/+5
| |
| * Define constant for Bromley area ID.Matthew Somerville2012-07-19-4/+5
| |
| * Get port for default mapit URL.Matthew Somerville2012-07-18-0/+2
| |
| * Show dev message about script that might need to be run.Matthew Somerville2012-07-18-2/+5
| |
| * Couple more URLs to right site (e.g. already answered questionnaire).Matthew Somerville2012-07-18-12/+12
| |
| * Fetch updates as report page does, so they're displayed.Matthew Somerville2012-07-18-2/+2
| |
| * Improve on 73da842, few more places where cobrand specific report URL is needed.Matthew Somerville2012-07-18-14/+14
| |
| * Tokens can look at all reports.Matthew Somerville2012-07-16-1/+2
| |
| * Move default cobrand to new design.Matthew Somerville2012-07-13-4/+13
| | | | | | | | | | | | | | | | Due to old cobrands, this involves the subclasses implementing the web templates dir to ignore what the default is doing. A vaguely garish yet pleasing colour scheme has been chosen so that the site is both usable and suggests you may want to change it.
| * Move UK example places out of default cobrand.Matthew Somerville2012-07-13-1/+5
| |
| * Make default front page form text non-GB specific.Matthew Somerville2012-07-13-1/+6
| |
| * Now display things are in the templates, inheritance can be tidied up.Matthew Somerville2012-07-13-12/+1
| |
| * Move all_reports_style functionality to templates.Matthew Somerville2012-07-13-12/+0
| |