| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-07-07 | Fix a typo in `Axlsx::Worksheet#dimension` when a row was added without value. | Jonathan Tron | |
| When `Axlsx::Worksheet#add_row` is called without values `#dimension` returned "AA:200" instead of "AA200", which resulted in a dimension of "A1:AA:200". This lead to an error in `Axlsx.name_to_indices` which is then called with "200" instead of "AA200" when using `Axlsx::Worksheet#abs_auto_filter`. | |||
| 2012-07-06 | make to_xml_string more #readablecode | Randy Morgan | |
| Based on some great feedback tonight, I am cleaning this up. TODO: specs & docs for each helper method | |||
| 2012-07-06 | make fit_to_page MOAR readable | Randy Morgan | |
| Implement some of the feedback from devolves session on readable code - and remove some garbage that found its way into the repo --- github.app you are too convenient. | |||
| 2012-07-03 | more snake casing work | Randy Morgan | |
| 2012-06-26 | fixes #105 - disallow control characters. | Randy Morgan | |
| thanks to asakusarb - I found out about [:cntrl:] -- so no more control characters can accidentally get pushed into y our xlsx. | |||
| 2012-06-25 | update tests to match google docs operability change #80 | Randy Morgan | |
| 2012-06-20 | update examples and the beginings of protected_range | Randy Morgan | |
| 2012-06-20 | update content type test | Randy Morgan | |
| 2012-06-20 | fix xpath | Randy Morgan | |
| 2012-06-18 | properly remove invalid XML characters ↵ | Randy Morgan | |
| \u2028\u0001\u0002\u0003\u0004\u0005\u0006\u0007\u0008\u001f | |||
| 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 | add specs for sheet view selection | Randy Morgan | |
| 2012-06-09 | add test for frozen unspecified row column path in serialization | 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-07 | simplify unit tests and remove default selection (spec allows 0 to 4) | Randy Morgan | |
| 2012-06-07 | integration testing | Randy Morgan | |
| 2012-06-07 | Merge branch 'master' into pane | Randy Morgan | |
| 2012-06-07 | patch unit tests for sheet view and pane serialization. | Randy Morgan | |
| 2012-06-06 | Test suite for selection stuff. | Jan-Hendrik Hühne | |
| 2012-06-06 | Test fix. | Jan-Hendrik Hühne | |
| 2012-06-06 | Validator rename | Jan-Hendrik Hühne | |
| 2012-06-06 | Changes default value of xSplit and ySplit. | Jan-Hendrik Hühne | |
| 2012-06-06 | Cosmetics | Jan-Hendrik Hühne | |
| 2012-06-06 | Changes default value of "window protection" | Jan-Hendrik Hühne | |
| 2012-06-06 | Pane stuff and tests. | Jan-Hendrik Hühne | |
| 2012-06-06 | New validators and tests. | Jan-Hendrik Hühne | |
| 2012-06-06 | SheetView bugfixes and test suite | Jan-Hendrik Hühne | |
| 2012-06-06 | Test moved to tc_sheet_view.rb | Jan-Hendrik Hühne | |
| 2012-06-06 | Missing validator tests. | Jan-Hendrik Hühne | |
| 2012-06-06 | Validator renameing. | Jan-Hendrik Hühne | |
| 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 | release prep for 1.1.6 | Randy Morgan | |
| 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-24 | UnitTests for DataValidation | Jan-Hendrik Hühne | |
| 2012-05-21 | Adding password hash computation | Jan-Hendrik Hühne | |
| 2012-05-20 | enable sheet protection by default when it is initialized in the worksheet. | Randy Morgan | |
| 2012-05-19 | first run at sheet_protection to provide password protection locking for sheets. | Randy Morgan | |
| 2012-05-19 | patch spec for xerces/libxml parser differences | Randy Morgan | |
| 2012-05-19 | patch for 1.8.7 | Randy Morgan | |
| 2012-05-19 | correct relation management for comments and some spec improvements for ↵ | Randy Morgan | |
| package to provide more breadth in serialization integration testing. | |||
| 2012-05-17 | fix ALL the warnings! | Randy Morgan | |
| 2012-05-17 | finishing off row properties. | Randy Morgan | |
| 2012-05-17 | helper method for handling page fitting. | Randy Morgan | |
| 2012-05-16 | depreciating Worksheet.fit_to_page as a writable attribute. | Randy Morgan | |
| 2012-05-16 | If worksheet.fit_to_page must be true, lets set it to true. I am far too ↵ | Randy Morgan | |
| lazy and forgetful to remember to set that every time I want to fit_to_width or fit_to_height. | |||
