Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Version 1.2.5.v1.2.5 | Matthew Somerville | 2013-09-13 | -209/+479 |
| | ||||
* | Example Vagrantfile and notes. | Matthew Somerville | 2013-09-13 | -0/+156 |
| | | | | | Based on previous work on vagrant branches, adjusted to use the new --dev argument of the install script. | |||
* | Do fewer things for a dev installation. | Matthew Somerville | 2013-09-13 | -46/+75 |
| | | | | | | | | | | If the development parameter is passed to the install-script, don't install a crontab, don't set up nginx, don't force the repository to a particular version, and don't set up an application server. Also only create a general.yml file if one doesn't already exist, and add some locales that the test suite assumes are present. And run the db schema update script. | |||
* | Have a central config-override function. | Matthew Somerville | 2013-09-13 | -60/+56 |
| | | | | You only need to pass in the values you wish to be different. | |||
* | Add lots of cobrands to be tested. | Matthew Somerville | 2013-09-13 | -3/+2 |
| | ||||
* | switch to Sub::Override from Test::MockModule | Struan Donald | 2013-09-12 | -6/+7 |
| | | | | | This is for consistency as Sub::Override is used for another test and also so we minimise the number of modules installed just for testing | |||
* | [Zurich] Use subtest blocks to seperate test cases | Chris Mytton | 2013-09-12 | -39/+44 |
| | ||||
* | [Zurich] Put the phone number test into a subtest block | Chris Mytton | 2013-09-12 | -29/+30 |
| | ||||
* | [Zurich] Make sure mapit url is set properly | Chris Mytton | 2013-09-12 | -0/+1 |
| | ||||
* | [Zurich] Try to override config in tests | Chris Mytton | 2013-09-12 | -1/+25 |
| | ||||
* | explicitly set bodies_str for abuse and app store tests | Struan Donald | 2013-09-12 | -0/+2 |
| | | | | | | | | The first email count test in the abuse subtest was failing on Travis but not on my machine because the sent email alert test was running on my machine, as it has the mock module installed, and this was resetting the bodies_str to one with a confirmed contact. Setting bodies_str on both these tests stops this sort of thing happening again | |||
* | mechanism to stop app store tests being sent | Struan Donald | 2013-09-12 | -1/+34 |
| | | | | | | 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 | |||
* | Test to check reports from abuse users not sent | Struan Donald | 2013-09-12 | -0/+47 |
| | | | | | | Reports that have been created by a user who is logged in but whose email is in the abuse table should be hidden and not sent by send_reports. | |||
* | [Zurich] Always render fancybox css/js | Chris Mytton | 2013-09-12 | -0/+6 |
| | | | | | This is so the admin can still display photos in a fancybox when the photo has not yet been published. | |||
* | [Zurich] Use full-size version of photo in admin | Chris Mytton | 2013-09-12 | -2/+2 |
| | ||||
* | 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. | |||
* | [Zurich] Fix photo thumbnail on admin report_edit | Chris Mytton | 2013-09-12 | -2/+2 |
| | | | | | Because the report has not yet been published, the image isn't public, so we have to use the .temp.jpeg form of the url. | |||
* | [Zurich] Fix url for admin problem-row photos | Chris Mytton | 2013-09-12 | -4/+2 |
| | ||||
* | Merge branch 'zurich-optional-problem-rejected-email' | Chris Mytton | 2013-09-12 | -1/+35 |
|\ | | | | | | | | | Conflicts: t/cobrand/zurich.t | |||
| * | [Zurich] Test rejected email are only sent when requested | Chris Mytton | 2013-09-11 | -0/+16 |
| | | ||||
| * | [Zurich] Only show automatic reply when status is hidden | Chris Mytton | 2013-09-11 | -1/+14 |
| | | ||||
| * | [Zurich] Add send rejected email checkbox to report edit | Chris Mytton | 2013-09-11 | -0/+5 |
| | | ||||
| * | [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 | -7/+65 |
|\ \ | ||||
| * | | [Zurich] create internal note when the category is changed | Edmund von der Burg | 2013-09-11 | -3/+24 |
| | | | ||||
| * | | [Zurich] Don't store problem_state when creating the internal note comment | Edmund von der Burg | 2013-09-11 | -1/+0 |
| | | | ||||
| * | | [Zurich] Add tests for changing categories in the admin interface | Edmund von der Burg | 2013-09-11 | -0/+38 |
| | | | ||||
| * | | 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 | -8/+42 |
|\ \ \ | | | | | | | | | | | | | | | | | Conflicts: t/cobrand/zurich.t | |||
| * | | | [Zurich] Test deleted bodies can't have problems assigned | Chris Mytton | 2013-09-11 | -0/+14 |
| | | | | ||||
| * | | | [Zurich] Problems can't be assigned to deleted bodies | Chris Mytton | 2013-09-11 | -1/+1 |
| | | | | ||||
| * | | | [Zurich] Add .muted class for deleted bodies | Chris Mytton | 2013-09-11 | -0/+4 |
| | | | | ||||
| * | | | [Zurich] Add deleted column to bodies table | Chris Mytton | 2013-09-11 | -1/+3 |
| | | | | ||||
| * | | | [Zurich] Add deleted to admin body_params method | Chris Mytton | 2013-09-10 | -1/+2 |
| | | | | ||||
| * | | | [Zurich] Add flag as deleted field to body-form | Chris Mytton | 2013-09-10 | -0/+5 |
| | | | | ||||
| * | | | [Zurich] Update DB/Result/Body.pm schema | Chris Mytton | 2013-09-10 | -2/+4 |
| | | | | ||||
| * | | | [Zurich] Update schema.sql with body.deleted column | Chris Mytton | 2013-09-10 | -1/+2 |
| | | | | ||||
| * | | | [Zurich] Add schema migration 0029 to bin/update-schema | Chris Mytton | 2013-09-10 | -0/+1 |
| | | | | ||||
| * | | | [Zurich] Remove super user check from body-form | Chris Mytton | 2013-09-10 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | The logic has changes, so it's now only the superuser that can access this whole form, so there is no need to be this granular. | |||
| * | | | [Zurich] Add deleted column to body table | Chris Mytton | 2013-09-10 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | This is so Zurich can mark certain external bodies (which may already have problems assigned to them) as deleted, without *actually* deleting them. | |||
* | | | | Merge branch 'master' into zurich-add-internal-notes | Chris Mytton | 2013-09-12 | -49/+95 |
|\ \ \ \ | |_|/ / |/| | | | ||||
| * | | | Merge branch 'rabx-column-refactor' | Chris Mytton | 2013-09-12 | -106/+176 |
| |\ \ \ | ||||
| * \ \ \ | Merge branch 'zurich-mandatory-telephone-number' | Chris Mytton | 2013-09-12 | -3/+27 |
| |\ \ \ \ | | |_|_|/ | |/| | | | ||||
| | * | | | [Zurich] Add translation string for phone number error | Chris Mytton | 2013-09-05 | -0/+3 |
| | | | | | ||||
| | * | | | [Zurich] Override the validation_rules template | Chris Mytton | 2013-09-05 | -3/+8 |
| | | | | | ||||
| | * | | | Merge branch 'master' into zurich-mandatory-telephone-number | Chris Mytton | 2013-09-05 | -16/+42 |
| | |\ \ \ | ||||
| | * | | | | [Zurich] Add test for missing phone number | Chris Mytton | 2013-09-05 | -0/+7 |
| | | | | | | ||||
| | * | | | | [Zurich] Localise phone error message | Chris Mytton | 2013-09-05 | -1/+1 |
| | | | | | | ||||
| | * | | | | [Zurich] Fix spacing in tests | Chris Mytton | 2013-09-05 | -2/+2 |
| | | | | | |