| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-11-19 | Merge pull request #426 from ringe/master | Randy Morgan (@morgan_randy) | |
| Update dependencies, remove som code reek | |||
| 2015-11-18 | remove some code reek | Runar Ingebrigtsen | |
| 2015-11-18 | update nokogiri and htmlentities | Runar Ingebrigtsen | |
| 2015-09-23 | Merge pull request #417 from VueOps/escape_special_characters_in_drawing_str_val | Jonathan Tron | |
| Escape special characters in chart `StrVal` | |||
| 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-08-26 | Merge pull request #414 from chaimleib/patch-1 | Jonathan Tron | |
| Fix #360: Viewing docs requires kramdown | |||
| 2015-08-24 | #360 Viewing docs requires kramdown | Chaim-Leib Halbert | |
| 2015-08-07 | Merge pull request #412 from woto/master | Jonathan Tron | |
| Labels position on LineChart | |||
| 2015-08-07 | Merge branch 'master' of https://github.com/woto/axlsx | Ruslan Kornev | |
| 2015-08-07 | allow to use d_lbl_pos for LineChart | Ruslan Kornev | |
| 2015-08-05 | Merge pull request #410 from kernesti/master | Jonathan Tron | |
| Add `Chart#title_size`, `ScatterSeries#ln_width` and `Worksheet#is_reversed` | |||
| 2015-07-29 | Fix removed jruby-9.0.0.0 in .travis.yml | Jonathan Tron | |
| 2015-07-29 | Allow jruby-9.0.0.0 to fail for now and try to fix coverage for jruby | Jonathan Tron | |
| 2015-07-29 | Add jruby-9.0.0.0 to test matrix | Jonathan Tron | |
| 2015-07-29 | Try dropping uneeded nokogiri install step | Jonathan Tron | |
| 2015-07-29 | Use the new TravisCI infrastructure for faster tests | Jonathan Tron | |
| 2015-07-29 | workbook.rb: added possibility to reverse the serialization order of workbook | Erik Veijola | |
| Signed-off-by: Erik Veijola <[email protected]> | |||
| 2015-07-29 | num_val.rb, str_val.rb: added checking for nil values in to_xml_string | Erik Veijola | |
| Signed-off-by: Erik Veijola <[email protected]> | |||
| 2015-07-29 | Merge pull request #411 from nathos/readme-known-issues-formatting | Jonathan Tron | |
| Fix list formatting for known issues in README | |||
| 2015-07-28 | Fix list formatting for known issues in README | Nathan Henderson | |
| 2015-07-28 | scatter_series.rb: added line_width to scatter series | Erik Veijola | |
| Signed-off-by: Erik Veijola <[email protected]> | |||
| 2015-07-28 | Merge branch 'title_font_size' | Erik Veijola | |
| 2015-07-28 | chart.rb: added method to set font size of Title object in chart | Erik Veijola | |
| Signed-off-by: Erik Veijola <[email protected]> | |||
| 2015-07-28 | title.rb: added text_size to set the font size of the title | Erik Veijola | |
| Signed-off-by: Erik Veijola <[email protected]> | |||
| 2015-07-05 | Merge branch 'mfrank01-marker_symbols' | Jonathan Tron | |
| 2015-07-05 | Fix Axlsx::LineSeries#marker_symbol and add tests | Jonathan Tron | |
| 2015-07-05 | Merge branch 'marker_symbols' of https://github.com/mfrank01/axlsx into ↵ | Jonathan Tron | |
| mfrank01-marker_symbols | |||
| 2015-07-04 | Add test to confirm control characters are removed from shared strings | Thomas Cannon | |
| * Commit f8ef8eb78eb4556676b5770c82493e6e6edf7ec8 fixed the shared strings class to automatically sanitize its serialized XML output to remove any control characters. However, this commit did not include tests that the shared strings actually removed the control characters when serializing to an XML string. * This tests confirms that the string with control characters is added to the shared strings, and that the control characters are removed from the string in question when serialized to XML. | |||
| 2015-07-04 | Merge branch 'soutaro-fix-time-cast' | Jonathan Tron | |
| 2015-07-04 | Merge branch 'fix-time-cast' of https://github.com/soutaro/axlsx into ↵ | Jonathan Tron | |
| soutaro-fix-time-cast | |||
| 2015-07-04 | Merge branch 'alankessler-master' | Jonathan Tron | |
| 2015-07-04 | Merge branch 'alankessler-master' | Jonathan Tron | |
| 2015-07-04 | Add a little bit of doc, remove warning by using attr_reader | Jonathan Tron | |
| 2015-07-04 | Merge branch 'master' of https://github.com/alankessler/axlsx into ↵ | Jonathan Tron | |
| alankessler-master | |||
| 2015-07-04 | Add a little bit of doc, remove warning by using attr_reader | Jonathan Tron | |
| 2015-07-04 | Merge branch 'master' of https://github.com/alankessler/axlsx into ↵ | Jonathan Tron | |
| alankessler-master | |||
| 2015-07-04 | Merge pull request #383 from ebouchut/patch-1 | Jonathan Tron | |
| Fix a typo in the README. | |||
| 2015-07-04 | Merge pull request #393 from edatrix/patch-1 | Jonathan Tron | |
| Update README.md | |||
| 2015-07-04 | Add ruby 2.2 to TravisCI and allow to use minor version of 2.0, 2.1 | Jonathan Tron | |
| 2015-07-04 | Merge branch 'shifakhan-example' | Jonathan Tron | |
| 2015-07-04 | Merge branch 'example' of https://github.com/shifakhan/axlsx into ↵ | Jonathan Tron | |
| shifakhan-example | |||
| 2015-07-04 | Merge branch 'shifakhan-worksheet_tab_colour' | Jonathan Tron | |
| 2015-07-04 | Add test, fix example with tab color generation and fix a but due to a typo | Jonathan Tron | |
| 2015-07-04 | Merge branch 'worksheet_tab_colour' of https://github.com/shifakhan/axlsx ↵ | Jonathan Tron | |
| into shifakhan-worksheet_tab_colour | |||
| 2015-07-04 | Merge pull request #402 from waiting-for-dev/mb_mime_detection | Jonathan Tron | |
| Validates whether an image is acceptable through mime type | |||
| 2015-07-03 | Remove lowercase extension test | marc | |
| It is no longer needed because now detection is though mime type | |||
| 2015-07-03 | Extract mime type detection to an utility class | marc | |
| 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-05-23 | Option to change tab color | shifakhan | |
| 2015-05-20 | Update README.md | lauren spath luhring | |
| fix small typo | |||
