Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 3 additions & 15 deletions dspace/config/local.cfg.EXAMPLE
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,10 @@ mail.from.address = drum@drumlocal

# When feedback is submitted via the Feedback form, it is sent to this address
# Currently limited to one recipient!
# if this property is empty or commented out, feedback form is disabled
# UMD Customization
feedback.recipient = mohideen@umd.edu
# Setting to empty to override "feedback.recipient" value in "dspace.cfg"
feedback.recipient =
# End UMD Customization

# General site administration (Webmaster) e-mail
Expand Down Expand Up @@ -412,20 +414,6 @@ drum.etdloader.collection = ba3ddc3f-7a58-4fd3-bde5-304938050ea2
drum.environment.name = local
drum.environment.bannerText = Local Environment

# LIBDRUM-563
# Wufoo Feedback Form Embed
# Required
wufoo.feedback.formUrl = https://libumd.wufoo.com/forms/
wufoo.feedback.formHash = r12gwaic1xvrtzs
# Optional
wufoo.feedback.field.email = Field1
wufoo.feedback.field.page = Field7
wufoo.feedback.field.eperson = Field10
wufoo.feedback.field.agent = Field8
wufoo.feedback.field.date = Field13
wufoo.feedback.field.session = Field11
wufoo.feedback.field.host = Field15

# Data Community
data.community.handle = 1903/27669

Expand Down
9 changes: 5 additions & 4 deletions dspace/docs/DrumFeatures.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,13 @@ See [dspace/docs/DrumSubmissionForms.md](DrumSubmissionForms.md).
* LIBDRUM-683 - JSON-LD "Dataset" descriptor added for "Dataset" items (used by
Google Dataset Search)

## WuFoo Feedback Form
## Send Feedback Form

See [dspace/docs/DrumWufooFeedback.md](DrumWufooFeedback.md) for additional
information.
Disabled the "Send Feedback" link in the footer (see LIBDRUM-1007)

* LIBDRUM-748 - Wufoo feedback form was added.
Note: Up to (and including) 8.2-drum-1, DRUM used a Wufoo feedback form for
gathering feedback (see LIBDRUM-748). This functionality was removed in
LIBDRUM-1007.

## User Interface Changes

Expand Down
13 changes: 4 additions & 9 deletions dspace/docs/DrumTestPlan.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ The HAL Browser "Explorer" page will be displayed.
* embargo-list
* etdunits
* units
* wufoo-feedback

### 2) DRUM Home Page

Expand Down Expand Up @@ -75,28 +74,24 @@ button and verify that additional entries are displayed for the sublist.

2.4) At the bottom of the page, verify that the footer has the following links:

* "Send Feedback"
* "Privacy policy"
* "Web Accessibility"
* "Give Now"
* "Cookie settings"

2.4.1) Left-click the "Send Feedback" link in the footer. Verify that the
browser is redirected to a Wufoo form.

2.4.2) Go back to the DRUM home page, and left-click the "Privacy policy" link.
2.4.1) Go back to the DRUM home page, and left-click the "Privacy policy" link.
Verify that a "Privacy Statement" page is displayed, with a link to privacy
policy on the UMD Libraries website.

2.4.3) Go back to the DRUM home page, and left-click the "Web Accessibility"
2.4.2) Go back to the DRUM home page, and left-click the "Web Accessibility"
link. Verify that the web accessibility page on the university website is
displayed.

2.4.4) Go back to the DRUM home page, and left-click the "Give Now" link.
2.4.3) Go back to the DRUM home page, and left-click the "Give Now" link.
Verify that the "Giving to Maryland" page on the university website is
displayed.

2.4.5) Go back to the DRUM home page, and left-click the "Cookie settings"
2.4.4) Go back to the DRUM home page, and left-click the "Cookie settings"
link. Verify that an "Information that we collect" modal dialog is displayed.
Left-click the "privacy policy" link in the modal dialog, and verify that the
"Privacy Statement" page is displayed, with a link to privacy policy on the
Expand Down
41 changes: 0 additions & 41 deletions dspace/docs/DrumWufooFeedback.md

This file was deleted.

This file was deleted.

This file was deleted.

Loading