Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version to 0.2.20.2.2 | Aaron O'Mullan | 2014-04-17 | 1 | -1/+1 |
| | |||||
* | Improve styling for pdf and ebook | Samy Pessé | 2014-04-17 | 3 | -27/+36 |
| | |||||
* | Fix state update after navigation | Samy Pessé | 2014-04-17 | 2 | -2/+2 |
| | |||||
* | Improve style for pdf and ebook | Samy Pessé | 2014-04-17 | 7 | -11/+121 |
| | |||||
* | Remove useless caracter from page format | Samy Pessé | 2014-04-17 | 1 | -1/+0 |
| | |||||
* | Fix #107: Render all the page in single page format | Samy Pessé | 2014-04-17 | 1 | -46/+38 |
| | |||||
* | Bump version to 0.2.10.2.1 | Aaron O'Mullan | 2014-04-17 | 1 | -1/+1 |
| | |||||
* | Normalize code language before highlighting | Aaron O'Mullan | 2014-04-17 | 1 | -0/+3 |
| | |||||
* | Merge pull request #104 from GitbookIO/fix/auto_highlighting | Samy Pessé | 2014-04-17 | 1 | -3/+5 |
|\ | | | | | Disable automatic highlighting | ||||
| * | Disable automatic highlighting | Aaron O'Mullan | 2014-04-16 | 1 | -3/+5 |
| | | | | | | | | Fallback to no highlighting rather that potentially funky highlighting | ||||
* | | Merge pull request #105 from ptagell/master | Aaron O'Mullan | 2014-04-16 | 1 | -1/+0 |
|\ \ | |/ |/| | Removed duplicate line of readme | ||||
| * | Removed duplicate line of readme | Paul Tagell | 2014-04-17 | 1 | -1/+0 |
| | | |||||
* | | In parse/page remove global marked settings | Aaron O'Mullan | 2014-04-16 | 1 | -12/+10 |
| | | | | | | | | | | Highlighter settings were global, moved them to the render function (where they should have been) | ||||
* | | Fix #100: fix section test isQuiz | Samy Pessé | 2014-04-16 | 1 | -1/+1 |
| | | |||||
* | | Add more test for quiz (related to #100) | Samy Pessé | 2014-04-16 | 2 | -0/+16 |
| | | |||||
* | | Do not pass SUMMARY.md to generator, fixes #93 | Aaron O'Mullan | 2014-04-16 | 1 | -2/+11 |
| | | | | | | | | | | | | We want to parse SUMMARY.md but not generate a file from it, thus it should be removed from the list of files to be processed by the generator | ||||
* | | Ignore .gitignore file by default in fs.list | Aaron O'Mullan | 2014-04-16 | 1 | -1/+2 |
| | | | | | | | | Partial fix of #93 | ||||
* | | Fix #97: keep scroll position during page changement | Samy Pessé | 2014-04-15 | 2 | -2/+6 |
| | | |||||
* | | Fix progress display when page change | Samy Pessé | 2014-04-14 | 4 | -9/+17 |
| | | |||||
* | | Update preview | Samy Pessé | 2014-04-14 | 1 | -0/+0 |
| | | |||||
* | | Improve languages list design | Samy Pessé | 2014-04-14 | 1 | -2/+0 |
| | | |||||
* | | Bump to version 0.2.00.2.0 | Aaron O'Mullan | 2014-04-14 | 1 | -1/+1 |
| | | |||||
* | | Add analytics on page changement | Samy Pessé | 2014-04-14 | 3 | -3/+7 |
| | | |||||
* | | Improve design of header buttons | Samy Pessé | 2014-04-14 | 2 | -1/+2 |
| | | |||||
* | | Fix search with pusState navigation | Samy Pessé | 2014-04-14 | 3 | -7/+15 |
| | | |||||
* | | Fix scrolling on new design | Samy Pessé | 2014-04-14 | 5 | -6/+9 |
| | | |||||
* | | Revert "Fix ebook and pdf generator" | Samy Pessé | 2014-04-14 | 1 | -2/+2 |
| | | | | | | | | This reverts commit f43e630528be43d5aec4e6f923b0f53107f93546. | ||||
* | | Fix #91: Extract defaults title and description from README.md | Samy Pessé | 2014-04-14 | 3 | -26/+28 |
| | | |||||
* | | Add readme parsing for extracting title and description | Samy Pessé | 2014-04-14 | 4 | -0/+68 |
| | | |||||
* | | Fix ebook and pdf generator | Samy Pessé | 2014-04-14 | 1 | -2/+2 |
| | | |||||
* | | Fix generate.file method | Samy Pessé | 2014-04-14 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' of https://github.com/tcorral/gitbook into tcorral-master | Samy Pessé | 2014-04-14 | 3 | -5/+19 |
|\ \ | | | | | | | | | | | | | Conflicts: theme/javascript/app.js | ||||
| * | | Allow scroll in computers that put the navigation over scroll control. When ↵ | tcorral | 2014-04-13 | 1 | -4/+10 |
| | | | | | | | | | | | | the document is ready it will check the difference between the body-inner and the page-wrapper width to move the layer only this width allowing the user to scroll. | ||||
| * | | Allow scroll in computers that put the navigation over scroll control. When ↵ | tcorral | 2014-04-13 | 1 | -52/+56 |
| | | | | | | | | | | | | the document is ready it will check the difference between the body-inner and the page-wrapper width to move the layer only this width allowing the user to scroll. | ||||
| * | | Allow scroll in computers that put the navigation over scroll control. When ↵ | tcorral | 2014-04-13 | 1 | -50/+52 |
| |/ | | | | | | | the document is ready it will check the difference between the body-inner and the page-wrapper width to move the layer only this width allowing the user to scroll. | ||||
* | | Merge pull request #88 from GitbookIO/feature/clarity | Samy Pessé | 2014-04-14 | 91 | -1233/+619 |
|\ \ | | | | | | | Feature/clarity | ||||
| * | | Merge head styles so that ace stays stable | Samy Pessé | 2014-04-14 | 2 | -2/+10 |
| | | | |||||
| * | | Fix header interractive actions: buttons and github | Samy Pessé | 2014-04-14 | 6 | -12/+26 |
| | | | |||||
| * | | Add complete refresh of head and body on page navigation | Samy Pessé | 2014-04-14 | 3 | -13/+16 |
| | | | |||||
| * | | Focs and reset scroll on page body | Samy Pessé | 2014-04-14 | 3 | -4/+7 |
| | | | |||||
| * | | Improve quiz sections design | Samy Pessé | 2014-04-14 | 7 | -18/+78 |
| | | | |||||
| * | | Fix exercises binding when page changed | Samy Pessé | 2014-04-14 | 4 | -36/+105 |
| | | | | | | | | | | | | Add base binding for quiz | ||||
| * | | Fix title update with pushState navigation | Samy Pessé | 2014-04-14 | 2 | -7/+15 |
| | | | |||||
| * | | New languages page | Samy Pessé | 2014-04-14 | 3 | -12/+19 |
| | | | |||||
| * | | Add @Nijikokun as a contributor | Samy Pessé | 2014-04-14 | 1 | -0/+1 |
| | | | |||||
| * | | Fix regression on github as an option | Samy Pessé | 2014-04-14 | 2 | -9/+12 |
| | | | |||||
| * | | Add fonts locally | Samy Pessé | 2014-04-14 | 32 | -506/+27 |
| | | | |||||
| * | | Fix fonts path | Samy Pessé | 2014-04-14 | 2 | -3/+3 |
| | | | |||||
| * | | Improve search input design | Samy Pessé | 2014-04-14 | 3 | -5/+4 |
| | | | |||||
| * | | Switch to 4spaces indentations for less files | Samy Pessé | 2014-04-14 | 6 | -339/+339 |
| | | | |||||
| * | | Made progress bar static | Samy Pessé | 2014-04-14 | 4 | -65/+65 |
| | | | |||||
| * | | Add base from clarity theme from @Nijikokun | Samy Pessé | 2014-04-14 | 75 | -1575/+1265 |
|/ / | |||||
* | | Remove logs from core module | Samy Pessé | 2014-04-13 | 1 | -3/+1 |
| | | |||||
* | | Move more build logic to the core generation module | Samy Pessé | 2014-04-13 | 3 | -128/+131 |
|/ | |||||
* | Add gitbook init command, fixes #67 | Aaron O'Mullan | 2014-04-12 | 3 | -0/+83 |
| | |||||
* | Refactor binary's buildCommand | Aaron O'Mullan | 2014-04-12 | 1 | -16/+16 |
| | | | | Be more “commander-like” | ||||
* | Merge pull request #85 from GitbookIO/pr/63 | Aaron O'Mullan | 2014-04-12 | 15 | -24/+334 |
|\ | | | | | Pr/63 | ||||
| * | Refactor, document, improve section type detection | Aaron O'Mullan | 2014-04-12 | 1 | -18/+45 |
| | | | | | | | | Especially for quiz types | ||||
| * | Fixup page lexing in test/page | Aaron O'Mullan | 2014-04-12 | 1 | -2/+5 |
| | | |||||
| * | Quiz with GFM checkbox lists | James Phillpotts | 2014-04-12 | 10 | -50/+126 |
| | | |||||
| * | Tabular quiz | James Phillpotts | 2014-04-12 | 15 | -21/+225 |
|/ | |||||
* | Update AUTHORS.md | Samy Pessé | 2014-04-11 | 1 | -2/+8 |
| | |||||
* | Create AUTHORS.md | Samy Pessé | 2014-04-11 | 1 | -0/+10 |
| | |||||
* | Merge pull request #84 from Tim-Zhang/master | Samy Pessé | 2014-04-11 | 1 | -2/+5 |
|\ | | | | | Fix title problem when repo url doesn't have .git suffix | ||||
| * | Fix title problem when repo url doesn't have .git suffix | TimZhang | 2014-04-11 | 1 | -2/+5 |
|/ | |||||
* | Merge pull request #78 from mrpotes/mocha-windows | Aaron O'Mullan | 2014-04-10 | 3 | -12/+16 |
|\ | | | | | Fix URL creation on windows | ||||
| * | Use OS-agnostic path generation for images too | James Phillpotts | 2014-04-10 | 3 | -6/+14 |
| | | |||||
| * | Use API from node 0.8 | James Phillpotts | 2014-04-10 | 1 | -1/+2 |
| | | |||||
| * | Fix URL creation on windows | James Phillpotts | 2014-04-10 | 1 | -7/+2 |
| | | |||||
* | | Merge pull request #77 from GitbookIO/improve/sections_lexing | Samy Pessé | 2014-04-10 | 4 | -5/+101 |
|\ \ | |/ |/| | Improve/sections lexing | ||||
| * | Improve section detection, fixes #68 | Aaron O'Mullan | 2014-04-10 | 1 | -5/+9 |
| | | |||||
| * | Add better tests for ambiguous section detection | Aaron O'Mullan | 2014-04-10 | 2 | -0/+90 |
| | | |||||
| * | Improve language normalization | Aaron O'Mullan | 2014-04-10 | 1 | -0/+2 |
|/ | | | | Check for null before converting to lower case | ||||
* | Merge pull request #62 from oliverh855/master | Samy Pessé | 2014-04-09 | 14 | -493/+963 |
|\ | | | | | Changes the default font from Helvetica to Open Sans | ||||
| * | Removes unused font-family appLight | Oliver Hoffmann | 2014-04-09 | 1 | -9/+0 |
| | | |||||
| * | Removes helvetica font from repository | Oliver Hoffmann | 2014-04-09 | 8 | -479/+0 |
| | | |||||
| * | Changes the default font from Helvetica to Open Sans. See #14 | Oliver Hoffmann | 2014-04-09 | 6 | -6/+964 |
|/ | |||||
* | Merge Optional github | Samy Pessé | 2014-04-09 | 13 | -21424/+83 |
|\ | |||||
| * | Bump version to 0.1.30.1.3 | Aaron O'Mullan | 2014-04-08 | 1 | -1/+1 |
| | | |||||
| * | Uglify output JS theme/assets/app.js | Aaron O'Mullan | 2014-04-08 | 2 | -21419/+2 |
| | | |||||
| * | Add context code support to exercises (optional) | Aaron O'Mullan | 2014-04-08 | 6 | -15/+48 |
| | | | | | | | | Partial #52, fixes #49, fixes #46 | ||||
| * | Add lexing support for content code in exercises | Aaron O'Mullan | 2014-04-08 | 4 | -2/+48 |
| | | | | | | | | #52, #49, #46 | ||||
| * | Fix URL rewriting error on empty URLs | Aaron O'Mullan | 2014-04-08 | 1 | -2/+2 |
| | | | | | | | | Fixes #54, fixes #59 | ||||
* | | Merge branch 'optional-github' of https://github.com/mrpotes/gitbook into ↵ | Samy Pessé | 2014-04-09 | 10 | -36/+57 |
|\ \ | |/ |/| | | | mrpotes-optional-github | ||||
| * | Tidy up use of github, and make error more descriptive | James Phillpotts | 2014-04-08 | 4 | -19/+27 |
| | | |||||
| * | Whoops, missed a couple of extra uses of githubId | James Phillpotts | 2014-04-07 | 2 | -10/+14 |
| | | |||||
| * | Make use of github optional | James Phillpotts | 2014-04-07 | 5 | -15/+24 |
| | | |||||
* | | Merge pull request #51 from calmdev/fix/gh-enterprise | Samy Pessé | 2014-04-07 | 3 | -2/+3 |
|\ \ | | | | | | | Fixes --githubHost option for use with Github Enterprise. | ||||
| * | | Fixes --githubHost option for use with Github Enterprise. | Levi Lewis | 2014-04-07 | 3 | -2/+3 |
|/ / | |||||
* | | Bump version to 0.1.20.1.2 | Samy Pessé | 2014-04-07 | 1 | -1/+1 |
| | | |||||
* | | Center images in markdown body | Samy Pessé | 2014-04-07 | 2 | -2/+5 |
| | | |||||
* | | Don't use caching for search index | Samy Pessé | 2014-04-07 | 2 | -18/+0 |
| | | |||||
* | | Fix display of table in page body | Samy Pessé | 2014-04-07 | 2 | -2/+5 |
| | | |||||
* | | Improve new navigation on mobile | Samy Pessé | 2014-04-07 | 4 | -12/+24 |
| | | |||||
* | | Add new lateral navigations | Samy Pessé | 2014-04-07 | 8 | -77/+67 |
| | | |||||
* | | Fix progress link to README | Samy Pessé | 2014-04-07 | 1 | -1/+3 |
|/ | |||||
* | Remove need for README.md for multi-languages | Samy Pessé | 2014-04-06 | 1 | -1/+1 |
| | |||||
* | Fix overflow on languages page | Samy Pessé | 2014-04-06 | 2 | -1/+2 |
| | |||||
* | Merge pull request #42 from GitbookIO/feature/ebook | Samy Pessé | 2014-04-06 | 5 | -60/+160 |
|\ | | | | | Fix #10: Add generation to ebook | ||||
| * | Add format ebook to README.md | Samy Pessé | 2014-04-06 | 1 | -0/+1 |
| | |