Commit Graph

  • 8e68de2740 site: redirect /docs/ to /docs/home/ Parker Moore 2016-01-04 18:22:55 -0800
  • dc31264160 url: tiny optimization to #generate_url_from_drop Parker Moore 2016-01-04 18:18:28 -0800
  • 9579924f8a drop: tiny optimization to .mutable to create fewer objects Parker Moore 2016-01-04 18:18:12 -0800
  • dab53a697b collection: tiny optimization to #url_template Parker Moore 2016-01-04 18:17:51 -0800
  • b6c283a4ae wip: allow custom extensions Parker Moore 2016-01-04 16:10:11 -0800
  • 935e5563e1 Update history to reflect merge of #4254 Parker Moore 2016-01-04 16:31:06 -0800
  • f995d86673 Merge pull request #4254 from jekyll/shim-docs-import-with-nudge Parker Moore 2016-01-04 16:30:30 -0800
  • 657b6b328c Update history to reflect merge of #4307 Parker Moore 2016-01-04 16:26:02 -0800
  • f47612ee98 Merge pull request #4307 from fulldecent/patch-1 Parker Moore 2016-01-04 16:25:41 -0800
  • a9b80b2f06 features/layout_data: add scenario for inheriting layout data from child to parent Parker Moore 2016-01-04 16:21:53 -0800
  • d37de5c8df If the subcommand cannot be found, suggest the installation of a gem. Parker Moore 2016-01-04 16:17:48 -0800
  • 4fe9eecf05 For blessed gems, shim their commands so users know how to use them. Parker Moore 2015-12-11 14:45:13 -0800
  • 10a1b9451a Update history to reflect merge of #4290 Parker Moore 2016-01-04 14:57:59 -0800
  • a78230ccdb Merge pull request #4290 from jekyll/deal-with-extraneous-spaces Parker Moore 2016-01-04 14:57:22 -0800
  • cb5bc1093e utils: has_yaml_header? should accept files with extraneous spaces Parker Moore 2015-12-27 10:56:47 -0500
  • 1ea667474b Clean up the permalink front matter protip Parker Moore 2016-01-04 13:24:14 -0800
  • ed815b0d2c Update history to reflect merge of #4296 Parker Moore 2016-01-04 13:07:33 -0800
  • c603be6a38 Merge pull request #4296 from kakoma/master Parker Moore 2016-01-04 13:07:12 -0800
  • ee2db21202 Update history to reflect merge of #4312 Parker Moore 2016-01-04 13:05:19 -0800
  • e097a15657 Merge pull request #4312 from jekyll/fix-layout-metadata Parker Moore 2016-01-04 13:05:00 -0800
  • a62e085ea0 Update history to reflect merge of #4311 Parker Moore 2016-01-04 13:04:38 -0800
  • 378ec5a4b8 Merge pull request #4311 from jekyll/use-drop-hash-accessor Parker Moore 2016-01-04 13:04:14 -0800
  • e10c483ec3 Adjust Rubocop to fit in a bit better. Jordon Bedwell 2016-01-04 14:44:13 -0600
  • 95a3c54ddb drop: only check mutable if the key is a method Parker Moore 2016-01-04 12:41:40 -0800
  • 62d7f5ecad Add feature test for layout data Parker Moore 2016-01-04 12:10:05 -0800
  • 06c45df8c3 Drop: hash syntax should use setter method for a property if it's defined Parker Moore 2016-01-04 12:09:19 -0800
  • 2756503e7b features/hooks: use hash syntax to access page Parker Moore 2016-01-04 12:18:02 -0800
  • 735194ccaf Convertible/Page/Renderer: use payload hash accessor & setter syntax Parker Moore 2016-01-04 12:00:18 -0800
  • 87978e79f4 features/step_definitions: use $stderr instead of STDERR Parker Moore 2016-01-04 12:36:04 -0800
  • eaade1e49a Update history to reflect merge of #4301 Parker Moore 2016-01-04 12:32:15 -0800
  • 5580972282 Merge pull request #4301 from pathawks/rubocop Parker Moore 2016-01-04 12:31:55 -0800
  • 060904d809
    Rubocop: Style/TrailingWhitespace - Trailing whitespace detected Rubocop: Style/EmptyLines - Extra blank line detected Rubocop: Style/EmptyLinesAroundBlockBody - Extra empty line detected at block body beginning Pat Hawks 2016-01-04 12:16:36 -0800
  • ab3d906e04
    Rubocop: Style/ParenthesesAroundCondition - Don't use parentheses around the condition of an if Pat Hawks 2016-01-04 12:14:00 -0800
  • cce848d3d8
    Rubocop: Avoid single-line method definitions Pat Hawks 2016-01-04 12:12:17 -0800
  • c273d91df1 cucumber: fix issue where an undefined step would cause an exception Parker Moore 2016-01-04 12:08:02 -0800
  • c1c8b6dbf7
    Rubocop: Style/SpaceInsideHashLiteralBraces Pat Hawks 2016-01-04 12:07:34 -0800
  • 04e635b10c
    Rubocop: Style/SpaceInsideRangeLiteral - Space inside range literal Pat Hawks 2016-01-04 12:06:40 -0800
  • 6711234d5f
    Rubocop: Style/BlockDelimiters - Avoid using {...} for multi-line blocks Pat Hawks 2016-01-04 12:05:54 -0800
  • 086e85ca9e
    Rubocop: Style/PerlBackrefs - Avoid the use of Perl-style backrefs Pat Hawks 2016-01-04 12:01:23 -0800
  • be3666fcf0
    Rubocop: Do not use unless with else - Rewrite these with the positive case first Pat Hawks 2016-01-04 11:51:14 -0800
  • ec83ef60b5
    Rubocop: Lint/UselessAssignment Pat Hawks 2016-01-04 11:49:54 -0800
  • 085a778b0a
    Rubocop: Style/NestedTernaryOperator - Ternary operators must not be nested. Prefer if/else constructs instead. Pat Hawks 2016-01-04 11:46:25 -0800
  • 78e9f3389e
    Rubocop: Style/IndentationWidth Pat Hawks 2016-01-04 11:42:17 -0800
  • f9926edbc4
    Rubocop: Style/TrivialAccessors - Use `attr_writer` to define trivial writer methods Pat Hawks 2016-01-04 11:39:14 -0800
  • af9ec6831d
    Rubocop: Style/ElseAlignment - Align else with if Rubocop: Lint/EndAlignment - Align end with if Pat Hawks 2016-01-04 11:23:06 -0800
  • c4047c37b2 Update history to reflect merge of #4303 Parker Moore 2016-01-04 11:16:05 -0800
  • f6fd9014ba
    Rubocop: Style/CaseIndentation - Indent when as deep as case Pat Hawks 2016-01-04 11:15:37 -0800
  • 046928e395 upgrading docs: add note about removing relative permalinks support (2 to 3) Parker Moore 2016-01-04 11:14:19 -0800
  • c38e1fcbb8 Merge pull request #4303 from alistaircom/patch-1 Parker Moore 2016-01-04 11:14:56 -0800
  • 2c9a349f9a Rubocop: Style/Next - Use next to skip iteration Pat Hawks 2016-01-04 11:06:12 -0800
  • f221b925b4 Rubocop: Lint/StringConversionInInterpolation - Redundant use of Object#to_s in interpolation Pat Hawks 2016-01-03 17:16:58 -0800
  • 13c980c896 Rubocop: Style/TrailingComma Pat Hawks 2016-01-03 17:16:17 -0800
  • 4c5d77a4b5 Rubocop: Style/EmptyLines Pat Hawks 2016-01-03 17:14:41 -0800
  • 224a1ab9ef Merge pull request #4305 from Atul9/master Parker Moore 2016-01-03 21:50:18 -0800
  • fd8fdd87d3
    Rubocop: Style/RegexpLiteral Pat Hawks 2016-01-03 17:10:39 -0800
  • e3189e3828
    Rubocop: Lint/UnusedMethodArgument Pat Hawks 2016-01-03 17:07:39 -0800
  • 11f0aab4b1
    Rubocop: Lint/UnusedBlockArgument - Unused block argument Pat Hawks 2016-01-03 16:24:13 -0800
  • 7ca4f7cd62
    Rubocop: Style/Proc - Use proc instead of Proc.new ...and use lambda instead of proc Pat Hawks 2016-01-03 16:18:26 -0800
  • af5d51289f
    Rubocop: Style/SymbolProc - Pass &:to_sym as an argument to map instead of a block - Pass &:capitalize as an argument to select instead of a block - Pass &:to_s as an argument to map instead of a block Pat Hawks 2016-01-03 16:02:32 -0800
  • 704ca6b8cc
    Rubocop: Style/NegatedIf - Favor unless over if for negative conditions Pat Hawks 2016-01-03 15:59:12 -0800
  • 663a2d3279
    Rubocop: Style/SpaceBeforeBlockBraces Rubocop: Style/SpaceInsideBlockBraces Pat Hawks 2016-01-03 15:58:02 -0800
  • a70d89a862
    Rubocop: Style/SpaceAfterComma - Space missing after comma Pat Hawks 2016-01-03 15:56:44 -0800
  • cda226de45
    Rubocop: Style/EmptyLinesAroundClassBody - Extra empty line detected at class body end Pat Hawks 2016-01-03 15:55:33 -0800
  • 2530a8cdfc
    Rubocop: Style/HashSyntax - Use hash rockets syntax Pat Hawks 2016-01-03 15:49:22 -0800
  • d157a04c6d
    Rubocop: Performance/StringReplacement - Use delete! instead of gsub! - Use tr instead of gsub Pat Hawks 2016-01-03 15:47:31 -0800
  • ff5f7b7120
    Rubocop: Style/DeprecatedHashMethods - Hash#has_key? is deprecated in favor of Hash#key? Add method `key?` to Drop Pat Hawks 2016-01-03 15:41:04 -0800
  • 98a19cdf2b
    Rubocop: Style/PercentLiteralDelimiters - %w-literals should be delimited by ( and ) Rubocop: Style/WordArray - Use %w or %W for array of words Pat Hawks 2016-01-03 15:32:11 -0800
  • fb0457bf3d
    Rubocop: Style/AndOr - Use && instead of and - Use || instead of or Pat Hawks 2016-01-03 15:30:26 -0800
  • 6550867051
    Rubocop: Style/SpecialGlobalVars - Prefer $LOAD_PATH over $: Pat Hawks 2016-01-03 15:29:49 -0800
  • 8223ebd861
    Use select and find instead of conditional loop Pat Hawks 2016-01-03 15:24:18 -0800
  • 0eae36aec2
    Rubocop: Style/LineEndConcatenation - Use \ instead of + or << to concatenate those strings Pat Hawks 2016-01-03 14:41:49 -0800
  • 44d2995277
    Rubocop: Style/Semicolon - Do not use semicolons to terminate expressions Pat Hawks 2016-01-03 14:40:45 -0800
  • 31dd0ebed5
    Rubocop: Style/EmptyLiteral - Use array literal [] instead of Array.new - Use hash literal {} instead of Hash.new Pat Hawks 2016-01-03 14:39:01 -0800
  • ffdbeb89dd Further refine our Rubocop to the current styles. Jordon Bedwell 2016-01-03 15:57:47 -0600
  • 22a0be3f7b Escape html from site.title and page.title William Entriken 2016-01-03 16:10:38 -0500
  • 8e00301fca Update copyright notices to 2016 [ci skip] Atul Bhosale 2016-01-01 11:24:00 +0530
  • b7d5a26d53 Move around CodeClimate so people can do `bundle exec rubocop`. Jordon Bedwell 2016-01-03 02:19:42 -0600
  • a2623be3da Be consistent with your hashes and arrays. Jordon Bedwell 2016-01-03 00:15:31 -0600
  • 2a280b7f62 Reduce our surface, extend self is useful for some modules. Jordon Bedwell 2016-01-02 23:58:59 -0600
  • 13f520f2b4 Added content on relative permalinks Alistair Calder 2015-12-30 16:07:15 -0800
  • 519c0f1b38 Update history to reflect merge of #4293 Alfred Xing 2015-12-30 10:43:01 -0800
  • f5fe4b89bd Merge pull request #4293 from alfredxing/incremental-docs Alfred Xing 2015-12-30 10:42:34 -0800
  • a1c97c66fb Update history to reflect merge of #4299 Parker Moore 2015-12-30 09:26:18 -0800
  • fdffc8aaaa Merge pull request #4299 from pathawks/jekyll-commonmark Parker Moore 2015-12-30 09:24:43 -0800
  • bf4bfcf4f0
    Add link to jekyll-commonmark Pat Hawks 2015-12-29 18:02:59 -0800
  • 61bbc0666a Merge pull request #1 from kakoma/kakoma-patch-1 Kakoma 2015-12-28 18:49:39 +0300
  • 0309c940df Use permalink Front Matter variable for clean URLs Kakoma 2015-12-28 18:48:52 +0300
  • e98f543513 Add some documentation for incremental regeneration Alfred Xing 2015-12-27 19:44:08 -0800
  • e048e428d1 Update History.markdown Jordon Bedwell 2015-12-27 12:56:42 -0600
  • 43618c90c7 Merge pull request #4292 from jekyll/pull/fix-liquid-drop-requires Jordon Bedwell 2015-12-27 12:55:51 -0600
  • f2f88dbd9f Move require "jekyll/drops/drop" to "jekyll.rb" Jordon Bedwell 2015-12-27 12:48:21 -0600
  • 5034216637 Release 💎 3.1.0.pre.beta1 Parker Moore 2015-12-27 08:32:08 -0500
  • cb342c375d Update history to reflect merge of #4289 Parker Moore 2015-12-27 08:27:37 -0500
  • 7c4876d2eb Merge pull request #4289 from jekyll/fix-utils-deep-merge-drops Parker Moore 2015-12-27 08:27:25 -0500
  • e302873203 Update history to reflect merge of #3771 Parker Moore 2015-12-27 08:25:29 -0500
  • 1b73751abf Merge branch 'fixup-custom-markdown' Parker Moore 2015-12-27 08:24:16 -0500
  • 8e887dcd8b markdown: minor style fixes Parker Moore 2015-12-27 08:23:50 -0500
  • 5bf596b239 utils/drops: update Drop to support Utils.deep_merge_hashes Parker Moore 2015-12-27 08:06:37 -0500
  • 69a6323599 Utils.deep_merge_hashes failing test Pat Hawks 2015-12-26 12:37:08 -0800
  • 59a5fc64f9 Update history to reflect merge of #4281 Parker Moore 2015-12-26 22:09:34 -0500