New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsFeedbackFeedbackFeedback 05.00.00 BETA Now Available for DownloadFeedback 05.00.00 BETA Now Available for Download
Previous
 
Next
New Post
5/14/2010 4:52 PM
 
I am temporarily serving as project lead for the Feedback module which through no fault of the prior project lead who spent many hours preparing a new version, has not seen an official release since version 4.04.03 way back in 2008. Several months ago, I had created (without any fee for my services) a major update of the Feedback module to better serve the needs of a client of mine. At the suggestion of several members of the DNN Gallery project team (on which I serve as co-lead), I offered to make my Feedback module upgrade available to the greater DotNetNuke community. Since then I have reviews all issues related to the Feedback module in both Gemini and this forum and have addressed most of these as additional enhancements or as bug fixes.

Before Feedback 05.00.00 can become an official DotNetNuke extension project release (and be included in upcoming DotNetNuke packages), it needs to be extensively tested by the community and then submitted to the DotNetNuke release tracker for further testing.

You may download the install and/or source packages of Feedback 05.00.00 BETA from its download page on CodePlex:

http://dnnfeedback.codeplex.com/relea...

Please note that these are BETA releases for testing purposes only and are not recommended for use on a production website. There is no guaranteed upgrade path from this BETA release to the final release version. The BETA may be used to upgrade an existing feedback module from an earlier version on a test site. Your testing of the new version and reporting of any issues to the Feedback Issue Tracker will help speed the process to final release!

Feedback 05.00.00 REQUIRES a MINIMUM DotNetNuke framework version of 5.02.03 and also requires ASP.Net 3.5 SP1  (or ASP.Net 4.0) as well as MS SQL Server 2005 or 2008 (Standard or Express).

Here are the rather extensive enhancements and bug fixes included in the 05.00.00 BETA:

DotNetNuke® Feedback Module v. 05.00.00 -- RELEASE NOTES

Requirements: DotNetNuke version 5.02.03 or later, MS SQL Server 2005/2008 Standard/Express or later, ASP.Net 3.5 SP1 or later.

