summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Bump version to 3.0.33.0.3Samy Pessé2016-05-272-1/+7
| |
* | Update gitbook-theme-default@1.0.3Samy Pessé2016-05-271-1/+1
| |
* | Add header 'X-Current-Location' to serve and fix handling of directoriesSamy Pessé2016-05-271-2/+21
| |
* | Increase timeout for tests of plugin installationSamy Pessé2016-05-272-0/+4
| |
* | Add tests for installation of all pluginsSamy Pessé2016-05-271-0/+28
| |
* | Add unit tests for installPluginSamy Pessé2016-05-275-53/+99
|/
* Add test for plugin version resolutionSamy Pessé2016-05-271-4/+12
|
* Switch plugin installation and resolveVersion to use PluginDependency ↵Samy Pessé2016-05-273-10/+25
| | | | instead of Plugin
* Merge pull request #1334 from ryanswanson/masterSamy Pessé2016-05-275-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 Swanson2016-05-265-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/1333Samy Pessé2016-05-266-22/+121
|\ \ | |/ |/| Fix #1333: fix invalid URLs for glossary annotations
| * Add test for custom glossary fileSamy Pesse2016-05-261-0/+14
| |
| * Annotate glossary terms before resolving linksSamy Pesse2016-05-262-7/+7
| |
| * Complete basic tests for glossarySamy Pesse2016-05-262-3/+19
| |
| * Use real glossary name when annotatingSamy Pesse2016-05-263-7/+13
| |
| * Method for parsing glossary when not listed in summarySamy Pessé2016-05-261-10/+41
| |
| * Start test for glossary generationSamy Pessé2016-05-261-0/+32
|/
* Fix #1316: fix regression for supporting uppercase filenames in structureSamy Pessé2016-05-262-1/+11
|
* Bump version to 3.0.23.0.2Samy Pesse2016-05-252-1/+4
|
* Fix #1328: fix crash when anchor linksSamy Pesse2016-05-252-9/+21
|
* Bump version to 3.0.13.0.1Samy Pesse2016-05-252-2/+2
|
* Update theme-default@1.0.2Samy Pesse2016-05-251-1/+1
|
* Update ChangelogSamy Pessé2016-05-241-1/+5
|
* Fix anchor breaking links resolutionSamy Pessé2016-05-243-4/+25
|
* Fix #1316: adapt regexp to handle dot in filenamesSamy Pessé2016-05-232-1/+11
|
* Add failing test for #1316Samy Pessé2016-05-232-4/+32
|
* Fix doc for conrefsSamy Pesse2016-05-221-1/+1
|
* Bump version to 3.0.03.0.0Samy Pesse2016-05-201-1/+1
|
* Update dependenciesSamy Pesse2016-05-201-6/+6
|
* Fix error with isInRoot when empty rootSamy Pessé2016-05-201-0/+3
|
* Fix PathUtils.isInRoot on windowsSamy Pessé2016-05-201-0/+6
|
* Improve appveyor configurationSamy Pesse2016-05-201-0/+8
|
* Add node v6 to appveyor matrixSamy Pesse2016-05-201-0/+1
|
* Update theme-default@1.0.1Samy Pesse2016-05-201-1/+1
|
* Fix test command for windowsSamy Pessé2016-05-191-1/+1
|
* Fix #1310: enforce language config in language booksSamy Pesse2016-05-191-2/+6
|
* Merge pull request #1308 from arebee/patch-1Aaron O'Mullan2016-05-191-1/+1
|\ | | | | Fix english phrasing for Node version.
| * Fix english phrasing for Node version.Richard Burte2016-05-181-1/+1
|/
* Implement renderInline method and missing output methods for APISamy Pesse2016-05-173-1/+56
|
* Implement renderBlock method for plugin APISamy Pesse2016-05-171-0/+15
|
* Can only use file namesSoreine2016-05-171-6/+6
|
* Mention the structure configuration variableSoreine2016-05-171-0/+13
|
* Expose lookup method for parsable filesSoreine2016-05-177-34/+58
|
* Bump version to 3.0.0-pre.153.0.0-pre.15Samy Pessé2016-05-121-1/+1
|
* Update theme-default@1.0.0Samy Pessé2016-05-121-1/+1
|
* Fix bug that can happen when configuration file doesn't existSamy Pessé2016-05-121-9/+9
|
* Add api method getPageByPath for pluginsSamy Pessé2016-05-121-0/+14
|
* Fix #1289: add option to filter files when listing using fs.listAllFilesSamy Pessé2016-05-122-19/+24
|
* Fix #1300: parse page frontmatter and content when listing pagesSamy Pessé2016-05-122-5/+7
|
* Add template method "getPageByPath"Samy Pessé2016-05-123-5/+32
|
* Fix #1299: pass fileExists as global function for template, accept ↵Samy Pessé2016-05-121-19/+36
| | | | null/undefined as param
* Fix generation of ebook for multilingual book (gitbook pdf)Samy Pessé2016-05-121-5/+7
|
* Fix get of cover for multilingual booksSamy Pessé2016-05-121-3/+3
|
* Revert "Extend Book.getLanguageBook"Soreine2016-05-121-10/+6
| | | | This reverts commit 7892259fe64a39a3a2cc3caedeb7ca8c3396dd56.
* Extend Book.getLanguageBookSoreine2016-05-121-6/+10
|
* Fix languages not being added to json outputSamy Pessé2016-05-126-7/+71
|
* Fix path resolution when generating page with conrefsSamy Pessé2016-05-126-9/+65
|
* Improve logging when generating multilingual bookSamy Pessé2016-05-122-0/+8
|
* Update book's root folder definition in ChangelogJohan Preynat2016-05-121-1/+1
|
* Fix #1294: multilingual book should extend the book's configSamy Pessé2016-05-125-25/+87
|
* Add method "getLanguageBook" to book modelSamy Pessé2016-05-121-0/+11
|
* Adapt eslint configuration for mochaSamy Pesse2016-05-113-4/+4
|
* Add test for transform option of ConrefLoaderSamy Pesse2016-05-113-9/+31
|
* Fix #1293: replace block shortcuts when including filesSamy Pesse2016-05-117-29/+42
|
* Merge pull request #1291 from GitbookIO/summary-modifiersSamy Pessé2016-05-1112-66/+337
|\ | | | | Summary modifiers
| * Tweak insertPart signatureSoreine2016-05-111-2/+2
| |
| * Adds editArticleRefSoreine2016-05-114-2/+21
| |
| * Modifier moveArticleAfterSoreine2016-05-113-0/+141
| |
| * Greatly simplify moveArticle's implementationSoreine2016-05-112-61/+4
| |
| * Tests remove/insert articles and update insert signatureSoreine2016-05-113-2/+134
| |
| * Insert/remove partSoreine2016-05-113-2/+38
| |
* | Increase mocha timeoutSamy Pesse2016-05-111-1/+1
|/
* Switch tests to mocha while keeping jest structureSamy Pesse2016-05-1137-155/+226
|
* Add immutable ignore instance for bookSamy Pesse2016-05-114-8/+60
|
* Precise h2 headings for GlossarySoreine2016-05-111-3/+3
|
* Don't copy config file as assetSamy Pessé2016-05-101-3/+7
|
* Bump version to 3.0.0-pre.143.0.0-pre.14Samy Pessé2016-05-101-1/+1
|
* Update theme-default@1.0.0-pre.10Samy Pessé2016-05-101-1/+1
|
* Fix article.depth starting at 2Samy Pessé2016-05-101-2/+3
|
* Fix page's title in pdf header/footerSamy Pessé2016-05-101-2/+1
|
* Add option "--no-live" for command serveSamy Pessé2016-05-101-4/+12
|
* Fix #1232: add option "--no-watch" to disable watcher and live reloadingSamy Pessé2016-05-101-9/+36
|
* Fix error when summary contains entry without refSamy Pessé2016-05-102-4/+22
|
* Fix "gitbook init" when article has no refSamy Pesse2016-05-101-2/+5
|
* Merge pull request #1288 from todvora/patch-1Samy Pessé2016-05-101-1/+1
|\ | | | | Fixed summary encoding
| * Fixed summary encodingTomas Dvorak2016-05-101-1/+1
|/
* Add test for block replaced with anchorsSamy Pesse2016-05-091-0/+30
|
* Adapt unit tests for blocksSamy Pesse2016-05-092-6/+26
|
* Fix unit test for templateBlock using a removed method "getParse"Samy Pesse2016-05-091-1/+0
|
* Fix linting warning in models/templateBlock.jsSamy Pesse2016-05-081-1/+1
|
* Fix #1286: by default blocks should not be parsableSamy Pesse2016-05-082-10/+3
|
* Merge pull request #1285 from GitbookIO/api/summarySamy Pessé2016-05-083-2/+57
|\ | | | | [WIP] Api for plugins to access summary
| * Improve comment for API summary.walkSamy Pesse2016-05-081-1/+1
| |
| * Add method summary.getArticleByPath to summary apiSamy Pesse2016-05-081-0/+11
| |
| * Start API for plugins to access the summarySamy Pesse2016-05-083-2/+46
| |
* | Merge pull request #1278 from dylang/patch-1Samy Pessé2016-05-081-1/+1
|\ \ | |/ |/| bump bash-color to version that has a license
| * bump bash-color to version that has a licenseDylan Greene2016-05-061-1/+1
| | | | | | Version currently being used does not have a license making it difficult for companies to use.
* | Fix command "gitbook init"Samy Pesse2016-05-071-1/+1
|/
* Bump version to 3.0.0-pre.133.0.0-pre.13Samy Pesse2016-05-061-1/+1
|
* Fix #1266: don't fail on "a" tags without "href"Samy Pesse2016-05-061-0/+5
|