Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adapt navigation parsing to third and more levels in summary | Samy Pessé | 2014-05-26 | 2 | -2/+13 |
| | |||||
* | Parse more than two level in summary | Samy Pessé | 2014-05-26 | 2 | -0/+2 |
| | |||||
* | Add tests for book generation | Samy Pessé | 2014-05-05 | 5 | -0/+53 |
| | |||||
* | Adapt tests for plugins | Samy Pessé | 2014-04-27 | 1 | -2/+2 |
| | |||||
* | Fix plugin tests | Aaron O'Mullan | 2014-04-24 | 1 | -2/+2 |
| | |||||
* | Fix #136: replace links to .md by links to .html | Samy Pessé | 2014-04-22 | 2 | -1/+36 |
| | | | | Add more tests for links in page | ||||
* | Load plugins during generation | Samy Pessé | 2014-04-19 | 1 | -1/+0 |
| | |||||
* | Add method to load a list of plugins from generator options | Samy Pessé | 2014-04-19 | 1 | -1/+19 |
| | |||||
* | Add base loading of default addons | Samy Pessé | 2014-04-19 | 1 | -1/+20 |
| | | | | Add mixpanel as default addon | ||||
* | Add base plugin object and test validation of plugin | Samy Pessé | 2014-04-19 | 1 | -0/+13 |
| | |||||
* | Update tests for relative images | Samy Pessé | 2014-04-18 | 2 | -4/+42 |
| | |||||
* | Add more test for quiz (related to #100) | Samy Pessé | 2014-04-16 | 2 | -0/+16 |
| | |||||
* | Add readme parsing for extracting title and description | Samy Pessé | 2014-04-14 | 2 | -0/+35 |
| | |||||
* | Fixup page lexing in test/page | Aaron O'Mullan | 2014-04-12 | 1 | -2/+5 |
| | |||||
* | Quiz with GFM checkbox lists | James Phillpotts | 2014-04-12 | 2 | -7/+18 |
| | |||||
* | Tabular quiz | James Phillpotts | 2014-04-12 | 3 | -15/+47 |
| | |||||
* | Merge pull request #78 from mrpotes/mocha-windows | Aaron O'Mullan | 2014-04-10 | 2 | -2/+12 |
|\ | | | | | Fix URL creation on windows | ||||
| * | Use OS-agnostic path generation for images too | James Phillpotts | 2014-04-10 | 2 | -2/+12 |
| | | |||||
* | | Add better tests for ambiguous section detection | Aaron O'Mullan | 2014-04-10 | 2 | -0/+90 |
|/ | |||||
* | Add lexing support for content code in exercises | Aaron O'Mullan | 2014-04-08 | 2 | -1/+42 |
| | | | | #52, #49, #46 | ||||
* | Remove useless console.log in test/summary.js | Aaron O'Mullan | 2014-04-05 | 1 | -1/+0 |
| | |||||
* | Adapt test to new code language normalization | Aaron O'Mullan | 2014-04-05 | 1 | -1/+1 |
| | |||||
* | Add test for exercise language detection | Aaron O'Mullan | 2014-04-05 | 1 | -0/+4 |
| | |||||
* | Rename PAGE.MD to PAGE.md | Samy Pessé | 2014-04-04 | 1 | -0/+0 |
| | |||||
* | Update tests | Samy Pessé | 2014-04-04 | 2 | -38/+35 |
| | |||||
* | Add github link resolution test | Aaron O'Mullan | 2014-04-02 | 1 | -0/+18 |
| | |||||
* | Add GITHUB_LINKS.md fixture | Aaron O'Mullan | 2014-04-02 | 1 | -0/+3 |
| | | | | For testing github link resolution | ||||
* | Add tests for section merging | Aaron O'Mullan | 2014-04-02 | 1 | -0/+11 |
| | |||||
* | Add HR_PAGE.md fixture | Aaron O'Mullan | 2014-04-02 | 1 | -0/+11 |
| | | | | | This is for testing that non exercise sections are merged correctly together and united with HRs | ||||
* | Adjust summary test for new SUMMARY.md fixture | Aaron O'Mullan | 2014-04-01 | 1 | -1/+5 |
| | |||||
* | Add tests for null paths in navigation | Aaron O'Mullan | 2014-04-01 | 2 | -0/+9 |
| | | | | Unfinished chapters/articles should be put in navigation | ||||
* | Add tests for level attribute in navigation | Aaron O'Mullan | 2014-03-31 | 1 | -0/+11 |
| | |||||
* | Add tests for level attribute to chapters/articles | Aaron O'Mullan | 2014-03-31 | 1 | -0/+11 |
| | |||||
* | Improve navigation from 1st chapter back to intro | Aaron O'Mullan | 2014-03-31 | 1 | -1/+1 |
| | | | | 1st chapter’s prev, now links to the intro page | ||||
* | Add better tests for chapter navigation | Aaron O'Mullan | 2014-03-31 | 1 | -1/+7 |
| | | | | Proves previous and next chapter logic is broken | ||||
* | Add navigation tests for first page for README of a chapter | Aaron O'Mullan | 2014-03-31 | 1 | -0/+5 |
| | |||||
* | Add parse.navigation module | Aaron O'Mullan | 2014-03-31 | 1 | -0/+46 |
| | | | | With tests | ||||
* | 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 content & code generation for exercise sections | Aaron O'Mullan | 2014-03-31 | 1 | -1/+8 |
| | |||||
* | Add tests for path normalization | Aaron O'Mullan | 2014-03-31 | 1 | -0/+9 |
| | | | | .md to .html | ||||
* | Add link to PAGE.md fixture | Aaron O'Mullan | 2014-03-31 | 1 | -0/+2 |
| | |||||
* | Move summary & page parsing code to lib/parse/ | Aaron O'Mullan | 2014-03-31 | 2 | -2/+2 |
| | |||||
* | Add tests for page content rendering | Aaron O'Mullan | 2014-03-30 | 1 | -0/+6 |
| | |||||
* | Test for section types | Aaron O'Mullan | 2014-03-30 | 1 | -0/+6 |
| | |||||
* | Add basic page tests | Aaron O'Mullan | 2014-03-30 | 2 | -0/+45 |
| | |||||
* | 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 | 2 | -0/+29 |