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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'fix-3.1-version'
Johan Preynat
2016-10-01
2
-6
/
+26
|
\
|
*
Correctly handle page parsing errors
Johan Preynat
2016-10-01
1
-6
/
+25
|
*
Add comment
Johan Preynat
2016-10-01
1
-0
/
+1
*
|
Fix #1408: fix i18n in website generator and add tests for it
Samy Pessé
2016-07-11
11
-86
/
+159
*
|
editPlugin and getPluginConfig
Soreine
2016-07-11
3
-1
/
+22
*
|
Fix reducedObject when default property is undefined
Soreine
2016-07-11
1
-0
/
+5
*
|
Export file model
Samy Pessé
2016-07-07
1
-0
/
+1
*
|
Add back property "output" to page/template context
Samy Pessé
2016-07-04
7
-29
/
+53
*
|
Add tests for locationUtils.flatten
Samy Pessé
2016-06-29
1
-0
/
+15
*
|
Add method "isFile" and "isReadme" in SummaryArticle
Samy Pessé
2016-06-29
7
-65
/
+137
*
|
disable open by default
Matthias Pfeil
2016-06-20
1
-1
/
+1
*
|
add open and browser args to serve command
Matthias Pfeil
2016-06-17
1
-0
/
+17
*
|
Enable long stack support when process.env.CI is true
Samy Pesse
2016-06-11
1
-43
/
+44
|
/
*
Fix extsAsciidoc.js
Samy Pesse
2016-06-10
1
-0
/
+0
*
Expose markdown/asciidoc extensions to gitbook module
Samy Pesse
2016-06-10
4
-20
/
+33
*
Adapt Plugins.loadForBook to use correct order
Samy Pesse
2016-06-10
8
-151
/
+132
*
Start fixing order of plugins in dependencies
Samy Pessé
2016-06-10
5
-29
/
+62
*
Add method "createChildLevel" to SummaryPart
Samy Pessé
2016-06-10
2
-4
/
+40
*
Add method .createChildLevel for SummaryArticle
Samy Pessé
2016-06-10
2
-36
/
+71
*
Fix #1374 and #1360: apply transform of conrefsLoader using a string, not a b...
Samy Pessé
2016-06-10
6
-63
/
+70
*
Fix #1377: fix listing of plugins when using gitbook as a library
Samy Pessé
2016-06-10
4
-7
/
+58
*
Fix listAll to add default plugins after normal ones
Samy Pessé
2016-06-10
5
-45
/
+35
*
Adapt sortPlugins to only sort an ordered map of plugins
Samy Pessé
2016-06-10
4
-44
/
+65
*
Add tests for insertPart
Soreine
2016-06-10
2
-1
/
+61
*
Merge pull request #1363 from todvora/master
Samy Pessé
2016-06-10
2
-2
/
+14
|
\
|
*
fixed target attribute for external links
Tomas Dvorak
2016-06-07
2
-2
/
+14
*
|
Compare list of plugins sorted to array of names in tests
Samy Pessé
2016-06-08
1
-41
/
+31
*
|
sortPlugins should not be async
Samy Pessé
2016-06-08
3
-72
/
+60
*
|
Improve testing for sortPlugins
Samy Pessé
2016-06-08
2
-54
/
+50
*
|
Fix serve cli using new ConfigModifier.addPlugin
Soreine
2016-06-08
1
-1
/
+3
|
/
*
Fix linting error
Samy Pessé
2016-06-07
1
-1
/
+1
*
Improve output of page to text with frontmatter
Samy Pessé
2016-06-07
2
-2
/
+2
*
Rollback frontmatter parsing to js-yaml to be browserify compatible
Samy Pessé
2016-06-07
3
-8
/
+9
*
Add method toText to Page
Samy Pessé
2016-06-07
2
-0
/
+44
*
Switch frontmatter parsing to gray-matter
Samy Pessé
2016-06-07
1
-5
/
+5
*
Expose Page model
Samy Pessé
2016-06-07
1
-0
/
+1
*
Split page parsing into parsePageFromString and parsePage
Samy Pessé
2016-06-07
5
-34
/
+84
*
Use Immutable instead of lodash for mergeDefaults
Samy Pessé
2016-06-07
1
-9
/
+11
*
Only merge objects in mergeDefaults
Samy Pessé
2016-06-07
1
-5
/
+9
*
Improve plugins config modifier
Samy Pessé
2016-06-07
6
-11
/
+68
*
Remove merge-defaults dependency
Samy Pessé
2016-06-07
3
-2
/
+12
*
Improve Config.toText to return only the required fields
Samy Pessé
2016-06-07
3
-1
/
+69
*
Improve addPlugin to not append default plugins to the list
Samy Pesse
2016-06-07
3
-10
/
+27
*
ConfigModifier.removePlugin should toggle off if default
Samy Pesse
2016-06-07
2
-2
/
+14
*
Expose DEFAULT_PLUGINS as a list of PluginDependency
Samy Pesse
2016-06-06
4
-20
/
+32
*
Adapt tests for config modifiers
Samy Pesse
2016-06-06
2
-10
/
+3
*
Change config modifier to work on a config object
Samy Pesse
2016-06-06
4
-29
/
+17
*
Add method editPlugin to config modifiers
Samy Pesse
2016-06-06
2
-1
/
+18
*
Add unit tests for postRender
Samy Pesse
2016-06-06
5
-73
/
+115
*
Add modifier togglePlugin
Samy Pesse
2016-06-06
6
-55
/
+117
*
Add method "toText" to config
Samy Pesse
2016-06-06
1
-56
/
+53
*
Default paths are relative to the current book
Soreine
2016-06-06
1
-6
/
+27
*
Search for README file in whole summary before inserting as first article
Johan Preynat
2016-05-30
1
-5
/
+3
*
Merge pull request #1336 from GitbookIO/loading/themes
Johan Preynat
2016-05-28
5
-6
/
+130
|
\
|
*
Throw an error if generateMock() cannot create the temp directory
Johan Preynat
2016-05-27
1
-1
/
+7
|
*
Use sortPlugins() in loadForBook()
Johan Preynat
2016-05-27
1
-5
/
+4
|
*
Add test file for sortPlugins()
Johan Preynat
2016-05-27
1
-0
/
+70
|
*
Export plugins sorting method to load plugins before themes
Johan Preynat
2016-05-27
1
-0
/
+45
|
*
Add prefix for theme plugins as constant
Johan Preynat
2016-05-27
1
-0
/
+4
*
|
Add header 'X-Current-Location' to serve and fix handling of directories
Samy Pessé
2016-05-27
1
-2
/
+21
*
|
Increase timeout for tests of plugin installation
Samy Pessé
2016-05-27
2
-0
/
+4
*
|
Add tests for installation of all plugins
Samy Pessé
2016-05-27
1
-0
/
+28
*
|
Add unit tests for installPlugin
Samy Pessé
2016-05-27
5
-53
/
+99
|
/
*
Add test for plugin version resolution
Samy Pessé
2016-05-27
1
-4
/
+12
*
Switch plugin installation and resolveVersion to use PluginDependency instead...
Samy Pessé
2016-05-27
3
-10
/
+25
*
Merge pull request #1334 from ryanswanson/master
Samy Pessé
2016-05-27
5
-83
/
+121
|
\
|
*
Fixed two issues for handling git URLs for plugins that are published to git ...
Ryan Swanson
2016-05-26
5
-83
/
+121
*
|
Add test for custom glossary file
Samy Pesse
2016-05-26
1
-0
/
+14
*
|
Annotate glossary terms before resolving links
Samy Pesse
2016-05-26
2
-7
/
+7
*
|
Complete basic tests for glossary
Samy Pesse
2016-05-26
1
-3
/
+6
*
|
Use real glossary name when annotating
Samy Pesse
2016-05-26
3
-7
/
+13
*
|
Method for parsing glossary when not listed in summary
Samy Pessé
2016-05-26
1
-10
/
+41
*
|
Start test for glossary generation
Samy Pessé
2016-05-26
1
-0
/
+32
|
/
*
Fix #1316: fix regression for supporting uppercase filenames in structure
Samy Pessé
2016-05-26
2
-1
/
+11
*
Fix #1328: fix crash when anchor links
Samy Pesse
2016-05-25
2
-9
/
+21
*
Fix anchor breaking links resolution
Samy Pessé
2016-05-24
3
-4
/
+25
*
Fix #1316: adapt regexp to handle dot in filenames
Samy Pessé
2016-05-23
2
-1
/
+11
*
Add failing test for #1316
Samy Pessé
2016-05-23
2
-4
/
+32
*
Fix error with isInRoot when empty root
Samy Pessé
2016-05-20
1
-0
/
+3
*
Fix PathUtils.isInRoot on windows
Samy Pessé
2016-05-20
1
-0
/
+6
*
Fix #1310: enforce language config in language books
Samy Pesse
2016-05-19
1
-2
/
+6
*
Implement renderInline method and missing output methods for API
Samy Pesse
2016-05-17
2
-0
/
+55
*
Implement renderBlock method for plugin API
Samy Pesse
2016-05-17
1
-0
/
+15
*
Expose lookup method for parsable files
Soreine
2016-05-17
7
-34
/
+58
*
Fix bug that can happen when configuration file doesn't exist
Samy Pessé
2016-05-12
1
-9
/
+9
*
Add api method getPageByPath for plugins
Samy Pessé
2016-05-12
1
-0
/
+14
*
Fix #1289: add option to filter files when listing using fs.listAllFiles
Samy Pessé
2016-05-12
2
-19
/
+24
*
Fix #1300: parse page frontmatter and content when listing pages
Samy Pessé
2016-05-12
2
-5
/
+7
*
Add template method "getPageByPath"
Samy Pessé
2016-05-12
3
-5
/
+32
*
Fix #1299: pass fileExists as global function for template, accept null/undef...
Samy Pessé
2016-05-12
1
-19
/
+36
*
Fix generation of ebook for multilingual book (gitbook pdf)
Samy Pessé
2016-05-12
1
-5
/
+7
*
Fix get of cover for multilingual books
Samy Pessé
2016-05-12
1
-3
/
+3
*
Revert "Extend Book.getLanguageBook"
Soreine
2016-05-12
1
-10
/
+6
*
Extend Book.getLanguageBook
Soreine
2016-05-12
1
-6
/
+10
*
Fix languages not being added to json output
Samy Pessé
2016-05-12
6
-7
/
+71
*
Fix path resolution when generating page with conrefs
Samy Pessé
2016-05-12
6
-9
/
+65
*
Improve logging when generating multilingual book
Samy Pessé
2016-05-12
2
-0
/
+8
*
Fix #1294: multilingual book should extend the book's config
Samy Pessé
2016-05-12
5
-25
/
+87
*
Add method "getLanguageBook" to book model
Samy Pessé
2016-05-12
1
-0
/
+11
*
Adapt eslint configuration for mocha
Samy Pesse
2016-05-11
2
-2
/
+0
[next]