Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Bump version to 3.0.33.0.3 | Samy Pessé | 2016-05-27 | 2 | -1/+7 | |
| | | ||||||
* | | Update gitbook-theme-default@1.0.3 | Samy Pessé | 2016-05-27 | 1 | -1/+1 | |
| | | ||||||
* | | Add header 'X-Current-Location' to serve and fix handling of directories | Samy Pessé | 2016-05-27 | 1 | -2/+21 | |
| | | ||||||
* | | Increase timeout for tests of plugin installation | Samy Pessé | 2016-05-27 | 2 | -0/+4 | |
| | | ||||||
* | | Add tests for installation of all plugins | Samy Pessé | 2016-05-27 | 1 | -0/+28 | |
| | | ||||||
* | | Add unit tests for installPlugin | Samy Pessé | 2016-05-27 | 5 | -53/+99 | |
|/ | ||||||
* | Add test for plugin version resolution | Samy Pessé | 2016-05-27 | 1 | -4/+12 | |
| | ||||||
* | Switch plugin installation and resolveVersion to use PluginDependency ↵ | Samy Pessé | 2016-05-27 | 3 | -10/+25 | |
| | | | | instead of Plugin | |||||
* | Merge pull request #1334 from ryanswanson/master | Samy Pessé | 2016-05-27 | 5 | -83/+121 | |
|\ | | | | | Fixed two issues for handling git URLs for plugins | |||||
| * | Fixed two issues for handling git URLs for plugins that are published to git ↵ | Ryan Swanson | 2016-05-26 | 5 | -83/+121 | |
| | | | | | | | | | | | | | | | | repositories rather than on npmjs.org. Fixed issue in pluginDependency to dereference 'name' and 'version' using Immutable Map.get(...) accessors since config values are now wrapped by Immutable.fromJS(...) in config.js > setValue(...). Added associated unit test. Fixed issue in resolveVersion where a plugin may be using a git URL rather than a semver for the version portion of the plugin config definition. In addition, refactored the resolveVersion function into a new module to allow for unit testing. Added associated unit test. | |||||
* | | Merge pull request #1335 from GitbookIO/fix/1333 | Samy Pessé | 2016-05-26 | 6 | -22/+121 | |
|\ \ | |/ |/| | Fix #1333: fix invalid URLs for glossary annotations | |||||
| * | Add test for custom glossary file | Samy Pesse | 2016-05-26 | 1 | -0/+14 | |
| | | ||||||
| * | Annotate glossary terms before resolving links | Samy Pesse | 2016-05-26 | 2 | -7/+7 | |
| | | ||||||
| * | Complete basic tests for glossary | Samy Pesse | 2016-05-26 | 2 | -3/+19 | |
| | | ||||||
| * | Use real glossary name when annotating | Samy Pesse | 2016-05-26 | 3 | -7/+13 | |
| | | ||||||
| * | Method for parsing glossary when not listed in summary | Samy Pessé | 2016-05-26 | 1 | -10/+41 | |
| | | ||||||
| * | Start test for glossary generation | Samy Pessé | 2016-05-26 | 1 | -0/+32 | |
|/ | ||||||
* | Fix #1316: fix regression for supporting uppercase filenames in structure | Samy Pessé | 2016-05-26 | 2 | -1/+11 | |
| | ||||||
* | Bump version to 3.0.23.0.2 | Samy Pesse | 2016-05-25 | 2 | -1/+4 | |
| | ||||||
* | Fix #1328: fix crash when anchor links | Samy Pesse | 2016-05-25 | 2 | -9/+21 | |
| | ||||||
* | Bump version to 3.0.13.0.1 | Samy Pesse | 2016-05-25 | 2 | -2/+2 | |
| | ||||||
* | Update theme-default@1.0.2 | Samy Pesse | 2016-05-25 | 1 | -1/+1 | |
| | ||||||
* | Update Changelog | Samy Pessé | 2016-05-24 | 1 | -1/+5 | |
| | ||||||
* | Fix anchor breaking links resolution | Samy Pessé | 2016-05-24 | 3 | -4/+25 | |
| | ||||||
* | Fix #1316: adapt regexp to handle dot in filenames | Samy Pessé | 2016-05-23 | 2 | -1/+11 | |
| | ||||||
* | Add failing test for #1316 | Samy Pessé | 2016-05-23 | 2 | -4/+32 | |
| | ||||||
* | Fix doc for conrefs | Samy Pesse | 2016-05-22 | 1 | -1/+1 | |
| | ||||||
* | Bump version to 3.0.03.0.0 | Samy Pesse | 2016-05-20 | 1 | -1/+1 | |
| | ||||||
* | Update dependencies | Samy Pesse | 2016-05-20 | 1 | -6/+6 | |
| | ||||||
* | Fix error with isInRoot when empty root | Samy Pessé | 2016-05-20 | 1 | -0/+3 | |
| | ||||||
* | Fix PathUtils.isInRoot on windows | Samy Pessé | 2016-05-20 | 1 | -0/+6 | |
| | ||||||
* | Improve appveyor configuration | Samy Pesse | 2016-05-20 | 1 | -0/+8 | |
| | ||||||
* | Add node v6 to appveyor matrix | Samy Pesse | 2016-05-20 | 1 | -0/+1 | |
| | ||||||
* | Update theme-default@1.0.1 | Samy Pesse | 2016-05-20 | 1 | -1/+1 | |
| | ||||||
* | Fix test command for windows | Samy Pessé | 2016-05-19 | 1 | -1/+1 | |
| | ||||||
* | Fix #1310: enforce language config in language books | Samy Pesse | 2016-05-19 | 1 | -2/+6 | |
| | ||||||
* | Merge pull request #1308 from arebee/patch-1 | Aaron O'Mullan | 2016-05-19 | 1 | -1/+1 | |
|\ | | | | | Fix english phrasing for Node version. | |||||
| * | Fix english phrasing for Node version. | Richard Burte | 2016-05-18 | 1 | -1/+1 | |
|/ | ||||||
* | Implement renderInline method and missing output methods for API | Samy Pesse | 2016-05-17 | 3 | -1/+56 | |
| | ||||||
* | Implement renderBlock method for plugin API | Samy Pesse | 2016-05-17 | 1 | -0/+15 | |
| | ||||||
* | Can only use file names | Soreine | 2016-05-17 | 1 | -6/+6 | |
| | ||||||
* | Mention the structure configuration variable | Soreine | 2016-05-17 | 1 | -0/+13 | |
| | ||||||
* | Expose lookup method for parsable files | Soreine | 2016-05-17 | 7 | -34/+58 | |
| | ||||||
* | Bump version to 3.0.0-pre.153.0.0-pre.15 | Samy Pessé | 2016-05-12 | 1 | -1/+1 | |
| | ||||||
* | Update theme-default@1.0.0 | Samy Pessé | 2016-05-12 | 1 | -1/+1 | |
| | ||||||
* | Fix bug that can happen when configuration file doesn't exist | Samy Pessé | 2016-05-12 | 1 | -9/+9 | |
| | ||||||
* | Add api method getPageByPath for plugins | Samy Pessé | 2016-05-12 | 1 | -0/+14 | |
| | ||||||
* | Fix #1289: add option to filter files when listing using fs.listAllFiles | Samy Pessé | 2016-05-12 | 2 | -19/+24 | |
| | ||||||
* | Fix #1300: parse page frontmatter and content when listing pages | Samy Pessé | 2016-05-12 | 2 | -5/+7 | |
| | ||||||
* | Add template method "getPageByPath" | Samy Pessé | 2016-05-12 | 3 | -5/+32 | |
| | ||||||
* | Fix #1299: pass fileExists as global function for template, accept ↵ | Samy Pessé | 2016-05-12 | 1 | -19/+36 | |
| | | | | null/undefined as param | |||||
* | Fix generation of ebook for multilingual book (gitbook pdf) | Samy Pessé | 2016-05-12 | 1 | -5/+7 | |
| | ||||||
* | Fix get of cover for multilingual books | Samy Pessé | 2016-05-12 | 1 | -3/+3 | |
| | ||||||
* | Revert "Extend Book.getLanguageBook" | Soreine | 2016-05-12 | 1 | -10/+6 | |
| | | | | This reverts commit 7892259fe64a39a3a2cc3caedeb7ca8c3396dd56. | |||||
* | Extend Book.getLanguageBook | Soreine | 2016-05-12 | 1 | -6/+10 | |
| | ||||||
* | Fix languages not being added to json output | Samy Pessé | 2016-05-12 | 6 | -7/+71 | |
| | ||||||
* | Fix path resolution when generating page with conrefs | Samy Pessé | 2016-05-12 | 6 | -9/+65 | |
| | ||||||
* | Improve logging when generating multilingual book | Samy Pessé | 2016-05-12 | 2 | -0/+8 | |
| | ||||||
* | Update book's root folder definition in Changelog | Johan Preynat | 2016-05-12 | 1 | -1/+1 | |
| | ||||||
* | Fix #1294: multilingual book should extend the book's config | Samy Pessé | 2016-05-12 | 5 | -25/+87 | |
| | ||||||
* | Add method "getLanguageBook" to book model | Samy Pessé | 2016-05-12 | 1 | -0/+11 | |
| | ||||||
* | Adapt eslint configuration for mocha | Samy Pesse | 2016-05-11 | 3 | -4/+4 | |
| | ||||||
* | Add test for transform option of ConrefLoader | Samy Pesse | 2016-05-11 | 3 | -9/+31 | |
| | ||||||
* | Fix #1293: replace block shortcuts when including files | Samy Pesse | 2016-05-11 | 7 | -29/+42 | |
| | ||||||
* | Merge pull request #1291 from GitbookIO/summary-modifiers | Samy Pessé | 2016-05-11 | 12 | -66/+337 | |
|\ | | | | | Summary modifiers | |||||
| * | Tweak insertPart signature | Soreine | 2016-05-11 | 1 | -2/+2 | |
| | | ||||||
| * | Adds editArticleRef | Soreine | 2016-05-11 | 4 | -2/+21 | |
| | | ||||||
| * | Modifier moveArticleAfter | Soreine | 2016-05-11 | 3 | -0/+141 | |
| | | ||||||
| * | Greatly simplify moveArticle's implementation | Soreine | 2016-05-11 | 2 | -61/+4 | |
| | | ||||||
| * | Tests remove/insert articles and update insert signature | Soreine | 2016-05-11 | 3 | -2/+134 | |
| | | ||||||
| * | Insert/remove part | Soreine | 2016-05-11 | 3 | -2/+38 | |
| | | ||||||
* | | Increase mocha timeout | Samy Pesse | 2016-05-11 | 1 | -1/+1 | |
|/ | ||||||
* | Switch tests to mocha while keeping jest structure | Samy Pesse | 2016-05-11 | 37 | -155/+226 | |
| | ||||||
* | Add immutable ignore instance for book | Samy Pesse | 2016-05-11 | 4 | -8/+60 | |
| | ||||||
* | Precise h2 headings for Glossary | Soreine | 2016-05-11 | 1 | -3/+3 | |
| | ||||||
* | Don't copy config file as asset | Samy Pessé | 2016-05-10 | 1 | -3/+7 | |
| | ||||||
* | Bump version to 3.0.0-pre.143.0.0-pre.14 | Samy Pessé | 2016-05-10 | 1 | -1/+1 | |
| | ||||||
* | Update theme-default@1.0.0-pre.10 | Samy Pessé | 2016-05-10 | 1 | -1/+1 | |
| | ||||||
* | Fix article.depth starting at 2 | Samy Pessé | 2016-05-10 | 1 | -2/+3 | |
| | ||||||
* | Fix page's title in pdf header/footer | Samy Pessé | 2016-05-10 | 1 | -2/+1 | |
| | ||||||
* | Add option "--no-live" for command serve | Samy Pessé | 2016-05-10 | 1 | -4/+12 | |
| | ||||||
* | Fix #1232: add option "--no-watch" to disable watcher and live reloading | Samy Pessé | 2016-05-10 | 1 | -9/+36 | |
| | ||||||
* | Fix error when summary contains entry without ref | Samy Pessé | 2016-05-10 | 2 | -4/+22 | |
| | ||||||
* | Fix "gitbook init" when article has no ref | Samy Pesse | 2016-05-10 | 1 | -2/+5 | |
| | ||||||
* | Merge pull request #1288 from todvora/patch-1 | Samy Pessé | 2016-05-10 | 1 | -1/+1 | |
|\ | | | | | Fixed summary encoding | |||||
| * | Fixed summary encoding | Tomas Dvorak | 2016-05-10 | 1 | -1/+1 | |
|/ | ||||||
* | Add test for block replaced with anchors | Samy Pesse | 2016-05-09 | 1 | -0/+30 | |
| | ||||||
* | Adapt unit tests for blocks | Samy Pesse | 2016-05-09 | 2 | -6/+26 | |
| | ||||||
* | Fix unit test for templateBlock using a removed method "getParse" | Samy Pesse | 2016-05-09 | 1 | -1/+0 | |
| | ||||||
* | Fix linting warning in models/templateBlock.js | Samy Pesse | 2016-05-08 | 1 | -1/+1 | |
| | ||||||
* | Fix #1286: by default blocks should not be parsable | Samy Pesse | 2016-05-08 | 2 | -10/+3 | |
| | ||||||
* | Merge pull request #1285 from GitbookIO/api/summary | Samy Pessé | 2016-05-08 | 3 | -2/+57 | |
|\ | | | | | [WIP] Api for plugins to access summary | |||||
| * | Improve comment for API summary.walk | Samy Pesse | 2016-05-08 | 1 | -1/+1 | |
| | | ||||||
| * | Add method summary.getArticleByPath to summary api | Samy Pesse | 2016-05-08 | 1 | -0/+11 | |
| | | ||||||
| * | Start API for plugins to access the summary | Samy Pesse | 2016-05-08 | 3 | -2/+46 | |
| | | ||||||
* | | Merge pull request #1278 from dylang/patch-1 | Samy Pessé | 2016-05-08 | 1 | -1/+1 | |
|\ \ | |/ |/| | bump bash-color to version that has a license | |||||
| * | bump bash-color to version that has a license | Dylan Greene | 2016-05-06 | 1 | -1/+1 | |
| | | | | | | Version currently being used does not have a license making it difficult for companies to use. | |||||
* | | Fix command "gitbook init" | Samy Pesse | 2016-05-07 | 1 | -1/+1 | |
|/ | ||||||
* | Bump version to 3.0.0-pre.133.0.0-pre.13 | Samy Pesse | 2016-05-06 | 1 | -1/+1 | |
| | ||||||
* | Fix #1266: don't fail on "a" tags without "href" | Samy Pesse | 2016-05-06 | 1 | -0/+5 | |
| |