What's New in 05.00.00

  • Additional fields for entering sender's contact information have been added:

    • SenderName (was available in 4.04.03 but named CreatedByName)
    • SenderStreet
    • SenderCity
    • SenderRegion
    • SenderCountry
    • SenderPostalCode
    • SenderTelephone
    • SenderEmail (was available in 4.04.03 but named CreatedByEmail)

    Each field has the appropriate validators applied and its value filtered for html elements, scripting, and SQL commands prior to storing in the database. If the user is authenticated, values for all contact fields are pulled from the user's profile. All contact information fields (if non-blank) are included in the feedback email.

  • In module settings all of the above fields (except SenderEmail which is required) may be configured as Required, Optional, or Hidden.

  • Added a PublishedOnDate field.

  • If moderation is enabled in module settings and feedback list categories have been created, the admin may specify more than one category to be moderated (i.e. given a status of Pending) via a checkbox list and specify the action to be taken for those categories not subject to moderation - i.e. place in Private, Published, Archive lists or delete after sending emails.

  • When the module settings have specified that the Category list is to be presented to the sender and feedback list categories have been created, the admin can select an initial category selection or have the localizable string " " placed as the first item in the Category list box.

  • The Admin user may select whether to present a captcha control (challenge-response test) to all users, anonymous users only, or disable the control completely.

  • A button to recycle/refresh the captcha image has been placed just above the captcha control.

  • The Admin user may select a portal page (tab) to which to redirect following each submission of the feedback.

  • The moderation control has been significantly rewritten to remove full postbacks anytime a command link has been clicked, to hide empty data grids and associated pagers for any feedback status types that have no posts. A section head control has also been added to each status grid to allow collapsing grids which contain posts but are not of interest at the moment.

  • Moderator may now edit the subject and message fields of any post.

  • Moderator may print any post by clicking the print icon beside each item on the moderation screen. A print template may be defined in the module settings as may whether the print screen appears in-line (same page) or as a pop-up (new page).

  • Added a Delete confirmation popup to all datagrids on the Moderation page.

  • Moderator may sort any of the grids by Created date ascending or descending by clicking on the Created date column header. Moderator may optionally hide any posts not in categories requiring moderation. In version 4.04.03, all posts in categories not requiring moderation were hidden and thus could not be deleted or have their status changed.

  • The ViewComments control aka the Feedback View or Guestbook now supports templated rendering and core token replacement allowing the admin user to fully control the presentation of comments to the public. A Repeater control is used for rendering rather than the DataList control of prior versions. The IPropertyAccess interface has been implemented to provide tokens for all properties of the FeedbackInfo class.

  • Admin user may specify more than one category to be displayed in the ViewComments/Guestbook control.

  • ViewComments/Guestbook control pagers are hidden when the total number of posts does not exceed the admin or user specified page size.

  • The module is DNN 5 compliant and uses the new v 5 manifest to include license/release notes and to setup the two custom permissions used by the module via the node of the manifest rather than via an IUpgradable implementation.Module now uses core SendMail methods rather than propriatary code. Note: The core Messaging API introduced in DotNetNuke 5.03.01 was not used due to several issues in its implemention that will not be addressed until DotNetNuke 5.04.xx.

  • The Send To email field in the module settings may include multiple email addresses separated by semi-colons.

  • Send To Roles selection grid is included in module settings to permit feedback email to be sent to all users in one or more security roles. When multiple Email addresses are specified either in the Send To or Send To Roles selector, duplicate addresses (for example caused by same user having multiple roles) are filtered out.

  • When available, the IP Address of the sender is included in each feedback item saved to the database. To reduce the chance of DOS attacks, you may specify in the module settings the minimum period of time in minutes between feedback submissions from the "same" user based on either the DNN UserID, the user's IP address, or the user's email address.

  • The regular expresions for validating the sender's Email, PostalCode and Telephone fields may be defined in the module's settings as it is difficult to create regular expressions that handle all international formats. Defaults for each regular expression are provided. The default Email regex is that defined in the portal's User Settings.

  • Core audit fields CreatedOnDate, CreatedByUserID, LastModifiedOnDate and LastModifiedByUserID have been added to the feedback table and are populated appropriately.

  • FeedbackInfo, and FeedbackList entity classes implement IHydratable when being populated from database. FeedbackInfo inherits from new core BaseEntityInfo class and implements IPropertyAccess.

  • The Feedback module previously stored its items by PortalID making all items within the same portal moderatable/managable by any Feedback module regardless of ModuleID. Likewise for the feedback comment viewer or guestbook. A new Feedback module setting called "Scope" is available to allow the admin to select either portal scope (legacy behavior) or module instance scope. Since the Feedback table already included a ModuleID column, it was not necessary to alter this table. For the feedback viewer/guestbook settings, the admin may select either the legacy portal scope or select from a checkbox list of the portal's feedback modules which module's items are aggregated to supply content to the feedback viewer. Aggregated feedback respects the user's view permissions of the other modules providing feedback items.

  • A foreign key constraint on the ModuleID column of the Feedback table to the core Modules table with cascade delete on has been added to remove module instance feedback items when the module is deleted (from the recycle bin).

  • A button is provided on the Feedback settings control for the admin user to delete all feedback items which had been "orphaned" in prior versions of the module when an instances of the module were deleted. In prior versions, although feedback items from all modules of a portal were viewable on the moderation/management page, only those items associated with the module could be deleted, making it impossible to delete items associated by ModuleID to a deleted Feedback module.

  • The module complies with current (as of 5.02.03) DotNetNuke packaging practices for a 5.x extension including a module manifest with license and release notes. It has been tested in DotNetNuke versions 5.03.01 and in 5.04.01 with an ASP.Net 4.0 application pool.

  • Make ValidationGroup applied to validators and submit button more specific so that multiple instance of the feedback module may co-exist on the same page.

