aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* display update marked as fixed text on questionnaire for all fixed statesStruan Donald2011-06-28-1/+50
|
* council users should be able to set state to confirmedStruan Donald2011-06-27-1/+13
|
* 404 if no tokenStruan Donald2011-06-27-1/+1
|
* user searching and editingStruan Donald2011-06-27-0/+221
|
* allow user changes to be loggedStruan Donald2011-06-27-0/+13
|
* update users table to user from_councilStruan Donald2011-06-27-1/+1
|
* Display council name next to updates from council usersStruan Donald2011-06-27-0/+22
|
* change to use from_council in users table and store the council id inStruan Donald2011-06-27-20/+28
| | | | | there so we can check that the problem is for the council the user is from
* remove merge cruftStruan Donald2011-06-27-1/+0
|
* Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-06-27-215/+260
|\ | | | | | | | | | | | | | | | | into new_statuses Conflicts: perllib/FixMyStreet/DB/Result/Comment.pm perllib/FixMyStreet/DB/Result/User.pm web/css/core.css
| * Sign in over login; tidy CSS.Matthew Somerville2011-06-24-112/+114
| |
| * Make zoom levels more configurable.Matthew Somerville2011-06-24-15/+20
| |
| * Success message appearing successful.Matthew Somerville2011-06-24-1/+1
| |
| * Don't show email field on reporting if logged in.Matthew Somerville2011-06-24-35/+29
| |
| * Allow people to give name/pw on auth page.Matthew Somerville2011-06-24-29/+58
| |
| * Use bcrypt.Matthew Somerville2011-06-24-51/+64
| |
* | add extra states to problem countStruan Donald2011-06-23-1/+1
| |
* | indicate changes state in update meta informationStruan Donald2011-06-23-0/+68
| |
* | check that state is permittedStruan Donald2011-06-23-1/+41
| |
* | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-06-23-10/+37
|\| | | | | | | into new_statuses
| * Allow unsub from update form, fix test.Matthew Somerville2011-06-23-10/+37
| |
* | in progress bannerStruan Donald2011-06-23-0/+42
| |
* | update problem status from updateStruan Donald2011-06-23-1/+57
| |
* | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-06-23-20/+13
|\| | | | | | | into new_statuses
| * Test updates.Matthew Somerville2011-06-23-20/+13
| |
* | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-06-23-174/+105
|\| | | | | | | | | | | | | into new_statuses Conflicts: templates/web/default/report/display.html
| * Use user if logged in, and don't show email field on update.Matthew Somerville2011-06-23-36/+40
| |
| * Remove unneeded defaults checking and simplify.Matthew Somerville2011-06-23-39/+12
| |
| * Default to show name.Matthew Somerville2011-06-23-3/+3
| |
| * Correct config var.Matthew Somerville2011-06-23-1/+1
| |
| * Use update user centrally.Matthew Somerville2011-06-23-13/+24
| |
| * Tweak FAQ text about source code.Matthew Somerville2011-06-23-7/+12
| |
| * Store user in report from the start, so name of logged in person isn't ↵Matthew Somerville2011-06-22-30/+18
| | | | | | | | blanked out, and don't process unnecessarily.
| * Merge branch 'master' of ↵Matthew Somerville2011-06-22-1/+2
| |\ | | | | | | | | | ssh://matthew@git.mysociety.org/data/git/public/fixmystreet
| * | Wording change for checkbox, hopefully fixes #47.Matthew Somerville2011-06-22-6/+2
| | |
| * | Change questionnaire subject to include report title, fixes #115.Matthew Somerville2011-06-22-47/+1
| | |
* | | add problem state_column to commentStruan Donald2011-06-23-2/+30
| | |
* | | prevent non authority users from changing the state on updatesStruan Donald2011-06-23-0/+43
| | |
* | | only display states that can be setStruan Donald2011-06-23-2/+1
| | |
* | | display state dropdown on updates to authority usersStruan Donald2011-06-23-7/+45
| | |
* | | display banner on closed problemsStruan Donald2011-06-22-185/+121
| | |
* | | is_closed utility methodStruan Donald2011-06-22-90/+69
| | |
* | | correct check for is fixedStruan Donald2011-06-22-1/+1
| | |
* | | add from_authority flag to users table for council employees etcStruan Donald2011-06-22-2/+11
| | |
* | | add new states into adminStruan Donald2011-06-22-5/+10
| | |
* | | Merge branch 'master' into new_statusesStruan Donald2011-06-22-1/+2
|\ \ \ | | |/ | |/|
| * | use the configured hostStruan Donald2011-06-21-1/+2
| |/
* | remove hard coded confirmeds from questionnaireStruan Donald2011-06-21-4/+6
| |
* | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-06-21-120/+132
|\| | | | | | | into new_statuses
| * Implement redirect upon sign in to where the user came from; tidy up error ↵Matthew Somerville2011-06-21-110/+104
| | | | | | | | display.