aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet
Commit message (Collapse)AuthorAgeLines
* do not forget extra 311 field data if we need to display an errorStruan Donald2012-10-22-1/+1
|
* whoops missed package name of Stevenage cobrandDave Whiteland2012-09-07-1/+1
|
* added Stevenage cobrand (scss just placeholders for now)Dave Whiteland2012-09-07-0/+36
|
* Merge branch 'private-categories'Struan Donald2012-09-06-8/+156
|\
| * add non public status editing of contacts to adminStruan Donald2012-09-05-0/+1
| |
| * add non_public status for report editing to adminStruan Donald2012-09-05-1/+5
| |
| * do no send alerts for non public reportsStruan Donald2012-09-04-0/+4
| |
| * make around test for non public reports work, and do not display nonStruan Donald2012-09-03-0/+2
| | | | | | | | public reports on around page
| * tests for non public reports on around pageStruan Donald2012-09-03-9/+17
| |
| * move add and delete problem utility functions to test mechStruan Donald2012-09-03-0/+56
| | | | | | | | add in non public problem tests for front page
| * do not display non public reports in reports list for a councilStruan Donald2012-09-03-1/+46
| | | | | | | | do include non public reports in council stats
| * reports made with non public categories are set as non publicStruan Donald2012-08-31-0/+9
| |
| * do not include non public reports in recent lists for displayStruan Donald2012-08-31-1/+2
| |
| * display non public reports to creator if logged inStruan Donald2012-08-31-4/+6
| |
| * return 403 for non public reportsStruan Donald2012-08-31-0/+12
| |
| * add non-public fields to contacts and problemStruan Donald2012-08-31-5/+9
| |
* | Decode example places from config file, to fix #317.Matthew Somerville2012-08-31-1/+4
| |
* | Increase timeout for Nominatim, to fix #316.Matthew Somerville2012-08-31-1/+2
|/
* Switch to using mapit as it has nearest postcode functionality now. And ↵Matthew Somerville2012-08-28-2/+2
| | | | isn't down.
* 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/+9
| | | | 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
|