summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fixed summary encodingTomas Dvorak2016-05-101-1/+1
* Add test for block replaced with anchorsSamy Pesse2016-05-091-0/+30
* Adapt unit tests for blocksSamy Pesse2016-05-092-6/+26
* Fix unit test for templateBlock using a removed method "getParse"Samy Pesse2016-05-091-1/+0
* Fix linting warning in models/templateBlock.jsSamy Pesse2016-05-081-1/+1
* Fix #1286: by default blocks should not be parsableSamy Pesse2016-05-082-10/+3
* Improve comment for API summary.walkSamy Pesse2016-05-081-1/+1
* Add method summary.getArticleByPath to summary apiSamy Pesse2016-05-081-0/+11
* Start API for plugins to access the summarySamy Pesse2016-05-083-2/+46
* Fix command "gitbook init"Samy Pesse2016-05-071-1/+1
* Fix #1266: don't fail on "a" tags without "href"Samy Pesse2016-05-061-0/+5
* Correctly read assets using input fs when copyingSamy Pesse2016-05-063-6/+40
* Add method readAsStream on fs modelSamy Pesse2016-05-063-2/+31
* Add failing test for #1272Samy Pesse2016-05-061-0/+15
* Adapt unit tests for new templating post processSamy Pesse2016-05-052-7/+6
* Add mode TemplateOutput to represent {content + blocks} from templateSamy Pesse2016-05-0513-101/+132
* Add tests for replaceShortcutsSamy Pesse2016-05-044-6/+64
* Fix #1268: fix shortcuts of template block not being appliedSamy Pesse2016-05-045-16/+105
* Fix #1267: don't fail when "node_modules" folder doesn't existSamy Pesse2016-05-041-0/+3
* Fix location.relative(dir, file) trailing slash if file is a directoryJohan Preynat2016-05-041-1/+2
* Merge pull request #1264 from GitbookIO/fix/plugin-resourcesSamy Pessé2016-05-047-16/+96
|\
| * Update Plugins.listResources() to use the prepared resources listJohan Preynat2016-05-042-10/+14
| * Update copyPluginAssets to use prepared resourcesJohan Preynat2016-05-041-5/+7
| * List resources per plugin in website generator onInit()Johan Preynat2016-05-042-0/+56
| * Add resources to website generator stateJohan Preynat2016-05-041-1/+8
| * Add global method resolve(fileName)Johan Preynat2016-05-041-0/+11
* | Merge pull request #1260 from GitbookIO/move-articleSamy Pessé2016-05-0411-57/+312
|\ \
| * | Add tests, and fixes.Soreine2016-05-039-35/+159
| * | Update insert specificationSoreine2016-05-032-15/+17
| * | Adds move and remove article modifier.Soreine2016-05-036-29/+158
* | | Fix #1263: Fix page generation for AsciiDocSamy Pessé2016-05-042-0/+13
* | | Remove filter for pdf/epub/mobi files when outputtingSamy Pessé2016-05-031-3/+0
| |/ |/|
* | Merge pull request #1259 from GitbookIO/png-data-uriSamy Pessé2016-05-039-8/+115
|\ \ | |/ |/|
| * lib/models/config.js: Fix wrong call to PluginDependency.listToArray() to Plu...Johan Preynat2016-05-031-1/+1
| * lib/parse/parseConfig.js: Remove unused requireJohan Preynat2016-05-031-2/+0
| * lib/output/modifiers/inlineAssets.js: Add inlinePng() modifierJohan Preynat2016-05-031-1/+3
| * lib/output/modifiers/__tests__/inlinePng.js: Add test file for inlinePng modi...Johan Preynat2016-05-031-0/+25
| * 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 dat...Johan Preynat2016-05-031-1/+1
| * 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
* Merge branch 'fix/plugins_deps'Samy Pesse2016-05-0212-92/+245
|\
| * 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-021-0/+5
| * 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
* | lib/output/ebook/onPage.js: Fix missing page's filepath at Modifiers.inlineAs...Johan Preynat2016-05-021-1/+1
* | lib/models/languages.js: Use lang.refJohan Preynat2016-05-021-1/+1
* | lib/output/ebook/onFinish.js: Use lowercase summary.html filename from themesJohan Preynat2016-05-021-3/+4
|/
* 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
* lib/fs/node.js: Use fresh-require@1.0.3 to read uncached configuration filesJohan Preynat2016-05-021-1/+2
* 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
* 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
* 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
* Remove lodash dependencySamy Pesse2016-04-305-42/+56
* Switch parsers to a modelSamy Pesse2016-04-308-52/+168
* 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 passi...Johan Preynat2016-04-301-1/+1
* 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-299-17/+19