Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add method "isFile" and "isReadme" in SummaryArticle | Samy Pessé | 2016-06-29 | 2 | -3/+60 |
| | |||||
* | Start fixing order of plugins in dependencies | Samy Pessé | 2016-06-10 | 1 | -0/+7 |
| | |||||
* | Add method "createChildLevel" to SummaryPart | Samy Pessé | 2016-06-10 | 2 | -4/+40 |
| | |||||
* | Add method .createChildLevel for SummaryArticle | Samy Pessé | 2016-06-10 | 2 | -36/+71 |
| | |||||
* | Improve testing for sortPlugins | Samy Pessé | 2016-06-08 | 1 | -39/+43 |
| | |||||
* | 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 | 2 | -3/+4 |
| | |||||
* | Add method toText to Page | Samy Pessé | 2016-06-07 | 2 | -0/+44 |
| | |||||
* | Split page parsing into parsePageFromString and parsePage | Samy Pessé | 2016-06-07 | 1 | -7/+5 |
| | | | | Add tests for parsePageFromString | ||||
* | Improve Config.toText to return only the required fields | Samy Pessé | 2016-06-07 | 2 | -1/+41 |
| | |||||
* | Add unit tests for postRender | Samy Pesse | 2016-06-06 | 2 | -51/+42 |
| | |||||
* | Add modifier togglePlugin | Samy Pesse | 2016-06-06 | 1 | -40/+45 |
| | |||||
* | 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 |
| | |||||
* | Add unit tests for installPlugin | Samy Pessé | 2016-05-27 | 2 | -11/+24 |
| | |||||
* | Switch plugin installation and resolveVersion to use PluginDependency ↵ | Samy Pessé | 2016-05-27 | 1 | -0/+10 |
| | | | | instead of Plugin | ||||
* | Fixed two issues for handling git URLs for plugins that are published to git ↵ | Ryan Swanson | 2016-05-26 | 2 | -17/+35 |
| | | | | | | | | 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. | ||||
* | Fix #1310: enforce language config in language books | Samy Pesse | 2016-05-19 | 1 | -2/+6 |
| | |||||
* | Implement renderInline method and missing output methods for API | Samy Pesse | 2016-05-17 | 1 | -0/+5 |
| | |||||
* | Expose lookup method for parsable files | Soreine | 2016-05-17 | 1 | -1/+1 |
| | |||||
* | Fix #1289: add option to filter files when listing using fs.listAllFiles | Samy Pessé | 2016-05-12 | 1 | -6/+12 |
| | |||||
* | Add template method "getPageByPath" | Samy Pessé | 2016-05-12 | 1 | -0/+14 |
| | |||||
* | 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 #1294: multilingual book should extend the book's config | Samy Pessé | 2016-05-12 | 1 | -14/+40 |
| | |||||
* | Add method "getLanguageBook" to book model | Samy Pessé | 2016-05-12 | 1 | -0/+11 |
| | |||||
* | Adds editArticleRef | Soreine | 2016-05-11 | 1 | -1/+0 |
| | |||||
* | Switch tests to mocha while keeping jest structure | Samy Pesse | 2016-05-11 | 8 | -29/+69 |
| | |||||
* | Add immutable ignore instance for book | Samy Pesse | 2016-05-11 | 2 | -4/+54 |
| | |||||
* | Fix article.depth starting at 2 | Samy Pessé | 2016-05-10 | 1 | -2/+3 |
| | |||||
* | Fix error when summary contains entry without ref | Samy Pessé | 2016-05-10 | 2 | -4/+22 |
| | |||||
* | 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 | 1 | -9/+2 |
| | |||||
* | Add method readAsStream on fs model | Samy Pesse | 2016-05-06 | 1 | -1/+28 |
| | |||||
* | Adapt unit tests for new templating post process | Samy Pesse | 2016-05-05 | 1 | -1/+0 |
| | |||||
* | Add mode TemplateOutput to represent {content + blocks} from template | Samy Pesse | 2016-05-05 | 3 | -44/+58 |
| | |||||
* | Add tests for replaceShortcuts | Samy Pesse | 2016-05-04 | 3 | -6/+36 |
| | |||||
* | Fix #1268: fix shortcuts of template block not being applied | Samy Pesse | 2016-05-04 | 2 | -3/+89 |
| | |||||
* | Merge pull request #1260 from GitbookIO/move-article | Samy Pessé | 2016-05-04 | 1 | -1/+33 |
|\ | | | | | Adds move and remove article modifier. | ||||
| * | Add tests, and fixes. | Soreine | 2016-05-03 | 1 | -1/+1 |
| | | |||||
| * | Adds move and remove article modifier. | Soreine | 2016-05-03 | 1 | -0/+32 |
| | | |||||
* | | Fix #1263: Fix page generation for AsciiDoc | Samy Pessé | 2016-05-04 | 1 | -0/+4 |
| | | |||||
* | | Merge pull request #1259 from GitbookIO/png-data-uri | Samy Pessé | 2016-05-03 | 1 | -1/+1 |
|\ \ | |/ |/| | Adding data-uri support for PNG Images in Books | ||||
| * | lib/models/config.js: Fix wrong call to PluginDependency.listToArray() to ↵ | Johan Preynat | 2016-05-03 | 1 | -1/+1 |
| | | | | | | | | PluginDependency.listFromArray() | ||||
* | | Adds default file naming utilities in Book model | Soreine | 2016-05-03 | 1 | -0/+52 |
|/ | |||||
* | Merge branch 'fix/plugins_deps' | Samy Pesse | 2016-05-02 | 5 | -2/+203 |
|\ | |||||
| * | Adapt Plugin.listAll to use a list of PluginDependency | Samy Pesse | 2016-05-02 | 3 | -3/+16 |
| | | |||||
| * | Add model for plugin dependencies in the book.json | Samy Pessé | 2016-05-02 | 4 | -2/+190 |
| | | |||||
* | | lib/models/languages.js: Use lang.ref | Johan Preynat | 2016-05-02 | 1 | -1/+1 |
|/ | |||||
* | Tweak Summary.toText doc | Soreine | 2016-05-02 | 1 | -2/+3 |
| | |||||
* | Enable livereload plugin when serving content | Samy Pessé | 2016-05-02 | 1 | -0/+10 |
| | |||||
* | Add test for async template block | Samy Pessé | 2016-05-02 | 1 | -0/+23 |
| | |||||
* | Complete api method template.applyBlock | Samy Pessé | 2016-05-02 | 1 | -2/+2 |
| | |||||
* | Switch parsers to a model | Samy Pesse | 2016-04-30 | 4 | -3/+116 |
| | |||||
* | Fix add global env to templateEngine | Samy Pesse | 2016-04-30 | 1 | -1/+1 |
| | |||||
* | Add tests for conrefs loader | Samy Pesse | 2016-04-30 | 1 | -1/+0 |
| | |||||
* | Add tests for templateEngine | Samy Pesse | 2016-04-30 | 1 | -0/+51 |
| | |||||
* | lib/models/templateBlock.js: Fix convert blocks to pure JS array before ↵ | Johan Preynat | 2016-04-30 | 1 | -1/+1 |
| | | | | passing to parser.parseUntilBlocks() | ||||
* | lib/models/templateBlock.js: Use function for Ext() instead of var | Johan Preynat | 2016-04-30 | 1 | -1/+1 |
| | |||||
* | lib/models/templateBlock.js: Add test file lib/models/__tests__/templateBlock.js | Johan Preynat | 2016-04-30 | 1 | -0/+107 |
| | |||||
* | Use areIdenticalPaths for Summary.getByPath | Samy Pesse | 2016-04-29 | 1 | -1/+2 |
| | |||||
* | Fix validation of configuration for plugins | Samy Pesse | 2016-04-29 | 1 | -1/+1 |
| | |||||
* | Fix listing of plugins when contains "-" | Samy Pesse | 2016-04-29 | 1 | -7/+1 |
| | |||||
* | Fix linting error | Samy Pesse | 2016-04-29 | 2 | -2/+2 |
| | |||||
* | Fix context for page template | Samy Pessé | 2016-04-29 | 1 | -1/+7 |
| | |||||
* | Add ebook commands pdf/mobi/epub | Samy Pessé | 2016-04-29 | 2 | -1/+9 |
| | |||||
* | Correctly setup configuration for plugins in multilingual books | Samy Pessé | 2016-04-29 | 1 | -0/+3 |
| | |||||
* | Fix parsing of multilingual books | Samy Pessé | 2016-04-29 | 3 | -2/+29 |
| | |||||
* | Add command "init" | Samy Pesse | 2016-04-28 | 4 | -3/+39 |
| | |||||
* | Extend timeout for tests | Samy Pessé | 2016-04-28 | 1 | -4/+3 |
| | |||||
* | Add "next" and "previous" to page JSON repr | Samy Pessé | 2016-04-28 | 1 | -0/+41 |
| | |||||
* | Fix ref in summary when parsed without ref | Samy Pessé | 2016-04-28 | 1 | -1/+6 |
| | |||||
* | Add tests for SummaryModifier.editPartTitle | Samy Pessé | 2016-04-28 | 2 | -1/+11 |
| | |||||
* | Add method setSummary to book | Samy Pessé | 2016-04-28 | 1 | -0/+12 |
| | |||||
* | Add base modifiers for summary as SummaryModifier | Samy Pessé | 2016-04-28 | 1 | -0/+11 |
| | |||||
* | Add tests for parseIgnore | Samy Pessé | 2016-04-28 | 1 | -1/+3 |
| | |||||
* | Handle correctly ignored file in multilanguages book | Samy Pessé | 2016-04-28 | 1 | -0/+9 |
| | |||||
* | Add test for assets inliner | Samy Pessé | 2016-04-27 | 1 | -9/+18 |
| | |||||
* | Add language property to book for multilingual | Samy Pessé | 2016-04-27 | 1 | -11/+19 |
| | |||||
* | Use orderedMap for language books | Samy Pessé | 2016-04-27 | 1 | -0/+14 |
| | |||||
* | Use code TemplateBlock to highlight code | Samy Pessé | 2016-04-27 | 3 | -22/+15 |
| | |||||
* | Add method ".toText" on glossary and summary | Samy Pessé | 2016-04-27 | 4 | -11/+76 |
| | |||||
* | Fix filters for theme templates | Samy Pessé | 2016-04-27 | 1 | -2/+2 |
| | |||||
* | Complete generator name in plugins API | Samy Pessé | 2016-04-27 | 1 | -0/+16 |
| | |||||
* | Load i18n translations | Samy Pesse | 2016-04-26 | 1 | -9/+21 |
| | |||||
* | Correctly set log level | Samy Pesse | 2016-04-26 | 1 | -0/+12 |
| | |||||
* | Add command "serve" | Samy Pesse | 2016-04-26 | 1 | -1/+1 |
| | |||||
* | Add base for commands | Samy Pesse | 2016-04-26 | 1 | -2/+2 |
| | | | | Improve plugins installation | ||||
* | Add more tests for summary | Samy Pesse | 2016-04-26 | 4 | -30/+68 |
| | |||||
* | Add duration to final log for generation | Samy Pesse | 2016-04-26 | 2 | -12/+27 |
| | |||||
* | Complete method getByPath of Summary | Samy Pesse | 2016-04-26 | 3 | -39/+17 |
| | |||||
* | Add test for readme parsing | Samy Pesse | 2016-04-26 | 1 | -0/+8 |
| | |||||
* | Add test for parsing glossary | Samy Pesse | 2016-04-26 | 2 | -1/+11 |
| | |||||
* | Add mock fs and tests for it | Samy Pesse | 2016-04-26 | 1 | -1/+2 |
| | |||||
* | Copy resources from plugins to output folder | Samy Pesse | 2016-04-25 | 1 | -0/+17 |
| | |||||
* | Copy assets from themes to output folder | Samy Pesse | 2016-04-25 | 2 | -6/+10 |
| |