summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add CONTRIBUTING.mdSamy Pesse2016-09-289-15/+60
|
* Start designing toolbarSamy Pesse2016-09-277-7/+45
|
* Style page with gitbook-markdown-cssSamy Pesse2016-09-279-2/+83
|
* Fix reducers mutating the state instead of creating a new oneSamy Pesse2016-09-273-5/+20
|
* Fix link and navigation clickSamy Pesse2016-09-264-10/+19
|
* Fix gitbook-plugin permissionSamy Pesse2016-09-261-1/+1
|
* Add basic for pjax navigationSamy Pesse2016-09-266-4/+237
|
* Mark article as active in summarySamy Pesse2016-09-257-11/+84
|
* Fix core reducer destroying other reducersSamy Pesse2016-09-2510-17/+75
|
* Add flex box componentsSamy Pesse2016-09-2421-23/+557
|
* Start documenting componentsSamy Pesse2016-09-223-1/+65
|
* Provide immutable proptypesSamy Pesse2016-09-224-3/+7
|
* Base tree rendering for summarySamy Pesse2016-09-224-5/+124
|
* Add immutable state for readme/summarySamy Pesse2016-09-2212-8/+188
| | | | Add shapes for these states
* First working version in the browserSamy Pesse2016-09-2213-134/+298
|
* Add js scripts to htmlSamy Pesse2016-09-217-61/+47
|
* Fix head extension by pluginsSamy Pesse2016-09-214-20/+55
|
* Prepare showing page htmlSamy Pesse2016-09-2116-38/+251
|
* Fix render of UnsafeComponentSamy Pesse2016-09-212-3/+2
|
* Fix composition with plugin reducersSamy Pesse2016-09-212-5/+7
|
* Fix rendering of unsafe injected componentsSamy Pesse2016-09-202-6/+11
|
* Working loading of pluginSamy Pesse2016-09-2012-51/+102
|
* Prepare loading of pluginSamy Pesse2016-09-206-128/+164
|
* Add base for gitbook-plugin builderSamy Pessé2016-09-1910-28/+160
|
* Fix build of gitbook.core.min.jsSamy Pesse2016-09-056-5/+13
|
* Add task to build gitbook.core.min.jsSamy Pesse2016-09-054-9/+25
|
* gitbook-core should also be compiledSamy Pessé2016-09-054-2/+10
|
* Fix error during fake renderingSamy Pessé2016-09-054-6/+7
|
* Fix regression in TemplateBlockSamy Pessé2016-09-051-1/+1
|
* Start bootstraping rendering with react in GitBookSamy Pessé2016-09-0513-43/+121
|
* Add compilation ES6 with babel for "gitbook"Samy Pessé2016-09-055-4/+18
|
* Move gitbook source code to es6 (linted)Samy Pessé2016-09-05294-2813/+2775
|
* Start architecturing new default themeSamy Pessé2016-09-054-0/+91
|
* Add action to register a componentSamy Pessé2016-09-054-19/+56
|
* Add components for injectionsSamy Pessé2016-09-055-20/+175
|
* Start basis of gitbook-coreSamy Pessé2016-09-0511-0/+152
|
* Switch to lernaSamy Pessé2016-09-05285-98/+112
|
* Merge pull request #1481 from mcveat/patch-1Samy Pessé2016-08-041-1/+1
|\ | | | | Fixed typo
| * Fixed typoPiotr Adamski2016-08-031-1/+1
|/
* Fix command for getting gitbook versionSamy Pessé2016-08-011-1/+1
|
* Create template for GitHub issuesSamy Pessé2016-07-251-0/+19
|
* Add OSX testing on TravisSamy Pesse2016-07-151-0/+3
|
* Bump version to 3.2.03.2.0Samy Pessé2016-07-112-2/+4
|
* Update theme-default@1.0.5Samy Pessé2016-07-111-1/+1
|
* Fix #1408: fix i18n in website generator and add tests for itSamy Pessé2016-07-1111-86/+159
|
* editPlugin and getPluginConfigSoreine2016-07-113-1/+22
|
* Fix reducedObject when default property is undefinedSoreine2016-07-111-0/+5
|
* Export file modelSamy Pessé2016-07-071-0/+1
|
* Bump version to 3.2.0-pre.13.2.0-pre.1Samy Pessé2016-07-052-1/+4
|
* Update gitbook-markdown@2.0.1Samy Pessé2016-07-051-1/+1
|
* Add back property "output" to page/template contextSamy Pessé2016-07-047-29/+53
|
* Update gitbook-plugin-lunr@1.2.0Soreine2016-07-011-1/+1
|
* Reduce size of logo to give room to version numberSoreine2016-06-302-1/+5
|
* Update theme-official for docSoreine2016-06-301-2/+2
|
* Bump version to 3.2.0-pre.03.2.0-pre.0Samy Pessé2016-06-302-1/+5
|
* Update gitbook-markdown@2.0.0Samy Pessé2016-06-301-1/+1
|
* Add tests for locationUtils.flattenSamy Pessé2016-06-291-0/+15
|
* Add method "isFile" and "isReadme" in SummaryArticleSamy Pessé2016-06-297-65/+137
|
* Merge pull request #1397 from mpfeil/masterSamy Pessé2016-06-232-0/+18
|\ | | | | add open and browser args to serve command
| * disable open by defaultMatthias Pfeil2016-06-201-1/+1
| |
| * add open and browser args to serve commandMatthias Pfeil2016-06-172-0/+18
|/
* Enable long stack support when process.env.CI is trueSamy Pesse2016-06-111-43/+44
|
* 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
|