What's Not Included in 5.00.00

  • Implementation of IPortable interface. Due to the extensive reference to PortalId, user emails and security roles in the module's settings and data and the need to re-map category and list ids during import, proper implemention of IPortable would be too time consuming to include in this release.

  • Ability to define a feedback form with custom controls. Although this may be considered in a future release and one which the previous Feedback team lead had implemented, it is felt that this feature brings tremendous complexity both in coding and administrator setup of the module, which should remain a relatively simple one with a fairly limited set of use cases. Should one need a module that can define, display, and receive input from custom fields, the core Form and List module is recommended.

Bug Fixes in 5.00.00:

  • UX/UI/XHTML Compliance

    • Cleaned up UI of all forms to remove most in-line styles and table cell attributes and appropriate references are made to css classes in a newly created module.css style sheet.

    • All image tags have alt attributes appropriately specified

    • Fixed inconsistant application of width setting to field in the feedback form when using XHTML skin.

    • Templated ViewComments control (aka Comments or Guestbook) includes default templates for XHTML compliant rendering using divs rather than nested tables.

  • Other Fixes

    • In Feedback settings, the enable Category Select checkbox would not persist unless a single default category was first selected from drop-down list. Now, if no default category is selected and Category Select checkbox is checked, the user is presented with a "

    • Fixed issue when Moderation enabled in settings and a single moderated category selected. In that case, only the moderated category should have required moderation while all other categories should have been immediately published. Now, in addition to being able to specify multiple categories requiring moderation, the Admin user may specify what action is to be taken when a post in a category not requiring moderation is submitted.

    • Fixed issue with Feedback Moderation which prevented any post having a non-moderated category from appearing in any of the four status lists without which it could not be deleted or moved to a different status.

    • Fixed issue with use of multiple DNN pagers on the Feedback Moderation page (all in URL mode) conflicting and loosing their values when any postback was fired.

    • Fixed several missing or non-functioning localizations.

    • Replaced complex GetCategoryFeedback stored procedure which used temporary tables and dynamic SQL for paging of results with much simplified/more performant SQL code using SQL Server 2005 and later Row_Number and CTE capabilities.

    • Feedback emails do not display sender contact fields such as name when they are empty.

    • An error is no longer thrown when the Subject line is hidden.

    • The [Feedback:Subject] token used in the template of the feedback view (comments/guestbook) module and the email subject line properly show the text rather than numeric value of an entry from the subject list when the list value is numeric.

    • Specification of width (either % or px) now works properly even on XHTML skins.

    • Due to improper combinations of PortalSecurity.FilterFlags with "and" rather than "or" operators when specifying the filter type parameter for the core PortalSecurity.InputFilter method, none of the module's input fields were being filtered/cleansed for xss attacks or html markup in version 4.04.03 opening a particularly dangerous vulnerability in a module used primarily by unauthenticated users.

    • Added missing {objectQualifier} tokens in two stored procedures.

    • All stored procedures and database tables related to this module have been renamed/re-created to include a "Feedback_" object prefix.

    • Removed separate DotNetNuke.Modules.Feedback.SqlDataProvider project as a separate project and provider assembly is no longer needed.



Bill, WESNet Designs
Team Lead - DotNetNuke Gallery Module Project (Not Actively Being Developed)
Extensions Forge Projects . . .
Current: UserExport, ContentDeJour, ePrayer, DNN NewsTicker, By Invitation
Coming Soon: FRBO-For Rent By Owner
 
New Post
5/26/2010 7:37 AM
 
Thanks
 
New Post
8/23/2010 4:35 AM
 
Nice work. I've had to customise the old, very limited feedback module for numerous sites and the list of enhancements for version 5.0 covers a lot of the module's previous shortcomings. Will check it out. Look forward to seeing it as an official release.


Paul Taylor
Dotcom Software Solutions Ltd
DotNetNuke, ASP.NET and SQL Server Development
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsFeedbackFeedbackFeedback 05.00.00 BETA Now Available for DownloadFeedback 05.00.00 BETA Now Available for Download


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.