Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | do not forget extra 311 field data if we need to display an error | Struan Donald | 2012-10-22 | -1/+1 |
| | ||||
* | add non public status editing of contacts to admin | Struan Donald | 2012-09-05 | -0/+1 |
| | ||||
* | add non_public status for report editing to admin | Struan Donald | 2012-09-05 | -1/+5 |
| | ||||
* | do not display non public reports in reports list for a council | Struan Donald | 2012-09-03 | -1/+3 |
| | | | | do include non public reports in council stats | |||
* | reports made with non public categories are set as non public | Struan Donald | 2012-08-31 | -0/+9 |
| | ||||
* | display non public reports to creator if logged in | Struan Donald | 2012-08-31 | -4/+6 |
| | ||||
* | return 403 for non public reports | Struan Donald | 2012-08-31 | -0/+12 |
| | ||||
* | Speed up this type of search by a factor of c. 10e5. Stupid databases. | Matthew Somerville | 2012-08-17 | -1/+1 |
| | ||||
* | Remove outdated XSL. | Matthew Somerville | 2012-08-17 | -1/+0 |
| | ||||
* | Allow the MapIt types to be given in config. | Matthew Somerville | 2012-08-17 | -18/+17 |
| | ||||
* | Remove unused extra_* functions. | Matthew Somerville | 2012-08-16 | -5/+5 |
| | ||||
* | Use same admin filter function on /reports to deal with old generation areas ↵ | Matthew Somerville | 2012-08-16 | -0/+1 |
| | | | | that shouldn't be shown (fixes #312). | |||
* | adjust the initial display of the map on all reports page so there's | Struan Donald | 2012-08-09 | -0/+2 |
| | | | | less jumping about on Internet Explorer | |||
* | allow preselection of category in url of new report page | Struan Donald | 2012-08-09 | -0/+9 |
| | ||||
* | A start_date and an end_date was only producing one confirmed condition | Struan Donald | 2012-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 Somerville | 2012-07-31 | -1/+1 |
| | ||||
* | Don't show postcode column in RSS/alert emails, may have no bearing on report. | Matthew Somerville | 2012-07-23 | -5/+0 |
| | ||||
* | Move location_offshore warning to standard location_error, so is shown in ↵ | Matthew Somerville | 2012-07-20 | -1/+1 |
| | | | | Ajax pin selection. | |||
* | Remove any Northern Ireland specific code. | Matthew Somerville | 2012-07-20 | -1/+1 |
| | ||||
* | Remove remaining UK specific code from Default cobrand. Fixes #186. | Matthew Somerville | 2012-07-19 | -7/+0 |
| | ||||
* | Treat Other more like a normal category. | Matthew Somerville | 2012-07-19 | -7/+5 |
| | ||||
* | Define constant for Bromley area ID. | Matthew Somerville | 2012-07-19 | -4/+5 |
| | ||||
* | Show dev message about script that might need to be run. | Matthew Somerville | 2012-07-18 | -2/+5 |
| | ||||
* | Couple more URLs to right site (e.g. already answered questionnaire). | Matthew Somerville | 2012-07-18 | -12/+12 |
| | ||||
* | Fetch updates as report page does, so they're displayed. | Matthew Somerville | 2012-07-18 | -2/+2 |
| | ||||
* | Improve on 73da842, few more places where cobrand specific report URL is needed. | Matthew Somerville | 2012-07-18 | -2/+2 |
| | ||||
* | Tokens can look at all reports. | Matthew Somerville | 2012-07-16 | -1/+2 |
| | ||||
* | Move banner generation logic out of cobrand code and into templates. | Matthew Somerville | 2012-07-13 | -2/+0 |
| | ||||
* | Remove various UK specific code out of Default cobrand into UK one. | Matthew Somerville | 2012-07-13 | -1/+5 |
| | ||||
* | Have a whole fake mapit (for #182) that works if MAPIT_URL is set accordingly. | Matthew Somerville | 2012-07-13 | -1/+57 |
| | | | | | | | | | Setting MAPIT_URL to .../fakemapit/ will then return one area, ID 161 and type ZZZ, whatever co-ordinate it is given. This means the default area type is now ZZZ, the UK specific types are moved into the UK cobrands, and the tests updated accordingly to still function (they assume UK-ness a lot, so probably need an ALLOWED_COBRANDS entry of "fixmystreet: 'localhost'" and for your host's domain to show fixmystreet too). | |||
* | Factor out hard-coded number into cobrand function. | Matthew Somerville | 2012-07-06 | -1/+1 |
| | ||||
* | Remove unused base_url_for_emails function. | Matthew Somerville | 2012-07-06 | -1/+1 |
| | ||||
* | Make RSS feeds act same as email alerts with links to main site. | Matthew Somerville | 2012-07-06 | -7/+9 |
| | ||||
* | Factor out site_key as that's only used in one place too. | Matthew Somerville | 2012-07-06 | -5/+5 |
| | ||||
* | Factor out the SQL restriction from site_restriction, as it's only used in ↵ | Matthew Somerville | 2012-07-06 | -9/+8 |
| | | | | one place. | |||
* | Move site restriction to within query, so it is ANDed. | Matthew Somerville | 2012-06-27 | -3/+1 |
| | ||||
* | Only create alert if actual parameters differ, not just cobrand/lang. | Matthew Somerville | 2012-06-21 | -8/+14 |
| | ||||
* | Call process_extras() from updates too, so that error checking runs. | Matthew Somerville | 2012-06-21 | -3/+6 |
| | ||||
* | Unused variable. | Matthew Somerville | 2012-06-21 | -2/+0 |
| | ||||
* | Fix spelling of this variable. | Matthew Somerville | 2012-06-21 | -1/+1 |
| | ||||
* | Treat update calling of extra_name same as reporting does it. | Matthew Somerville | 2012-06-21 | -0/+2 |
| | ||||
* | display category prompts on southampton cobrand | Struan Donald | 2012-06-19 | -5/+2 |
| | ||||
* | Merge branch 'phonegap' | Struan Donald | 2012-06-15 | -0/+112 |
|\ | ||||
| * | inital pass at sign in/sign out functionality | Struan Donald | 2012-06-01 | -0/+49 |
| | | ||||
| * | update photo processing path | Struan Donald | 2012-05-25 | -1/+1 |
| | | ||||
| * | Merge remote-tracking branch 'origin/master' into phonegap | Struan Donald | 2012-05-23 | -134/+256 |
| |\ | ||||
| * | | first pass of using password to loging. needs lots of work still | Struan Donald | 2012-03-15 | -6/+11 |
| | | | ||||
| * | | Merge remote-tracking branch 'origin/master' into phonegap | Struan Donald | 2012-03-14 | -145/+125 |
| |\ \ | ||||
| * | | | add in new handler for report submission from phonegap apps | Struan Donald | 2012-03-12 | -0/+58 |
| | | | | ||||
* | | | | Update councils links to new location at mysociety.org | Matthew Somerville | 2012-06-13 | -7/+0 |
| | | | |