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
/
lib
/
parse
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correctly handle page parsing errors
Johan Preynat
2016-10-01
1
-6
/
+25
*
Add comment
Johan Preynat
2016-10-01
1
-0
/
+1
*
Add tests for insertPart
Soreine
2016-06-10
1
-1
/
+1
*
Rollback frontmatter parsing to js-yaml to be browserify compatible
Samy Pessé
2016-06-07
1
-5
/
+5
*
Switch frontmatter parsing to gray-matter
Samy Pessé
2016-06-07
1
-5
/
+5
*
Split page parsing into parsePageFromString and parsePage
Samy Pessé
2016-06-07
4
-27
/
+79
*
Remove merge-defaults dependency
Samy Pessé
2016-06-07
1
-1
/
+1
*
Search for README file in whole summary before inserting as first article
Johan Preynat
2016-05-30
1
-5
/
+3
*
Method for parsing glossary when not listed in summary
Samy Pessé
2016-05-26
1
-10
/
+41
*
Expose lookup method for parsable files
Soreine
2016-05-17
5
-32
/
+52
*
Fix bug that can happen when configuration file doesn't exist
Samy Pessé
2016-05-12
1
-9
/
+9
*
Fix #1289: add option to filter files when listing using fs.listAllFiles
Samy Pessé
2016-05-12
1
-13
/
+12
*
Fix #1300: parse page frontmatter and content when listing pages
Samy Pessé
2016-05-12
1
-4
/
+6
*
Fix #1294: multilingual book should extend the book's config
Samy Pessé
2016-05-12
2
-6
/
+45
*
Switch tests to mocha while keeping jest structure
Samy Pesse
2016-05-11
6
-12
/
+12
*
Add immutable ignore instance for book
Samy Pesse
2016-05-11
2
-4
/
+6
*
Don't copy config file as asset
Samy Pessé
2016-05-10
1
-3
/
+7
*
Correctly read assets using input fs when copying
Samy Pesse
2016-05-06
2
-2
/
+35
*
Remove filter for pdf/epub/mobi files when outputting
Samy Pessé
2016-05-03
1
-3
/
+0
*
lib/parse/parseConfig.js: Remove unused require
Johan Preynat
2016-05-03
1
-2
/
+0
*
Add model for plugin dependencies in the book.json
Samy Pessé
2016-05-02
1
-4
/
+0
*
Enable livereload plugin when serving content
Samy Pessé
2016-05-02
1
-0
/
+6
*
Switch parsers to a model
Samy Pesse
2016-04-30
1
-1
/
+14
*
Add option "--timing" to mesure gitbook performances
Samy Pesse
2016-04-30
3
-34
/
+46
*
Don't fail if page doesn't exist
Samy Pesse
2016-04-29
1
-0
/
+2
*
Add location.areIdenticalPaths(p1,p2) to effectively compare two paths
Johan Preynat
2016-04-29
1
-1
/
+3
*
Add tests for parsing a book with option "root"
Samy Pessé
2016-04-29
1
-0
/
+26
*
Fix parsing of multilingual books
Samy Pessé
2016-04-29
2
-4
/
+14
*
Add basic tests for json generator
Samy Pessé
2016-04-28
1
-4
/
+6
*
Add modifiers to edit article and insert in summary
Samy Pessé
2016-04-28
1
-2
/
+0
*
Add tests for SummaryModifier.editPartTitle
Samy Pessé
2016-04-28
1
-5
/
+2
*
Add method setSummary to book
Samy Pessé
2016-04-28
1
-4
/
+1
*
Add base modifiers for summary as SummaryModifier
Samy Pessé
2016-04-28
1
-1
/
+25
*
Add tests for parseIgnore
Samy Pessé
2016-04-28
7
-10
/
+50
*
Add language property to book for multilingual
Samy Pessé
2016-04-27
1
-2
/
+3
*
Use orderedMap for language books
Samy Pessé
2016-04-27
1
-4
/
+1
*
Correctly ignore summary and templates from assets
Samy Pessé
2016-04-27
3
-2
/
+34
*
Add test for readme parsing
Samy Pesse
2016-04-26
1
-0
/
+38
*
Add basic tests for summary parsing
Samy Pesse
2016-04-26
2
-2
/
+39
*
Add test for parsing glossary
Samy Pesse
2016-04-26
2
-1
/
+37
*
Convert markdown to html for pages
Samy Pessé
2016-04-25
1
-1
/
+2
*
Fix plugins loading
Samy Pessé
2016-04-25
4
-1
/
+20
*
Parse multilingual books
Samy Pesse
2016-04-24
3
-6
/
+74
*
Add json encoding utils
Samy Pesse
2016-04-23
1
-4
/
+7
*
Add base utils for generation
Samy Pessé
2016-04-22
2
-1
/
+26
*
Base
Samy Pessé
2016-04-22
13
-0
/
+421
*
Clear folder
Samy Pessé
2015-01-19
14
-918
/
+0
*
Handle whitespace between lists in SUMMARY.md
Aaron O'Mullan
2015-01-14
1
-4
/
+23
*
Fix parsing of already lexed content
Samy Pessé
2014-11-14
1
-1
/
+1
*
Adapt new page.parse api for tests
Samy Pessé
2014-11-03
1
-4
/
+7
*
Merge pull request #489 from codepiano/fork
Samy Pessé
2014-11-03
1
-2
/
+3
|
\
|
*
Merge branch 'master' of github.com:GitbookIO/gitbook into fork
codepiano
2014-11-02
5
-46
/
+24
|
|
\
|
*
|
bugfix,init page object's lexed attribute.
codepiano
2014-10-31
1
-2
/
+3
*
|
|
Fix #491: handle correctly url without path for links
Samy Pessé
2014-11-03
1
-1
/
+1
|
|
/
|
/
|
*
|
Fix dependency in renderer
Samy Pessé
2014-11-01
1
-0
/
+1
*
|
Remove dependency for path in parser
Samy Pessé
2014-11-01
1
-5
/
+2
*
|
Adapt include in page parsing to works on clientside
Samy Pessé
2014-11-01
4
-41
/
+21
|
/
*
Fix small incompatibility mistake
Aaron O'Mullan
2014-10-15
1
-1
/
+1
*
Add include support, with variables and the whole shebang
Aaron O'Mullan
2014-10-15
4
-34
/
+54
*
Allow quiz titles in validation
Aaron O'Mullan
2014-10-13
1
-1
/
+6
*
Rewrite quiz logic to be more robust
Aaron O'Mullan
2014-10-13
1
-31
/
+68
*
Split section classification to separate files
Aaron O'Mullan
2014-10-13
3
-53
/
+65
*
Remove ref to github options
Samy Pessé
2014-10-13
1
-14
/
+3
*
fix radio input uncheck failed
markcxz
2014-09-10
1
-2
/
+4
*
Replace kramed-text-renderer references
Aaron O'Mullan
2014-08-18
1
-1
/
+1
*
Add glossary indexing
Aaron O'Mullan
2014-08-18
1
-0
/
+1
*
Fix dump typo in glossary's entryId func
Aaron O'Mullan
2014-08-17
1
-1
/
+1
*
Add "id" attribute to parsed glossary entries
Aaron O'Mullan
2014-08-17
1
-0
/
+6
*
Simplify output of glossary parsing to more simple objects
Aaron O'Mullan
2014-08-15
1
-3
/
+8
*
Add glossary parser
Aaron O'Mullan
2014-08-11
2
-0
/
+37
*
Fix error with markdown rendering
Samy Pessé
2014-08-11
1
-5
/
+5
*
Remove config for github urls
Samy Pessé
2014-08-11
2
-58
/
+1
*
Add comments to default introduction chapter code
Aaron O'Mullan
2014-07-31
1
-0
/
+2
*
Switch to graceful-fs, fix #373
Aaron O'Mullan
2014-07-30
1
-1
/
+1
*
Replace "marked" with "kramed"
Aaron O'Mullan
2014-07-30
5
-14
/
+14
*
Improve path normalization when parsing SUMMARY.md
Aaron O'Mullan
2014-07-29
1
-2
/
+4
*
Fix #303: generate header id the same as github
Samy Pessé
2014-07-12
1
-0
/
+5
*
Merge pull request #266 from shaform/ref_links
Samy Pessé
2014-07-11
2
-3
/
+6
|
\
|
*
Merge remote-tracking branch 'upstream/master' into ref_links
Shaform
2014-06-17
3
-14
/
+25
|
|
\
|
*
|
Improve code syntax for links assignment
Shaform
2014-05-28
1
-1
/
+1
|
*
|
fix links error
Shaform
2014-05-27
1
-1
/
+1
|
*
|
Add reference links support
Shaform
2014-05-27
2
-3
/
+6
*
|
|
Support code includes for exercises
Aaron O'Mullan
2014-07-10
1
-3
/
+9
*
|
|
Support importing code snippets
Aaron O'Mullan
2014-07-11
2
-1
/
+32
*
|
|
Convert links with fragments from md to html
Matt Ellis
2014-07-08
1
-1
/
+1
*
|
|
Fix error when chapters list is empty
Samy Pessé
2014-06-24
1
-4
/
+6
*
|
|
Remove useless (and bad) sort on progress
Aaron O'Mullan
2014-06-20
1
-3
/
+0
*
|
|
Fix LANGS.md parsing
Aaron O'Mullan
2014-06-17
2
-13
/
+23
|
|
/
|
/
|
*
|
Better string slicing in parse.git.githubID()
Aaron O'Mullan
2014-06-16
1
-1
/
+1
*
|
Normalize intro node in Summary parsing
Aaron O'Mullan
2014-06-16
1
-5
/
+22
*
|
Remove special case in navigation
Aaron O'Mullan
2014-06-16
1
-22
/
+1
*
|
Support custom intro node, fixes #318
Aaron O'Mullan
2014-06-15
1
-8
/
+23
|
/
*
Adapt navigation parsing to third and more levels in summary
Samy Pessé
2014-05-26
1
-1
/
+1
*
Remove useless method parseArticle
Samy Pessé
2014-05-26
1
-4
/
+0
*
Parse more than two level in summary
Samy Pessé
2014-05-26
1
-4
/
+8
*
Fix order of progress for level superior to x.9
Samy Pessé
2014-05-21
1
-2
/
+2
*
Fix generate failing on README parsing
Aaron O'Mullan
2014-05-20
1
-5
/
+7
*
Improve parsing of readme (extraction of title and description as plain text ...
Samy Pessé
2014-05-20
1
-3
/
+14
*
Force forward slashes on SUMMARY.md paths
Matteo Ronchi
2014-05-08
1
-1
/
+1
*
Fix #163: Move logic of git infos extraction to lib
Samy Pessé
2014-04-28
2
-1
/
+58
[next]