Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add tests for plugins config validation | Samy Pessé | 2015-10-13 | 8 | -33/+112 |
| | |||||
* | Use jsonschema to valid and default plugins config | Samy Pessé | 2015-10-13 | 5 | -26/+80 |
| | |||||
* | Fix js error | Samy Pessé | 2015-10-12 | 1 | -2/+2 |
| | |||||
* | Add hook "config" to transform configuration before generation | Samy Pessé | 2015-10-12 | 5 | -146/+172 |
| | |||||
* | Merge pull request #959 from GitbookIO/improvements/ebooks | Samy Pessé | 2015-10-08 | 44 | -650/+721 |
|\ | | | | | Improvements for ebooks | ||||
| * | Fix copy of assets and js path in gulpfile | Samy Pessé | 2015-10-06 | 1 | -2/+2 |
| | | |||||
| * | Don't copy assets for ebook to website bundle | Samy Pessé | 2015-10-06 | 20 | -72/+89 |
| | | |||||
| * | Fix css being used for pdf footer and header | Samy Pessé | 2015-10-06 | 3 | -62/+61 |
| | | |||||
| * | Adapt tests | Samy Pessé | 2015-10-06 | 2 | -30/+30 |
| | | |||||
| * | Only add page count on pdf/epub | Samy Pessé | 2015-10-06 | 1 | -0/+2 |
| | | |||||
| * | Fix summary page counter for epub low resolution | Samy Pessé | 2015-10-06 | 6 | -6/+5 |
| | | |||||
| * | Change markdown -> markup in less mixins | Samy Pessé | 2015-10-06 | 5 | -5/+5 |
| | | |||||
| * | Adapt glossary and summary for pdf/epub to new markup style | Samy Pessé | 2015-10-06 | 11 | -34/+38 |
| | | |||||
| * | Cleaner markup css | Samy Pessé | 2015-10-06 | 12 | -323/+186 |
| | | |||||
| * | Use black links in mobi files | Samy Pessé | 2015-10-06 | 19 | -166/+197 |
| | | |||||
| * | Improve support of glossary page in pdf | Samy Pessé | 2015-10-06 | 3 | -3/+11 |
| | | |||||
| * | Handle correctly rtl for toc in ebooks | Samy Pesse | 2015-10-06 | 3 | -2/+27 |
| | | |||||
| * | Center title for table of content | Samy Pesse | 2015-10-06 | 2 | -1/+5 |
| | | |||||
| * | Improve display of table of contents for ebooks | Samy Pesse | 2015-10-06 | 3 | -13/+38 |
| | | |||||
| * | Inline css for footer/header templates | Samy Pesse | 2015-10-06 | 8 | -84/+122 |
| | | |||||
| * | Remove bottom border on h1 and h2 | Samy Pesse | 2015-10-06 | 5 | -6/+12 |
| | | |||||
| * | Fix glossary page using a "section" instead of a "div" | Samy Pessé | 2015-10-06 | 6 | -16/+15 |
| | | |||||
| * | Remove margin on first header of a page (ebook) | Samy Pessé | 2015-10-06 | 3 | -6/+38 |
| | | | | | | | | Avoid breaking in code blocks | ||||
| * | Add css to footer/header for pdf | Samy Pessé | 2015-10-06 | 5 | -30/+49 |
|/ | |||||
* | Merge pull request #964 from GitbookIO/features/plugin_api | Samy Pessé | 2015-10-06 | 60 | -2177/+25882 |
|\ | | | | | Better APIs for Plugins | ||||
| * | Export jQuery for plugins compatibility | Samy Pessé | 2015-10-06 | 2 | -0/+2 |
| | | |||||
| * | Add search plugin to dependencies | Samy Pessé | 2015-10-05 | 1 | -0/+1 |
| | | |||||
| * | Adapt tests for new default plugins | Samy Pessé | 2015-10-05 | 1 | -1/+1 |
| | | |||||
| * | Don't fail when can't write to localstorage | Samy Pessé | 2015-10-05 | 2 | -2/+20 |
| | | |||||
| * | Remove style for search | Samy Pessé | 2015-10-05 | 3 | -44/+2 |
| | | |||||
| * | Tweak some details for browserify compatibility | Samy Pessé | 2015-10-05 | 3 | -1/+5 |
| | | |||||
| * | Switch to gulp/browserify | Samy Pessé | 2015-10-05 | 34 | -915/+25245 |
| | | |||||
| * | Define specific action for toggling summary | Samy Pessé | 2015-10-05 | 6 | -38/+36 |
| | | |||||
| * | Start removing search and lunr from core | Samy Pessé | 2015-10-05 | 11 | -167/+99 |
| | | |||||
| * | Adapt tests for new default plugins | Samy Pessé | 2015-10-05 | 1 | -99/+99 |
| | | |||||
| * | Remove sharing | Samy Pessé | 2015-10-05 | 4 | -45/+6 |
| | | |||||
| * | Correctly reset buttons when page changed | Samy Pessé | 2015-10-05 | 2 | -5/+26 |
| | | |||||
| * | Remove fontsettings from core and add plugin as default | Samy Pessé | 2015-10-05 | 14 | -613/+5 |
| | | |||||
| * | Add api to extend toolbar | Samy Pessé | 2015-10-05 | 4 | -127/+157 |
| | | |||||
| * | Update lodash for client side code | Samy Pessé | 2015-10-05 | 3 | -24/+24 |
| | | |||||
| * | Add sharing plugin as default | Samy Pessé | 2015-10-05 | 3 | -114/+115 |
| | | |||||
| * | Add method book.formatString | Samy Pessé | 2015-10-05 | 4 | -129/+158 |
| | | |||||
| * | Move Book.init in another file | Samy Pessé | 2015-10-05 | 4 | -147/+162 |
| | | |||||
| * | Add eslint instead of jshint | Samy Pessé | 2015-10-05 | 4 | -7/+20 |
| | | |||||
* | | Add more node.js versions to travis-ci | Samy Pessé | 2015-10-05 | 1 | -1/+3 |
|/ | |||||
* | Bump version to 2.4.32.4.3 | Samy Pessé | 2015-10-01 | 2 | -1/+6 |
| | |||||
* | Merge pull request #955 from mstade/patch-1 | Samy Pessé | 2015-10-01 | 1 | -1/+1 |
|\ | | | | | Change nunjucks dependency to v2.1.0 | ||||
| * | Change nunjucks dependency to v2.1.0 | Marcus Stade | 2015-10-01 | 1 | -1/+1 |
|/ | | | Looks like mozilla/nunjucks#504 was merged and released in v2.1.0, so this changes `package.json` to no longer depend on a specific commit. Incidentally, this also solves a problem where corporate firewalls blocks npm from pulling in straight from github repos. | ||||
* | Add ukranian translation | Samy Pessé | 2015-09-28 | 2 | -0/+22 |
| | |||||
* | Fix #952: add configuration for index maximum size | Samy Pessé | 2015-09-28 | 2 | -3/+6 |
| | |||||
* | Update gitbook-parsers@0.8.3 | Samy Pessé | 2015-09-28 | 1 | -1/+1 |
| | |||||
* | Add slack button in readme | Samy Pessé | 2015-09-23 | 1 | -0/+1 |
| | |||||
* | Add link to slack community channel | Samy Pessé | 2015-09-23 | 1 | -1/+1 |
| | |||||
* | Bump version to 2.4.22.4.2 | Samy Pessé | 2015-09-22 | 2 | -1/+7 |
| | |||||
* | Improve installation of plugins to not install default ones | Samy Pessé | 2015-09-22 | 2 | -13/+36 |
| | |||||
* | Merge branch 'fix/inline_code_html' | Samy Pessé | 2015-09-22 | 5 | -6/+20 |
|\ | |||||
| * | Update gitbook-plugin-highlight@1.0.3 | Samy Pessé | 2015-09-22 | 1 | -1/+1 |
| | | |||||
| * | Handle html param from code block output | Samy Pessé | 2015-09-22 | 3 | -5/+9 |
| | | |||||
| * | Add test for inline code block with html tags | Samy Pessé | 2015-09-22 | 2 | -1/+11 |
|/ | |||||
* | Fix #941: limit size of lunr index | Samy Pessé | 2015-09-22 | 2 | -3/+19 |
| | |||||
* | Disable auto code highlighting (language should be specified) | Samy Pessé | 2015-09-21 | 1 | -1/+1 |
| | |||||
* | Fix #939: don't check gitbook version for sub-books (checked for parent) | Samy Pessé | 2015-09-21 | 1 | -5/+7 |
| | |||||
* | Throw correct error in configuration | Samy Pessé | 2015-09-20 | 1 | -1/+1 |
| | |||||
* | Bump version to 2.4.12.4.1 | Samy Pessé | 2015-09-19 | 2 | -1/+4 |
| | |||||
* | Fix disabling a default plugin | Samy Pessé | 2015-09-19 | 1 | -8/+10 |
| | |||||
* | Add more tests for blocks args/kwargs | Samy Pessé | 2015-09-17 | 1 | -1/+15 |
| | |||||
* | Bump version to 2.4.02.4.0 | Samy Pessé | 2015-09-15 | 2 | -1/+8 |
| | |||||
* | Merge pull request #930 from GitbookIO/jshint | Samy Pessé | 2015-09-15 | 47 | -613/+588 |
|\ | | | | | Add config for jshint and fix lint errors | ||||
| * | Lint all tests | Samy Pessé | 2015-09-15 | 19 | -235/+219 |
| | | |||||
| * | Jshint all files | Samy Pessé | 2015-09-15 | 22 | -210/+192 |
| | | |||||
| * | Fix passing context to block functions | Samy Pessé | 2015-09-15 | 3 | -92/+102 |
| | | | | | | | | Add test for it | ||||
| * | Improve code style for book.js and index.js | Samy Pessé | 2015-09-15 | 2 | -76/+68 |
| | | |||||
| * | Add jshint configuration | Samy Pessé | 2015-09-15 | 1 | -0/+7 |
|/ | |||||
* | Fix stupid error that passed tests because "context" was global | Samy Pessé | 2015-09-15 | 1 | -2/+2 |
| | |||||
* | Merge pull request #806 from aschempp/aria-roles | Samy Pessé | 2015-09-15 | 4 | -27/+29 |
|\ | | | | | Aria roles for accessibility | ||||
| * | Add role and html5 markup for the main navigation | Andreas Schempp | 2015-06-18 | 1 | -23/+25 |
| | | |||||
| * | Added basic ARIA roles for screenreaders | Andreas Schempp | 2015-06-18 | 4 | -4/+4 |
| | | |||||
* | | Merge pull request #919 from gaearon/fix-cmd-click | Samy Pessé | 2015-09-15 | 1 | -0/+12 |
|\ \ | | | | | | | Don't react when user wants to open a link in a new tab | ||||
| * | | Don't react when user wants to open a link in a new tab | Dan Abramov | 2015-09-12 | 1 | -0/+12 |
| | | | | | | | | | | | | Fixes #846 | ||||
* | | | Merge pull request #929 from GitbookIO/feature/improve_resolve | Samy Pessé | 2015-09-15 | 15 | -65/+337 |
|\ \ \ | | | | | | | | | Improve paths resolving for conrefs | ||||
| * | | | Improve conrefs to handle all absolute file paths correctly | Samy Pessé | 2015-09-15 | 7 | -73/+148 |
| | | | | | | | | | | | | | | | | Add test for it | ||||
| * | | | Handle absolute file correctly for conrefs | Samy Pessé | 2015-09-15 | 3 | -5/+22 |
| | | | | | | | | | | | | | | | | Add test for absolute file for conrefs | ||||
| * | | | Add test for navigation | Samy Pessé | 2015-09-15 | 3 | -3/+64 |
| | | | | | | | | | | | | | | | | Update mocha and should | ||||
| * | | | Improve book.resolve to ensure file is in the book | Samy Pessé | 2015-09-15 | 8 | -20/+139 |
|/ / / | | | | | | | | | | Adapt tests to plugin-highlight | ||||
* | | | Change text for editor | Samy Pessé | 2015-09-15 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'improve/template-blocks' | Samy Pessé | 2015-09-15 | 4 | -7/+7 |
|\ \ \ | |||||
| * | | | Use Book.resolve when possible | Aaron O'Mullan | 2015-07-31 | 4 | -7/+7 |
| | | | | | | | | | | | | | | | | For added consistency | ||||
* | | | | Merge pull request #928 from GitbookIO/feature/highlight_block | Samy Pessé | 2015-09-14 | 23 | -466/+238 |
|\ \ \ \ | |_|/ / |/| | | | Code highlighting extended by plugins | ||||
| * | | | Change name of highlight test plugin | Samy Pesse | 2015-09-14 | 4 | -11/+11 |
| | | | | |||||
| * | | | Update css without highlight.js | Samy Pesse | 2015-09-14 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | Add highlight as default plugin to be loaded | ||||
| * | | | Add highlight as default plugin | Samy Pesse | 2015-09-14 | 1 | -0/+1 |
| | | | | |||||
| * | | | Pass language as kwargs to code block | Samy Pesse | 2015-09-14 | 5 | -14/+66 |
| | | | | | | | | | | | | | | | | Improve tests for extending code highlighting | ||||
| * | | | Add base test for extending code highlighting | Samy Pesse | 2015-09-14 | 8 | -41/+51 |
| | | | | |||||
| * | | | Use block code for highlight pre/code | Samy Pesse | 2015-09-14 | 4 | -18/+73 |
| | | | | | | | | | | | | | | | | Cleanup correctly predefined blocks | ||||
| * | | | Add default blocks (html and code) | Samy Pesse | 2015-09-12 | 3 | -15/+41 |
| | | | | |||||
| * | | | Remove highlight.js dependency | Samy Pesse | 2015-09-12 | 9 | -430/+1 |
| | | | | |||||
| * | | | Add test for replacing highlighting | Samy Pesse | 2015-09-12 | 5 | -1/+58 |
|/ / / | |||||
* | | | Bump version to 2.3.32.3.3 | Samy Pessé | 2015-09-10 | 2 | -1/+4 |
| | | | |||||
* | | | Merge pull request #912 from GitbookIO/fix/538 | Samy Pessé | 2015-09-10 | 3 | -1/+5 |
|\ \ \ | | | | | | | | | Fix 538: duplicate entries without paths are ignored | ||||
| * | | | Update gitbook-parsers@0.8.2 | Samy Pessé | 2015-09-10 | 1 | -1/+1 |
| | | | |