aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet
Commit message (Collapse)AuthorAgeLines
* Merge branch 'master' into oxfordshire-usability-recommendationsChris Mytton2013-09-13-193/+334
|\
| * mechanism to stop app store tests being sentStruan Donald2013-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 controllerChris Mytton2013-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 Mytton2013-09-12-1/+1
| |\ | | | | | | | | | | | | Conflicts: t/cobrand/zurich.t
| | * [Zurich] Don't send problem rejected email unless requestedChris Mytton2013-09-11-1/+1
| | |
| * | Merge branch 'zurich-407-generate-note-when-sdm-assigned'Chris Mytton2013-09-12-6/+22
| |\ \
| | * | [Zurich] create internal note when the category is changedEdmund von der Burg2013-09-11-0/+17
| | | |
| | * | [Zurich] Don't store problem_state when creating the internal note commentEdmund von der Burg2013-09-11-1/+0
| | | |
| | * | Remove shallow copying of $extra (and notes) as this has been fixedEdmund von der Burg2013-09-11-4/+3
| | | |
| | * | Add extra detail to a commentEdmund von der Burg2013-09-11-1/+2
| | | |
| * | | Merge branch 'zurich-mark-external-addresses-deleted'Chris Mytton2013-09-12-3/+6
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: t/cobrand/zurich.t
| | * | | [Zurich] Add deleted to admin body_params methodChris Mytton2013-09-10-1/+2
| | | | |
| | * | | [Zurich] Update DB/Result/Body.pm schemaChris Mytton2013-09-10-2/+4
| | | | |
| * | | | Merge branch 'master' into zurich-add-internal-notesChris Mytton2013-09-12-46/+70
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Merge branch 'rabx-column-refactor'Chris Mytton2013-09-12-105/+108
| | |\ \ \
| | * \ \ \ Merge branch 'zurich-mandatory-telephone-number'Chris Mytton2013-09-12-0/+3
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | Merge branch 'master' into zurich-mandatory-telephone-numberChris Mytton2013-09-05-2/+5
| | | |\ \ \
| | | * | | | [Zurich] Localise phone error messageChris Mytton2013-09-05-1/+1
| | | | | | |
| | | * | | | [Zurich] Make the phone number field requiredChris Mytton2013-09-04-0/+3
| | | | | | |
| | * | | | | Merge branch 'zurich-extra-csv-columns'Chris Mytton2013-09-11-4/+25
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | | * | | | [Zurich] Reformat admin csv codeChris Mytton2013-09-09-2/+3
| | | | | | |
| | | * | | | [Zurich] Quote the external body name in csvChris Mytton2013-09-09-1/+1
| | | | | | |
| | | * | | | [Zurich] Add external body name to admin csv exportChris Mytton2013-09-09-5/+13
| | | | | | |
| | | * | | | [Zurich] Reformat long lines in csv export codeChris Mytton2013-09-09-3/+15
| | | | | | |
| | | * | | | [Zurich] Add report user id to admin stats csvChris Mytton2013-09-09-3/+3
| | | | | | |
| | | * | | | [Zurich] Add report state to admin stats csvChris Mytton2013-09-06-3/+3
| | | | | | |
| | * | | | | Update DB/Result/* with latest DBIx::Class::Schema::LoaderChris Mytton2013-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 fieldEdmund von der Burg2013-09-10-10/+21
| | | | | |
| * | | | | Add notes to Zurich cobrand about setting up a dev environment.Edmund von der Burg2013-09-10-0/+41
| | | | | |
| * | | | | Fix a bug in TestMech->log_in_ok that scrambeled the users password.Edmund von der Burg2013-09-10-4/+16
| | |_|_|/ | |/| | |
| * | | | Use RABXColumn in remaining models that serialize some columnsEdmund von der Burg2013-09-10-83/+7
| | | | |
| * | | | Switch Token over to use RABXColumn and test that changes to the col behave ↵Edmund von der Burg2013-09-10-22/+3
| | | | | | | | | | | | | | | | | | | | as expected
| * | | | Add RABX column code and testsEdmund von der Burg2013-09-10-0/+98
| |/ / /
| * | | clarify presentation on lagged users pageDave Whiteland2013-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 contactsDave Whiteland2013-09-05-0/+1
| | | |
| * | | remove SHOW_ADMIN_HINTS configDave Whiteland2013-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 dbDave Whiteland2013-09-05-0/+3
| | | |
| * | | remove Mindelo's language domainDave Whiteland2013-09-05-1/+0
| | | | | | | | | | | | | | | | because we don't need it -- just using translation (pt_CV) file
| * | | switch Fixmindelo to pt_CV localeDave Whiteland2013-09-05-1/+2
| | | |
| * | | Spell out all "marked as %s" strings.Matthew Somerville2013-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 Burg2013-09-05-2/+5
| |/ | | | | | | running test suite
| * [Zurich] Ensure only superusers can add/edit bodiesChris Mytton2013-09-04-0/+2
| |
| * [Zurich] Only super user can edit bodiesChris Mytton2013-09-03-0/+8
| |
| * Updated MapQuest links per instructionsJonas Oberg2013-08-30-1/+1
| |
| * Changed hardcoded URL in Problem.pm to be using variable from general.yml ↵Matthew Somerville2013-08-30-1/+2
| | | | | | | | instead.
* | Merge branch 'master' into oxfordshire-usability-recommendationsChris Mytton2013-08-29-1/+1
|\|
| * Use name from problem in Bromley Open311 extra paramsStruan Donald2013-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-recommendationsChris Mytton2013-08-14-1/+2
|\|
| * Specify town in Oxfordshire disambiguate_locationChris Mytton2013-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 OxfordshireChris Mytton2013-08-13-1/+1
| | | | | | | | Related to #508