Release-Notes.md
... ...
@@ -1,4 +1,43 @@
1 1
[[_TOC_]]
2
+
3
+# 6.7.0.263 (April 7, 2014) Pending Release
4
+
5
+* FB-13494: Fix jQuery conflicts in the classic Asp.Net interface
6
+* FB-13490: Show "[FieldName] not found" text instead of exception when invalid field is used in the report Title, Description or Footer
7
+* FB-13459: Fix Map image file URL in HTTPS deployments
8
+* FB-13482: Made modern reportList respect setting AllowDeletingReports
9
+* FB-13003: Changes made in PerformCustomReportRendering were missed in html cache. Fixed by correcting order of PerformCustomReportRendering and caching calls
10
+* FB-13444: Enable Autocomplete filter in the HTML Report Viewer
11
+* FB-13408: Apply format of the same field from the Fields to the appropriate date value in filter description.
12
+* FB-13269: Prevented showing report data without required filters values specified by user
13
+* FB-13277: Fix filters refreshing on the Dashboards page in IE11
14
+* FB-13232: Fix Issue with Parameters on the Dashboards page by adding support for POST requests
15
+* FB-13223: Made modern reportViewer respect LockViewer setting
16
+* FB-13435: Fix typo in the ReportList without thumbnails. Change title of the "X" icon from "Edit" to "Remove"
17
+* FB-13432: Fix issues with Summary report when pagination is used
18
+* FB-13411: Fixed brackets escaping in Fields expressions
19
+* FB-13430: Fixed printing reports with highcharts to HTML by switching highcharts rendering to images when printing report to html
20
+* FB-13268: Implementation of adding new filter in modern reportViewer.
21
+* FB-13382: Fix calculated columns (when Arithmetic is used) in Charts.
22
+* FB-13410: Fix artifacts in the Dashboard PDF output is if report with a large number of rows is presented in the Dashboard
23
+* FB-13309: Apply AdHocSettings.FieldAliases to all controls on the Report Viewer page.
24
+* FB-13404: Fix CSV export if Value Ranges is used and Add Subtotals is checked
25
+* FB-13309: Apply AdHocSettings.FieldAliases to all controls on the Report Viewer page
26
+* FB-13381: Fix javascript errors when Equals(Popup) or Equals(Checkboxes) filter is used
27
+* FB-13273: Implementation of FormRenderer compatibility with visualizations like highcharts which render html/js into report body
28
+* FB-10401: Resolved issue where when using multiple datasources all the fields are not immediately available
29
+* FB-13277: Improve toolbar UI on the Dashboards page for the narrow screens.
30
+* FB-13305: Fix map for "United States" and "United Kingdom" countries
31
+* FB-13368: Fix Funnel HTML chart when data in Label column contain single quote
32
+* FB-13255: Added function filtering for column dropdowns in the maps tab
33
+* FB-11581: Updated AddForcedLeftJoin method to be capable of usage with custom DB schema. This will allow this feature to work correctly with tables that are not in the "dbo" schema
34
+* FB-13329: Added customization variable for htmlchart barchart colors
35
+* FB-13119: Fixed pagination problems with Oracle
36
+* FB-13240: Added meta tags to force WebBrowser to work in proper (IE9/10/11) mode to resolve issues with chart rendering
37
+* FB-12908: Fix issues with loading Form if ReportSet.OwnerTenantID and AdHocSettings.CurrentUserTenantId do not match
38
+* FB-13290: Manually create HttpContext if it is not initialized and activate StaticSharedStorage in this case. As a result many Izenda functions can be used in the "offline" mode
39
+* FB-13305: Fix drill-down on the World Map for the USA and UK countries
40
+
2 41
# 6.7.0.262 (Mar 25, 2014)
3 42
* FB-13006: Use a filestream to write thumbnail data to improve error reporting when permissions are not set correctly
4 43
* FB-13282: Apply AdHocSettings.TenantField filter to the request for the Equals(Select) filter.