Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove old theme | Samy Pessé | 2016-02-17 | 11 | -645/+0 |
| | |||||
* | Add trailing slash to gitbook.state.root, fix value of gitbook.state.bookRoot | Samy Pessé | 2015-11-25 | 1 | -1/+1 |
| | |||||
* | Fix gitbook.state.innerLanguage: use camel case | Samy Pessé | 2015-11-25 | 1 | -2/+2 |
| | |||||
* | Fix #1023: close sidebar after clicking a link on mobile | Samy Pessé | 2015-11-25 | 2 | -2/+9 |
| | |||||
* | Add bookRoot to gitbook.state | Samy Pessé | 2015-11-25 | 1 | -1/+7 |
| | |||||
* | Correctly show space between toolbar icon and text in buttons | Samy Pessé | 2015-11-02 | 1 | -1/+1 |
| | |||||
* | Trigger "start" before "page.change" | Samy Pessé | 2015-11-02 | 3 | -4/+13 |
| | |||||
* | Fix calcul of root in gitbook.state when serving index.html as / | Samy Pessé | 2015-10-27 | 1 | -1/+1 |
| | |||||
* | Add 'chapterTitle' to gitbook.state api | Samy Pessé | 2015-10-27 | 1 | -0/+3 |
| | |||||
* | Compatibility for require of plugins | Samy Pessé | 2015-10-24 | 1 | -1/+2 |
| | |||||
* | Comment gitbook.state api | Samy Pessé | 2015-10-22 | 1 | -0/+4 |
| | |||||
* | Add gitbook.state.filepath | Samy Pessé | 2015-10-22 | 1 | -1/+5 |
| | | | | Fix gitbook.state.root | ||||
* | Provide gitbook.state.root to plugins | Samy Pessé | 2015-10-22 | 1 | -4/+9 |
| | |||||
* | Fix position of sidebar toggle button | Samy Pessé | 2015-10-14 | 1 | -1/+1 |
| | |||||
* | Fix position of glossary icon relative to sidebar toggler | Samy Pessé | 2015-10-14 | 2 | -4/+26 |
| | |||||
* | Export jQuery for plugins compatibility | Samy Pessé | 2015-10-06 | 1 | -0/+1 |
| | |||||
* | Don't fail when can't write to localstorage | Samy Pessé | 2015-10-05 | 1 | -1/+10 |
| | |||||
* | Tweak some details for browserify compatibility | Samy Pessé | 2015-10-05 | 1 | -0/+2 |
| | |||||
* | Switch to gulp/browserify | Samy Pessé | 2015-10-05 | 25 | -801/+572 |
| | |||||
* | Define specific action for toggling summary | Samy Pessé | 2015-10-05 | 3 | -30/+34 |
| | |||||
* | Start removing search and lunr from core | Samy Pessé | 2015-10-05 | 3 | -29/+31 |
| | |||||
* | Remove sharing | Samy Pessé | 2015-10-05 | 3 | -44/+5 |
| | |||||
* | Correctly reset buttons when page changed | Samy Pessé | 2015-10-05 | 1 | -4/+25 |
| | |||||
* | Add api to extend toolbar | Samy Pessé | 2015-10-05 | 3 | -126/+156 |
| | |||||
* | Don't react when user wants to open a link in a new tab | Dan Abramov | 2015-09-12 | 1 | -0/+12 |
| | | | | Fixes #846 | ||||
* | Improve header merge on page change | Aaron O'Mullan | 2015-08-07 | 1 | -5/+17 |
| | | | | | | Prevents flickering (style reset) Fixes #782, #838, #840 | ||||
* | Added vk sharing button. | Olga Filipova | 2015-05-12 | 1 | -0/+3 |
| | |||||
* | Fix scroll reset on small resolutions (mobile & tablet) | Samy Pessé | 2015-03-24 | 1 | -3/+5 |
| | |||||
* | Fix scroling position when preparing page | Samy Pessé | 2015-03-24 | 1 | -3/+4 |
| | |||||
* | Remove glossary from theme js | Samy Pessé | 2015-01-22 | 3 | -129/+4 |
| | |||||
* | Add back theme | Samy Pessé | 2015-01-20 | 16 | -0/+878 |
| | |||||
* | Clear folder | Samy Pessé | 2015-01-19 | 16 | -878/+0 |
| | |||||
* | Fix #496: improve replacement of glossary terms in html | Samy Pessé | 2014-11-12 | 1 | -50/+51 |
| | |||||
* | Fix #460: search for glossary term on all nodes | Samy Pessé | 2014-10-13 | 1 | -6/+40 |
| | |||||
* | Remove githubId | Samy Pessé | 2014-09-17 | 2 | -6/+0 |
| | | | | Enable hook for ebook | ||||
* | Fix url for sharing | Samy Pessé | 2014-08-20 | 1 | -8/+5 |
| | |||||
* | Replace whole word with glossary term | Samy Pessé | 2014-08-19 | 1 | -1/+1 |
| | |||||
* | Improve replace of words with glossary links | Samy Pessé | 2014-08-19 | 1 | -2/+20 |
| | |||||
* | Add action on glossary term in the page | Samy Pessé | 2014-08-19 | 4 | -7/+78 |
| | |||||
* | Remove quizzes handling from core | Samy Pessé | 2014-08-11 | 2 | -60/+1 |
| | |||||
* | Remove exercises execution | Samy Pessé | 2014-08-11 | 6 | -175/+5 |
| | |||||
* | Fix sharing to instapaper | Samy Pessé | 2014-08-11 | 1 | -1/+1 |
| | |||||
* | Add sharing to instapaper | Samy Pessé | 2014-08-11 | 1 | -0/+3 |
| | |||||
* | Improve dropdown to make it global | Samy Pessé | 2014-08-11 | 4 | -20/+33 |
| | | | | Add dropdown for sharing | ||||
* | Fix url.js inclusion | Samy Pessé | 2014-08-11 | 1 | -1/+1 |
| | |||||
* | Use fontawesome from bower | Samy Pessé | 2014-08-11 | 1 | -1/+1 |
| | |||||
* | Remove bootstrap dependency | Samy Pessé | 2014-08-11 | 1 | -2/+2 |
| | |||||
* | Remove appCache handling from client js | Samy Pessé | 2014-08-11 | 2 | -20/+1 |
| | |||||
* | keep the search result list after user click a link | codepiano | 2014-08-05 | 2 | -5/+25 |
| | | | | | | | | Record search keyword to LocalStorage, when navigate to a new url,fetch keyword from LocalStorage, init the search input element,then filter the sidebar menu. So User can iterator the result list without type the keyword every time. | ||||
* | add sharing to weibo.com. | codepiano | 2014-07-31 | 1 | -1/+4 |
| | | | | | | | | google、facebook and twitter are block by GFW in China,Chinese can not visit these websites. add 'weibo' config in option links.sharing,the share link will not be used by default,users should set the value of 'weibo' to true to turn on sharing to weibo.com. | ||||
* | Remove github count stars and watchers | Samy Pessé | 2014-07-30 | 1 | -20/+0 |
| | |||||
* | Add keyboard shortcut for submitting exercise | Harutyun Amirjanyan | 2014-07-16 | 1 | -1/+9 |
| | |||||
* | Don't use cdn for ace | Samy Pessé | 2014-06-07 | 1 | -1/+5 |
| | |||||
* | Improve font sizes and spacing on content | Samy Pessé | 2014-06-06 | 1 | -1/+1 |
| | |||||
* | Improve font on title | Samy Pessé | 2014-06-03 | 1 | -1/+1 |
| | | | | Set sans-serif as default | ||||
* | Fix loading button display on navigation | Samy Pessé | 2014-05-24 | 1 | -4/+2 |
| | |||||
* | Fix #235: search after navigation to another page | Samy Pessé | 2014-05-23 | 3 | -17/+10 |
| | |||||
* | Fix #218: keep state of font settings | Samy Pessé | 2014-05-23 | 2 | -25/+22 |
| | |||||
* | Fix #218: Add settings for client theme (font family, size, theme) | Samy Pessé | 2014-05-08 | 2 | -13/+24 |
| | |||||
* | Fix #197: use URI.js for calculation of relative url | Samy Pessé | 2014-05-04 | 3 | -51/+37 |
| | | | | Use bower for client dependencies | ||||
* | Remove vendors directory | Samy Pessé | 2014-05-04 | 4 | -18917/+0 |
| | |||||
* | Fix #182: Replace all book body when page changes | Samy Pessé | 2014-05-01 | 1 | -9/+8 |
| | |||||
* | Update page when new version of application cache | Samy Pessé | 2014-04-27 | 2 | -1/+20 |
| | |||||
* | Add base loading indicator for navigation | Samy Pessé | 2014-04-27 | 2 | -4/+23 |
| | | | | #161 | ||||
* | Fix #153 and Improve pushState navigation | Samy Pessé | 2014-04-25 | 2 | -11/+59 |
| | |||||
* | Merge branch 'master' of https://github.com/Hermanya/gitbook into ↵ | Samy Pessé | 2014-04-22 | 2 | -2/+119 |
|\ | | | | | | | Hermanya-master | ||||
| * | Font settings, closes #102 | Herman Starikov | 2014-04-19 | 2 | -2/+95 |
| | | |||||
* | | Change js interface for plugins and add configuration | Samy Pessé | 2014-04-21 | 6 | -23/+27 |
| | | |||||
* | | Trigger event on document when ready | Samy Pessé | 2014-04-19 | 1 | -0/+2 |
| | | |||||
* | | Add global js interface for plugins and remove mixpanel | Samy Pessé | 2014-04-19 | 6 | -47/+21 |
| | | |||||
* | | Improve stability of mixpanel tracking | Samy Pessé | 2014-04-18 | 2 | -12/+13 |
| | | |||||
* | | Fix quiz interractivity | Samy Pessé | 2014-04-18 | 1 | -2/+5 |
| | | |||||
* | | Fix #116: update url before updating html content | Samy Pessé | 2014-04-18 | 1 | -2/+2 |
| | | |||||
* | | Fix navigation on chrome for iOS: disable pushState | Samy Pessé | 2014-04-18 | 1 | -1/+3 |
| | | |||||
* | | Fix state update after navigation | Samy Pessé | 2014-04-17 | 1 | -1/+1 |
|/ | |||||
* | Fix #97: keep scroll position during page changement | Samy Pessé | 2014-04-15 | 1 | -1/+5 |
| | |||||
* | Fix progress display when page change | Samy Pessé | 2014-04-14 | 2 | -7/+15 |
| | |||||
* | Add analytics on page changement | Samy Pessé | 2014-04-14 | 2 | -2/+6 |
| | |||||
* | Fix search with pusState navigation | Samy Pessé | 2014-04-14 | 2 | -6/+14 |
| | |||||
* | Fix scrolling on new design | Samy Pessé | 2014-04-14 | 1 | -2/+4 |
| | |||||
* | Merge branch 'master' of https://github.com/tcorral/gitbook into tcorral-master | Samy Pessé | 2014-04-14 | 2 | -4/+18 |
|\ | | | | | | | | | 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 head styles so that ace stays stable | Samy Pessé | 2014-04-14 | 1 | -1/+9 |
| | | |||||
* | | Fix header interractive actions: buttons and github | Samy Pessé | 2014-04-14 | 5 | -11/+25 |
| | | |||||
* | | Add complete refresh of head and body on page navigation | Samy Pessé | 2014-04-14 | 1 | -8/+12 |
| | | |||||
* | | Focs and reset scroll on page body | Samy Pessé | 2014-04-14 | 2 | -3/+6 |
| | | |||||
* | | Improve quiz sections design | Samy Pessé | 2014-04-14 | 2 | -5/+6 |
| | | |||||
* | | Fix exercises binding when page changed | Samy Pessé | 2014-04-14 | 3 | -35/+104 |
| | | | | | | | | Add base binding for quiz | ||||
* | | Fix title update with pushState navigation | Samy Pessé | 2014-04-14 | 1 | -6/+14 |
| | | |||||
* | | Fix regression on github as an option | Samy Pessé | 2014-04-14 | 1 | -8/+11 |
| | | |||||
* | | Add base from clarity theme from @Nijikokun | Samy Pessé | 2014-04-14 | 19 | -90/+94 |
|/ | |||||
* | Quiz with GFM checkbox lists | James Phillpotts | 2014-04-12 | 1 | -11/+13 |
| | |||||
* | Tabular quiz | James Phillpotts | 2014-04-12 | 2 | -2/+54 |
| | |||||
* | Merge Optional github | Samy Pessé | 2014-04-09 | 3 | -8/+18 |
|\ | |||||
| * | Add context code support to exercises (optional) | Aaron O'Mullan | 2014-04-08 | 3 | -8/+18 |
| | | | | | | | | Partial #52, fixes #49, fixes #46 | ||||
* | | Merge branch 'optional-github' of https://github.com/mrpotes/gitbook into ↵ | Samy Pessé | 2014-04-09 | 1 | -10/+12 |
|\ \ | |/ |/| | | | mrpotes-optional-github | ||||
| * | Whoops, missed a couple of extra uses of githubId | James Phillpotts | 2014-04-07 | 1 | -10/+12 |
| | | |||||
* | | Don't use caching for search index | Samy Pessé | 2014-04-07 | 1 | -9/+0 |
|/ |