summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2015-11-19Merge pull request #426 from ringe/masterRandy Morgan (@morgan_randy)
Update dependencies, remove som code reek
2015-11-18remove some code reekRunar Ingebrigtsen
2015-11-18update nokogiri and htmlentitiesRunar Ingebrigtsen
2015-09-23Merge pull request #417 from VueOps/escape_special_characters_in_drawing_str_valJonathan Tron
Escape special characters in chart `StrVal`
2015-09-22Escape special characters in chart `StrVal`Clark Cutler
So that, for example, pie charts can render with labels that include an ampersand
2015-08-26Merge pull request #414 from chaimleib/patch-1Jonathan Tron
Fix #360: Viewing docs requires kramdown
2015-08-24#360 Viewing docs requires kramdownChaim-Leib Halbert
2015-08-07Merge pull request #412 from woto/masterJonathan Tron
Labels position on LineChart
2015-08-07Merge branch 'master' of https://github.com/woto/axlsxRuslan Kornev
2015-08-07allow to use d_lbl_pos for LineChartRuslan Kornev
2015-08-05Merge pull request #410 from kernesti/masterJonathan Tron
Add `Chart#title_size`, `ScatterSeries#ln_width` and `Worksheet#is_reversed`
2015-07-29Fix removed jruby-9.0.0.0 in .travis.ymlJonathan Tron
2015-07-29Allow jruby-9.0.0.0 to fail for now and try to fix coverage for jrubyJonathan Tron
2015-07-29Add jruby-9.0.0.0 to test matrixJonathan Tron
2015-07-29Try dropping uneeded nokogiri install stepJonathan Tron
2015-07-29Use the new TravisCI infrastructure for faster testsJonathan Tron
2015-07-29workbook.rb: added possibility to reverse the serialization order of workbookErik Veijola
Signed-off-by: Erik Veijola <[email protected]>
2015-07-29num_val.rb, str_val.rb: added checking for nil values in to_xml_stringErik Veijola
Signed-off-by: Erik Veijola <[email protected]>
2015-07-29Merge pull request #411 from nathos/readme-known-issues-formattingJonathan Tron
Fix list formatting for known issues in README
2015-07-28Fix list formatting for known issues in READMENathan Henderson
2015-07-28scatter_series.rb: added line_width to scatter seriesErik Veijola
Signed-off-by: Erik Veijola <[email protected]>
2015-07-28Merge branch 'title_font_size'Erik Veijola
2015-07-28chart.rb: added method to set font size of Title object in chartErik Veijola
Signed-off-by: Erik Veijola <[email protected]>
2015-07-28title.rb: added text_size to set the font size of the titleErik Veijola
Signed-off-by: Erik Veijola <[email protected]>
2015-07-05Merge branch 'mfrank01-marker_symbols'Jonathan Tron
2015-07-05Fix Axlsx::LineSeries#marker_symbol and add testsJonathan Tron
2015-07-05Merge branch 'marker_symbols' of https://github.com/mfrank01/axlsx into ↵Jonathan Tron
mfrank01-marker_symbols
2015-07-04Add test to confirm control characters are removed from shared stringsThomas 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-04Merge branch 'soutaro-fix-time-cast'Jonathan Tron
2015-07-04Merge branch 'fix-time-cast' of https://github.com/soutaro/axlsx into ↵Jonathan Tron
soutaro-fix-time-cast
2015-07-04Merge branch 'alankessler-master'Jonathan Tron
2015-07-04Merge branch 'alankessler-master'Jonathan Tron
2015-07-04Add a little bit of doc, remove warning by using attr_readerJonathan Tron
2015-07-04Merge branch 'master' of https://github.com/alankessler/axlsx into ↵Jonathan Tron
alankessler-master
2015-07-04Add a little bit of doc, remove warning by using attr_readerJonathan Tron
2015-07-04Merge branch 'master' of https://github.com/alankessler/axlsx into ↵Jonathan Tron
alankessler-master
2015-07-04Merge pull request #383 from ebouchut/patch-1Jonathan Tron
Fix a typo in the README.
2015-07-04Merge pull request #393 from edatrix/patch-1Jonathan Tron
Update README.md
2015-07-04Add ruby 2.2 to TravisCI and allow to use minor version of 2.0, 2.1Jonathan Tron
2015-07-04Merge branch 'shifakhan-example'Jonathan Tron
2015-07-04Merge branch 'example' of https://github.com/shifakhan/axlsx into ↵Jonathan Tron
shifakhan-example
2015-07-04Merge branch 'shifakhan-worksheet_tab_colour'Jonathan Tron
2015-07-04Add test, fix example with tab color generation and fix a but due to a typoJonathan Tron
2015-07-04Merge branch 'worksheet_tab_colour' of https://github.com/shifakhan/axlsx ↵Jonathan Tron
into shifakhan-worksheet_tab_colour
2015-07-04Merge pull request #402 from waiting-for-dev/mb_mime_detectionJonathan Tron
Validates whether an image is acceptable through mime type
2015-07-03Remove lowercase extension testmarc
It is no longer needed because now detection is though mime type
2015-07-03Extract mime type detection to an utility classmarc
2015-07-03Validates whether an image is acceptable through mime typemarc
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-23Option to change tab colorshifakhan
2015-05-20Update README.mdlauren spath luhring
fix small typo