summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Add conrefs loader for templatingSamy Pessé2016-04-2511-12/+194
|
* Add more tests for LocationUtilsSamy Pessé2016-04-251-1/+50
|
* Add post processing for templatesSamy Pessé2016-04-256-2/+106
|
* Replace shortcuts in templatingSamy Pessé2016-04-256-25/+104
|
* Add base rendering for templateSamy Pessé2016-04-255-7/+62
|
* Add tests for link resolutionSamy Pessé2016-04-253-2/+91
|
* Complete json formatSamy Pessé2016-04-257-21/+27
|
* Convert markdown to html for pagesSamy Pessé2016-04-253-2/+45
|
* Fix plugins loadingSamy Pessé2016-04-2524-30/+161
|
* Add fiel for testing resolveLinksSamy Pesse2016-04-245-5/+61
|
* Add default filters and blocksSamy Pesse2016-04-245-397/+87
|
* Add base structure for templatingSamy Pesse2016-04-246-1/+439
|
* Parse multilingual booksSamy Pesse2016-04-244-9/+112
|
* add test for modifier "annotateText"Samy Pesse2016-04-234-9/+94
|
* Add assets inliner modifier for HTMLSamy Pesse2016-04-2317-41/+364
|
* Add json encoding utilsSamy Pesse2016-04-2341-3267/+328
|
* Add method to be article by levelSamy Pesse2016-04-239-15/+169
|
* Add base for calling hook on page/globalSamy Pessé2016-04-224-5/+114
|
* Add base utils for generationSamy Pessé2016-04-2220-91/+316
|
* Add test for configSamy Pessé2016-04-224-4/+124
|
* Add utils to install pluginsSamy Pessé2016-04-225-14/+211
|
* BaseSamy Pessé2016-04-2283-1214/+2424
|
* Merge remote-tracking branch 'origin/master'Samy Pessé2016-04-201-1/+1
|\
| * Correctly detect promises from block.process in TemplateEngine.applyBlock()Johan Preynat2016-04-201-1/+1
| |
* | When using structure.readme, fix link to readme to resolve to index.htmlSamy Pessé2016-04-201-0/+5
|/
* Comment template codeSamy Pessé2016-04-201-28/+122
|
* Fix reliability of template.self in macro importSamy Pessé2016-04-201-3/+7
|
* Correctly ignore structure file (only in root folder)Samy Pesse2016-04-201-3/+3
|
* Correctly load plugins when using "root" optionSamy Pesse2016-04-191-0/+1
|
* Ensure "template" is always set when rendering a templateSamy Pesse2016-04-192-5/+7
|
* Fix template context should be global in nunjucks for themingSamy Pesse2016-04-191-2/+4
| | | | Fix pdf_footer and pdf_header template not rendering
* Use page.content if modified or fallback to page.sections in plugins hooksJohan Preynat2016-04-191-8/+11
|
* Correctly set template.self in all casesSamy Pessé2016-04-183-16/+38
|
* Fix js error when using output without rootSamy Pessé2016-04-181-2/+3
|
* Fix infinite loop on this.optionsSamy Pessé2016-04-181-1/+1
|
* Add generator and output property as deprecated in configSamy Pessé2016-04-182-10/+5
|
* Ensure plugins compatibility with page.sectionsJohan Preynat2016-04-181-5/+17
|
* Add context for readmeSamy Pessé2016-04-183-1/+21
|
* Output context as global for themesSamy Pessé2016-04-154-106/+183
|
* Add method for theme: template.getJSContextSamy Pessé2016-04-141-1/+14
|
* Add lunr as default pluginSamy Pessé2016-04-141-1/+1
|
* Improve description extraction and adapt unit testsSamy Pessé2016-04-141-4/+10
|
* Pass template to block's contextSamy Pessé2016-04-141-1/+2
|
* Remove unused variableSamy Pessé2016-04-131-1/+0
|
* Improve block parsing to handle args/kwargs on subblocksSamy Pessé2016-04-131-54/+72
|
* Add trailing dots to page.description when longer than 300 charactersJohan Preynat2016-04-131-1/+5
|
* Add filter "getArticleByPath" for theme templatesSamy Pessé2016-04-131-0/+8
|
* Increase size of extracted descriptionSamy Pessé2016-04-131-2/+2
|
* Update page context for plugins hooksJohan Preynat2016-04-132-7/+7
|
* Watch _layouts when servingSamy Pessé2016-04-121-1/+1
|
* Cleanup code to list pluginsSamy Pessé2016-04-111-1/+2
|
* Fix #1195: fix external images and fix test for itSamy Pessé2016-04-111-0/+4
|
* Switch to ignore@3.1.1Samy Pesse2016-04-101-4/+2
|
* Fix generator deprecation warning being shown for each callSamy Pessé2016-04-101-6/+10
|
* Load plugins from book parent in multilingual bookSamy Pessé2016-04-091-2/+7
|
* Inherit ignore rules of output from bookSamy Pessé2016-04-081-0/+5
|
* Add "languages" property to all json files for multilingual bookSamy Pessé2016-04-081-1/+1
|
* Misinterpreted second argument of String.prototype.split. Remainder of the ↵Jasha Joachimsthal2016-03-241-2/+2
| | | | array must be joined instead.
* Limit splitting plugin name for git+sshJasha Joachimsthal2016-03-241-1/+1
|
* Fix template search paths to use plugins listed firstSamy Pessé2016-03-223-5/+29
|
* Add block "markdown", "asciidoc" and "markup"Samy Pessé2016-03-181-0/+20
|
* Use stabler block anchor in template outputSamy Pessé2016-03-181-2/+2
|
* Fix context for template block/filtersSamy Pessé2016-03-181-7/+11
|
* Add method renderInline and renderBlock to bookSamy Pessé2016-03-184-4/+31
|
* Load all plugins, even dependencies of pluginsSamy Pessé2016-03-153-43/+57
|
* Add method registry.list to list all plugins for a bookSamy Pessé2016-03-151-1/+49
|
* Fix FSLoader for relative pathsSamy Pessé2016-03-111-1/+18
|
* Create new loader for nunjucks to avoid infinite loopSamy Pessé2016-03-112-11/+49
|
* Use complete list of plugins for templates resolution / i18n / assetsSamy Pessé2016-03-093-40/+13
|
* Add back gitbook.generator property as deprecatedSamy Pessé2016-03-094-28/+37
|
* Add "output" variables for templatingSamy Pessé2016-03-092-1/+19
|
* Add book to templating contextSamy Pessé2016-03-071-2/+3
|
* Improve version suggestionSamy Pessé2016-03-071-1/+1
|
* Add deprecated methods isSubBook and contentPathSamy Pessé2016-03-071-0/+8
|
* Add more deprecated apiSamy Pessé2016-03-073-3/+16
|
* Fix linting errorsSamy Pessé2016-03-077-20/+9
|
* Fix log when installing pluginsSamy Pessé2016-03-071-1/+1
|
* Fix deprecated method root for send moduleSamy Pessé2016-03-072-3/+3
|