summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 3.1.13.1.1Samy Pesse2016-06-102-1/+7
|
* Fix extsAsciidoc.jsSamy Pesse2016-06-101-0/+0
|
* Expose markdown/asciidoc extensions to gitbook moduleSamy Pesse2016-06-104-20/+33
|
* Merge branch 'fix/plugins_loading'Samy Pesse2016-06-1011-158/+172
|\
| * Adapt Plugins.loadForBook to use correct orderSamy Pesse2016-06-108-151/+132
| |
| * Start fixing order of plugins in dependenciesSamy Pessé2016-06-105-29/+62
|/
* Add method "createChildLevel" to SummaryPartSamy Pessé2016-06-102-4/+40
|
* Add method .createChildLevel for SummaryArticleSamy Pessé2016-06-102-36/+71
|
* Mention autocover plugin in docsSoreine2016-06-101-1/+1
|
* Update gitbook-markdown and gitbook-asciidocSamy Pessé2016-06-101-2/+2
|
* Fix #1374 and #1360: apply transform of conrefsLoader using a string, not a ↵Samy Pessé2016-06-106-63/+70
| | | | buffer
* Fix #1377: fix listing of plugins when using gitbook as a librarySamy Pessé2016-06-104-7/+58
|
* Merge branch 'fix/plugins_order'Samy Pessé2016-06-106-71/+82
|\
| * Fix listAll to add default plugins after normal onesSamy Pessé2016-06-105-45/+35
| |
| * Adapt sortPlugins to only sort an ordered map of pluginsSamy Pessé2016-06-104-44/+65
|/
* Add tests for insertPartSoreine2016-06-102-1/+61
|
* Merge pull request #1363 from todvora/masterSamy Pessé2016-06-102-2/+14
|\ | | | | Fixed target attribute for external links
| * fixed target attribute for external linksTomas Dvorak2016-06-072-2/+14
| |
* | Fix documentation about themesSamy Pesse2016-06-082-9/+18
| |
* | Compare list of plugins sorted to array of names in testsSamy Pessé2016-06-081-41/+31
| |
* | sortPlugins should not be asyncSamy Pessé2016-06-083-72/+60
| |
* | Improve testing for sortPluginsSamy Pessé2016-06-082-54/+50
| |
* | Fix serve cli using new ConfigModifier.addPluginSoreine2016-06-081-1/+3
| |
* | docs: cover remove extraneous lineSoreine2016-06-081-3/+0
| |
* | docs: cover, fix formattingNicolas Gaborit2016-06-081-1/+1
| |
* | Adds cover.jpg infoSoreine2016-06-081-1/+5
|/
* Fix linting errorSamy Pessé2016-06-071-1/+1
|
* Improve output of page to text with frontmatterSamy Pessé2016-06-072-2/+2
|
* Rollback frontmatter parsing to js-yaml to be browserify compatibleSamy Pessé2016-06-074-9/+11
|
* Add method toText to PageSamy Pessé2016-06-072-0/+44
|
* Switch frontmatter parsing to gray-matterSamy Pessé2016-06-072-6/+6
|
* Expose Page modelSamy Pessé2016-06-071-0/+1
|
* Split page parsing into parsePageFromString and parsePageSamy Pessé2016-06-075-34/+84
| | | | Add tests for parsePageFromString
* Use Immutable instead of lodash for mergeDefaultsSamy Pessé2016-06-071-9/+11
|
* Only merge objects in mergeDefaultsSamy Pessé2016-06-071-5/+9
|
* Improve plugins config modifierSamy Pessé2016-06-077-20/+87
|
* Update i18n-t and juiceSamy Pessé2016-06-071-2/+2
|
* Remove merge-defaults dependencySamy Pessé2016-06-074-3/+12
|
* Update gitbook-markdown and gitbook-asciidoc to use lodash@4Samy Pessé2016-06-071-2/+2
|
* Improve Config.toText to return only the required fieldsSamy Pessé2016-06-073-1/+69
|
* Improve addPlugin to not append default plugins to the listSamy Pesse2016-06-073-10/+27
|
* ConfigModifier.removePlugin should toggle off if defaultSamy Pesse2016-06-072-2/+14
|
* Expose DEFAULT_PLUGINS as a list of PluginDependencySamy Pesse2016-06-064-20/+32
|
* Adapt tests for config modifiersSamy Pesse2016-06-062-10/+3
|
* Change config modifier to work on a config objectSamy Pesse2016-06-064-29/+17
|
* Bump version to 3.1.03.1.0Samy Pesse2016-06-062-1/+7
|
* Add method editPlugin to config modifiersSamy Pesse2016-06-062-1/+18
|
* Add unit tests for postRenderSamy Pesse2016-06-065-73/+115
|
* Update gitbook-markdown@1.3.0 and gitbook-asciidoc@1.2.0Samy Pesse2016-06-061-2/+2
|
* Add modifier togglePluginSamy Pesse2016-06-066-55/+117
|
* Add method "toText" to configSamy Pesse2016-06-061-56/+53
|
* Default paths are relative to the current bookSoreine2016-06-061-6/+27
|
* Use theme-default@1.0.4Johan Preynat2016-06-061-1/+1
|
* Merge pull request #1344 from GitbookIO/fix/readme-in-summarySamy Pessé2016-06-061-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 articleJohan Preynat2016-05-301-5/+3
| |
* | Use plugin-fontsettings@2.0.0Johan Preynat2016-06-021-1/+1
|/
* Merge pull request #1336 from GitbookIO/loading/themesJohan Preynat2016-05-285-6/+130
|\ | | | | Load plugins before themes
| * Throw an error if generateMock() cannot create the temp directoryJohan Preynat2016-05-271-1/+7
| |
| * Use sortPlugins() in loadForBook()Johan Preynat2016-05-271-5/+4
| |
| * Add test file for sortPlugins()Johan Preynat2016-05-271-0/+70
| |
| * Export plugins sorting method to load plugins before themesJohan Preynat2016-05-271-0/+45
| |
| * Add prefix for theme plugins as constantJohan Preynat2016-05-271-0/+4
| |
* | 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
|/