Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add validation of plugin's config after loading | Samy Pessé | 2016-02-22 | 1 | -9/+23 |
| | |||||
* | Fix test for file.mtime | Samy Pessé | 2016-02-21 | 1 | -1/+2 |
| | |||||
* | Fix resolve of relatives images in assets inliner | Samy Pessé | 2016-02-21 | 1 | -2/+18 |
| | |||||
* | Simplify .next and .prev for articles | Samy Pessé | 2016-02-21 | 1 | -7/+23 |
| | |||||
* | Fix .next and .prev for summary's articles to use parts | Samy Pessé | 2016-02-21 | 1 | -4/+33 |
| | |||||
* | Extend configuration with infos from readme | Samy Pessé | 2016-02-21 | 1 | -0/+8 |
| | |||||
* | Change glossary to enforce use of h2 | Samy Pessé | 2016-02-20 | 1 | -1/+1 |
| | |||||
* | Complete normalization of summary with level and multiples parts | Samy Pessé | 2016-02-20 | 1 | -9/+49 |
| | |||||
* | Lint after travis tests | Samy Pesse | 2016-02-18 | 1 | -0/+2 |
| | |||||
* | Add detection of text direction and provide: 'page.dir' | Samy Pessé | 2016-02-18 | 1 | -0/+16 |
| | |||||
* | Fix resolve of images | Samy Pessé | 2016-02-18 | 1 | -21/+84 |
| | |||||
* | Add test for navigation in summary | Samy Pessé | 2016-02-18 | 3 | -5/+148 |
| | |||||
* | Fix path calcul to be coherant | Samy Pessé | 2016-02-18 | 2 | -23/+95 |
| | |||||
* | Add tests for path utils module | Samy Pessé | 2016-02-18 | 2 | -0/+17 |
| | |||||
* | Correctly map filenames for website output | Samy Pessé | 2016-02-18 | 3 | -2/+35 |
| | |||||
* | Add test for copy of assets in website generator | Samy Pessé | 2016-02-18 | 2 | -1/+28 |
| | |||||
* | Add glossary as a normal page | Samy Pesse | 2016-02-17 | 1 | -0/+11 |
| | |||||
* | Improve annotation with glossary terms | Samy Pesse | 2016-02-17 | 1 | -1/+41 |
| | |||||
* | Add test for location | Samy Pesse | 2016-02-17 | 2 | -0/+39 |
| | |||||
* | Fix and improve tests for links in page | Samy Pessé | 2016-02-17 | 1 | -2/+10 |
| | |||||
* | Add file website output tests | Samy Pessé | 2016-02-17 | 3 | -19/+7 |
| | |||||
* | Don't build context in templating engine | Samy Pessé | 2016-02-17 | 1 | -3/+2 |
| | |||||
* | Add tests for installation of plugins | Samy Pessé | 2016-02-17 | 2 | -7/+39 |
| | |||||
* | Fix loading of plugins | Samy Pessé | 2016-02-17 | 2 | -4/+10 |
| | |||||
* | Change format of conrefs and folder mixins | Samy Pessé | 2016-02-17 | 2 | -2/+2 |
| | |||||
* | Add method to install plugin from npm | Samy Pesse | 2016-02-16 | 2 | -0/+38 |
| | | | | Add tests for it | ||||
* | Add tests for args in blocks | Samy Pessé | 2016-02-15 | 1 | -0/+9 |
| | |||||
* | Fix addBlock for template engine | Samy Pessé | 2016-02-15 | 2 | -3/+55 |
| | | | | Add test for code block | ||||
* | Complete page.previous and page.next variables | Samy Pessé | 2016-02-15 | 1 | -1/+23 |
| | |||||
* | Add test for page.title variable | Samy Pessé | 2016-02-15 | 2 | -8/+25 |
| | |||||
* | Add test for file variables in templating | Samy Pessé | 2016-02-14 | 2 | -2/+22 |
| | |||||
* | Move conrefs to a separate mixin | Samy Pessé | 2016-02-14 | 4 | -44/+59 |
| | |||||
* | Start moving template and conrefs on Output | Samy Pessé | 2016-02-14 | 2 | -0/+18 |
| | |||||
* | Complete assets inliner | Samy Pessé | 2016-02-13 | 1 | -34/+48 |
| | |||||
* | Improve performance of svg conversion | Samy Pessé | 2016-02-13 | 1 | -2/+3 |
| | |||||
* | Add method to fetch remote image with AssetsInliner | Samy Pesse | 2016-02-13 | 1 | -0/+4 |
| | |||||
* | Add more test for svg | Samy Pesse | 2016-02-13 | 1 | -4/+19 |
| | |||||
* | Complete test for convertion of svgs | Samy Pesse | 2016-02-13 | 2 | -2/+24 |
| | |||||
* | Add conversion of svg to png for assets inliner | Samy Pesse | 2016-02-12 | 3 | -1/+49 |
| | |||||
* | Separate output in FolderOutput and base | Samy Pesse | 2016-02-12 | 1 | -3/+6 |
| | |||||
* | Remove concept of generator, to merge it with Output | Samy Pesse | 2016-02-12 | 2 | -4/+4 |
| | |||||
* | Replace links to page of summary by html links | Samy Pesse | 2016-02-12 | 1 | -10/+37 |
| | |||||
* | Complete test for heading IDs | Samy Pesse | 2016-02-12 | 1 | -2/+9 |
| | |||||
* | Page output a simple html string | Samy Pesse | 2016-02-11 | 4 | -16/+91 |
| | |||||
* | Complete conrefs in parsing | Samy Pesse | 2016-02-11 | 2 | -10/+40 |
| | |||||
* | Add conrefs loader for nunjucks | Samy Pesse | 2016-02-11 | 1 | -1/+1 |
| | |||||
* | Cleaner module for managing git refs | Samy Pesse | 2016-02-11 | 1 | -9/+22 |
| | |||||
* | Add git urls parsing and tests | Samy Pesse | 2016-02-11 | 2 | -0/+49 |
| | |||||
* | Add base for page parsing | Samy Pessé | 2016-02-11 | 1 | -3/+13 |
| | |||||
* | Add assertion for should to test existence of file | Samy Pessé | 2016-02-11 | 2 | -10/+28 |
| | |||||
* | Add base for templating | Samy Pessé | 2016-01-31 | 4 | -2/+55 |
| | |||||
* | Add order for tests | Samy Pessé | 2016-01-28 | 8 | -0/+17 |
| | |||||
* | Add parsing of summary and tests | Samy Pessé | 2016-01-28 | 3 | -2/+43 |
| | |||||
* | Fix tests for languages parsing | Samy Pessé | 2016-01-28 | 4 | -26/+82 |
| | |||||
* | Add unit tests for langs | Samy Pessé | 2016-01-28 | 7 | -124/+149 |
| | |||||
* | Add method glossary.find | Samy Pessé | 2016-01-27 | 1 | -14/+9 |
| | |||||
* | Add unit tests for glossary parsing | Samy Pessé | 2016-01-27 | 1 | -0/+80 |
| | |||||
* | Add more classes structures | Samy Pessé | 2016-01-27 | 1 | -0/+13 |
| | |||||
* | Start rewrite | Samy Pessé | 2016-01-22 | 88 | -1776/+158 |
| | |||||
* | Fix support for local styles | Samy Pessé | 2015-12-11 | 1 | -5/+5 |
| | |||||
* | Add test for #999 | Samy Pessé | 2015-11-16 | 2 | -3/+20 |
| | |||||
* | Test first extension of structure itself in book.findFile | Samy Pessé | 2015-11-16 | 1 | -37/+37 |
| | |||||
* | Add failing test for #1013 | Samy Pessé | 2015-11-16 | 5 | -0/+16 |
| | |||||
* | Correctly generate id if none found | Samy Pessé | 2015-10-21 | 3 | -0/+40 |
| | |||||
* | Update gitbook-parsers@0.8.7 | Samy Pessé | 2015-10-21 | 1 | -22/+22 |
| | |||||
* | Add failing test for #982 | Samy Pessé | 2015-10-20 | 5 | -43/+88 |
| | |||||
* | Add tests for plugins config validation | Samy Pessé | 2015-10-13 | 4 | -16/+71 |
| | |||||
* | Use jsonschema to valid and default plugins config | Samy Pessé | 2015-10-13 | 1 | -1/+1 |
| | |||||
* | Don't copy assets for ebook to website bundle | Samy Pessé | 2015-10-06 | 2 | -1/+9 |
| | |||||
* | Adapt tests | Samy Pessé | 2015-10-06 | 2 | -30/+30 |
| | |||||
* | Adapt tests for new default plugins | Samy Pessé | 2015-10-05 | 1 | -1/+1 |
| | |||||
* | Adapt tests for new default plugins | Samy Pessé | 2015-10-05 | 1 | -99/+99 |
| | |||||
* | Add method book.formatString | Samy Pessé | 2015-10-05 | 2 | -17/+28 |
| | |||||
* | Move Book.init in another file | Samy Pessé | 2015-10-05 | 1 | -13/+13 |
| | |||||
* | Handle html param from code block output | Samy Pessé | 2015-09-22 | 2 | -2/+5 |
| | |||||
* | Add test for inline code block with html tags | Samy Pessé | 2015-09-22 | 2 | -1/+11 |
| | |||||
* | Add more tests for blocks args/kwargs | Samy Pessé | 2015-09-17 | 1 | -1/+15 |
| | |||||
* | Lint all tests | Samy Pessé | 2015-09-15 | 19 | -235/+219 |
| | |||||
* | Fix passing context to block functions | Samy Pessé | 2015-09-15 | 2 | -61/+72 |
| | | | | Add test for it | ||||
* | Improve conrefs to handle all absolute file paths correctly | Samy Pessé | 2015-09-15 | 2 | -2/+18 |
| | | | | Add test for it | ||||
* | Handle absolute file correctly for conrefs | Samy Pessé | 2015-09-15 | 2 | -4/+15 |
| | | | | Add test for absolute file for conrefs | ||||
* | Add test for navigation | Samy Pessé | 2015-09-15 | 2 | -1/+62 |
| | | | | Update mocha and should | ||||
* | Improve book.resolve to ensure file is in the book | Samy Pessé | 2015-09-15 | 4 | -5/+90 |
| | | | | Adapt tests to plugin-highlight | ||||
* | Change name of highlight test plugin | Samy Pesse | 2015-09-14 | 4 | -11/+11 |
| | |||||
* | Pass language as kwargs to code block | Samy Pesse | 2015-09-14 | 4 | -13/+60 |
| | | | | Improve tests for extending code highlighting | ||||
* | Add base test for extending code highlighting | Samy Pesse | 2015-09-14 | 6 | -38/+50 |
| | |||||
* | Add test for replacing highlighting | Samy Pesse | 2015-09-12 | 5 | -1/+58 |
| | |||||
* | Add test for init with deep summary | Samy Pessé | 2015-09-10 | 2 | -0/+4 |
| | |||||
* | Use position indicator that doesn't conflict with asciidoc | Samy Pesse | 2015-09-08 | 1 | -1/+1 |
| | |||||
* | Add test for blocks without parsing | Samy Pesse | 2015-09-08 | 1 | -0/+34 |
| | |||||
* | Add test for kwargs | Samy Pesse | 2015-06-18 | 2 | -0/+17 |
| | |||||
* | Add failing tests for block's arguments | Samy Pesse | 2015-06-18 | 2 | -1/+13 |
| | |||||
* | Remove default print.css when styles/print.css is present | Samy Pessé | 2015-06-02 | 1 | -1/+1 |
| | |||||
* | Add test for custom print style | Samy Pessé | 2015-06-02 | 4 | -0/+38 |
| | |||||
* | Sort glossary before applying it on pages | Samy Pesse | 2015-05-28 | 1 | -1/+1 |
| | |||||
* | Add test for #768 | Samy Pesse | 2015-05-28 | 3 | -1/+16 |
| | |||||
* | Fix #765: in init handle correctly empty entries | Samy Pesse | 2015-05-27 | 3 | -0/+32 |
| | | | | Add tests for it, fix #769 | ||||
* | Add test relative links (related to #721) | Samy Pesse | 2015-04-23 | 5 | -0/+37 |
| | |||||
* | Add test for summary paths | Samy Pessé | 2015-03-28 | 2 | -1/+28 |
| | | | | Related to #674 | ||||
* | Add tests for conrefs | Samy Pessé | 2015-03-24 | 5 | -2/+63 |
| |