Matt Ickstadt
ac4e00c7c6
Begin development for the 0.2.0 release
2018-08-02 13:31:58 -05:00
Matt Ickstadt
67fde37030
Merge pull request #756 from mattico/test-dir
...
Fix relative paths in index.html
2018-08-02 13:12:34 -05:00
Matt Ickstadt
b2eb1ace08
Fix relative paths in index.html
2018-08-02 12:43:40 -05:00
Matt Ickstadt
b5fd170008
Merge pull request #755 from mattico/test-dir
...
Add directory argument to `mdbook test`
2018-08-01 23:11:32 -05:00
Matt Ickstadt
b3665c287d
Add directory argument to `mdbook test`
2018-08-01 17:59:40 -05:00
Matt Ickstadt
436c084b9e
Merge pull request #754 from mattico/playpen-api
...
Use stable rust playground API
2018-08-01 15:22:06 -05:00
Matt Ickstadt
47f85e71a8
Use stable rust playground API
...
and also add timeouts to these fetches.
2018-08-01 12:38:36 -05:00
Matt Ickstadt
1d448fc8cc
(cargo-release) start next development iteration 0.1.11-alpha.0
2018-07-30 19:23:20 -05:00
Matt Ickstadt
add23a43c2
(cargo-release) version 0.1.10
2018-07-30 19:21:18 -05:00
Matt Ickstadt
8ba1830750
Merge pull request #752 from mattico/icon-margin-padding
...
Icon button hit-test dead-space fix
2018-07-30 19:19:31 -05:00
Matt Ickstadt
76c1c9e0a8
Merge pull request #751 from mattico/update-playpen-bt
...
Fix rust playground execute API
2018-07-30 19:18:18 -05:00
Matt Ickstadt
d054140117
Fix rust playground execute API
2018-07-30 19:17:53 -05:00
Matt Ickstadt
512826c465
Fix hiding theme menu
2018-07-30 19:06:50 -05:00
Matt Ickstadt
99019b74aa
Remove hit-test dead space between buttons
2018-07-30 19:03:29 -05:00
Matt Ickstadt
d87e77edd0
Merge pull request #744 from eminence/noplaypen_class
...
Add a "noplaypen" class for rust code samples.
2018-07-28 19:18:30 -05:00
Andrew Chin
abfc3009fc
Add a "noplaypen" class for rust code samples.
...
This class will supress the "play" button in the html backend (which you
can also do with the "ignore" class), but it will still let the code be
tested via `mdbook test` (which is not possible with the "ignore" class).
This is useful for code examples that don't really do much (and so the
user doesn't gain much from running them), but as an author you still
want to test them to guard against syntax errors and typos and the like.
2018-07-26 17:55:14 -04:00
Matt Ickstadt
028c8b0f75
Merge pull request #743 from mattico/remove-stylus-redux
...
Convert Stylus to CSS
2018-07-26 15:37:52 -05:00
Matt Ickstadt
05f3c693a7
Ensure theme selection button is the full-width of the menu
2018-07-26 15:28:09 -05:00
Matt Ickstadt
8b3038e3ef
Remove unconditional searchindex.js load
...
which should have been included in #707
2018-07-26 15:28:09 -05:00
Matt Ickstadt
bc432c8f42
Fix favicon in subfolders
2018-07-26 15:28:09 -05:00
Matt Ickstadt
e88970d172
Don't use CSS variables in media queries
...
since they don't work :'(
2018-07-26 15:28:09 -05:00
Matt Ickstadt
4c87a0b5f0
Remove stylus support
2018-07-26 15:28:09 -05:00
Matt Ickstadt
ac38f05bb6
Change template to use new CSS
2018-07-26 15:28:05 -05:00
Matt Ickstadt
3119a7e4bf
Fix several CSS bugs
2018-07-26 13:49:57 -05:00
Matt Ickstadt
cc745d04f2
Merge css files
2018-07-26 13:37:22 -05:00
Matt Ickstadt
d1a23109e2
Convert stylus files to CSS
2018-07-26 13:37:22 -05:00
Matt Ickstadt
b3e0942bc9
Fix travis deploy out of disk space error
2018-07-26 13:18:33 -05:00
Matt Ickstadt
3e998eb766
(cargo-release) start next development iteration 0.1.10-alpha.0
2018-07-26 12:50:07 -05:00
Matt Ickstadt
2bbabdcd62
(cargo-release) version 0.1.9
2018-07-26 12:44:29 -05:00
Matt Ickstadt
a287a0dcc8
Merge pull request #742 from mattico/narrow-device-style-fixes
...
Reduce the margins on header icons on narrow devices
2018-07-25 13:41:33 -05:00
Matt Ickstadt
e7afb3340c
Reduce the margins on header icons on narrow devices
2018-07-25 13:28:05 -05:00
Matt Ickstadt
b4e15e5357
Merge pull request #741 from mattico/fix-mdbook-test
...
Fix `mdbook test`
2018-07-25 12:56:28 -05:00
Matt Ickstadt
1d1d4d7c30
Update tests to handle added dummy_book chapter
2018-07-25 12:45:20 -05:00
Matt Ickstadt
35c2d1ff91
Merge pull request #740 from mattico/fix-ios-text-size
...
Prevent certain mobile browsers from enlarging fonts in landscape ori…
2018-07-25 12:27:16 -05:00
Matt Ickstadt
fd9d27e082
rustfmt
2018-07-25 12:20:48 -05:00
Matt Ickstadt
0e1787c617
Don't run index preprocessor on `mdbook test`
2018-07-25 12:19:01 -05:00
Matt Ickstadt
e5563182fc
Add readme to cause test to fail
...
The test for `mdbook test` fails due to the index preprocessor which only runs on README files.
2018-07-25 12:14:27 -05:00
Matt Ickstadt
a08255316a
Prevent certain mobile browsers from enlarging fonts in landscape orientation
2018-07-25 11:25:09 -05:00
Matt Ickstadt
ebea8c2337
Fix travis cache configuration
2018-07-24 17:29:44 -05:00
Matt Ickstadt
a7342230d5
Merge pull request #739 from mattico/travis-cache-timeout
...
Increase the travis-ci cache timeout
2018-07-24 17:25:36 -05:00
Matt Ickstadt
15b18a682b
Increase the travis-ci cache timeout
2018-07-24 17:23:51 -05:00
Matt Ickstadt
a8590928cf
Update env_logger version
2018-07-24 16:55:02 -05:00
Matt Ickstadt
c9a9987aec
Merge pull request #738 from mattico/fix-cargo-bin
...
Move subcommand modules to match cargo conventions
2018-07-24 16:46:57 -05:00
Matt Ickstadt
775377acce
Merge pull request #737 from mattico/update-deps-easy
...
Update dependencies
2018-07-24 16:43:14 -05:00
Matt Ickstadt
5dd0496a4f
Update dependencies
...
`crossbeam` and `time` are removed since they're no longer used.
2018-07-24 16:40:34 -05:00
Matt Ickstadt
f300a21a47
Move subcommand modules to match cargo conventions
2018-07-24 16:34:49 -05:00
Matt Ickstadt
0f89abb1c7
Merge pull request #735 from mattico/fix-travis-deploy
...
Fix travis deploy script
2018-07-24 14:13:39 -05:00
Matt Ickstadt
b5e32f57dc
Fix travis deploy script
2018-07-24 14:12:27 -05:00
Matt Ickstadt
b88abb171c
Merge pull request #710 from Eyenseo/master
...
Fix different font sizes in editor and code
2018-07-24 13:34:34 -05:00
Matt Ickstadt
7c8dd5085b
Merge pull request #732 from mattico/sidebar-overflow
...
Allow sidebar section titles to wrap
2018-07-24 12:11:46 -05:00