Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 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/+257 |
| |\ | ||||
| * | | 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 |
| | | | | ||||
* | | | | Put admin URL in cobrand where it should be. | Matthew Somerville | 2012-06-08 | -7/+8 |
| | | | | ||||
* | | | | Merge branch 'council-dashboard' | Matthew Somerville | 2012-06-06 | -31/+124 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: perllib/FixMyStreet/App/Controller/Dashboard.pm templates/web/default/dashboard/index.html | |||
| * | | | | problem_status is only set for council user updates so check for | Struan Donald | 2012-05-24 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | mark_fixed and null problem_status to identify user - fixed updates | |||
| * | | | | add closed state to page | Struan Donald | 2012-05-16 | -1/+1 |
| | | | | | ||||
| * | | | | small tweak to calculation of user fixed problem counts | Struan Donald | 2012-05-15 | -1/+1 |
| | | | | | ||||
| * | | | | need council details for setup categories as need type to get category list | Struan Donald | 2012-05-15 | -2/+1 |
| | | | | | ||||
| * | | | | add council name to dashboard | Struan Donald | 2012-05-14 | -0/+4 |
| | | | | | ||||
| * | | | | move wards to json file | Struan Donald | 2012-05-14 | -0/+1 |
| | | | | | ||||
| * | | | | change example data on category or ward selection | Struan Donald | 2012-05-10 | -1/+6 |
| | | | | | ||||
| * | | | | put example dashboard data in json file | Struan Donald | 2012-05-10 | -11/+19 |
| | | | | | ||||
| * | | | | Lists of reports by age. | Matthew Somerville | 2012-05-09 | -7/+23 |
| | | | | | ||||
| * | | | | Not marked statistic. | Matthew Somerville | 2012-05-09 | -6/+17 |
| | | | | | ||||
| * | | | | Initial example page. | Matthew Somerville | 2012-05-09 | -0/+29 |
| | | | | | ||||
| * | | | | Initial time to fix/mark rows. | Matthew Somerville | 2012-05-09 | -24/+44 |
| | | | | | ||||
| * | | | | Get data for dashboard dropdowns and enable faceted lookup using them. | Matthew Somerville | 2012-05-09 | -7/+33 |
| | | | | | ||||
| * | | | | Redirect to login page if not logged in. | Matthew Somerville | 2012-05-09 | -0/+2 |
| | | | | |