summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* When using structure.readme, fix link to readme to resolve to index.htmlSamy Pessé2016-04-202-1/+54
* Add tests for page hookSamy Pessé2016-04-185-15/+90
* Fix tests for copy of website themeSamy Pessé2016-04-151-4/+9
* Output context as global for themesSamy Pessé2016-04-152-0/+17
* Improve description extraction and adapt unit testsSamy Pessé2016-04-141-2/+2
* Fix #1195: fix external images and fix test for itSamy Pessé2016-04-111-1/+1
* Add test for main language in json outputSamy Pesse2016-04-081-1/+2
* Add base tests for fiailng ignoreSamy Pessé2016-04-082-0/+34
* Disable ssh test when ciSamy Pessé2016-04-081-15/+19
* Add "languages" property to all json files for multilingual bookSamy Pessé2016-04-081-0/+15
* Limit splitting plugin name for git+sshJasha Joachimsthal2016-03-241-0/+15
* Add test for blocks markdown/asciidoc/markupSamy Pessé2016-03-181-1/+16
* Load all plugins, even dependencies of pluginsSamy Pessé2016-03-151-6/+10
* Add theme for extending theme from bookSamy Pessé2016-03-111-0/+25
* Add back gitbook.generator property as deprecatedSamy Pessé2016-03-091-0/+7
* Fix linting errorsSamy Pessé2016-03-072-4/+3
* Fix page description testsSamy Pessé2016-03-021-3/+3
* Extend "page" with frontmatter attributesSamy Pessé2016-03-021-3/+13
* Add test for plugin installation from githubSamy Pessé2016-03-011-0/+16
* Remove .gitbook and add "root" optionSamy Pessé2016-02-296-19/+26
* Add simple test for exportsSamy Pessé2016-02-292-0/+15
* Fix #1165: correctly normalize path in summary to accept unicodeSamy Pessé2016-02-281-0/+28
* Add init commandSamy Pessé2016-02-283-3/+76
* Fix some path normalization on windowsSamy Pessé2016-02-251-0/+5
* Extract description from page's front matterSamy Pessé2016-02-251-0/+24
* Remove option defaultPlugins and simplify loadingSamy Pessé2016-02-258-10/+92
* Use jsonschema to validate configurationSamy Pessé2016-02-251-1/+38
* Add tests for multilingual book and json outputSamy Pessé2016-02-251-0/+27
* Fix binding to context for plugin blocksSamy Pessé2016-02-241-2/+2
* Add property depth to article and pagesSamy Pessé2016-02-241-0/+6
* Generate multi-lingual indexSamy Pessé2016-02-242-1/+52
* Correctly setup summary instance when file doesn't existSamy Pessé2016-02-241-0/+26
* Add .gitbook to locate book inside repositorySamy Pessé2016-02-233-23/+54
* Adapt test for paths to run on windowsSamy Pesse2016-02-221-2/+3
* Add basic test for ebook generationSamy Pessé2016-02-223-0/+38
* Add tests for blocks from pluginsSamy Pessé2016-02-223-2/+54
* Add tests for context of filtersSamy Pessé2016-02-223-0/+55
* Add test for resources listingSamy Pessé2016-02-223-0/+43
* Change gitignore to commit tests pluginsSamy Pessé2016-02-222-0/+22
* Add test for extension of book's configurationSamy Pessé2016-02-221-1/+22
* Add validation of plugin's config after loadingSamy Pessé2016-02-221-9/+23
* Fix test for file.mtimeSamy Pessé2016-02-211-1/+2
* Fix resolve of relatives images in assets inlinerSamy Pessé2016-02-211-2/+18
* Simplify .next and .prev for articlesSamy Pessé2016-02-211-7/+23
* Fix .next and .prev for summary's articles to use partsSamy Pessé2016-02-211-4/+33
* Extend configuration with infos from readmeSamy Pessé2016-02-211-0/+8
* Change glossary to enforce use of h2Samy Pessé2016-02-201-1/+1
* Complete normalization of summary with level and multiples partsSamy Pessé2016-02-201-9/+49
* Lint after travis testsSamy Pesse2016-02-181-0/+2
* Add detection of text direction and provide: 'page.dir'Samy Pessé2016-02-181-0/+16
* Fix resolve of imagesSamy Pessé2016-02-181-21/+84
* Add test for navigation in summarySamy Pessé2016-02-183-5/+148
* Fix path calcul to be coherantSamy Pessé2016-02-182-23/+95
* Add tests for path utils moduleSamy Pessé2016-02-182-0/+17
* Correctly map filenames for website outputSamy Pessé2016-02-183-2/+35
* Add test for copy of assets in website generatorSamy Pessé2016-02-182-1/+28
* Add glossary as a normal pageSamy Pesse2016-02-171-0/+11
* Improve annotation with glossary termsSamy Pesse2016-02-171-1/+41
* Add test for locationSamy Pesse2016-02-172-0/+39
* Fix and improve tests for links in pageSamy Pessé2016-02-171-2/+10
* Add file website output testsSamy Pessé2016-02-173-19/+7
* Don't build context in templating engineSamy Pessé2016-02-171-3/+2
* Add tests for installation of pluginsSamy Pessé2016-02-172-7/+39
* Fix loading of pluginsSamy Pessé2016-02-172-4/+10
* Change format of conrefs and folder mixinsSamy Pessé2016-02-172-2/+2
* Add method to install plugin from npmSamy Pesse2016-02-162-0/+38
* Add tests for args in blocksSamy Pessé2016-02-151-0/+9
* Fix addBlock for template engineSamy Pessé2016-02-152-3/+55
* Complete page.previous and page.next variablesSamy Pessé2016-02-151-1/+23
* Add test for page.title variableSamy Pessé2016-02-152-8/+25
* Add test for file variables in templatingSamy Pessé2016-02-142-2/+22
* Move conrefs to a separate mixinSamy Pessé2016-02-144-44/+59
* Start moving template and conrefs on OutputSamy Pessé2016-02-142-0/+18
* Complete assets inlinerSamy Pessé2016-02-131-34/+48
* Improve performance of svg conversionSamy Pessé2016-02-131-2/+3
* Add method to fetch remote image with AssetsInlinerSamy Pesse2016-02-131-0/+4
* Add more test for svgSamy Pesse2016-02-131-4/+19
* Complete test for convertion of svgsSamy Pesse2016-02-132-2/+24
* Add conversion of svg to png for assets inlinerSamy Pesse2016-02-123-1/+49
* Separate output in FolderOutput and baseSamy Pesse2016-02-121-3/+6
* Remove concept of generator, to merge it with OutputSamy Pesse2016-02-122-4/+4
* Replace links to page of summary by html linksSamy Pesse2016-02-121-10/+37
* Complete test for heading IDsSamy Pesse2016-02-121-2/+9
* Page output a simple html stringSamy Pesse2016-02-114-16/+91
* Complete conrefs in parsingSamy Pesse2016-02-112-10/+40
* Add conrefs loader for nunjucksSamy Pesse2016-02-111-1/+1
* Cleaner module for managing git refsSamy Pesse2016-02-111-9/+22
* Add git urls parsing and testsSamy Pesse2016-02-112-0/+49
* Add base for page parsingSamy Pessé2016-02-111-3/+13
* Add assertion for should to test existence of fileSamy Pessé2016-02-112-10/+28
* Add base for templatingSamy Pessé2016-01-314-2/+55
* Add order for testsSamy Pessé2016-01-288-0/+17
* Add parsing of summary and testsSamy Pessé2016-01-283-2/+43
* Fix tests for languages parsingSamy Pessé2016-01-284-26/+82
* Add unit tests for langsSamy Pessé2016-01-287-124/+149
* Add method glossary.findSamy Pessé2016-01-271-14/+9
* Add unit tests for glossary parsingSamy Pessé2016-01-271-0/+80
* Add more classes structuresSamy Pessé2016-01-271-0/+13
* Start rewriteSamy Pessé2016-01-2288-1776/+158
* Fix support for local stylesSamy Pessé2015-12-111-5/+5