Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |