Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch parsers to a model | Samy Pesse | 2016-04-30 | 1 | -328/+0 |
| | |||||
* | Fix #1165: correctly normalize path in summary to accept unicode | Samy Pessé | 2016-02-28 | 1 | -0/+28 |
| | |||||
* | Add property depth to article and pages | Samy Pessé | 2016-02-24 | 1 | -0/+6 |
| | |||||
* | Correctly setup summary instance when file doesn't exist | Samy Pessé | 2016-02-24 | 1 | -0/+26 |
| | |||||
* | Simplify .next and .prev for articles | Samy Pessé | 2016-02-21 | 1 | -7/+23 |
| | |||||
* | Fix .next and .prev for summary's articles to use parts | Samy Pessé | 2016-02-21 | 1 | -4/+33 |
| | |||||
* | Complete normalization of summary with level and multiples parts | Samy Pessé | 2016-02-20 | 1 | -9/+49 |
| | |||||
* | Add test for navigation in summary | Samy Pessé | 2016-02-18 | 1 | -0/+143 |
| | |||||
* | Add order for tests | Samy Pessé | 2016-01-28 | 1 | -0/+40 |
| | |||||
* | Start rewrite | Samy Pessé | 2016-01-22 | 1 | -70/+0 |
| | |||||
* | Lint all tests | Samy Pessé | 2015-09-15 | 1 | -12/+12 |
| | |||||
* | Add test for summary paths | Samy Pessé | 2015-03-28 | 1 | -0/+25 |
| | | | | Related to #674 | ||||
* | Add basic tests for multilingual books | Samy Pessé | 2015-03-24 | 1 | -1/+1 |
| | |||||
* | Add test for summary parsing | Samy Pessé | 2015-03-24 | 1 | -0/+45 |
| | | | | Update gitbook-parsers | ||||
* | Improve test to test a all book | Samy Pessé | 2015-01-19 | 1 | -22/+0 |
| | |||||
* | Add parsing of summary and associated tests | Samy Pessé | 2015-01-19 | 1 | -0/+22 |
| | |||||
* | Clear folder | Samy Pessé | 2015-01-19 | 1 | -71/+0 |
| | |||||
* | Add summary whitespace tests | Aaron O'Mullan | 2015-01-14 | 1 | -3/+15 |
| | |||||
* | Adapt summary tests to new summary parsing | Aaron O'Mullan | 2014-06-16 | 1 | -13/+17 |
| | | | | | We now insert default README.md (introduction) node in parsing the SUMMARY.md logic | ||||
* | Parse more than two level in summary | Samy Pessé | 2014-05-26 | 1 | -0/+1 |
| | |||||
* | Remove useless console.log in test/summary.js | Aaron O'Mullan | 2014-04-05 | 1 | -1/+0 |
| | |||||
* | Update tests | Samy Pessé | 2014-04-04 | 1 | -6/+3 |
| | |||||
* | Adjust summary test for new SUMMARY.md fixture | Aaron O'Mullan | 2014-04-01 | 1 | -1/+5 |
| | |||||
* | Add tests for level attribute to chapters/articles | Aaron O'Mullan | 2014-03-31 | 1 | -0/+11 |
| | |||||
* | Change summary data format | Aaron O'Mullan | 2014-03-31 | 1 | -12/+12 |
| | | | | | Simplify chapter objects, by making them identical to article objects besides the .articles attribute | ||||
* | Add tests for path normalization | Aaron O'Mullan | 2014-03-31 | 1 | -0/+9 |
| | | | | .md to .html | ||||
* | Move summary & page parsing code to lib/parse/ | Aaron O'Mullan | 2014-03-31 | 1 | -1/+1 |
| | |||||
* | Add test for titles & paths | Aaron O'Mullan | 2014-03-30 | 1 | -0/+12 |
| | |||||
* | Add tests for summary parsing | Aaron O'Mullan | 2014-03-30 | 1 | -0/+22 |