53 lines
2.2 KiB
Plaintext
53 lines
2.2 KiB
Plaintext
Charts4SharePoint 2010 ChangeLog
|
|
- this file is intended for developers
|
|
|
|
** Jan-Feb, 2013 - Perry
|
|
Relocate WebParts directory to fix packaging to work at all
|
|
Put charts & data samples into a layouts directory, and do not ghost files from features directory
|
|
ListToXmlConverter.cs: New methods GetItemValue, GetItemValueImpl, GetDateAsNumber
|
|
and use item.GetFormattedValue instead of item[fieldname], to fix
|
|
lookups, users, calculated, and date columns
|
|
Fix ChartFromXml web part to use ChartFromXml web part class
|
|
(it was using ChartFromList class, so half the graphs weren't accessible)
|
|
Added diagnostic property & code to show diagnostic info in page source to both ChartFromXml and ChartFromList
|
|
Rename feature & layouts directories from FusionCharts to FusionChartsFree
|
|
|
|
VERSION 2.2.0.0 for SharePoint 2010 - 2013-02-20
|
|
|
|
** Feb, 2013 - Perry
|
|
Add SharePoint Solution Installer & config files
|
|
New ITrace interface for print style debugging into html source page
|
|
Factor ListToXmlConverter into ItemValueReader, ListReader, ChartXmlWriter
|
|
Use SPQuery and specify ViewFields in query in ListReader, so will work for Title field,
|
|
and to make more efficient
|
|
Fix ListReader GetPlots to handle currency values via new method ReadNumericValue
|
|
** Mar, 2013 - Perry
|
|
Plots: Update x-Axis ArrayList to be List<string>
|
|
Plots: Record number of series in constructor and check at each Add
|
|
ListReader: Adjust to handle variable number of series
|
|
Add three y axis numeric options: decimal precision, scaling, and prefix
|
|
Fix setup.exe.config - needed to specify PromptForWebApplications=true
|
|
|
|
VERSION 2.2.2.0 for SharePoint 2010 - 2013-03-19
|
|
|
|
** Apr 2013 - Perry
|
|
Fix misspelling colmuns => columns
|
|
Implement new GroupAction.Average
|
|
Fix to not require y field name when using COUNT
|
|
Add Setup2013.exe and Setup2013.exe.config
|
|
|
|
VERSION 2.2.4.0 for SharePoint 2010 - 2013-04-17
|
|
|
|
** Apr 2013 - Perry
|
|
ListReader.FieldRefNullable: Use internal field names
|
|
ListReader.QueryList: ignore empty y field names
|
|
** Aug 2013 - Perry
|
|
ItemValueReader: Fix handling of people and lookup fields
|
|
|
|
VERSION 2.2.6.0 - for SharePoint 2010 - 2013-08-11 (notes above)
|
|
|
|
** Aug 2013 - Perry
|
|
Fix to translate field display names to internal names, so either can be used
|
|
|
|
VERSION ? - NOT YET RELEASED
|