summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix #197: use URI.js for calculation of relative urlSamy Pessé2014-05-046-58/+47
| | | | Use bower for client dependencies
* Add bower dependenciesSamy Pessé2014-05-043-1/+23
|
* Add bower vendors to gitignoreSamy Pessé2014-05-041-0/+2
|
* Remove vendors directorySamy Pessé2014-05-044-18917/+0
|
* Create CHANGES.mdSamy Pessé2014-05-041-0/+2
|
* Bump version to 0.4.20.4.2Aaron O'Mullan2014-05-011-1/+1
|
* Fix #191: remove log for changes in filesSamy Pessé2014-05-011-1/+1
|
* Add option to remove home linkSamy Pessé2014-05-012-2/+8
|
* Add options to remove sharing linksSamy Pessé2014-05-012-1/+12
|
* Merge pull request #196 from mrpotes/new-pluginsSamy Pessé2014-05-011-0/+3
|\ | | | | New plugins
| * New pluginsJames Phillpotts2014-05-011-0/+3
| |
* | Fix font-size for titles in markdown contentSamy Pessé2014-05-012-7/+7
|/
* Center navigation button on mobile on start pageSamy Pessé2014-05-013-3/+8
|
* Fix book content padding on mobileSamy Pessé2014-05-013-3/+3
|
* Fix #162: hide watch/star buttons on mobileSamy Pessé2014-05-011-2/+2
|
* Fix #182: Replace all book body when page changesSamy Pessé2014-05-012-10/+9
|
* Update gaze version to 0.5.1Samy Pessé2014-05-011-1/+1
|
* Secure .book positionSamy Pessé2014-05-012-1/+5
|
* Fix #164: use position absolute instead of fixedSamy Pessé2014-04-304-4/+4
|
* Fix #127: add configuration for changing links in sidebarSamy Pessé2014-04-304-17/+48
|
* Merge pull request #188 from snipe/feature/json-docSamy Pessé2014-04-301-8/+8
|\ | | | | Added quotes for JSON example, per #127
| * Added quotes for JSON example, per #127snipe2014-04-301-8/+8
| |
* | Merge pull request #187 from snipe/feature/typo-fixesSamy Pessé2014-04-301-2/+2
|\ \ | |/ |/| Fixed typos
| * Fixed typossnipe2014-04-301-2/+2
|/
* Fix #186: Plugins that don't have assets should be skippedSamy Pessé2014-04-302-2/+8
|
* Fix error when calling hooks in site generationSamy Pessé2014-04-301-1/+1
|
* 0.4.10.4.1Aaron O'Mullan2014-04-291-1/+1
|
* Fix #183: normalize hooks and transformation of page (content, progress, ..°Samy Pessé2014-04-291-20/+26
|
* Merge pull request #179 from erixtekila/masterSamy Pessé2014-04-291-1/+1
|\ | | | | Update README.md
| * Update README.mdEric Priou2014-04-291-1/+1
| |
* | Bump version to 0.4.00.4.0Aaron O'Mullan2014-04-281-1/+1
| |
* | Update doc about how to configure gitbookSamy Pessé2014-04-281-6/+29
| |
* | Remove some options from command line (moved to book.json)Samy Pessé2014-04-281-10/+0
| |
* | Use a global configuration file for a book (default to book.json)Samy Pessé2014-04-283-9/+62
| |
* | Fix #163: Move logic of git infos extraction to libSamy Pessé2014-04-284-67/+32
| |
* | Add hooks "page:before" and "page:after"Samy Pessé2014-04-281-4/+22
| |
* | Use hook to allow plugins to edit page content during generation (Fixes #176)Samy Pessé2014-04-283-12/+19
| |
* | Bump version to 0.3.20.3.2Aaron O'Mullan2014-04-271-1/+1
| |
* | Merge pull request #173 from erixtekila/masterSamy Pessé2014-04-271-0/+2
|\ \ | |/ | | Update README.md
| * Update README.mdEric Priou2014-04-271-3/+0
| |
| * Update README.mdEric Priou2014-04-271-0/+5
|/ | | 3rd party plugins done in the weekend
* Add link to disqus pluginSamy Pessé2014-04-271-0/+1
|
* Fix stupid typo thanks to @erixtekilaSamy Pessé2014-04-271-1/+1
|
* Merge pull request #171 from GitbookIO/feature/offlineCacheSamy Pessé2014-04-2713-11/+168
|\ | | | | Improve pages loading
| * Update page when new version of application cacheSamy Pessé2014-04-273-2/+21
| |
| * Add base loading indicator for navigationSamy Pessé2014-04-276-7/+43
| | | | | | | | #161
| * Add base cache manifestSamy Pessé2014-04-275-3/+105
|/
* Adapt tests for pluginsSamy Pessé2014-04-272-3/+3
|
* Fix #169: fix resolve of external pluginsSamy Pessé2014-04-273-10/+18
|
* Fix #165: replace separator from ":" to ","Samy Pessé2014-04-271-1/+1
|
* Fix display of code element in sepia/nightSamy Pessé2014-04-252-3/+3
|
* Improve summary divider for theme sepia and nightSamy Pessé2014-04-252-1/+3
|
* Improve highlight theme for sepia and night themesSamy Pessé2014-04-256-2/+218
|
* Change highlight theme to tomorrowSamy Pessé2014-04-253-16/+13
|
* Improve display of pre in markdown contentSamy Pessé2014-04-252-16/+3
|
* Add file watcher in "gitbook serve" command (Fix #47, #89, #140)Samy Pessé2014-04-255-35/+148
|
* Fix #153 and Improve pushState navigationSamy Pessé2014-04-253-12/+60
|
* Merge pull request #144 from attomos/masterSamy Pessé2014-04-253-6/+15
|\ | | | | Make quiz easier to click by surround it with label.
| * Make quiz easier to click by surround it with label.Nattaphoom Ch2014-04-243-6/+15
| |
* | Merge pull request #155 from pborreli/patch-1Samy Pessé2014-04-241-1/+1
|\ \ | | | | | | Fixed typo
| * | Fixed typoPascal Borreli2014-04-241-1/+1
|/ /
* | Bump version to 0.3.10.3.1Aaron O'Mullan2014-04-241-1/+1
| |
* | Reorder plugin namesAaron O'Mullan2014-04-241-2/+3
| | | | | | | | Improves #149 and improves GitBookIO/editor#12
* | Fix plugin testsAaron O'Mullan2014-04-241-2/+2
| |
* | Require plugin names to contain gitbook-*Aaron O'Mullan2014-04-241-3/+2
| | | | | | | | Fixes #149, fixes GitBookIO/editor#12
* | Fix #146: complete licenseSamy Pessé2014-04-241-2/+2
| |
* | Merge pull request #141 from frodsan/nicetiesAaron O'Mullan2014-04-233-5/+5
|\ \ | |/ |/| Niceties
| * Update color themes for highlight.js link.Francesco Rodriguez2014-04-232-4/+4
| |
| * Fix typo.Francesco Rodriguez2014-04-231-1/+1
|/
* Merge pull request #138 from Hermanya/patch-1Samy Pessé2014-04-221-0/+1
|\ | | | | Add @Hermanya as a contributor
| * Add @Hermanya as a contributorHermanya2014-04-221-0/+1
|/
* Bump version to 0.3.0Aaron O'Mullan2014-04-221-1/+1
|
* Fix #136: replace links to .md by links to .htmlSamy Pessé2014-04-226-15/+98
| | | | Add more tests for links in page
* Improve sepia theme sidebarSamy Pessé2014-04-222-2/+2
|
* Improve font-settings dropdown designSamy Pessé2014-04-222-16/+7
|
* Merge branch 'master' of https://github.com/Hermanya/gitbook into ↵Samy Pessé2014-04-2215-14/+623
|\ | | | | | | Hermanya-master
| * Font settings, closes #102Herman Starikov2014-04-1915-14/+600
| |
* | Add section in readme about pluginsSamy Pessé2014-04-221-0/+13
| |
* | Merge pull request #123 from GitbookIO/feature/pluginsAaron O'Mullan2014-04-2120-94/+395
|\ \ | | | | | | Fix #65: Plugins Architecture
| * | Change plugins separator to ","Samy Pessé2014-04-213-3/+3
| | |
| * | Add option --pluginsConfigSamy Pessé2014-04-213-21/+32
| | |
| * | Update default addonsSamy Pessé2014-04-212-4/+4
| | |
| * | Change js interface for plugins and add configurationSamy Pessé2014-04-2111-27/+42
| | |
| * | Use mathjax plugin version 0.0.2Samy Pessé2014-04-211-1/+1
| | |
| * | Fix #36: add mathjax plugin as defaultSamy Pessé2014-04-203-7/+18
| | |
| * | Use complete assets folder for pluginsSamy Pessé2014-04-204-13/+17
| | |
| * | Add option to change templates from pluginSamy Pessé2014-04-202-35/+58
| | |
| * | Trigger event on document when readySamy Pessé2014-04-192-1/+3
| | |
| * | Add global js interface for plugins and remove mixpanelSamy Pessé2014-04-198-51/+22
| | |
| * | Add call for hooks "init" and "finish"Samy Pessé2014-04-193-3/+34
| | |
| * | Add resources to site buildSamy Pessé2014-04-194-7/+52
| | |
| * | Add command line option "plugins"Samy Pessé2014-04-193-3/+3
| | |
| * | Load plugins during generationSamy Pessé2014-04-194-3/+11
| | |
| * | Add method to load a list of plugins from generator optionsSamy Pessé2014-04-193-1/+54
| | |
| * | Add base loading of default addonsSamy Pessé2014-04-193-3/+92
| | | | | | | | | | | | Add mixpanel as default addon
| * | Add base plugin object and test validation of pluginSamy Pessé2014-04-194-2/+46
| | |
| * | Remove theme readmeSamy Pessé2014-04-192-8/+2
| | | | | | | | | | | | Add semver dependency
* | | Bump version to 0.2.40.2.4Aaron O'Mullan2014-04-201-1/+1
|/ /
* | Fix #118: fix single page generation when file from summary doesn't existsSamy Pessé2014-04-181-0/+2
| |
* | Bump version to 0.2.30.2.3Aaron O'Mullan2014-04-181-1/+1
| |