Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | | [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 | |
| | | | | | | |||||
| | * | | | | Merge branch 'master' into zurich-mandatory-telephone-number | Chris Mytton | 2013-09-05 | -2/+2 | |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge branch 'master' into zurich-mandatory-telephone-number | Chris Mytton | 2013-09-05 | -2/+541 | |
| | |\ \ \ \ \ | |||||
| | * | | | | | | [Zurich] Update text to show phone number isn't optional | Chris Mytton | 2013-09-04 | -1/+1 | |
| | | | | | | | | |||||
| | * | | | | | | [Zurich] Add js validation for phone number | Chris Mytton | 2013-09-04 | -0/+3 | |
| | | | | | | | | |||||
| | * | | | | | | [Zurich] Display errors with phone field | Chris Mytton | 2013-09-04 | -0/+3 | |
| | | | | | | | | |||||
| | * | | | | | | [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/+26 | |
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| | * | | | | | | [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 missing column title for superusers | Chris Mytton | 2013-09-09 | -0/+1 | |
| | | | | | | | | |||||
| | * | | | | | | [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] add migration script to convert internal_notes in extra field into ↵ | Edmund von der Burg | 2013-09-10 | -0/+74 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | comments | ||||
* | | | | | | | | [Zurich] Display user name (if set) and email of user who created note/update | Edmund von der Burg | 2013-09-10 | -1/+3 | |
| | | | | | | | | |||||
* | | | | | | | | [Zurich] Style the internal notes distinctively | Edmund von der Burg | 2013-09-10 | -1/+2 | |
| | | | | | | | | |||||
* | | | | | | | | [Zurich] Save internal notes as hidden comments, rather than in the extra field | Edmund von der Burg | 2013-09-10 | -17/+30 | |
| | | | | | | | | |||||
* | | | | | | | | Note about running db update script | Edmund von der Burg | 2013-09-10 | -0/+6 | |
| | | | | | | | | |||||
* | | | | | | | | Handle user already existing (as it may in dev) | Edmund von der Burg | 2013-09-10 | -0/+1 | |
| | | | | | | | | |||||
* | | | | | | | | 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 | |
| | | | | | | | | |||||
* | | | | | | | | Add note about translations not being used | Edmund von der Burg | 2013-09-10 | -0/+6 | |
| | | | | | | | | |||||
* | | | | | | | | Add note about emails not coming through | Edmund von der Burg | 2013-09-10 | -0/+10 | |
| | | | | | | | | |||||
* | | | | | | | | Save troubleshooting notes | Edmund von der Burg | 2013-09-10 | -0/+20 | |
| | | | | | | | | |||||
* | | | | | | | | Don't use a domain name when testing that the default ALLOWED_COBRANDS will ↵ | Edmund von der Burg | 2013-09-10 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | match to the wrong cobrand. | ||||
* | | | | | | | | Make changes needed to run Zurich tests on travis | Edmund von der Burg | 2013-09-10 | -1/+3 | |
| | | | | | | | | |||||
* | | | | | | | | Override the config so that Zurich tests can be run with normal dev config | Edmund von der Burg | 2013-09-10 | -6/+38 | |
| | | | | | | | | |||||
* | | | | | | | | [Zurich] remove debugging from test | Edmund von der Burg | 2013-09-10 | -3/+0 | |
| | | | | | | | | |||||
* | | | | | | | | [Zurich] Notes on steps required to get zurich tests to run | Edmund von der Burg | 2013-09-10 | -0/+21 | |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | 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 | -23/+48 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | as expected | ||||
* | | | | | | | Add RABX column code and tests | Edmund von der Burg | 2013-09-10 | -0/+121 | |
|/ / / / / / | |||||
* | | | | | | [Zurich] Inline translations in report edit admin | Chris Mytton | 2013-09-09 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | As discussed in 1d7b6f7ae59240f0396c5b2d528bb97269760fd6 | ||||
* | | | | | | [Zurich] Add link on admin reports to AV online | Chris Mytton | 2013-09-09 | -0/+5 | |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Need to update the translation for the link to "Standort in AV-Online anzeigen" when #414 is done. Closes mysociety/FixMyStreet-Commercial#404 | ||||
* | | | | | add show-admin-notes class to body | Dave Whiteland | 2013-09-06 | -29/+40 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | making the admin-notes functionality easier to suppress on installations that don't want it; it's in the default header, i.e., on for new installations | ||||
* | | | | | Merge branch 'admin-notes' | Dave Whiteland | 2013-09-06 | -74/+510 | |
|\ \ \ \ \ | |||||
| * | | | | | only remove body links for Zurich (in admin) | Dave Whiteland | 2013-09-06 | -6/+6 | |
| | | | | | | |||||
| * | | | | | fix broken (bad conflict fix) syntax in admin/bodies | Dave Whiteland | 2013-09-05 | -1/+2 | |
| | | | | | |