summaryrefslogtreecommitdiffstats
path: root/lib/utils
Commit message (Expand)AuthorAgeFilesLines
* Fix reducedObject when default property is undefinedSoreine2016-07-111-0/+5
* Add tests for locationUtils.flattenSamy Pessé2016-06-291-0/+15
* Add method "isFile" and "isReadme" in SummaryArticleSamy Pessé2016-06-291-35/+51
* Enable long stack support when process.env.CI is trueSamy Pesse2016-06-111-43/+44
* Use Immutable instead of lodash for mergeDefaultsSamy Pessé2016-06-071-9/+11
* Only merge objects in mergeDefaultsSamy Pessé2016-06-071-5/+9
* Remove merge-defaults dependencySamy Pessé2016-06-071-0/+10
* Improve Config.toText to return only the required fieldsSamy Pessé2016-06-071-0/+28
* Fix error with isInRoot when empty rootSamy Pessé2016-05-201-0/+3
* Fix PathUtils.isInRoot on windowsSamy Pessé2016-05-201-0/+6
* Fix path resolution when generating page with conrefsSamy Pessé2016-05-121-4/+9
* Switch tests to mocha while keeping jest structureSamy Pesse2016-05-112-6/+4
* Add method readAsStream on fs modelSamy Pesse2016-05-061-0/+1
* Fix location.relative(dir, file) trailing slash if file is a directoryJohan Preynat2016-05-041-1/+2
* lib/utils/__tests__/location.js: Add location.isDataURI() test fileJohan Preynat2016-05-031-0/+9
* lib/utils/images.js: Add convertInlinePNG() methodJohan Preynat2016-05-031-1/+17
* lib/utils/location.js: Add isDataURI() methodJohan Preynat2016-05-031-2/+12
* Enable promise long stack trace when testing or debuggingSamy Pesse2016-05-021-0/+5
* Document method in utils/command.jsSamy Pessé2016-05-021-2/+15
* Fix escaping of ebook-convert optionsSamy Pessé2016-05-021-7/+26
* Improve timing debugSamy Pessé2016-05-021-5/+6
* Remove should from git.js testSamy Pessé2016-05-021-1/+0
* Cleanup folder before generating outputSamy Pesse2016-05-011-0/+17
* Always log timing infosSamy Pesse2016-05-012-0/+16
* Remove lodash dependencySamy Pesse2016-04-304-41/+54
* Add option "--timing" to mesure gitbook performancesSamy Pesse2016-04-301-0/+89
* Add tests for git utilitySamy Pesse2016-04-301-0/+58
* Complete ebook generation using ebook-convertSamy Pessé2016-04-291-0/+17
* Add location.areIdenticalPaths(p1,p2) to effectively compare two pathsJohan Preynat2016-04-291-0/+13
* Fix typoJohan Preynat2016-04-291-1/+1
* It should generate index for languagesSamy Pessé2016-04-291-6/+6
* Add command "init"Samy Pesse2016-04-281-1/+1
* Add tests for PathUtilsSamy Pessé2016-04-281-0/+17
* Add tests for svg inlinerSamy Pesse2016-04-271-1/+1
* Check for stdout, for browser compatibilitySoreine2016-04-271-1/+5
* Fix filters for theme templatesSamy Pessé2016-04-271-1/+14
* Correctly set log levelSamy Pesse2016-04-261-16/+40
* Add base for plugin JS apiSamy Pesse2016-04-261-18/+4
* Add loader for themesSamy Pessé2016-04-251-2/+13
* Add more tests for LocationUtilsSamy Pessé2016-04-251-1/+50
* Add tests for link resolutionSamy Pessé2016-04-251-0/+29
* Fix plugins loadingSamy Pessé2016-04-251-2/+34
* Add base structure for templatingSamy Pesse2016-04-241-0/+13
* add test for modifier "annotateText"Samy Pesse2016-04-231-5/+16
* Add assets inliner modifier for HTMLSamy Pesse2016-04-231-0/+17
* BaseSamy Pessé2016-04-222-12/+68
* Fix linting errorsSamy Pessé2016-03-071-1/+1
* Fix #1165: correctly normalize path in summary to accept unicodeSamy Pessé2016-02-281-2/+2
* Fix exec of svgexport on windowsSamy Pessé2016-02-252-16/+12
* Fix error message when svgexport is not installedSamy Pessé2016-02-251-1/+1
* Fix some path normalization on windowsSamy Pessé2016-02-251-2/+5
* Don't pass cover to ebook-convert if non existantSamy Pessé2016-02-251-1/+1
* Improve error msg for ebook generationSamy Pessé2016-02-253-3/+45
* Normalize context for pluginsSamy Pessé2016-02-221-1/+6
* Add validation of plugin's config after loadingSamy Pessé2016-02-221-0/+7
* Complete generator for ebooksSamy Pessé2016-02-211-1/+21
* Add new gitbook-markdown and gitbook-asciidocSamy Pessé2016-02-201-0/+12
* Fix path calcul to be coherantSamy Pessé2016-02-181-1/+2
* Copy assets to output (website)Samy Pessé2016-02-181-9/+4
* Wrap error when loading pluginSamy Pessé2016-02-171-0/+8
* Correctly clean and ignore output folderSamy Pessé2016-02-171-1/+10
* Fix addBlock for template engineSamy Pessé2016-02-152-1/+140
* Move conrefs to a separate mixinSamy Pessé2016-02-141-2/+2
* Start moving template and conrefs on OutputSamy Pessé2016-02-142-2/+22
* Complete assets inlinerSamy Pessé2016-02-131-1/+8
* Improve performance of svg conversionSamy Pessé2016-02-131-1/+1
* Add method to fetch remote image with AssetsInlinerSamy Pesse2016-02-131-1/+27
* Complete test for convertion of svgsSamy Pesse2016-02-131-1/+7
* Add conversion of svg to png for assets inlinerSamy Pesse2016-02-124-6/+33
* Add pipeline to outline svg as pngSamy Pesse2016-02-122-1/+24
* Remove concept of generator, to merge it with OutputSamy Pesse2016-02-121-11/+3
* Replace links to page of summary by html linksSamy Pesse2016-02-121-1/+10
* Page output a simple html stringSamy Pesse2016-02-111-2/+12
* Add base for normalizing htmlSamy Pesse2016-02-113-1/+65
* Complete conrefs in parsingSamy Pesse2016-02-112-6/+11
* Cleaner module for managing git refsSamy Pesse2016-02-111-75/+67
* Add git urls parsing and testsSamy Pesse2016-02-112-0/+138
* Normalize fs accessSamy Pessé2016-02-111-0/+66
* Normalize errorsSamy Pessé2016-02-112-5/+59
* Add base for templatingSamy Pessé2016-01-311-0/+13
* Add parsing of summary and testsSamy Pessé2016-01-281-0/+21
* Fix tests for languages parsingSamy Pessé2016-01-281-0/+12
* Add more classes structuresSamy Pessé2016-01-272-3/+35
* Start rewriteSamy Pessé2016-01-2214-1368/+4
* Fix support for encoded entities in filenameSamy Pessé2016-01-132-28/+30
* Fix #1041 : fix glossary terms being replaced in script (ex: math)Samy Pessé2015-12-081-1/+1
* Fix #926: use zh-hans instead of zh-cn and ja instead of jpSamy Pessé2015-11-251-13/+13
* Fix urijs dependency on linuxSamy Pessé2015-11-251-19/+19
* Add bookRoot to gitbook.stateSamy Pessé2015-11-251-1/+1
* Improve book.findFile to be case incensitiveSamy Pessé2015-11-161-0/+12
* Correctly generate id if none foundSamy Pessé2015-10-211-5/+13
* Fix #974: correctly handle query in image urlsSamy Pessé2015-10-201-1/+1
* Don't copy assets for ebook to website bundleSamy Pessé2015-10-061-24/+23
* Start removing search and lunr from coreSamy Pessé2015-10-051-80/+66
* Handle html param from code block outputSamy Pessé2015-09-221-3/+4
* Jshint all filesSamy Pessé2015-09-1514-132/+130
* Improve conrefs to handle all absolute file paths correctlySamy Pessé2015-09-152-2/+58
* Improve book.resolve to ensure file is in the bookSamy Pessé2015-09-151-6/+3
* Pass language as kwargs to code blockSamy Pesse2015-09-141-1/+6
* Use block code for highlight pre/codeSamy Pesse2015-09-141-5/+4