Commit Graph

1159 Commits

Author SHA1 Message Date
Sytse Reitsma cacb263880 Merge remote-tracking branch 'origin/#458_hbs_renderer' into #458_hbs_renderer 2019-04-25 21:02:01 +02:00
Sytse Reitsma eea02f125d Removed code duplication for page rendering 2019-04-25 21:00:08 +02:00
Sytse Reitsma 17915beb23 Final cleanup of render content 2019-04-25 21:00:08 +02:00
Sytse Reitsma 0082fa8270 Cleanup of render_item
Extracted get_title and render_print_content, added unit tests
2019-04-25 21:00:08 +02:00
Sytse Reitsma 8bb14df2d8 Passed through rustfmt 2019-04-25 21:00:08 +02:00
Sytse Reitsma 9882700be4 Compiler warnings 2019-04-25 21:00:08 +02:00
Sytse Reitsma de1b92da88 Removed some duplication in tester 2019-04-25 21:00:07 +02:00
Sytse Reitsma c298a7a040 Unit test cleanup. Early exit when print.md clause is encountered. 2019-04-25 21:00:07 +02:00
Sytse Reitsma 7f7ccaeb3a Wrote unit test for reserved print.md file name 2019-04-25 21:00:07 +02:00
Sytse Reitsma d686677442 Removed code duplication for page rendering 2019-04-25 20:54:54 +02:00
Sytse Reitsma 47531f7576 Final cleanup of render content 2019-04-25 20:25:18 +02:00
Dylan DPC a66d44190e
Merge pull request #900 from felixrabe/patch-2
Typo
2019-04-23 22:13:07 +02:00
Felix Rabe 01fd7a76f0 Typo 2019-04-23 22:11:12 +02:00
Dylan DPC 99dc62f9c3
Merge pull request #867 from ffissore/master
Fixed loss of focus when clicking the Copy button
2019-04-23 20:25:58 +02:00
Dylan DPC b891fd5a12
Merge pull request #834 from donald-pinckney/master
Fixes #826
2019-04-23 11:36:43 +02:00
Federico Fissore 02fa7b0a11 When the Copy button is pressed, focus is lost and scrolling the page
with the arrow keys stops working. Fixed by upgrading ClipboardJS to
the latest version
2019-04-23 09:29:22 +02:00
Dylan DPC 8b2e1c2daa
Merge pull request #870 from cauebs/group-events
Group file changes and rebuild book only once
2019-04-23 00:20:54 +02:00
Dylan DPC 88d2f69138
Merge pull request #860 from k-nasa/fix_duplication
Fix duplication with Cargo.toml
2019-04-22 12:31:50 +02:00
Dylan DPC cb94053779
Merge pull request #892 from integer32llc/fix-warnings
Fix deprecation warnings for trim left/right matches
2019-04-21 21:20:39 +02:00
Dylan DPC 0a8707b1e6
Merge pull request #872 from ehuss/travis-deploy
Fix deploy on Travis.
2019-04-20 19:11:38 +02:00
Sytse Reitsma 21b5d322c8 Cleanup of render_item
Extracted get_title and render_print_content, added unit tests
2019-04-18 22:13:31 +02:00
Donald Pinckney 0dc2728fa9 Merge branch 'master' of github.com:rust-lang-nursery/mdBook 2019-04-18 12:29:32 -04:00
Dylan DPC 9b02cd7496
Merge pull request #897 from ji-zhou/master
Correct grammar: remove the redundancy
2019-04-17 23:47:08 +02:00
Sytse Reitsma dfaf7c7558 Passed through rustfmt 2019-04-17 20:57:46 +02:00
Sytse Reitsma 261207064e Compiler warnings 2019-04-17 20:49:09 +02:00
Sytse Reitsma bdaa731197 Removed some duplication in tester 2019-04-17 20:45:17 +02:00
Sytse Reitsma 09baefc144 Unit test cleanup. Early exit when print.md clause is encountered. 2019-04-13 14:13:03 +02:00
Sytse Reitsma 54e55efa70 Wrote unit test for reserved print.md file name 2019-04-13 14:08:44 +02:00
ji.zhou 11f86f4511 Correct grammar: remove the redundancy 2019-04-12 22:53:21 +08:00
Carol (Nichols || Goulding) 4abac12c04
Fix deprecation warnings for trim left/right matches 2019-03-23 08:47:10 -04:00
Eric Huss 966632a724 Fix deploy on Travis.
The deploy scripts require TARGET env var to be set, but it wasn't set anywhere, causing it to fail: https://travis-ci.com/rust-lang-nursery/mdBook/builds/97850452.

