Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update app.js2.5.1 | Samy Pessé | 2015-10-27 | 1 | -1/+1 | |
| | ||||||
* | Bump version to 2.5.1 | Samy Pessé | 2015-10-27 | 2 | -1/+3 | |
| | ||||||
* | Merge changelog for 2.5.0 | Samy Pessé | 2015-10-27 | 1 | -29/+9 | |
| | ||||||
* | Fix calcul of root in gitbook.state when serving index.html as / | Samy Pessé | 2015-10-27 | 1 | -1/+1 | |
| | ||||||
* | Bump version to 2.5.02.5.0 | Samy Pessé | 2015-10-27 | 2 | -1/+5 | |
| | ||||||
* | Add chapterTitle to app build | Samy Pessé | 2015-10-27 | 1 | -0/+3 | |
| | ||||||
* | Add 'chapterTitle' to gitbook.state api | Samy Pessé | 2015-10-27 | 2 | -1/+4 | |
| | ||||||
* | Compatibility for require of plugins | Samy Pessé | 2015-10-24 | 2 | -2/+8 | |
| | ||||||
* | Comment gitbook.state api | Samy Pessé | 2015-10-22 | 1 | -0/+4 | |
| | ||||||
* | Add gitbook.state.filepath | Samy Pessé | 2015-10-22 | 3 | -3/+11 | |
| | | | | Fix gitbook.state.root | |||||
* | Bump version to 2.5.0-beta.72.5.0-beta.7 | Samy Pessé | 2015-10-22 | 2 | -1/+6 | |
| | ||||||
* | Update app.js | Samy Pessé | 2015-10-22 | 1 | -23/+349 | |
| | ||||||
* | Provide gitbook.state.root to plugins | Samy Pessé | 2015-10-22 | 1 | -4/+9 | |
| | ||||||
* | Merge pull request #986 from GitbookIO/fix/heading_ids | Samy Pessé | 2015-10-21 | 6 | -29/+78 | |
|\ | | | | | Normalize ID for headings | |||||
| * | Correctly generate id if none found | Samy Pessé | 2015-10-21 | 5 | -6/+55 | |
| | | ||||||
| * | Update gitbook-parsers@0.8.7 | Samy Pessé | 2015-10-21 | 2 | -23/+23 | |
| | | ||||||
| * | Update gitbook-parsers@0.8.6 | Samy Pessé | 2015-10-21 | 1 | -1/+1 | |
|/ | ||||||
* | Use Arial as default font | Samy Pessé | 2015-10-21 | 1 | -1/+1 | |
| | ||||||
* | Bump version to 2.5.0-beta.62.5.0-beta.6 | Samy Pessé | 2015-10-20 | 2 | -1/+7 | |
| | ||||||
* | Use helvetica by default for pdf | Samy Pessé | 2015-10-20 | 2 | -2/+4 | |
| | ||||||
* | Fix default style for pdf footer and header | Samy Pessé | 2015-10-20 | 1 | -1/+1 | |
| | ||||||
* | Fix #974: correctly handle query in image urls | Samy Pessé | 2015-10-20 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #983 from GitbookIO/fix/982 | Samy Pessé | 2015-10-20 | 7 | -88/+169 | |
|\ | | | | | Fix #982: correctly handle templating in imported content | |||||
| * | Fix #982: fix shortcuts for included templates | Samy Pessé | 2015-10-20 | 2 | -13/+47 | |
| | | ||||||
| * | Add failing test for #982 | Samy Pessé | 2015-10-20 | 6 | -74/+121 | |
|/ | ||||||
* | Bump version to 2.5.0-beta.52.5.0-beta.5 | Samy Pessé | 2015-10-16 | 2 | -1/+5 | |
| | ||||||
* | Update gitbook-parsers@0.8.5 | Samy Pessé | 2015-10-16 | 1 | -1/+1 | |
| | ||||||
* | Fix position of sidebar toggle button | Samy Pessé | 2015-10-14 | 2 | -2/+2 | |
| | ||||||
* | Bump version to 2.5.0-beta.42.5.0-beta.4 | Samy Pessé | 2015-10-14 | 2 | -1/+5 | |
| | ||||||
* | Fix position of glossary icon relative to sidebar toggler | Samy Pessé | 2015-10-14 | 3 | -8/+52 | |
| | ||||||
* | Fix legacy properties book.options.input, ... | Samy Pessé | 2015-10-14 | 1 | -23/+23 | |
| | ||||||
* | Bump version to 2.5.0-beta.32.5.0-beta.3 | Samy Pessé | 2015-10-14 | 2 | -1/+4 | |
| | ||||||
* | Fix resolve of plugins for prereleases | Samy Pessé | 2015-10-14 | 1 | -2/+2 | |
| | ||||||
* | Fix instruction for local developement | Samy Pessé | 2015-10-14 | 1 | -3/+3 | |
| | ||||||
* | Bump version to 2.5.0-beta.22.5.0-beta.2 | Samy Pessé | 2015-10-14 | 2 | -1/+4 | |
| | ||||||
* | Correctly handle pre-version for plugins checks | Samy Pessé | 2015-10-13 | 3 | -4/+23 | |
| | ||||||
* | Bump version to 2.5.0-beta.12.5.0-beta.1 | Samy Pessé | 2015-10-13 | 2 | -1/+11 | |
| | ||||||
* | Merge pull request #979 from GitbookIO/feature/plugins_config | Samy Pessé | 2015-10-13 | 11 | -192/+353 | |
|\ | | | | | Improvements for plugin configurations | |||||
| * | Set default config for all plugins | Samy Pessé | 2015-10-13 | 1 | -1/+1 | |
| | | ||||||
| * | Update gitbook-plugin-sharing@1.0.1 | Samy Pessé | 2015-10-13 | 1 | -1/+1 | |
| | | ||||||
| * | Correctly apply defaults config to pluginsConfig | Samy Pessé | 2015-10-13 | 2 | -2/+4 | |
| | | ||||||
| * | Update gitbook-plugin-fontsettings@1.0.2 | Samy Pessé | 2015-10-13 | 1 | -1/+1 | |
| | | ||||||
| * | Fix error in accessing plugins config | Samy Pessé | 2015-10-13 | 1 | -2/+2 | |
| | | ||||||
| * | Update gitbook-plugin-search@1.0.2 | Samy Pessé | 2015-10-13 | 1 | -1/+1 | |
| | | ||||||
| * | Update gitbook-plugin-search@1.0.1 | Samy Pessé | 2015-10-13 | 1 | -1/+1 | |
| | | ||||||
| * | 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 | |
| |