summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵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-299-17/+19
|
* 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-297-14/+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
|
* Extend timeout for testsSamy Pessé2016-04-284-8/+6
|
* Add basic tests for website generatorSamy Pessé2016-04-281-0/+29
|
* Add basic tests for json generatorSamy Pessé2016-04-287-7/+72
|
* Export more modelsSamy Pessé2016-04-281-6/+5
|
* Always generate a README.json as introduction of json outputSamy Pessé2016-04-281-1/+3
|
* Fix typo in JSONUtils.encodeBookSamy Pessé2016-04-281-1/+1
|
* Copy readme.json from main language for json output of multilingualSamy Pessé2016-04-284-4/+28
|
* Add "next" and "previous" to page JSON reprSamy Pessé2016-04-284-7/+61
|
* Add tests for PathUtilsSamy Pessé2016-04-281-0/+17
|
* Add modifiers to edit article and insert in summarySamy Pessé2016-04-289-5/+188
|
* Fix ref in summary when parsed without refSamy Pessé2016-04-281-1/+6
|
* Add tests for SummaryModifier.editPartTitleSamy Pessé2016-04-284-6/+57
|
* Add method setSummary to bookSamy Pessé2016-04-282-4/+13
|
* Add base modifiers for summary as SummaryModifierSamy Pessé2016-04-2810-11/+144
|
* Add tests for parseIgnoreSamy Pessé2016-04-288-11/+53
|
* Handle correctly ignored file in multilanguages bookSamy Pessé2016-04-281-0/+9
|
* Add comments for todosSamy Pesse2016-04-273-2/+21
|
* Correctly resolve images starting with /Samy Pesse2016-04-276-7/+71
|
* Add tests for svg inlinerSamy Pesse2016-04-277-22/+78
|
* Document cli/server.jsSamy Pessé2016-04-271-2/+15
|
* Add test for assets inlinerSamy Pessé2016-04-279-19/+121
|
* Add language property to book for multilingualSamy Pessé2016-04-273-58/+71
|
* Use orderedMap for language booksSamy Pessé2016-04-272-4/+15
|
* Use code TemplateBlock to highlight codeSamy Pessé2016-04-2711-63/+134
|
* Add test for highlightCode html modifierSamy Pessé2016-04-274-2/+110
|
* Merge remote-tracking branch 'origin/fixes' into fixesSamy Pessé2016-04-271-1/+5
|\
| * Check for stdout, for browser compatibilitySoreine2016-04-271-1/+5
| |
* | Generate multilingual booksSamy Pessé2016-04-271-0/+16
|/
* Correctly ignore summary and templates from assetsSamy Pessé2016-04-273-2/+34
|
* Fix plugin's config validationSamy Pessé2016-04-271-1/+2
|
* Add browser specific index.jsSamy Pessé2016-04-271-0/+9
|
* Add method ".toText" on glossary and summarySamy Pessé2016-04-275-12/+77
|
* Complete api method output.toURLSamy Pessé2016-04-271-2/+3
|
* Add plugins.resources for template contextSamy Pessé2016-04-275-5/+60
|
* Merge remote-tracking branch 'origin/fixes' into fixesSamy Pessé2016-04-271-0/+2
|\
| * Exposes FS in public interfaceSoreine2016-04-271-0/+2
| |
* | Add JS context for templateSamy Pessé2016-04-273-16/+33
|/
* Fix order of plugins assets copySamy Pessé2016-04-271-1/+5
|
* Fix filters for theme templatesSamy Pessé2016-04-2715-94/+178
|
* Don;t log deprecation warning for own logicSamy Pessé2016-04-274-7/+38
|
* Complete generator name in plugins APISamy Pessé2016-04-273-7/+59
|
* Add this.book and this.options as deprecatedSamy Pessé2016-04-271-0/+6
|
* Stop running test on node 0.12 for windowsSamy Pesse2016-04-267-27/+70
|
* Load i18n translationsSamy Pesse2016-04-269-114/+207
|
* Correctly set log levelSamy Pesse2016-04-264-17/+57
|
* Add base for plugin JS apiSamy Pesse2016-04-2612-31/+227
|
* Add command "serve"Samy Pesse2016-04-269-354/+108
|
* Add default filters to theme templating engineSamy Pesse2016-04-261-2/+3
|
* Add base for commandsSamy Pesse2016-04-2614-209/+450
| | | | Improve plugins installation
* Add more tests for summarySamy Pesse2016-04-264-30/+68
|
* Add duration to final log for generationSamy Pesse2016-04-266-20/+57
|
* Complete method getByPath of SummarySamy Pesse2016-04-263-39/+17
|
* Add test for readme parsingSamy Pesse2016-04-262-0/+46
|
* Add basic tests for summary parsingSamy Pesse2016-04-262-2/+39
|
* Add test for parsing glossarySamy Pesse2016-04-265-2/+54
|
* Add mock fs and tests for itSamy Pesse2016-04-264-1/+187
|
* Copy resources from plugins to output folderSamy Pesse2016-04-252-20/+96
|
* Copy assets from themes to output folderSamy Pesse2016-04-2510-13/+110
|
* Enable extension "do"Samy Pessé2016-04-252-2/+37
|
* Fix resolution of theme's templatesSamy Pessé2016-04-258-18/+52
|
* Add loader for themesSamy Pessé2016-04-258-6/+173
|