| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-09-22 | Escape special characters in chart `StrVal` | Clark Cutler | |
| So that, for example, pie charts can render with labels that include an ampersand | |||
| 2015-07-05 | Fix Axlsx::LineSeries#marker_symbol and add tests | Jonathan Tron | |
| 2015-07-03 | Remove lowercase extension test | marc | |
| It is no longer needed because now detection is though mime type | |||
| 2015-07-03 | Validates whether an image is acceptable through mime type | marc | |
| image/jpeg, image/png & image/gif are considered the allowed mime types for an image. mimemagic gem is added as dependency in order to do the checking. Added tests to check against three supported mime types. A fake jpg fixture (created with 'touch' command) has been added to test that extension is no longer used. | |||
| 2015-03-14 | Merge pull request #347 from ionthegeek/smoothing | Jurriaan Pruis | |
| Add support for enabling or disabling smoothed lines in a scatter series | |||
| 2015-02-11 | Fix content types for uppercased image file extensions | Edgars Beigarts | |
| 2014-08-15 | Fix syntax error in scatter series tests | Ian Anderson | |
| 2014-08-12 | Add support for enabling or disabling smoothed lines in a scatter chart series | Ian Anderson | |
| 2014-03-04 | Add tests for checking formatting and sourceLinked properties when setting ↵ | Chris Roby | |
| formatting on an axis | |||
| 2013-10-10 | Do not use a marker tag in bubble series tags | Jean-Philippe Moal | |
| As per the spec, a bubble series tag should not include a marker tag. This was preventing files from being open with Excel Viewer. | |||
| 2013-10-09 | Add support for bubble charts | Jean-Philippe Moal | |
| 2013-09-27 | smooth line for line chart | patorash | |
| 2013-09-26 | extended examples and smooth lines for line chart | Randy Morgan | |
| 2013-09-13 | repair pivot table data ref populate and bring coverage back up to 100% | Randy Morgan | |
| 2013-08-17 | file naming | Randy Morgan | |
| 2013-08-17 | add uppercase file for image file checking tests | Randy Morgan | |
| 2013-08-17 | updated image source validation to use lower case comparison of accepted ↵ | Randy Morgan | |
| file extensions | |||
| 2013-08-17 | removed unused schema variable declaration | Randy Morgan | |
| 2013-07-08 | Make relationship ids more reliable. | Stefan Daschek | |
| Relationship instances now keep track of their own id – this should be much more reliable than the old way of more or less “guessing” the relationship id based on the position of some object in some array. Fixes https://github.com/randym/axlsx/issues/212, especially. Each relationship now has its own, unique id – except for the cases when it doesn’t: Some relationships need to share the same id, see `Relation#should_use_same_id_as?` for the gory details. All tests pass, and the full example.xlsx is generated without errors and looks fine in Excel for Mac 2011. The pivot table example still has the problems mentioned in https://github.com/randym/axlsx/issues/168 – but as far as I can tell I didn’t make it worse (Excel is still be able to “repair” the file, and the repaired file then contains the pivot table). | |||
| 2013-06-27 | Fixes Issue #202 Axes are borked in Bar3DChart by requiring axis order in ↵ | Moses Hohman | |
| the constructor | |||
| 2013-06-23 | fixed bad test case and bad code for dispBlanksAs (setting now actually ↵ | Moses Hohman | |
| makes it into XML) This means there are many other test cases in the suite that are not verifying what they look like they're verifying. | |||
| 2013-06-23 | provide a better default for dispBlanksAs and allow it to be configured | Moses Hohman | |
| 2013-06-23 | Fixes Issue #202 Axes are borked in Bar3DChart | Moses Hohman | |
| 2013-04-19 | Added prep for 1.3.6 release | Randy Morgan | |
| 2013-03-17 | Fixed LineChart and refactored chart axes management | Randy Morgan | |
| 2013-03-15 | Merge pull request #178 from Programatica/master | Randy Morgan (@morgan_randy) | |
| Add LineChart | |||
| 2013-03-16 | First run at 'hidden' comments WIP | Randy Morgan | |
| The xml is genrated correcty, but the comment still shows until it is selected once in the excel ui - so I must be missing something. | |||
| 2013-03-15 | add test and remove activesupport methods | Sergio Cambra | |
| 2013-01-23 | Updated chart vary_colors | Randy Morgan | |
| This sets the proper default for each chart type and lets us change it as we need. | |||
| 2013-01-15 | Refactored relationship management for drawings | Randy Morgan | |
| This should fix #160 | |||
| 2012-09-30 | Extracted STRING_ATTRIBUTES and BOOLEAN_ATTRIBUTES into mixin from module | Randy Morgan | |
| replaced with attr_accessor like methods: string_attr_accessor boolean_attr_accessor defined in module.rb | |||
| 2012-07-23 | more cleanup for optional data label attributes | Randy Morgan | |
| 2012-07-20 | bring spec coverage back up to 100% | Randy Morgan | |
| 2012-07-20 | complete chart specs | Randy Morgan | |
| 2012-07-20 | specs for d_lbls and a patch to cover for nil relationships in a worksheet. | Randy Morgan | |
| 2012-07-17 | MOAR cleanup for worksheet. | Randy Morgan | |
| 2012-07-08 | adding in axis line fill and patching view3d misname for line3DChart | Randy Morgan | |
| 2012-07-08 | adding in some excel bar chart defaults for LO interop testing | Randy Morgan | |
| 2012-07-03 | more snake casing work | Randy Morgan | |
| 2012-06-12 | more specs for axis labels | Randy Morgan | |
| 2012-06-11 | add title object to axis. | Randy Morgan | |
| 2012-06-09 | make sure jruby nokogiri parser gets is precious namespaces. | Randy Morgan | |
| 2012-06-09 | remove debug code | Randy Morgan | |
| 2012-06-09 | specs for cell and text title parsing patch | Randy Morgan | |
| 2012-06-04 | The spec indicates that the percent sign should be included but MS Excel ↵ | Randy Morgan | |
| chokes on it. | |||
| 2012-06-02 | more work on solidifying parsing of data caching for charts to eliminate ↵ | Randy Morgan | |
| formula strings. | |||
| 2012-05-30 | enable anchor swapping between one and two cell anchors for drawings | Randy Morgan | |
| 2012-05-26 | add in two cell anchors for images. | Randy Morgan | |
| 2012-05-17 | fix ALL the warnings! | Randy Morgan | |
| 2012-05-15 | bring coverage up to 100% and patch a few minor bugs in cell style overrides ↵ | Randy Morgan | |
| and misnamed app attributes. | |||
