Commit Graph

10611 Commits

Author SHA1 Message Date
Frank Taillandier f7f5cbc6f8
Merge pull request #7736 from jekyll/386-release-notes-public
Forward-port: 3.8.6 release notes
2019-07-02 22:13:34 +02:00
Frank Taillandier 5bc21d82f6 Regenerate Contributing 2019-07-02 21:29:07 +02:00
Parker Moore f42e0e7169 Regenerate the History file bassed on our new date 2019-07-02 21:26:00 +02:00
Frank Taillandier 7c34db3991 Fix date 2019-07-02 21:26:00 +02:00
Parker Moore b7e3f10a08 Move 3.8.6 documentation to the correct location in the History.markdown 2019-07-02 21:26:00 +02:00
Parker Moore fcb8a1ecd3 Update contributing documentation on the website 2019-07-02 21:26:00 +02:00
Parker Moore e318d1c836 Create 3.8.6 release notes 2019-07-02 21:26:00 +02:00
Frank Taillandier 874bd2e5c7
Merge pull request #7737 from ashmaroli/move-auto-generated-to-source
Move updates from generated file to source file
2019-07-02 21:22:37 +02:00
Ashwin Maroli 5b195ffe74 Generate a new site to reflect unreleased changes 2019-07-03 00:14:23 +05:30
Ashwin Maroli 03b500b7b7 Move updates from generated file to source file
#7464 and #7671 erroneously made changes to the auto-generated document
`docs/_docs/contributing.md` instead of the source file
`.github/CONTRIBUTING.markdown`
2019-07-02 23:54:02 +05:30
jekyllbot ed8681b1e7 Update history to reflect merge of #7679 [ci skip] 2019-07-01 13:56:41 -04:00
Edgar Tinajero ebe62e8a28 Update log output for an invalid theme directory (#7679)
Merge pull request 7679
2019-07-01 13:56:38 -04:00
jekyllbot 6435bd6167 Update history to reflect merge of #7704 [ci skip] 2019-06-28 12:28:02 -04:00
David Kennell 24f1978412 Introduce frontmatter in step 2 (#7704)
Merge pull request 7704
2019-06-28 12:27:59 -04:00
jekyllbot 2265e82181 Update history to reflect merge of #7598 [ci skip] 2019-06-28 06:45:11 -04:00
Yi Feng Xie 8abd4950a2 Update resources.md (#7598)
Merge pull request 7598
2019-06-28 06:45:09 -04:00
jekyllbot 7dbe470dce Update history to reflect merge of #7699 [ci skip] 2019-06-28 06:38:04 -04:00
Ashwin Maroli 3e8e6d22d7 Remove patch to modify config for kramdown (#7699)
Merge pull request 7699
2019-06-28 06:38:02 -04:00
Ashwin Maroli c87f5fa7fa
Normalize paths in reports from `memory_profiler` 2019-06-28 09:01:06 +05:30
jekyllbot c76996cd8e Update history to reflect merge of #7723 [ci skip] 2019-06-27 13:16:29 -04:00
Ashwin Maroli 4530721575 Replace `String#=~` with `String#match?` (#7723)
Merge pull request 7723
2019-06-27 13:16:27 -04:00
Ashwin Maroli 62959527dd Bump RuboCop to v0.72.x 2019-06-26 11:33:47 +05:30
jekyllbot 52374cf8be Update history to reflect merge of #7697 [ci skip] 2019-06-25 17:02:07 -04:00
Ashwin Maroli 27aa53cf82 Memoize SiteDrop#documents to reduce allocations (#7697)
Merge pull request 7697
2019-06-25 17:02:04 -04:00
jekyllbot 7d340d933a Update history to reflect merge of #7718 [ci skip] 2019-06-24 13:46:31 -04:00
Ashwin Maroli e10a90987a Replace `String#=~` with `String#match?` (#7718)
Merge pull request 7718
2019-06-24 13:46:28 -04:00
jekyllbot 25b274621b Update history to reflect merge of #7711 [ci skip] 2019-06-23 18:15:27 -04:00
Ashwin Maroli 68a31c8eb2 Don't read symlinks in site.include in safe mode (#7711)
Merge pull request 7711
2019-06-23 18:15:25 -04:00
jekyllbot 9ccdae161b Update history to reflect merge of #7702 [ci skip] 2019-06-23 16:23:10 -04:00
Ashwin Maroli 06eafadcbb Use regexp to filter special entries (#7702)
Merge pull request 7702
2019-06-23 16:23:09 -04:00
Ashwin Maroli e37ee47219 Fix offenses detected by rubocop-performance-1.4.0 2019-06-21 15:27:18 +05:30
Ashwin Maroli 52ae35a589
Disable color output from profile:memory task
So that it is easier to parse the plaintext build logs
2019-06-21 15:00:45 +05:30
Ashwin Maroli 25898f8d9d Reword code-comment to reflect the implementation 2019-06-14 15:46:09 +05:30
Frank Taillandier cca639dcc3
Merge pull request #7705 from ashmaroli/filter-dot-entries
Reject entries that are just dots in a directory
2019-06-14 08:31:57 +02:00
Frank Taillandier 7f1b678a4e
Merge pull request #7707 from ashmaroli/refactor-glob-include
Refactor `EntryFilter#glob_include?`
2019-06-14 08:29:40 +02:00
jekyllbot f0b7c9b783 Update history to reflect merge of #7687 [ci skip] 2019-06-13 20:29:59 -04:00
Ashwin Maroli 478e3ab301 Bump RuboCop to v0.71.0 (#7687)
Merge pull request 7687
2019-06-13 20:29:57 -04:00
jekyllbot a4f24f54ad Update history to reflect merge of #7709 [ci skip] 2019-06-13 08:01:25 -04:00
Ashwin Maroli 70bc82bacc Update TestTags in sync with Rouge v3.4 (#7709)
Merge pull request 7709
2019-06-13 08:01:22 -04:00
Frank Taillandier 1480c41213
fix: LocalJump error: unexpected return
➜ rake site:latest_version
rake aborted!
LocalJumpError: unexpected return
/jekyll/rake/site.rake:89:in `block (2 levels) in <top (required)>'
Tasks: TOP => site:latest_version
(See full trace by running task with --trace)
2019-06-13 11:52:29 +02:00
jekyllbot 2df56abf85 Update history to reflect merge of #7708 [ci skip] 2019-06-12 18:39:16 -04:00
James Rhea f56b7d59e6 fix link to Site Source config (#7708)
Merge pull request 7708
2019-06-12 18:39:14 -04:00
Ashwin Maroli 119e0047e8 Don't sanitize pattern or entry string 2019-06-09 16:38:19 +05:30
jekyllbot 58bc689829 Update history to reflect merge of #7706 [ci skip] 2019-06-09 07:06:50 -04:00
Ashwin Maroli 38bc4d2818 Do not install docs on updating gems on Travis (#7706)
Merge pull request 7706
2019-06-09 07:06:48 -04:00
Ashwin Maroli 3002aa58f5 Refactor `EntryFilter#glob_include?` 2019-06-09 15:35:39 +05:30
Ashwin Maroli 49e5b33fb0 Reject entries that are just dots in a directory 2019-06-09 11:42:34 +05:30
jekyllbot 13d31c4c8b Update history to reflect merge of #7695 [ci skip] 2019-06-05 12:10:40 -04:00
Ashwin Maroli e05745929f Remove override to Jekyll::Document#respond_to? (#7695)
Merge pull request 7695
2019-06-05 12:10:37 -04:00
jekyllbot 04ba0c3b10 Update history to reflect merge of #7690 [ci skip] 2019-06-05 08:46:00 -04:00