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
*
Fixed summary encoding
Tomas Dvorak
2016-05-10
1
-1
/
+1
*
Add test for block replaced with anchors
Samy Pesse
2016-05-09
1
-0
/
+30
*
Adapt unit tests for blocks
Samy Pesse
2016-05-09
2
-6
/
+26
*
Fix unit test for templateBlock using a removed method "getParse"
Samy Pesse
2016-05-09
1
-1
/
+0
*
Fix linting warning in models/templateBlock.js
Samy Pesse
2016-05-08
1
-1
/
+1
*
Fix #1286: by default blocks should not be parsable
Samy Pesse
2016-05-08
2
-10
/
+3
*
Improve comment for API summary.walk
Samy Pesse
2016-05-08
1
-1
/
+1
*
Add method summary.getArticleByPath to summary api
Samy Pesse
2016-05-08
1
-0
/
+11
*
Start API for plugins to access the summary
Samy Pesse
2016-05-08
3
-2
/
+46
*
Fix command "gitbook init"
Samy Pesse
2016-05-07
1
-1
/
+1
*
Fix #1266: don't fail on "a" tags without "href"
Samy Pesse
2016-05-06
1
-0
/
+5
*
Correctly read assets using input fs when copying
Samy Pesse
2016-05-06
3
-6
/
+40
*
Add method readAsStream on fs model
Samy Pesse
2016-05-06
3
-2
/
+31
*
Add failing test for #1272
Samy Pesse
2016-05-06
1
-0
/
+15
*
Adapt unit tests for new templating post process
Samy Pesse
2016-05-05
2
-7
/
+6
*
Add mode TemplateOutput to represent {content + blocks} from template
Samy Pesse
2016-05-05
13
-101
/
+132
*
Add tests for replaceShortcuts
Samy Pesse
2016-05-04
4
-6
/
+64
*
Fix #1268: fix shortcuts of template block not being applied
Samy Pesse
2016-05-04
5
-16
/
+105
*
Fix #1267: don't fail when "node_modules" folder doesn't exist
Samy Pesse
2016-05-04
1
-0
/
+3
*
Fix location.relative(dir, file) trailing slash if file is a directory
Johan Preynat
2016-05-04
1
-1
/
+2
*
Merge pull request #1264 from GitbookIO/fix/plugin-resources
Samy Pessé
2016-05-04
7
-16
/
+96
|
\
|
*
Update Plugins.listResources() to use the prepared resources list
Johan Preynat
2016-05-04
2
-10
/
+14
|
*
Update copyPluginAssets to use prepared resources
Johan Preynat
2016-05-04
1
-5
/
+7
|
*
List resources per plugin in website generator onInit()
Johan Preynat
2016-05-04
2
-0
/
+56
|
*
Add resources to website generator state
Johan Preynat
2016-05-04
1
-1
/
+8
|
*
Add global method resolve(fileName)
Johan Preynat
2016-05-04
1
-0
/
+11
*
|
Merge pull request #1260 from GitbookIO/move-article
Samy Pessé
2016-05-04
11
-57
/
+312
|
\
\
|
*
|
Add tests, and fixes.
Soreine
2016-05-03
9
-35
/
+159
|
*
|
Update insert specification
Soreine
2016-05-03
2
-15
/
+17
|
*
|
Adds move and remove article modifier.
Soreine
2016-05-03
6
-29
/
+158
*
|
|
Fix #1263: Fix page generation for AsciiDoc
Samy Pessé
2016-05-04
2
-0
/
+13
*
|
|
Remove filter for pdf/epub/mobi files when outputting
Samy Pessé
2016-05-03
1
-3
/
+0
|
|
/
|
/
|
*
|
Merge pull request #1259 from GitbookIO/png-data-uri
Samy Pessé
2016-05-03
9
-8
/
+115
|
\
\
|
|
/
|
/
|
|
*
lib/models/config.js: Fix wrong call to PluginDependency.listToArray() to Plu...
Johan Preynat
2016-05-03
1
-1
/
+1
|
*
lib/parse/parseConfig.js: Remove unused require
Johan Preynat
2016-05-03
1
-2
/
+0
|
*
lib/output/modifiers/inlineAssets.js: Add inlinePng() modifier
Johan Preynat
2016-05-03
1
-1
/
+3
|
*
lib/output/modifiers/__tests__/inlinePng.js: Add test file for inlinePng modi...
Johan Preynat
2016-05-03
1
-0
/
+25
|
*
lib/output/modifiers/inlinePng.js: Add modifier to save inline PNG images
Johan Preynat
2016-05-03
1
-0
/
+47
|
*
lib/output/modifiers/resolveImages.js: Don't resolve images when src is a dat...
Johan Preynat
2016-05-03
1
-1
/
+1
|
*
lib/utils/__tests__/location.js: Add location.isDataURI() test file
Johan Preynat
2016-05-03
1
-0
/
+9
|
*
lib/utils/images.js: Add convertInlinePNG() method
Johan Preynat
2016-05-03
1
-1
/
+17
|
*
lib/utils/location.js: Add isDataURI() method
Johan Preynat
2016-05-03
1
-2
/
+12
*
|
Adds default file naming utilities in Book model
Soreine
2016-05-03
1
-0
/
+52
|
/
*
Log npm version being used when running gitbook install
Samy Pesse
2016-05-02
1
-1
/
+1
*
Merge branch 'fix/plugins_deps'
Samy Pesse
2016-05-02
12
-92
/
+245
|
\
|
*
Adapt Plugin.listAll to use a list of PluginDependency
Samy Pesse
2016-05-02
4
-33
/
+29
|
*
Enable promise long stack trace when testing or debugging
Samy Pesse
2016-05-02
1
-0
/
+5
|
*
Add model for plugin dependencies in the book.json
Samy Pessé
2016-05-02
10
-63
/
+215
*
|
Fix mock fs for windows testing
Samy Pesse
2016-05-02
1
-1
/
+1
*
|
lib/output/ebook/onPage.js: Fix missing page's filepath at Modifiers.inlineAs...
Johan Preynat
2016-05-02
1
-1
/
+1
*
|
lib/models/languages.js: Use lang.ref
Johan Preynat
2016-05-02
1
-1
/
+1
*
|
lib/output/ebook/onFinish.js: Use lowercase summary.html filename from themes
Johan Preynat
2016-05-02
1
-3
/
+4
|
/
*
Document method in utils/command.js
Samy Pessé
2016-05-02
1
-2
/
+15
*
Fix escaping of ebook-convert options
Samy Pessé
2016-05-02
1
-7
/
+26
*
Improve lib/plugins/__tests__/findInstalled.js
Johan Preynat
2016-05-02
1
-1
/
+10
*
Fix js error when using node < 4.x
Samy Pessé
2016-05-02
1
-1
/
+3
*
Fix lib/plugins/__tests__/findInstalled.js
Johan Preynat
2016-05-02
1
-1
/
+1
*
lib/fs/node.js: Use fresh-require@1.0.3 to read uncached configuration files
Johan Preynat
2016-05-02
1
-1
/
+2
*
lib/api/deprecate.js: Fix deprecateRenameMethod()
Johan Preynat
2016-05-02
1
-3
/
+1
*
Add method contentLink as deprecated for plugin API
Samy Pessé
2016-05-02
2
-9
/
+23
*
Fix Plugins.listAll to handle strings
Samy Pessé
2016-05-02
1
-0
/
+4
*
Add method removePlugin to ConfigModifier
Samy Pessé
2016-05-02
3
-2
/
+28
*
Add this.gitbook.version
Samy Pessé
2016-05-02
1
-0
/
+5
*
Fix modifiers for ebook format
Samy Pessé
2016-05-02
1
-4
/
+4
*
Tweak Summary.toText doc
Soreine
2016-05-02
1
-2
/
+3
*
lib/templating/postRender.js: Fix missing argument to engine.getBlock()
Johan Preynat
2016-05-02
1
-1
/
+1
*
Document encodeGlobal api
Samy Pessé
2016-05-02
1
-3
/
+15
*
Fix launch of livereload server
Samy Pessé
2016-05-02
1
-1
/
+9
*
Enable livereload plugin when serving content
Samy Pessé
2016-05-02
7
-5
/
+46
*
Improve timing debug
Samy Pessé
2016-05-02
2
-12
/
+17
*
getArticleByPath is now a global function for template instead of a filter
Samy Pessé
2016-05-02
1
-9
/
+15
*
Fix apply of async html modifiers
Samy Pessé
2016-05-02
1
-1
/
+1
*
Add test for async template block
Samy Pessé
2016-05-02
1
-0
/
+23
*
Complete api method template.applyBlock
Samy Pessé
2016-05-02
2
-5
/
+10
*
Log resolved version when installing plugins
Samy Pessé
2016-05-02
1
-1
/
+1
*
Remove should from git.js test
Samy Pessé
2016-05-02
1
-1
/
+0
*
Fix case of helper/resolveFileToUrl.js
Samy Pessé
2016-05-02
1
-0
/
+0
*
Add signature for api template.applyBlock
Samy Pesse
2016-05-01
1
-0
/
+13
*
Improve spacing when installing plugins
Samy Pesse
2016-05-01
1
-0
/
+1
*
Cleanup folder before generating output
Samy Pesse
2016-05-01
4
-2
/
+32
*
Improve plugin loading to not fake module errors
Samy Pesse
2016-05-01
1
-8
/
+14
*
Always log timing infos
Samy Pesse
2016-05-01
2
-0
/
+16
*
lib/cli/options.js: Return pure JS Array for CLI log options
Johan Preynat
2016-05-01
1
-1
/
+1
*
Remove lodash dependency
Samy Pesse
2016-04-30
5
-42
/
+56
*
Switch parsers to a model
Samy Pesse
2016-04-30
8
-52
/
+168
*
Fix add global env to templateEngine
Samy Pesse
2016-04-30
1
-1
/
+1
*
Add tests for conrefs loader
Samy Pesse
2016-04-30
3
-3
/
+36
*
Add tests for templateEngine
Samy Pesse
2016-04-30
1
-0
/
+51
*
lib/models/templateBlock.js: Fix convert blocks to pure JS array before passi...
Johan Preynat
2016-04-30
1
-1
/
+1
*
lib/models/templateBlock.js: Use function for Ext() instead of var
Johan Preynat
2016-04-30
1
-1
/
+1
*
lib/models/templateBlock.js: Add test file lib/models/__tests__/templateBlock.js
Johan Preynat
2016-04-30
1
-0
/
+107
*
Add option "--timing" to mesure gitbook performances
Samy Pesse
2016-04-30
10
-103
/
+233
*
Add tests for git utility
Samy Pesse
2016-04-30
1
-0
/
+58
*
Add this.generator as deprecated
Samy Pesse
2016-04-30
2
-0
/
+9
*
Use areIdenticalPaths for Summary.getByPath
Samy Pesse
2016-04-29
1
-1
/
+2
*
Log page causing error when a bug occurs during generation
Samy Pesse
2016-04-29
1
-0
/
+4
*
Don't fail if page doesn't exist
Samy Pesse
2016-04-29
2
-0
/
+17
*
Fix validation of configuration for plugins
Samy Pesse
2016-04-29
2
-2
/
+2
*
Fix listing of plugins when contains "-"
Samy Pesse
2016-04-29
6
-16
/
+37
*
Fix linting error
Samy Pesse
2016-04-29
9
-17
/
+19
[next]