Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Compare list of plugins sorted to array of names in tests | Samy Pessé | 2016-06-08 | 1 | -41/+31 |
| | |||||
* | sortPlugins should not be async | Samy Pessé | 2016-06-08 | 3 | -72/+60 |
| | |||||
* | Improve testing for sortPlugins | Samy Pessé | 2016-06-08 | 2 | -54/+50 |
| | |||||
* | Fix serve cli using new ConfigModifier.addPlugin | Soreine | 2016-06-08 | 1 | -1/+3 |
| | |||||
* | docs: cover remove extraneous line | Soreine | 2016-06-08 | 1 | -3/+0 |
| | |||||
* | docs: cover, fix formatting | Nicolas Gaborit | 2016-06-08 | 1 | -1/+1 |
| | |||||
* | Adds cover.jpg info | Soreine | 2016-06-08 | 1 | -1/+5 |
| | |||||
* | Fix linting error | Samy Pessé | 2016-06-07 | 1 | -1/+1 |
| | |||||
* | Improve output of page to text with frontmatter | Samy Pessé | 2016-06-07 | 2 | -2/+2 |
| | |||||
* | Rollback frontmatter parsing to js-yaml to be browserify compatible | Samy Pessé | 2016-06-07 | 4 | -9/+11 |
| | |||||
* | Add method toText to Page | Samy Pessé | 2016-06-07 | 2 | -0/+44 |
| | |||||
* | Switch frontmatter parsing to gray-matter | Samy Pessé | 2016-06-07 | 2 | -6/+6 |
| | |||||
* | Expose Page model | Samy Pessé | 2016-06-07 | 1 | -0/+1 |
| | |||||
* | Split page parsing into parsePageFromString and parsePage | Samy Pessé | 2016-06-07 | 5 | -34/+84 |
| | | | | Add tests for parsePageFromString | ||||
* | Use Immutable instead of lodash for mergeDefaults | Samy Pessé | 2016-06-07 | 1 | -9/+11 |
| | |||||
* | Only merge objects in mergeDefaults | Samy Pessé | 2016-06-07 | 1 | -5/+9 |
| | |||||
* | Improve plugins config modifier | Samy Pessé | 2016-06-07 | 7 | -20/+87 |
| | |||||
* | Update i18n-t and juice | Samy Pessé | 2016-06-07 | 1 | -2/+2 |
| | |||||
* | Remove merge-defaults dependency | Samy Pessé | 2016-06-07 | 4 | -3/+12 |
| | |||||
* | Update gitbook-markdown and gitbook-asciidoc to use lodash@4 | Samy Pessé | 2016-06-07 | 1 | -2/+2 |
| | |||||
* | Improve Config.toText to return only the required fields | Samy Pessé | 2016-06-07 | 3 | -1/+69 |
| | |||||
* | Improve addPlugin to not append default plugins to the list | Samy Pesse | 2016-06-07 | 3 | -10/+27 |
| | |||||
* | ConfigModifier.removePlugin should toggle off if default | Samy Pesse | 2016-06-07 | 2 | -2/+14 |
| | |||||
* | Expose DEFAULT_PLUGINS as a list of PluginDependency | Samy Pesse | 2016-06-06 | 4 | -20/+32 |
| | |||||
* | Adapt tests for config modifiers | Samy Pesse | 2016-06-06 | 2 | -10/+3 |
| | |||||
* | Change config modifier to work on a config object | Samy Pesse | 2016-06-06 | 4 | -29/+17 |
| | |||||
* | Bump version to 3.1.03.1.0 | Samy Pesse | 2016-06-06 | 2 | -1/+7 |
| | |||||
* | Add method editPlugin to config modifiers | Samy Pesse | 2016-06-06 | 2 | -1/+18 |
| | |||||
* | Add unit tests for postRender | Samy Pesse | 2016-06-06 | 5 | -73/+115 |
| | |||||
* | Update gitbook-markdown@1.3.0 and gitbook-asciidoc@1.2.0 | Samy Pesse | 2016-06-06 | 1 | -2/+2 |
| | |||||
* | Add modifier togglePlugin | Samy Pesse | 2016-06-06 | 6 | -55/+117 |
| | |||||
* | Add method "toText" to config | Samy Pesse | 2016-06-06 | 1 | -56/+53 |
| | |||||
* | Default paths are relative to the current book | Soreine | 2016-06-06 | 1 | -6/+27 |
| | |||||
* | Use theme-default@1.0.4 | Johan Preynat | 2016-06-06 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1344 from GitbookIO/fix/readme-in-summary | Samy Pessé | 2016-06-06 | 1 | -5/+3 |
|\ | | | | | Search for README file in whole summary before inserting as first article | ||||
| * | Search for README file in whole summary before inserting as first article | Johan Preynat | 2016-05-30 | 1 | -5/+3 |
| | | |||||
* | | Use plugin-fontsettings@2.0.0 | Johan Preynat | 2016-06-02 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1336 from GitbookIO/loading/themes | Johan Preynat | 2016-05-28 | 5 | -6/+130 |
|\ | | | | | Load plugins before themes | ||||
| * | Throw an error if generateMock() cannot create the temp directory | Johan Preynat | 2016-05-27 | 1 | -1/+7 |
| | | |||||
| * | Use sortPlugins() in loadForBook() | Johan Preynat | 2016-05-27 | 1 | -5/+4 |
| | | |||||
| * | Add test file for sortPlugins() | Johan Preynat | 2016-05-27 | 1 | -0/+70 |
| | | |||||
| * | Export plugins sorting method to load plugins before themes | Johan Preynat | 2016-05-27 | 1 | -0/+45 |
| | | |||||
| * | Add prefix for theme plugins as constant | Johan Preynat | 2016-05-27 | 1 | -0/+4 |
| | | |||||
* | | 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 |
| |