| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-03-11 | no, really _fix_ the namespaced css doc selectors to use xpath and prefixed ↵ | Randy Morgan | |
| nodes... | |||
| 2012-03-11 | patch specs for nokogiri 1.5.1 | Randy Morgan | |
| 2012-03-10 | adding in quick patch for catAxis, valAxis on charts to specify gridlines = ↵ | Randy Morgan | |
| false. Needs specs once I work out what the hell happened to nokogiri in 1.5.1 | |||
| 2012-03-09 | lower rake min requirement - because some people find it better to use ↵ | Randy Morgan | |
| outdated software than fix warnings and bugs. | |||
| 2012-03-09 | patch title serialization for graphic frame | Randy Morgan | |
| 2012-03-08 | Merge pull request #46 from joekain/name_to_indices_with_zero | Randy Morgan | |
| Axlsx::name_to_indices fix | |||
| 2012-03-09 | adding specs for @joekain's patch | Randy Morgan | |
| 2012-03-08 | In Axlsx::name_to_indices accept row numbers containing, but not | Joe Kain | |
| starting with, 0. | |||
| 2012-03-07 | remove rubyXL interop and update readme | Randy Morgan | |
| 2012-03-07 | proper workbookview id - should be 0 based index iirc | Randy Morgan | |
| 2012-03-07 | fix #44 | Randy Morgan | |
| I think one workbook view is enough ;) | |||
| 2012-03-07 | revert changes to validation reporting as it breaks backwards compatability | Randy Morgan | |
| 2012-03-07 | fix typos in docs | Randy Morgan | |
| 2012-03-07 | fix typos in docs | Randy Morgan | |
| 2012-03-07 | update gitignore | Randy Morgan | |
| 2012-03-07 | adding email notifications for travis and updating readme in preparation for ↵ | Randy Morgan | |
| .18 release | |||
| 2012-03-07 | epoc => epoch | Jurriaan Pruis | |
| 2012-03-07 | Updated example.rb | Jurriaan Pruis | |
| Fixed indenting and commented date1904 | |||
| 2012-03-07 | Default to 1900 date system | Jurriaan Pruis | |
| Office 2011 for Mac uses the 1900 system by default see http://www.officeformachelp.com/2010/10/excel-2011-defaults-to-1900-date-system/ for more info | |||
| 2012-03-07 | adding in additional features for next release changelog notes. | Randy Morgan | |
| 2012-03-07 | readme edits. | Randy Morgan | |
| 2012-03-07 | adding rake as runtime requirement for ruby 2.0.0 | Randy Morgan | |
| 2012-03-07 | credit where credit is due | Randy Morgan | |
| 2012-03-07 | touch of documentation for an excellent addition by @jurriaan | Randy Morgan | |
| 2012-03-07 | Accept row numbers in Worksheet#[] | Jurriaan Pruis | |
| 2012-03-07 | Added << alias for add_row | Jurriaan Pruis | |
| 2012-03-07 | MOAR travis! | Randy Morgan | |
| 2012-03-07 | travis testing | Randy Morgan | |
| 2012-03-07 | ping travis rvm 1.9.2 | Randy Morgan | |
| 2012-03-07 | c'mon travis, show us some love! reverting config for incremental changes to ↵ | Randy Morgan | |
| identify where my matrix breaks down. | |||
| 2012-03-07 | interestingly specifying the language requires that I rvm it in myself? | Randy Morgan | |
| 2012-03-07 | another run at travis matrix with multiple failures | Randy Morgan | |
| 2012-03-07 | another attempt at multiple allow_failures on travis | Randy Morgan | |
| 2012-03-07 | adding head builds to the matrix | Randy Morgan | |
| 2012-03-07 | ....forgot to close me-quotes.... | Randy Morgan | |
| 2012-03-07 | adding in email notification from travis-ci | Randy Morgan | |
| 2012-03-07 | altering package validation errors to show the document they occurred in. | Randy Morgan | |
| validates now returns an array of {:entry=>'file_name', :errors=>[error,error]} hashes. | |||
| 2012-03-07 | testing to_xml validitiy | Randy Morgan | |
| 2012-03-07 | patching time converter and specs as well as fixing warnings related to ↵ | Randy Morgan | |
| uninitialized row#height and worksheet#page_margins | |||
| 2012-03-07 | typo in examples | Randy Morgan | |
| 2012-03-07 | referencing Converter, which is now known as DateTimeConverter. | Randy Morgan | |
| This should have been caught in the specs, so I will update them later to make sure we cover this path. | |||
| 2012-03-07 | Add support for rows with custom height. | Stefan Daschek | |
| 2012-03-07 | Add support for underlined text. | Stefan Daschek | |
| 2012-03-07 | Taking advantage of Stafan's excellent suggestion to take advantage of lazy ↵ | Randy Morgan | |
| loading page margins. | |||
| 2012-03-07 | beef-up the gitignore | Randy Morgan | |
| 2012-03-07 | readme and examples updates | Randy Morgan | |
| 2012-03-07 | add support for page margin initialization options as well as adding an ↵ | Randy Morgan | |
| option to worksheet initialization so we can do stuff like this: workbook.add_worksheet(:page_margins => {:top=> 1.9}) and yielding the page_margins object off the worksheet for stuff like: worksheet.page_margins do |pm| pm.left = 0.7 end | |||
| 2012-03-07 | Fix default value for left/right margins. | Stefan Daschek | |
| 2012-03-07 | Add support for page margins to worksheet. | Stefan Daschek | |
| 2012-03-07 | Fix DateTimeConverter tests | Joseph HALTER | |
