index
:
gitbook
master
origin/4.x.x
origin/HEAD
origin/better-summary-to-markdown
origin/gitbookcom-api
origin/master
origin/more-robust-parse-book
origin/summary-files-operations
origin/summary/conrefs
origin/test-utils
origin/update-parsers
Unnamed repository; edit this file 'description' to name the repository.
Erik Andersson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary option "repo" from tests
Samy Pessé
2014-11-03
1
-9
/
+0
*
Adapt new page.parse api for tests
Samy Pessé
2014-11-03
2
-2
/
+2
*
Adapt include in page parsing to works on clientside
Samy Pessé
2014-11-01
1
-0
/
+4
*
Rewrite quiz logic to be more robust
Aaron O'Mullan
2014-10-13
1
-1
/
+1
*
Add unit test for quiz false positivies
Aaron O'Mullan
2014-10-13
2
-0
/
+128
*
Adapt tests
Samy Pessé
2014-10-13
1
-28
/
+0
*
Simplify output of glossary parsing to more simple objects
Aaron O'Mullan
2014-08-15
1
-0
/
+6
*
Add very basic glossary parsing test
Aaron O'Mullan
2014-08-11
1
-0
/
+14
*
Add GLOSSARY.md fixture
Aaron O'Mullan
2014-08-11
1
-0
/
+30
*
Add invalid paths in SUMMARY.md fixture
Aaron O'Mullan
2014-07-29
1
-2
/
+2
*
Add tests for includes
Aaron O'Mullan
2014-07-10
3
-0
/
+74
*
Adapt summary tests to new summary parsing
Aaron O'Mullan
2014-06-16
1
-13
/
+17
*
Add test for level regarding #318
Aaron O'Mullan
2014-06-15
1
-0
/
+1
*
Fix test for #318
Aaron O'Mullan
2014-06-15
1
-1
/
+1
*
Add extra navigation tests for #318
Aaron O'Mullan
2014-06-15
2
-0
/
+29
*
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
*
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 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
|
\
|
*
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
*
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
*
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
*
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
*
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
*
Add better tests for chapter navigation
Aaron O'Mullan
2014-03-31
1
-1
/
+7
*
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
*
Change summary data format
Aaron O'Mullan
2014-03-31
1
-12
/
+12
*
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
*
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