summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tweak some details for browserify compatibilitySamy Pessé2015-10-053-1/+5
* Switch to gulp/browserifySamy Pessé2015-10-0534-915/+25245
* Define specific action for toggling summarySamy Pessé2015-10-056-38/+36
* Start removing search and lunr from coreSamy Pessé2015-10-0511-167/+99
* Adapt tests for new default pluginsSamy Pessé2015-10-051-99/+99
* Remove sharingSamy Pessé2015-10-054-45/+6
* Correctly reset buttons when page changedSamy Pessé2015-10-052-5/+26
* Remove fontsettings from core and add plugin as defaultSamy Pessé2015-10-0514-613/+5
* Add api to extend toolbarSamy Pessé2015-10-054-127/+157
* Update lodash for client side codeSamy Pessé2015-10-053-24/+24
* Add sharing plugin as defaultSamy Pessé2015-10-053-114/+115
* Add method book.formatStringSamy Pessé2015-10-054-129/+158
* Move Book.init in another fileSamy Pessé2015-10-054-147/+162
* Add eslint instead of jshintSamy Pessé2015-10-054-7/+20
* Bump version to 2.4.32.4.3Samy Pessé2015-10-012-1/+6
* Merge pull request #955 from mstade/patch-1Samy Pessé2015-10-011-1/+1
|\
| * Change nunjucks dependency to v2.1.0Marcus Stade2015-10-011-1/+1
|/
* Add ukranian translationSamy Pessé2015-09-282-0/+22
* Fix #952: add configuration for index maximum sizeSamy Pessé2015-09-282-3/+6
* Update gitbook-parsers@0.8.3Samy Pessé2015-09-281-1/+1
* Add slack button in readmeSamy Pessé2015-09-231-0/+1
* Add link to slack community channelSamy Pessé2015-09-231-1/+1
* Bump version to 2.4.22.4.2Samy Pessé2015-09-222-1/+7
* Improve installation of plugins to not install default onesSamy Pessé2015-09-222-13/+36
* Merge branch 'fix/inline_code_html'Samy Pessé2015-09-225-6/+20
|\
| * Update gitbook-plugin-highlight@1.0.3Samy Pessé2015-09-221-1/+1
| * Handle html param from code block outputSamy Pessé2015-09-223-5/+9
| * Add test for inline code block with html tagsSamy Pessé2015-09-222-1/+11
|/
* Fix #941: limit size of lunr indexSamy Pessé2015-09-222-3/+19
* Disable auto code highlighting (language should be specified)Samy Pessé2015-09-211-1/+1
* Fix #939: don't check gitbook version for sub-books (checked for parent)Samy Pessé2015-09-211-5/+7
* Throw correct error in configurationSamy Pessé2015-09-201-1/+1
* Bump version to 2.4.12.4.1Samy Pessé2015-09-192-1/+4
* Fix disabling a default pluginSamy Pessé2015-09-191-8/+10
* Add more tests for blocks args/kwargsSamy Pessé2015-09-171-1/+15
* Bump version to 2.4.02.4.0Samy Pessé2015-09-152-1/+8
* Merge pull request #930 from GitbookIO/jshintSamy Pessé2015-09-1547-613/+588
|\
| * Lint all testsSamy Pessé2015-09-1519-235/+219
| * Jshint all filesSamy Pessé2015-09-1522-210/+192
| * Fix passing context to block functionsSamy Pessé2015-09-153-92/+102
| * Improve code style for book.js and index.jsSamy Pessé2015-09-152-76/+68
| * Add jshint configurationSamy Pessé2015-09-151-0/+7
|/
* Fix stupid error that passed tests because "context" was globalSamy Pessé2015-09-151-2/+2
* Merge pull request #806 from aschempp/aria-rolesSamy Pessé2015-09-154-27/+29
|\
| * Add role and html5 markup for the main navigationAndreas Schempp2015-06-181-23/+25
| * Added basic ARIA roles for screenreadersAndreas Schempp2015-06-184-4/+4
* | Merge pull request #919 from gaearon/fix-cmd-clickSamy Pessé2015-09-151-0/+12
|\ \
| * | Don't react when user wants to open a link in a new tabDan Abramov2015-09-121-0/+12
* | | Merge pull request #929 from GitbookIO/feature/improve_resolveSamy Pessé2015-09-1515-65/+337
|\ \ \
| * | | Improve conrefs to handle all absolute file paths correctlySamy Pessé2015-09-157-73/+148
| * | | Handle absolute file correctly for conrefsSamy Pessé2015-09-153-5/+22
| * | | Add test for navigationSamy Pessé2015-09-153-3/+64
| * | | Improve book.resolve to ensure file is in the bookSamy Pessé2015-09-158-20/+139
|/ / /
* | | Change text for editorSamy Pessé2015-09-151-1/+1
* | | Merge branch 'improve/template-blocks'Samy Pessé2015-09-154-7/+7
|\ \ \
| * | | Use Book.resolve when possibleAaron O'Mullan2015-07-314-7/+7
* | | | Merge pull request #928 from GitbookIO/feature/highlight_blockSamy Pessé2015-09-1423-466/+238
|\ \ \ \ | |_|/ / |/| | |
| * | | Change name of highlight test pluginSamy Pesse2015-09-144-11/+11
| * | | Update css without highlight.jsSamy Pesse2015-09-143-3/+3
| * | | Add highlight as default pluginSamy Pesse2015-09-141-0/+1
| * | | Pass language as kwargs to code blockSamy Pesse2015-09-145-14/+66
| * | | Add base test for extending code highlightingSamy Pesse2015-09-148-41/+51
| * | | Use block code for highlight pre/codeSamy Pesse2015-09-144-18/+73
| * | | Add default blocks (html and code)Samy Pesse2015-09-123-15/+41
| * | | Remove highlight.js dependencySamy Pesse2015-09-129-430/+1
| * | | Add test for replacing highlightingSamy Pesse2015-09-125-1/+58
|/ / /
* | | Bump version to 2.3.32.3.3Samy Pessé2015-09-102-1/+4
* | | Merge pull request #912 from GitbookIO/fix/538Samy Pessé2015-09-103-1/+5
|\ \ \
| * | | Update gitbook-parsers@0.8.2Samy Pessé2015-09-101-1/+1
| * | | Add test for init with deep summarySamy Pessé2015-09-102-0/+4
|/ / /
* | | Bump version to 2.3.22.3.2Samy Pessé2015-09-092-1/+5
* | | Fix #910: fix stupid error with semver apiSamy Pessé2015-09-091-1/+1
* | | Merge pull request #908 from GitbookIO/fix/asciidoc_blocksSamy Pessé2015-09-092-5/+39
|\ \ \
| * | | Use position indicator that doesn't conflict with asciidocSamy Pesse2015-09-082-6/+6
| * | | Add test for blocks without parsingSamy Pesse2015-09-081-0/+34
|/ / /
* | | Bump version to 2.3.12.3.1Samy Pessé2015-09-082-1/+10
* | | Merge pull request #904 from kuaipao/fix-mobi-font-colorSamy Pessé2015-09-081-1/+1
|\ \ \
| * | | use black font on mobikuaipao2015-09-081-1/+1
|/ / /
* | | Log modified file in watcherSamy Pesse2015-09-061-1/+1
* | | Update chokidar@1.0.5Samy Pesse2015-09-061-1/+1
* | | Fix #893: korean iso code is "ko" not "kr"Samy Pesse2015-09-061-0/+0
* | | Update highlight.js@8.8.0Samy Pesse2015-09-061-1/+1
* | | Update gitbook-parsers@0.8.1Samy Pessé2015-09-051-1/+1
* | | Fix #761: fix syntax highlighting for asciidocSamy Pessé2015-09-051-0/+5
* | | Add warning for file outside spineSamy Pessé2015-09-041-0/+10
* | | Add warning for too strict gitbook versionSamy Pessé2015-09-042-3/+3
* | | Update gitbook-parsers@0.8.0Samy Pessé2015-09-041-1/+1
* | | Merge pull request #898 from deminoth/masterSamy Pessé2015-09-042-8/+9
|\ \ \
| * | | Add my nameSangYeob Bono Yu2015-09-041-0/+1
| * | | Korean translation fixedSangYeob Bono Yu2015-09-041-8/+8
|/ / /
* | | Update appveyor buttonSamy Pessé2015-09-011-2/+2
* | | Bump version to 2.3.02.3.0Samy Pessé2015-09-012-1/+12
* | | Improve error handling for failed image downloadSamy Pessé2015-09-012-1/+11
* | | Update nunjucks to fix raw and loaderSamy Pessé2015-09-012-2/+2
* | | Update nunjucks@2.0.0Samy Pessé2015-08-281-1/+1
* | | Add author for hebrewSamy Pessé2015-08-271-15/+17
* | | Merge pull request #877 from a-moses/hebrewSamy Pessé2015-08-271-0/+21
|\ \ \
| * | | Update he.jsona-moses2015-08-231-1/+1
| * | | hebrew support themea-moses2015-08-231-0/+21
* | | | Add method 'get' to config object (helper for plugins)Samy Pessé2015-08-271-0/+4