- (UI) added ability to search on reports when they contained a form or any set of selected forms
- (UI) added ability to search for NOT states in the view reports advanced search for: attachments, edit history and contained forms
- (UI) added mouse over cosmetic to report options on report page
- (UI) redesigned event log to show email recipients list in a more readable fashion
- (UI) cleaned up language on the delete report notice
- (UI) allow users to select to show graphs (or not) by default when landing on view reports page
- (UI) created a more minimalist view on the view reports page to allow more reports to be seen by default with option to reset to older view as well
- (UI) fixed issues where run-on text of consecutive characters would run off the page: announcements, shouts, reports, posts, event logs, forms etc…
- (UI) redesigned the recent reports module to show the report ID and allow for more options (edit, print, and pdf)
- (UI) replaced “edit” icons around the site
- (UI) realigned edit box, when editing a post in the bulletin board
- (code) changed autocomplete and auto match for people and witnesses to use imported list first then look at legacy report matches second, when an imported list has been uploaded and enabled
- (code) removed server.execute calls for scraping report data, using more efficient .net classes for content scraping
- (code) added image maps to forms
- (code) added data analysis for heat mapping clicks on image maps for forms
- (code) optimized cleanup script on _home.aspx page (no longer looks for a dummy file to remove)
- (code) re-optimized email scripts where report is embedded (now run asynchronously to improve performance), note reports showing image maps are sent as attached PDF files to ensure integrity of the image
- (code) applied “append” right by default when a view right is provided to accounts mass imported using LDAP sync tool from an Active Directory group
- (code) optimized view reports grid so when large file attachments are present they are hidden until called for by user
- (code) re-optimized report attachment uploads so .png, .jpg and .gif image uploads are optimized before saving. re-optimized legacy attachments as well.
- (code) added new event to capture when a report PDF is generated
- (code) now entire shout content is captured when generating a shout created or deleted event log
- (BUG) fixed issue where form could not be removed once validation of its data failed during submit or edit process
- (BUG) fixed issue where form would remain shown in selection dropdown after it was removed from the report
- (BUG) fixed issue where autocomplete matches returned duplicate entries
- (BUG) fixed issue where when a checkbox value was changed during a report edit of a form the change log did not correctly display the checkbox name
- (BUG) fixed issue where certain date specific queries would not execute in the view reports page
- (BUG) fixed issue where report description length (as an integer) was being appended to the report description in the recent reports module
- (BUG) fixed issue with report email alert not being sent when a user with only submit rights submitted a report that triggered an alert
- (BUG) fixed issues where report reminders would not send if workflows were turned off