This also reduces the number of mac builders, since they aren't necessary, and capacity is limited.

The api key will likely need to be updated, too, since the transition to travis.com.

Appveyor also seems to be broken, but I suspect it is also a key issue.
2019-02-03 15:45:02 -08:00
Cauê Baasch de Souza c7281459f9 Group file changes and rebuild book only once 2019-01-31 16:31:02 -02:00
nasa ae3f87ad0c fix: Fix Cargo.toml description 2019-01-20 15:12:51 +09:00
Steve Klabnik c068703028 start next development iteration 0.2.4-alpha.0 2019-01-18 10:43:59 -05:00
Steve Klabnik 6cbc41d413 version 0.2.3 2019-01-18 10:39:51 -05:00
Steve Klabnik 25c1ca1275
Merge pull request #866 from rust-lang-nursery/gh828
Fixing links in print.html
2019-01-18 09:54:17 -05:00
Steve Klabnik acbb951240
Merge pull request #865 from sderosiaux/patch-1
Fix websocket hostname usage
2019-01-17 15:08:18 -05:00
Steve Klabnik 9e96165d8f
Merge pull request #845 from phansch/update_contributing
Update CONTRIBUTING.md (Clippy is on stable now)
2019-01-17 15:07:21 -05:00
Steve Klabnik 5c5ef2f86b
Merge pull request #853 from sshplendid/broken-link
Update broken link at the user guide.
2019-01-17 15:06:45 -05:00
Steve Klabnik 23ac06e2eb Fix a bug in link re-writing
In a regex, `.` means `[0-9a-zA-Z]`, not a period character. This means
that this regex worked, unless a link anchor contained `md` inside of
it. This fixes the regex to match a literal period.

Reported by @ehuss in
https://github.com/rust-lang-nursery/mdBook/pull/866#issuecomment-454595806
2019-01-16 15:44:51 -05:00
Steve Klabnik 2ddbb37f49 Fix the bug 2019-01-15 14:10:02 -05:00
Steve Klabnik a481735fa2 failing test 2019-01-15 14:08:53 -05:00
Stéphane Derosiaux 954cfa86e5
Fix websocket hostname usage
The livereload url was using an unknown property "websocket-address" instead of "websocket-hostname", hence it was always fallback onto the hostname (which can be different).
2019-01-09 17:59:45 +01:00
k-nasa 4e8d051bd1 Delete extra space 2018-12-25 21:10:45 +09:00
k-nasa 78ee8e43bb Fix duplication with Cargo.toml 2018-12-25 21:10:07 +09:00
Shawn b675b91980
Update broken link
https://www.rust-lang.org/downloads.html is the outdated link.
2018-12-15 10:09:23 +09:00
Philipp Hansch eb19d2d654
Update CONTRIBUTING.md (Clippy is on stable now) 2018-12-08 13:48:59 +01:00
Michael Bryan 1052ee92e1
Merge pull request #837 from basbossink/master
Random acts of kindness
2018-12-08 15:44:40 +08:00
Bas Bossink 3598e905aa Make failing_alternate_backend test more platform specific
Use the suggestion from @Michael-F-Bryan to make the passing_ and
failing_alternate_backend test more reliable across platforms.
2018-12-05 22:26:53 +01:00
Bas Bossink 3f002979c4 Suppress dead_code warning in test 2018-12-04 00:57:15 +01:00