Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|/ | |||||
* | Use cache in localstorage to store search index | Samy Pessé | 2014-04-06 | 2 | -6/+20 |
| | |||||
* | Fix loading of search index in sub directories | Samy Pessé | 2014-04-06 | 3 | -3/+3 |
| | |||||
* | Open sidebar when opening search | Samy Pessé | 2014-04-06 | 1 | -1/+1 |
| | |||||
* | Reset search results when hidding search bar | Samy Pessé | 2014-04-06 | 1 | -0/+2 |
| | |||||
* | Filter summary using search bar | Samy Pessé | 2014-04-06 | 2 | -5/+27 |
| | |||||
* | Move search bar as global | Samy Pessé | 2014-04-06 | 1 | -6/+6 |
| | |||||
* | Blur search input when hidding search bar | Samy Pessé | 2014-04-06 | 3 | -51/+54 |
| | |||||
* | Change norm of core/state | Samy Pessé | 2014-04-06 | 5 | -23/+24 |
| | |||||
* | Hide the search bar when pressing ESC key | Samy Pessé | 2014-04-06 | 1 | -4/+16 |
| | |||||
* | Add keyboard shortcut "f" for opening search bar | Samy Pessé | 2014-04-06 | 2 | -1/+8 |
| | |||||
* | Focus search input when opening | Samy Pessé | 2014-04-06 | 1 | -0/+3 |
| | |||||
* | Add base search bar in sidebar | Samy Pessé | 2014-04-06 | 3 | -5/+70 |
| | |||||
* | Merge branch 'master' of https://github.com/GitbookIO/gitbook | Samy Pessé | 2014-04-05 | 1 | -1/+4 |
|\ | | | | | | | | | Conflicts: theme/assets/app.js | ||||
| * | Improve robustness of analytics.isAvailable | Aaron O'Mullan | 2014-04-05 | 1 | -1/+4 |
| | | | | | | | | | | | | | | Fixes GitbookIO/javascript#18 Safari has issues with loading mixpanel, this adds and extra check so Safari doesn’t fail on event tracking | ||||
* | | Add base for exercise for others languages | Samy Pessé | 2014-04-05 | 3 | -12/+26 |
|/ | |||||
* | Fix error with mixpanel loading | Samy Pessé | 2014-04-04 | 4 | -45/+16 |
| | |||||
* | don't show the sidebar by default on mobile | Quinn Rohlf | 2014-04-04 | 1 | -2/+4 |
| | |||||
* | Move mixpanel to app.js | Samy Pessé | 2014-04-04 | 2 | -1/+42 |
| | |||||
* | Add base for theming | Samy Pessé | 2014-04-04 | 16 | -0/+19353 |