Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge branch 'master' into oxfordshire-usability-recommendations | Chris Mytton | 2013-09-13 | -193/+334 |
|\ | ||||
| * | mechanism to stop app store tests being sent | Struan Donald | 2013-09-12 | -1/+5 |
| | | | | | | | | | | | | In order to allow the iOS app to be tested in the app store we need to allow the user to create a report but we don't want to send it. To allow this hide reports with a specific title during send_reports | |||
| * | Add fullsize photo to Photo controller | Chris Mytton | 2013-09-12 | -6/+8 |
| | | | | | | | | | | This is used in the Zurich admin to view a full size version of the image before it has been made public. | |||
| * | Merge branch 'zurich-optional-problem-rejected-email' | Chris Mytton | 2013-09-12 | -1/+1 |
| |\ | | | | | | | | | | | | | Conflicts: t/cobrand/zurich.t | |||
| | * | [Zurich] Don't send problem rejected email unless requested | Chris Mytton | 2013-09-11 | -1/+1 |
| | | | ||||
| * | | Merge branch 'zurich-407-generate-note-when-sdm-assigned' | Chris Mytton | 2013-09-12 | -6/+22 |
| |\ \ | ||||
| | * | | [Zurich] create internal note when the category is changed | Edmund von der Burg | 2013-09-11 | -0/+17 |
| | | | | ||||
| | * | | [Zurich] Don't store problem_state when creating the internal note comment | Edmund von der Burg | 2013-09-11 | -1/+0 |
| | | | | ||||
| | * | | Remove shallow copying of $extra (and notes) as this has been fixed | Edmund von der Burg | 2013-09-11 | -4/+3 |
| | | | | ||||
| | * | | Add extra detail to a comment | Edmund von der Burg | 2013-09-11 | -1/+2 |
| | | | | ||||
| * | | | Merge branch 'zurich-mark-external-addresses-deleted' | Chris Mytton | 2013-09-12 | -3/+6 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: t/cobrand/zurich.t | |||
| | * | | | [Zurich] Add deleted to admin body_params method | Chris Mytton | 2013-09-10 | -1/+2 |
| | | | | | ||||
| | * | | | [Zurich] Update DB/Result/Body.pm schema | Chris Mytton | 2013-09-10 | -2/+4 |
| | | | | | ||||
| * | | | | Merge branch 'master' into zurich-add-internal-notes | Chris Mytton | 2013-09-12 | -46/+70 |
| |\ \ \ \ | | |_|/ / | |/| | | | ||||
| | * | | | Merge branch 'rabx-column-refactor' | Chris Mytton | 2013-09-12 | -105/+108 |
| | |\ \ \ | ||||
| | * \ \ \ | Merge branch 'zurich-mandatory-telephone-number' | Chris Mytton | 2013-09-12 | -0/+3 |
| | |\ \ \ \ | | | |_|_|/ | | |/| | | | ||||
| | | * | | | Merge branch 'master' into zurich-mandatory-telephone-number | Chris Mytton | 2013-09-05 | -2/+5 |
| | | |\ \ \ | ||||
| | | * | | | | [Zurich] Localise phone error message | Chris Mytton | 2013-09-05 | -1/+1 |
| | | | | | | | ||||
| | | * | | | | [Zurich] Make the phone number field required | Chris Mytton | 2013-09-04 | -0/+3 |
| | | | | | | | ||||
| | * | | | | | Merge branch 'zurich-extra-csv-columns' | Chris Mytton | 2013-09-11 | -4/+25 |
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | ||||
| | | * | | | | [Zurich] Reformat admin csv code | Chris Mytton | 2013-09-09 | -2/+3 |
| | | | | | | | ||||
| | | * | | | | [Zurich] Quote the external body name in csv | Chris Mytton | 2013-09-09 | -1/+1 |
| | | | | | | | ||||
| | | * | | | | [Zurich] Add external body name to admin csv export | Chris Mytton | 2013-09-09 | -5/+13 |
| | | | | | | | ||||
| | | * | | | | [Zurich] Reformat long lines in csv export code | Chris Mytton | 2013-09-09 | -3/+15 |
| | | | | | | | ||||
| | | * | | | | [Zurich] Add report user id to admin stats csv | Chris Mytton | 2013-09-09 | -3/+3 |
| | | | | | | | ||||
| | | * | | | | [Zurich] Add report state to admin stats csv | Chris Mytton | 2013-09-06 | -3/+3 |
| | | | | | | | ||||
| | * | | | | | Update DB/Result/* with latest DBIx::Class::Schema::Loader | Chris Mytton | 2013-09-10 | -42/+42 |
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 0.07027 of DBIx::Class::Schema::Loader introduced some changes to the way it generates schemas. > PostgreSQL WARNING: the default for on_delete/on_update attributes for > belongs_to relationships is now 'NO ACTION' not 'CASCADE! The default > for is_deferrable is now 0 not 1. | |||
| * | | | | | [Zurich] Save internal notes as hidden comments, rather than in the extra field | Edmund von der Burg | 2013-09-10 | -10/+21 |
| | | | | | | ||||
| * | | | | | Add notes to Zurich cobrand about setting up a dev environment. | Edmund von der Burg | 2013-09-10 | -0/+41 |
| | | | | | | ||||
| * | | | | | Fix a bug in TestMech->log_in_ok that scrambeled the users password. | Edmund von der Burg | 2013-09-10 | -4/+16 |
| | |_|_|/ | |/| | | | ||||
| * | | | | Use RABXColumn in remaining models that serialize some columns | Edmund von der Burg | 2013-09-10 | -83/+7 |
| | | | | | ||||
| * | | | | Switch Token over to use RABXColumn and test that changes to the col behave ↵ | Edmund von der Burg | 2013-09-10 | -22/+3 |
| | | | | | | | | | | | | | | | | | | | | as expected | |||
| * | | | | Add RABX column code and tests | Edmund von der Burg | 2013-09-10 | -0/+98 |
| |/ / / | ||||
| * | | | clarify presentation on lagged users page | Dave Whiteland | 2013-09-05 | -1/+13 |
| | | | | | | | | | | | | | | | | | | | | now shows which flagged users are in abuse table, which seems important (separate issue #523 to make managing and indeed viewing abuse table) | |||
| * | | | show warning on body with no live contacts | Dave Whiteland | 2013-09-05 | -0/+1 |
| | | | | ||||
| * | | | remove SHOW_ADMIN_HINTS config | Dave Whiteland | 2013-09-05 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | admin hints are displayed *like it or not* (actually, could hide for a given cobrand with CSS setting display:none) | |||
| * | | | show "no bodies" hint on empty body db | Dave Whiteland | 2013-09-05 | -0/+3 |
| | | | | ||||
| * | | | remove Mindelo's language domain | Dave Whiteland | 2013-09-05 | -1/+0 |
| | | | | | | | | | | | | | | | | because we don't need it -- just using translation (pt_CV) file | |||
| * | | | switch Fixmindelo to pt_CV locale | Dave Whiteland | 2013-09-05 | -1/+2 |
| | | | | ||||
| * | | | Spell out all "marked as %s" strings. | Matthew Somerville | 2013-09-05 | -6/+2 |
| | |/ | |/| | | | | | | | | | | As doing interpolation from a database state field is not great for translation. Fixes #391. | |||
| * | | Use format_datetime for DBIx::Class searches to get rid of warnings when ↵ | Edmund von der Burg | 2013-09-05 | -2/+5 |
| |/ | | | | | | | running test suite | |||
| * | [Zurich] Ensure only superusers can add/edit bodies | Chris Mytton | 2013-09-04 | -0/+2 |
| | | ||||
| * | [Zurich] Only super user can edit bodies | Chris Mytton | 2013-09-03 | -0/+8 |
| | | ||||
| * | Updated MapQuest links per instructions | Jonas Oberg | 2013-08-30 | -1/+1 |
| | | ||||
| * | Changed hardcoded URL in Problem.pm to be using variable from general.yml ↵ | Matthew Somerville | 2013-08-30 | -1/+2 |
| | | | | | | | | instead. | |||
* | | Merge branch 'master' into oxfordshire-usability-recommendations | Chris Mytton | 2013-08-29 | -1/+1 |
|\| | ||||
| * | Use name from problem in Bromley Open311 extra params | Struan Donald | 2013-08-19 | -1/+1 |
| | | | | | | | | | | In order to match the way we get the name for the standard Open311 params as changed in b3e8d60 | |||
* | | Merge branch 'master' into oxfordshire-usability-recommendations | Chris Mytton | 2013-08-14 | -1/+2 |
|\| | ||||
| * | Specify town in Oxfordshire disambiguate_location | Chris Mytton | 2013-08-13 | -0/+1 |
| | | | | | | | | | | | | | | | | Part of #508 This seems like a bit of a misuse of this feature, mostly because I'm specifying a county in a parameter called town, but it appears to fix the immediate problem of not being able to find streets in oxfordshire. | |||
| * | Correct span in disambiguate_location for Oxfordshire | Chris Mytton | 2013-08-13 | -1/+1 |
| | | | | | | | | Related to #508 |