Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵ | Struan Donald | 2011-09-05 | -2/+2 |
|\ | | | | | | | | | | | | | into js-validation Conflicts: templates/web/default/common_header_tags.html | |||
| * | Disable address in RSS temporarily. | Matthew Somerville | 2011-09-02 | -2/+2 |
| | | ||||
* | | do not display spurious name error message when sign in during report ↵ | Struan Donald | 2011-09-05 | -0/+7 |
|/ | | | | submission fails | |||
* | Add address information to description in RSS feeds | Struan Donald | 2011-08-29 | -0/+6 |
| | ||||
* | test for removing flag and make it work | Struan Donald | 2011-08-26 | -1/+1 |
| | ||||
* | add flagged checkbox to user edit admin page | Struan Donald | 2011-08-26 | -0/+1 |
| | ||||
* | few more static states | Struan Donald | 2011-08-18 | -1/+1 |
| | ||||
* | show closed problems on my page | Struan Donald | 2011-08-18 | -1/+1 |
| | ||||
* | do not use raw problem state to categorise problems | Struan Donald | 2011-08-18 | -1/+2 |
| | ||||
* | avoid warnings about uninitalized values | Struan Donald | 2011-08-18 | -1/+1 |
| | ||||
* | remove hard coded state strings | Struan Donald | 2011-08-18 | -7/+10 |
| | ||||
* | remove hard coded references to fixed | Struan Donald | 2011-08-18 | -5/+5 |
| | ||||
* | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵ | Struan Donald | 2011-08-17 | -121/+901 |
|\ | | | | | | | | | | | | | | | | | | | | | | | into new_statuses Conflicts: db/schema.sql perllib/FixMyStreet/App/Controller/Admin.pm perllib/FixMyStreet/DB/Result/User.pm t/app/controller/admin.t templates/web/default/admin/update_edit.html web/css/core.css | |||
| * | When on around page with JS, have click on map show hidden form and fetch ↵ | Matthew Somerville | 2011-08-17 | -0/+27 |
| | | | | | | | | category/council. | |||
| * | Reduce size of JS output strings. | Matthew Somerville | 2011-08-17 | -1/+1 |
| | | ||||
| * | Factor out form part of form reporting. | Matthew Somerville | 2011-08-16 | -1/+1 |
| | | ||||
| * | Merge commit 'petter/catalyst_mapit_point' | Matthew Somerville | 2011-08-15 | -2/+5 |
| |\ | ||||
| | * | Get postcode always lookup working in Norway. | Petter Reinholdtsen | 2011-08-12 | -2/+5 |
| | | | ||||
| * | | Show confirmed reports. | Matthew Somerville | 2011-08-12 | -1/+3 |
| |/ | ||||
| * | Use Gaze distance if already fetched. | Matthew Somerville | 2011-08-11 | -3/+3 |
| | | ||||
| * | add a day to the end date so we actually get the whole date range :( | Struan Donald | 2011-08-10 | -2/+4 |
| | | ||||
| * | break down problems into states for a bit more clarity | Struan Donald | 2011-08-10 | -1/+7 |
| | | ||||
| * | add stats page with problem count gathering | Struan Donald | 2011-08-10 | -0/+59 |
| | | ||||
| * | Call check_page function. | Matthew Somerville | 2011-08-09 | -2/+2 |
| | | ||||
| * | add remove user flag button to report and update edit pages | Struan Donald | 2011-08-09 | -1/+37 |
| | | ||||
| * | allow flagging of user from report and update pages | Struan Donald | 2011-08-09 | -0/+34 |
| | | ||||
| * | auto flag reported problems | Struan Donald | 2011-08-09 | -0/+4 |
| | | ||||
| * | add flagged checkbox for report editing | Struan Donald | 2011-08-09 | -1/+5 |
| | | ||||
| * | reuse report table row generating template code | Struan Donald | 2011-08-09 | -2/+6 |
| | | ||||
| * | list flagged items page for admin | Struan Donald | 2011-08-09 | -4/+21 |
| | | ||||
| * | abuse table search | Struan Donald | 2011-08-09 | -0/+21 |
| | | ||||
| * | only show abuse links if allowed | Struan Donald | 2011-08-09 | -0/+1 |
| | | ||||
| * | documentation and bit of shuffling of where there are in the file | Struan Donald | 2011-08-09 | -90/+116 |
| | | ||||
| * | add a ban email address button | Struan Donald | 2011-08-09 | -5/+41 |
| | | ||||
| * | Lowercase email addresses sent via /import. Fixes #146. | Matthew Somerville | 2011-08-09 | -1/+1 |
| | | ||||
| * | Store lat/lon from multiple results and use that to prevent infinite loop on ↵ | Matthew Somerville | 2011-08-09 | -6/+6 |
| | | | | | | | | e.g. 'Clapham'. | |||
| * | Merge branch 'catalyst-open311-server' | Matthew Somerville | 2011-08-06 | -4/+478 |
| |\ | ||||
| | * | Get Open311 RSS working, whether it's given a ResultSet or a lower level ↵ | Matthew Somerville | 2011-08-04 | -28/+27 |
| | | | | | | | | | | | | statement handle. | |||
| | * | Leftovers. | Petter Reinholdtsen | 2011-08-02 | -1/+1 |
| | | | ||||
| | * | Try different approachh. | Petter Reinholdtsen | 2011-08-02 | -7/+22 |
| | | | ||||
| | * | Try to get Open311 GeoRSS output working. | Petter Reinholdtsen | 2011-08-01 | -6/+14 |
| | | | ||||
| | * | Right handling of DB objects, and better datetime handling. | Matthew Somerville | 2011-07-29 | -52/+40 |
| | | | ||||
| | * | Fix capture indices, set bodies in output. | Matthew Somerville | 2011-07-29 | -8/+8 |
| | | | ||||
| | * | Tidy up database querying, needs testing. | Matthew Somerville | 2011-07-29 | -93/+78 |
| | | | ||||
| | * | Bit more action tidying. | Matthew Somerville | 2011-07-29 | -17/+23 |
| | | | ||||
| | * | Factor out .cgi redirect, stash format (more to tidy). | Matthew Somerville | 2011-07-29 | -18/+33 |
| | | | ||||
| | * | Move documentation to template, start tidying up action flows. | Matthew Somerville | 2011-07-29 | -200/+17 |
| | | | ||||
| | * | Try to include comment count. | Petter Reinholdtsen | 2011-07-29 | -0/+9 |
| | | | ||||
| | * | Start on Catalyst based Open311 API based on old CGI based implementation. | Petter Reinholdtsen | 2011-07-29 | -0/+632 |
| | | | | | | | | | | | | Comment out non-working code for now. | |||
| * | | Only allow problem confirmation up to a month after creation. | Matthew Somerville | 2011-08-05 | -10/+23 |
| | | |