summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * lib/output/modifiers/__tests__/inlinePng.js: Add test file for inlinePng ↵Johan Preynat2016-05-031-0/+25
| | | | | | | | modifier
| * lib/output/modifiers/inlinePng.js: Add modifier to save inline PNG imagesJohan Preynat2016-05-031-0/+47
| |
| * lib/output/modifiers/resolveImages.js: Don't resolve images when src is a ↵Johan Preynat2016-05-031-1/+1
| | | | | | | | data URI
| * lib/utils/__tests__/location.js: Add location.isDataURI() test fileJohan Preynat2016-05-031-0/+9
| |
| * lib/utils/images.js: Add convertInlinePNG() methodJohan Preynat2016-05-031-1/+17
| |
| * lib/utils/location.js: Add isDataURI() methodJohan Preynat2016-05-031-2/+12
| |
* | Adds default file naming utilities in Book modelSoreine2016-05-031-0/+52
|/
* Log npm version being used when running gitbook installSamy Pesse2016-05-021-1/+1
|
* Update dependenciesSamy Pesse2016-05-021-9/+8
|
* Merge branch 'fix/plugins_deps'Samy Pesse2016-05-0213-93/+249
|\
| * Adapt Plugin.listAll to use a list of PluginDependencySamy Pesse2016-05-024-33/+29
| |
| * Enable promise long stack trace when testing or debuggingSamy Pesse2016-05-022-1/+9
| |
| * Add model for plugin dependencies in the book.jsonSamy Pessé2016-05-0210-63/+215
| |
* | Fix mock fs for windows testingSamy Pesse2016-05-021-1/+1
| |
* | Update gitbook-asciidoc@1.1.4Samy Pesse2016-05-021-1/+1
| |
* | Update gitbook-asciidoc@1.1.3 to fix error on linuxSamy Pesse2016-05-021-1/+1
| |
* | Update gitbook-asciidoc@1.1.2Samy Pesse2016-05-021-1/+1
| |
* | Update gitbook-markdown@1.2.3Samy Pesse2016-05-021-1/+1
| |
* | lib/output/ebook/onPage.js: Fix missing page's filepath at ↵Johan Preynat2016-05-021-1/+1
| | | | | | | | Modifiers.inlineAssets() call
* | lib/models/languages.js: Use lang.refJohan Preynat2016-05-021-1/+1
| |
* | Update jest@12.0.2Johan Preynat2016-05-021-1/+1
| |
* | lib/output/ebook/onFinish.js: Use lowercase summary.html filename from themesJohan Preynat2016-05-021-3/+4
|/
* Update gitbook-markdown and gitbook-asciidocSamy Pessé2016-05-021-2/+2
|
* Document method in utils/command.jsSamy Pessé2016-05-021-2/+15
|
* Fix escaping of ebook-convert optionsSamy Pessé2016-05-021-7/+26
|
* Improve lib/plugins/__tests__/findInstalled.jsJohan Preynat2016-05-021-1/+10
|
* Fix js error when using node < 4.xSamy Pessé2016-05-021-1/+3
|
* Fix lib/plugins/__tests__/findInstalled.jsJohan Preynat2016-05-021-1/+1
|
* Bump version to 3.0.0-pre.103.0.0-pre.10Samy Pessé2016-05-021-1/+1
|
* Update theme-default@1.0.0-pre.9Samy Pessé2016-05-021-1/+1
|
* Use gitbook-plugin-search@2.2.1Johan Preynat2016-05-021-1/+1
|
* lib/fs/node.js: Use fresh-require@1.0.3 to read uncached configuration filesJohan Preynat2016-05-022-1/+3
|
* lib/api/deprecate.js: Fix deprecateRenameMethod()Johan Preynat2016-05-021-3/+1
|
* Add method contentLink as deprecated for plugin APISamy Pessé2016-05-022-9/+23
|
* Fix Plugins.listAll to handle stringsSamy Pessé2016-05-021-0/+4
|
* Add method removePlugin to ConfigModifierSamy Pessé2016-05-023-2/+28
|
* Add this.gitbook.versionSamy Pessé2016-05-021-0/+5
|
* Fix modifiers for ebook formatSamy Pessé2016-05-021-4/+4
|
* Tweak Summary.toText docSoreine2016-05-021-2/+3
|
* lib/templating/postRender.js: Fix missing argument to engine.getBlock()Johan Preynat2016-05-021-1/+1
|
* Document encodeGlobal apiSamy Pessé2016-05-021-3/+15
|
* Fix launch of livereload serverSamy Pessé2016-05-021-1/+9
|
* Enable livereload plugin when serving contentSamy Pessé2016-05-027-5/+46
|
* Improve timing debugSamy Pessé2016-05-022-12/+17
|
* getArticleByPath is now a global function for template instead of a filterSamy Pessé2016-05-021-9/+15
|
* Fix apply of async html modifiersSamy Pessé2016-05-021-1/+1
|
* Add test for async template blockSamy Pessé2016-05-021-0/+23
|
* Complete api method template.applyBlockSamy Pessé2016-05-022-5/+10
|
* Update nunjucks@2.4.2Samy Pessé2016-05-021-1/+1
|
* Log resolved version when installing pluginsSamy Pessé2016-05-021-1/+1
|
* Remove should from git.js testSamy Pessé2016-05-021-1/+0
|
* Fix case of helper/resolveFileToUrl.jsSamy Pessé2016-05-021-0/+0
|
* Add signature for api template.applyBlockSamy Pesse2016-05-011-0/+13
|
* Improve spacing when installing pluginsSamy Pesse2016-05-011-0/+1
|
* Cleanup folder before generating outputSamy Pesse2016-05-014-2/+32
|
* Improve plugin loading to not fake module errorsSamy Pesse2016-05-011-8/+14
|
* Fix #1253: add instructions for generating ebook in docsSamy Pesse2016-05-013-3/+12
|
* Always log timing infosSamy Pesse2016-05-012-0/+16
|
* lib/cli/options.js: Return pure JS Array for CLI log optionsJohan Preynat2016-05-011-1/+1
|
* Add @soreine and @jpreynat to authors listSamy Pesse2016-04-301-3/+4
|
* Remove lodash dependencySamy Pesse2016-04-306-43/+56
|
* Switch parsers to a modelSamy Pesse2016-04-3047-2576/+168
|
* Merge branch 'fixes'Samy Pesse2016-04-30244-5016/+9458
|\
| * Fix add global env to templateEngineSamy Pesse2016-04-301-1/+1
| |
| * Add tests for conrefs loaderSamy Pesse2016-04-303-3/+36
| |
| * Add tests for templateEngineSamy Pesse2016-04-301-0/+51
| |
| * lib/models/templateBlock.js: Fix convert blocks to pure JS array before ↵Johan Preynat2016-04-301-1/+1
| | | | | | | | passing to parser.parseUntilBlocks()
| * lib/models/templateBlock.js: Use function for Ext() instead of varJohan Preynat2016-04-301-1/+1
| |
| * lib/models/templateBlock.js: Add test file lib/models/__tests__/templateBlock.jsJohan Preynat2016-04-301-0/+107
| |
| * Add option "--timing" to mesure gitbook performancesSamy Pesse2016-04-3010-103/+233
| |
| * Add tests for git utilitySamy Pesse2016-04-301-0/+58
| |
| * Add this.generator as deprecatedSamy Pesse2016-04-302-0/+9
| |
| * Use areIdenticalPaths for Summary.getByPathSamy Pesse2016-04-291-1/+2
| |
| * Log page causing error when a bug occurs during generationSamy Pesse2016-04-291-0/+4
| |
| * Don't fail if page doesn't existSamy Pesse2016-04-292-0/+17
| |
| * Fix validation of configuration for pluginsSamy Pesse2016-04-292-2/+2
| |
| * Fix listing of plugins when contains "-"Samy Pesse2016-04-296-16/+37
| |
| * Fix linting errorSamy Pesse2016-04-2911-19/+22
| |
| * Add api this.readFile and this.readFileAsStringSamy Pessé2016-04-291-0/+21
| |
| * Add context for page templatesSamy Pessé2016-04-291-7/+8
| |
| * Fix context for page templateSamy Pessé2016-04-295-6/+22
| |
| * Complete ebook generation using ebook-convertSamy Pessé2016-04-2910-28/+249
| |
| * Use API to create context for filters/blocksSamy Pessé2016-04-291-0/+6
| |
| * Merge remote-tracking branch 'origin/fixes' into fixesSamy Pessé2016-04-291-1/+1
| |\
| | * lib/api/encodePage.js: Fix deprecated page.progress assignmentJohan Preynat2016-04-291-1/+1
| | |
| * | Add ebook commands pdf/mobi/epubSamy Pessé2016-04-294-2/+90
| |/
| * Generate SUMMARY.html for ebook outputSamy Pessé2016-04-297-21/+50
| |
| * Correctly setup configuration for plugins in multilingual booksSamy Pessé2016-04-293-3/+20
| |
| * Add location.areIdenticalPaths(p1,p2) to effectively compare two pathsJohan Preynat2016-04-292-1/+16
| |
| * Find installed gitbook-plugins in node_modules folderJohan Preynat2016-04-292-4/+25
| |
| * Fix typoJohan Preynat2016-04-291-1/+1
| |
| * It should generate index for languagesSamy Pessé2016-04-298-42/+91
| |
| * Use plugin assets from parent when language bookSamy Pessé2016-04-292-1/+15
| |
| * Inherit plugins list from parent output when generating multilingual bookSamy Pessé2016-04-292-33/+60
| |
| * Add tests for parsing a book with option "root"Samy Pessé2016-04-291-0/+26
| |
| * Fix parsing of multilingual booksSamy Pessé2016-04-296-6/+44
| |
| * Complete deprecated page.progress and this.navigationSamy Pessé2016-04-297-35/+102
| |
| * Encode navigation for compatibility with gitbook v2Samy Pesse2016-04-284-8/+72
| |
| * Add command "init"Samy Pesse2016-04-2814-59/+143
| |
| * Add base for deprecated page.naviationSamy Pessé2016-04-282-0/+23
| |