| Commit message (Expand) | Author | Age | Lines |
* | do not display spurious name error message when sign in during report submiss... | Struan Donald | 2011-09-05 | -0/+7 |
* | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ... | Struan Donald | 2011-08-17 | -2/+29 |
|\ |
|
| * | When on around page with JS, have click on map show hidden form and fetch cat... | Matthew Somerville | 2011-08-17 | -0/+27 |
| * | Factor out form part of form reporting. | Matthew Somerville | 2011-08-16 | -1/+1 |
| * | Lowercase email addresses sent via /import. Fixes #146. | Matthew Somerville | 2011-08-09 | -1/+1 |
* | | allow council user to update state on problem sent to multiple councils | Struan Donald | 2011-07-27 | -3/+2 |
* | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ... | Struan Donald | 2011-07-26 | -12/+38 |
|\| |
|
| * | Pothole updates for Southampton. | Matthew Somerville | 2011-07-21 | -3/+10 |
| * | Allow pin moving without reload of page (at last). | Matthew Somerville | 2011-07-21 | -0/+1 |
| * | Test to close #18 (was fixed in Catalyst migration). | Matthew Somerville | 2011-07-13 | -2/+2 |
| * | Store cobrand/lang upon an /import. Related to #134, though that was actually... | Matthew Somerville | 2011-07-12 | -0/+2 |
| * | Carry through name/phone/password updates through report/update creation via ... | Matthew Somerville | 2011-07-04 | -3/+19 |
| * | Update error message. | Matthew Somerville | 2011-07-01 | -2/+2 |
| * | Assume if they've filled in one side of the password form, they're submitting... | Matthew Somerville | 2011-07-01 | -2/+2 |
* | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ... | Struan Donald | 2011-06-30 | -4/+0 |
|\| |
|
| * | Move to Vector layer rather than Markers, to be able to use the Strategy/Prot... | Matthew Somerville | 2011-06-29 | -4/+0 |
* | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ... | Struan Donald | 2011-06-28 | -45/+96 |
|\| |
|
| * | Allow a problem creator to reopen a fixed report when logged in (fixes #125). | Matthew Somerville | 2011-06-28 | -1/+8 |
| * | Allow people to sign in (or not) as they make an update. | Matthew Somerville | 2011-06-28 | -21/+39 |
| * | Allow people to sign in (or not) as they make a report. | Matthew Somerville | 2011-06-27 | -24/+50 |
* | | store correct old state in questionnaire when creator marks problem as fixed | Struan Donald | 2011-06-28 | -0/+4 |
* | | council users should be able to set state to confirmed | Struan Donald | 2011-06-27 | -1/+1 |
* | | change to use from_council in users table and store the council id in | Struan Donald | 2011-06-27 | -2/+3 |
* | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ... | Struan Donald | 2011-06-27 | -25/+21 |
|\| |
|
| * | Sign in over login; tidy CSS. | Matthew Somerville | 2011-06-24 | -5/+6 |
| * | Don't show email field on reporting if logged in. | Matthew Somerville | 2011-06-24 | -20/+15 |
* | | check that state is permitted | Struan Donald | 2011-06-23 | -1/+8 |
* | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ... | Struan Donald | 2011-06-23 | -2/+5 |
|\| |
|
| * | Allow unsub from update form, fix test. | Matthew Somerville | 2011-06-23 | -2/+5 |
* | | update problem status from update | Struan Donald | 2011-06-23 | -1/+11 |
* | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ... | Struan Donald | 2011-06-23 | -62/+39 |
|\| |
|
| * | Use user if logged in, and don't show email field on update. | Matthew Somerville | 2011-06-23 | -11/+17 |
| * | Remove unneeded defaults checking and simplify. | Matthew Somerville | 2011-06-23 | -15/+3 |
| * | Use update user centrally. | Matthew Somerville | 2011-06-23 | -10/+5 |
| * | Store user in report from the start, so name of logged in person isn't blanke... | Matthew Somerville | 2011-06-22 | -28/+16 |
* | | prevent non authority users from changing the state on updates | Struan Donald | 2011-06-23 | -0/+9 |
* | | handle new states in report display and updating | Struan Donald | 2011-06-16 | -1/+1 |
|/ |
|
* | Move country to cobrand rather than config option. | Matthew Somerville | 2011-06-14 | -1/+1 |
* | Fix some warnings and small bugs from scanning error logs. | Matthew Somerville | 2011-06-13 | -1/+1 |
* | If in location where no details, don't store council ID. Fix small schema issue. | Matthew Somerville | 2011-06-12 | -2/+2 |
* | Consolidate MaPit calls to call out to it less. | Matthew Somerville | 2011-06-10 | -5/+2 |
* | Sort correctly for all locales | Edmund von der Burg | 2011-06-10 | -2/+4 |
* | IF on an arrayref in a template returns true, so need to check size. | Matthew Somerville | 2011-06-10 | -2/+1 |
* | Centralise problem report loading, 404/410 checking. | Matthew Somerville | 2011-06-09 | -20/+1 |
* | Switch to using c->cobrand->problems to return all problems for a cobrand (so... | Matthew Somerville | 2011-06-08 | -2/+2 |
* | Removal of old Cobrand.pm and last . | Matthew Somerville | 2011-06-07 | -7/+0 |
* | Remove fake_q and most of now-unused Page.pm. | Matthew Somerville | 2011-06-07 | -1/+38 |
* | Improve email headers in emails sent. | Matthew Somerville | 2011-06-07 | -13/+9 |
* | Remove old Flickr import code. | Matthew Somerville | 2011-06-07 | -4/+4 |
* | Minor text and HTML fixes from final look through some old CGI scripts, now r... | Matthew Somerville | 2011-06-07 | -2/+2 |