Daniel Grieve
							
						 
						
							 
							
							
							
							
								
							
							
								4be5dfdb9a 
								
							 
						 
						
							
							
								
								fix copying of site template files  
							
							 
							
							
							
						 
						
							2013-03-13 21:27:41 +00:00  
						
					 
				
					
						
							
							
								 
								Daniel Grieve
							
						 
						
							 
							
							
							
							
								
							
							
								099fcc27d6 
								
							 
						 
						
							
							
								
								raise ArgumentError if no args. rename sample post  
							
							 
							
							
							
						 
						
							2013-03-13 19:21:11 +00:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								df9964c3b5 
								
							 
						 
						
							
							
								
								Merge pull request  #838  from mattr-/dedupe-entry-generation  
							
							 
							
							... 
							
							
							
							Remove code duplication during site generation 
							
						 
						
							2013-03-12 11:27:56 -07:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								2473bdbd7c 
								
							 
						 
						
							
							
								
								Merge pull request  #847  from mojombo/mime_file  
							
							 
							
							... 
							
							
							
							Load in Apache MIME Types 
							
						 
						
							2013-03-12 11:06:26 -07:00  
						
					 
				
					
						
							
							
								 
								Jonathan Roes
							
						 
						
							 
							
							
							
							
								
							
							
								7a86d901f1 
								
							 
						 
						
							
							
								
								Refactor Commands::New a bit and remove scaffold post once copied.  
							
							 
							
							
							
						 
						
							2013-03-12 00:48:22 -04:00  
						
					 
				
					
						
							
							
								 
								Jonathan Roes
							
						 
						
							 
							
							
							
							
								
							
							
								b71ec624f8 
								
							 
						 
						
							
							
								
								Add commands/new and scaffold post to gemspec so they get copied over.  
							
							 
							
							
							
						 
						
							2013-03-12 00:47:42 -04:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								725b127f9b 
								
							 
						 
						
							
							
								
								Merge pull request  #536  from fotos/fix_page_dir  
							
							 
							
							... 
							
							
							
							Added path in url. 
							
						 
						
							2013-03-09 17:07:16 -08:00  
						
					 
				
					
						
							
							
								 
								Fotos Georgiadis
							
						 
						
							 
							
							
							
							
								
							
							
								f79662719b 
								
							 
						 
						
							
							
								
								Fix indentation.  
							
							 
							
							
							
						 
						
							2013-03-09 15:07:27 +02:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								524aa1f36a 
								
							 
						 
						
							
							
								
								Jekyll::Commands::Serve reads in mime.types file.  
							
							 
							
							
							
						 
						
							2013-03-08 20:12:52 +01:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								5e6c2f6e4b 
								
							 
						 
						
							
							
								
								Added mime.types file from Apache SVN repo.  
							
							 
							
							
							
						 
						
							2013-03-08 20:12:21 +01:00  
						
					 
				
					
						
							
							
								 
								Matt Rogers
							
						 
						
							 
							
							
							
							
								
							
							
								6399ec9b2b 
								
							 
						 
						
							
							
								
								Remove duplication when aggregating post information  
							
							 
							
							
							
						 
						
							2013-03-05 19:11:07 -06:00  
						
					 
				
					
						
							
							
								 
								Matt Rogers
							
						 
						
							 
							
							
							
							
								
							
							
								2dd98816d4 
								
							 
						 
						
							
							
								
								Remove duplication when generating list of entries to process  
							
							 
							
							... 
							
							
							
							Posts and Drafts share the same logic to get the list of files to
process into objects when generating the site. Factor this logic into
its own method and use it when reading posts and reading drafts. 
							
						 
						
							2013-03-05 19:06:20 -06:00  
						
					 
				
					
						
							
							
								 
								Aleksey V Zapparov
							
						 
						
							 
							
							
							
							
								
							
							
								22dcc4e20f 
								
							 
						 
						
							
							
								
								Adds excerpt to posts  
							
							 
							
							
							
						 
						
							2013-03-04 17:13:25 +01:00  
						
					 
				
					
						
							
							
								 
								larrylv
							
						 
						
							 
							
							
							
							
								
							
							
								035bbdf99f 
								
							 
						 
						
							
							
								
								Fix typo.  
							
							 
							
							
							
						 
						
							2013-03-04 14:59:34 +08:00  
						
					 
				
					
						
							
							
								 
								Tom Preston-Werner
							
						 
						
							 
							
							
							
							
								
							
							
								3a9ca0a796 
								
							 
						 
						
							
							
								
								Merge branch 'drafts-fixup'  
							
							 
							
							... 
							
							
							
							Add a drafts feature. This allows you to place draft posts into an _drafts
folder in the site root while you're working on them, and then request that
they be rendered as normal posts via a command line switch.
Draft files should be named just like normal posts, except they must not
contain the date prefix. When you're ready to make a post live, rename it
with the date and move it to the proper place.
To preview your drafts, run Jekyll with the `--drafts` switch. This will
render all the posts with a date corresponding to the last time the file
was modified. 
							
						 
						
							2013-03-03 18:57:36 -08:00  
						
					 
				
					
						
							
							
								 
								Tom Preston-Werner
							
						 
						
							 
							
							
							
							
								
							
							
								b46000f6af 
								
							 
						 
						
							
							
								
								Kill unnecessary return keyword.  
							
							 
							
							
							
						 
						
							2013-03-03 18:43:54 -08:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								0d3ea5b710 
								
							 
						 
						
							
							
								
								Forgot to escape newlines.  
							
							 
							
							
							
						 
						
							2013-03-04 03:41:18 +01:00  
						
					 
				
					
						
							
							
								 
								Tom Preston-Werner
							
						 
						
							 
							
							
							
							
								
							
							
								2b9b613687 
								
							 
						 
						
							
							
								
								Normalize CLI options to match configuration expectations.  
							
							 
							
							
							
						 
						
							2013-03-03 18:23:02 -08:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								5af8e1f40c 
								
							 
						 
						
							
							
								
								Applying a more 'Ruby' style to post_url.rb  
							
							 
							
							
							
						 
						
							2013-03-04 03:20:59 +01:00  
						
					 
				
					
						
							
							
								 
								Tom Preston-Werner
							
						 
						
							 
							
							
							
							
								
							
							
								4caf613be8 
								
							 
						 
						
							
							
								
								Merge branch 'drafts' of  https://github.com/scribu/jekyll  into scribu-drafts  
							
							 
							
							
							
						 
						
							2013-03-03 12:57:55 -08:00  
						
					 
				
					
						
							
							
								 
								Daniel Hilgarth
							
						 
						
							 
							
							
							
							
								
							
							
								87f6f8c971 
								
							 
						 
						
							
							
								
								Fix invalid ordering of posts published on the same day and move post_url specific comparison of posts where it belongs: Into post_url  
							
							 
							
							
							
						 
						
							2013-03-03 15:36:16 +01:00  
						
					 
				
					
						
							
							
								 
								Daniel Hilgarth
							
						 
						
							 
							
							
							
							
								
							
							
								ce8e1afba6 
								
							 
						 
						
							
							
								
								Add support for Ruby < 1.9  
							
							 
							
							
							
						 
						
							2013-03-03 15:12:21 +01:00  
						
					 
				
					
						
							
							
								 
								Daniel Hilgarth
							
						 
						
							 
							
							
							
							
								
							
							
								cc83501489 
								
							 
						 
						
							
							
								
								Fix broken post_url with posts with a time in their YAML front matter.  
							
							 
							
							
							
						 
						
							2013-03-03 14:56:18 +01:00  
						
					 
				
					
						
							
							
								 
								scribu
							
						 
						
							 
							
							
							
							
								
							
							
								1a351284ca 
								
							 
						 
						
							
							
								
								rename get_base() to containing_dir()  
							
							 
							
							
							
						 
						
							2013-03-03 12:56:12 +02:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								7258b10f88 
								
							 
						 
						
							
							
								
								We don't need YAML in the new command.  
							
							 
							
							
							
						 
						
							2013-02-28 22:19:38 +01:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								149b95d767 
								
							 
						 
						
							
							
								
								Typos in sample post.  
							
							 
							
							
							
						 
						
							2013-02-28 22:17:24 +01:00  
						
					 
				
					
						
							
							
								 
								Fotos Georgiadis
							
						 
						
							 
							
							
							
							
								
							
							
								441eddf1ca 
								
							 
						 
						
							
							
								
								Fix pretty url style paths.  
							
							 
							
							... 
							
							
							
							Ignore the basename if the page is an index page, preserve it if it's just an
html page and use the full path in every other case. 
							
						 
						
							2013-02-28 03:49:39 +02:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								bd9a112ff1 
								
							 
						 
						
							
							
								
								Merge pull request  #785  from lenniboy/master  
							
							 
							
							... 
							
							
							
							Improve debugability of error message for a malformed highlight tag 
							
						 
						
							2013-02-26 16:58:36 -08:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								63d0eef646 
								
							 
						 
						
							
							
								
								Merge pull request  #824  from sinamt/symlinked_folders  
							
							 
							
							... 
							
							
							
							Allow symlinked folders in unsafe mode (with tests). Closes  #796 , resolves  #233 . 
							
						 
						
							2013-02-26 16:54:52 -08:00  
						
					 
				
					
						
							
							
								 
								Matt Rogers
							
						 
						
							 
							
							
							
							
								
							
							
								d58859570d 
								
							 
						 
						
							
							
								
								Fix up the whitespace.  
							
							 
							
							... 
							
							
							
							Remove an extra blank line and fix another whitespace error pointed out
by git diff 
							
						 
						
							2013-02-25 13:24:37 -06:00  
						
					 
				
					
						
							
							
								 
								Matt Rogers
							
						 
						
							 
							
							
							
							
								
							
							
								5a9c20983d 
								
							 
						 
						
							
							
								
								Rename setup_plugins to plugins_path  
							
							 
							
							
							
						 
						
							2013-02-25 13:20:32 -06:00  
						
					 
				
					
						
							
							
								 
								Matt Rogers
							
						 
						
							 
							
							
							
							
								
							
							
								d2c79a8841 
								
							 
						 
						
							
							
								
								Merge branch 'master' into issue-653  
							
							 
							
							
							
						 
						
							2013-02-25 13:08:23 -06:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								f8a90d711f 
								
							 
						 
						
							
							
								
								Using https protocol instead of http.  
							
							 
							
							
							
						 
						
							2013-02-24 01:54:13 +01:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								cdd3c0ef0c 
								
							 
						 
						
							
							
								
								Remove 'type' attribute from script tag in gist liquid tag.  
							
							 
							
							
							
						 
						
							2013-02-24 01:30:41 +01:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								7e7cee6e56 
								
							 
						 
						
							
							
								
								Strip space from the gist number, add test for gist tag  
							
							 
							
							
							
						 
						
							2013-02-24 00:58:13 +01:00  
						
					 
				
					
						
							
							
								 
								sterebooster
							
						 
						
							 
							
							
							
							
								
							
							
								425f466842 
								
							 
						 
						
							
							
								
								'gist' liquid tag by @stereobooster.  Fixes   #463 .  
							
							 
							
							
							
						 
						
							2013-02-24 00:38:19 +01:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								7457cbae25 
								
							 
						 
						
							
							
								
								Fix issue with watching (auto-regeneration) continuously running if destination is not '_site'.  #457 .  
							
							 
							
							
							
						 
						
							2013-02-22 00:59:44 +01:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								5d8e012899 
								
							 
						 
						
							
							
								
								Fixed merge with new log output in lib/jekyll.rb  
							
							 
							
							
							
						 
						
							2013-02-20 23:10:42 +01:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								9eb79ff135 
								
							 
						 
						
							
							
								
								Improved output for auto-regeneration.  
							
							 
							
							
							
						 
						
							2013-02-20 23:09:54 +01:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								bf79b0ac37 
								
							 
						 
						
							
							
								
								Fixed merge with new log output in lib/jekyll.rb  
							
							 
							
							
							
						 
						
							2013-02-20 23:09:34 +01:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								11eb1ecae1 
								
							 
						 
						
							
							
								
								Safe loading of files and YAML.  
							
							 
							
							
							
						 
						
							2013-02-10 19:07:38 +01:00  
						
					 
				
					
						
							
							
								 
								scribu
							
						 
						
							 
							
							
							
							
								
							
							
								538c2086a5 
								
							 
						 
						
							
							
								
								whitespace fixes  
							
							 
							
							
							
						 
						
							2013-02-10 04:49:27 +02:00  
						
					 
				
					
						
							
							
								 
								scribu
							
						 
						
							 
							
							
							
							
								
							
							
								3e164d6daf 
								
							 
						 
						
							
							
								
								don't check if draft is published or if its date is in the future  
							
							 
							
							
							
						 
						
							2013-02-09 23:48:38 +02:00  
						
					 
				
					
						
							
							
								 
								scribu
							
						 
						
							 
							
							
							
							
								
							
							
								2588d681c9 
								
							 
						 
						
							
							
								
								fix draft filename processing  
							
							 
							
							
							
						 
						
							2013-02-09 23:38:13 +02:00  
						
					 
				
					
						
							
							
								 
								scribu
							
						 
						
							 
							
							
							
							
								
							
							
								78831d94cd 
								
							 
						 
						
							
							
								
								don't mess with dir parameter  
							
							 
							
							
							
						 
						
							2013-02-09 23:19:35 +02:00  
						
					 
				
					
						
							
							
								 
								scribu
							
						 
						
							 
							
							
							
							
								
							
							
								642349f797 
								
							 
						 
						
							
							
								
								implement and use Draft.valid?  
							
							 
							
							
							
						 
						
							2013-02-09 22:41:47 +02:00  
						
					 
				
					
						
							
							
								 
								scribu
							
						 
						
							 
							
							
							
							
								
							
							
								1ac46b17c4 
								
							 
						 
						
							
							
								
								Don't require date in draft filenames.  
							
							 
							
							
							
						 
						
							2013-02-09 21:35:41 +02:00  
						
					 
				
					
						
							
							
								 
								Alexander Ekdahl
							
						 
						
							 
							
							
							
							
								
							
							
								4cd7c22ee7 
								
							 
						 
						
							
							
								
								Now uses the more semantically correct AND operator  
							
							 
							
							
							
						 
						
							2013-02-04 22:17:03 +01:00  
						
					 
				
					
						
							
							
								 
								Alexander Ekdahl
							
						 
						
							 
							
							
							
							
								
							
							
								7512e6bb66 
								
							 
						 
						
							
							
								
								Allow symlinked folders in unsafe mode  
							
							 
							
							
							
						 
						
							2013-02-04 17:16:01 +01:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								28a074ff7a 
								
							 
						 
						
							
							
								
								Remove Jekyll::Commands::Migrate  
							
							 
							
							
							
						 
						
							2013-01-31 00:18:22 +01:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								b70c59667c 
								
							 
						 
						
							
							
								
								Requiring jekyll-import gem. Printing error and exiting if it does not exist.  
							
							 
							
							
							
						 
						
							2013-01-30 23:43:26 +01:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								cff4ec72ea 
								
							 
						 
						
							
							
								
								Using .erb file for the new post  
							
							 
							
							
							
						 
						
							2013-01-30 21:05:52 +01:00  
						
					 
				
					
						
							
							
								 
								Leonard Ehrenfried
							
						 
						
							 
							
							
							
							
								
							
							
								a7f0d04bda 
								
							 
						 
						
							
							
								
								Improve error message for malformed highlight tags  
							
							 
							
							
							
						 
						
							2013-01-29 12:16:33 +01:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								704307d7fe 
								
							 
						 
						
							
							
								
								Added very basic code snippet example to sample post  
							
							 
							
							
							
						 
						
							2013-01-27 23:30:32 +01:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								bf78fe9b75 
								
							 
						 
						
							
							
								
								Move post scaffold content to a separate method.  
							
							 
							
							
							
						 
						
							2013-01-27 23:23:53 +01:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								a68b67c65e 
								
							 
						 
						
							
							
								
								Added newline to New command for stylistic congruence.  
							
							 
							
							
							
						 
						
							2013-01-27 23:21:31 +01:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								ac691a1465 
								
							 
						 
						
							
							
								
								removed related posts segment of scaffold site.  
							
							 
							
							
							
						 
						
							2013-01-27 23:21:02 +01:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								a8671ed52b 
								
							 
						 
						
							
							
								
								Using modularized commands (Jekyll::Commands) as per @tombell's latest PR merge  
							
							 
							
							
							
						 
						
							2013-01-27 23:17:45 +01:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								272dd5ef35 
								
							 
						 
						
							
							
								
								Added the NewCommand class  
							
							 
							
							
							
						 
						
							2013-01-27 23:16:34 +01:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								ce7e307cba 
								
							 
						 
						
							
							
								
								Scaffold site, based on @mojombo's site (with permission).  
							
							 
							
							
							
						 
						
							2013-01-27 23:16:34 +01:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								b4bea4a586 
								
							 
						 
						
							
							
								
								Merge branch 'code-cleanup' of git://github.com/tombell/jekyll into code-cleanup  
							
							 
							
							... 
							
							
							
							Module Cleanup
* 'code-cleanup' of git://github.com/tombell/jekyll:
  Remove new lines between module and class
  Update tag classes moving into a module
  Update pagination classes moving into a module
  Update converter classes moving into a module
  Strip extra newlines
  Update command classes moving into a module
Conflicts:
	lib/jekyll/commands/serve.rb 
							
						 
						
							2013-01-27 23:13:16 +01:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								b736676904 
								
							 
						 
						
							
							
								
								Merge pull request  #775  from metamatt/issue773  
							
							 
							
							... 
							
							
							
							Address issue 773 (bugs preventing tumblr.rb from running) 
							
						 
						
							2013-01-27 14:06:41 -08:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								409eedafd8 
								
							 
						 
						
							
							
								
								Merge pull request  #767  from mojombo/string-categories  
							
							 
							
							... 
							
							
							
							Force Categories to be Strings 
							
						 
						
							2013-01-26 13:32:26 -08:00  
						
					 
				
					
						
							
							
								 
								Matt Ginzton
							
						 
						
							 
							
							
							
							
								
							
							
								c95c5e3b7d 
								
							 
						 
						
							
							
								
								Use Dir.pwd instead of "." as the source argument to Post.new, since  
							
							 
							
							... 
							
							
							
							this has historically supplied an absolute path in this call. 
							
						 
						
							2013-01-25 15:57:45 -08:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								4041579b70 
								
							 
						 
						
							
							
								
								Merge pull request  #777  from mastahyeti/safe_yaml  
							
							 
							
							... 
							
							
							
							Safe YAML 
							
						 
						
							2013-01-25 08:22:10 -08:00  
						
					 
				
					
						
							
							
								 
								Jordon Bedwell
							
						 
						
							 
							
							
							
							
								
							
							
								4f7881ba40 
								
							 
						 
						
							
							
								
								Add SVG support to Jekyll/Webrick.  Fixes   #406 .  
							
							 
							
							
							
						 
						
							2013-01-25 06:20:07 +01:00  
						
					 
				
					
						
							
							
								 
								Ben Toews
							
						 
						
							 
							
							
							
							
								
							
							
								1528cfe1cd 
								
							 
						 
						
							
							
								
								adding safe_yaml to protect against object instantiation from yaml  
							
							 
							
							
							
						 
						
							2013-01-23 11:30:24 -06:00  
						
					 
				
					
						
							
							
								 
								Matt Ginzton
							
						 
						
							 
							
							
							
							
								
							
							
								fbc9d0c663 
								
							 
						 
						
							
							
								
								Fix truncation of overly long post names.  
							
							 
							
							... 
							
							
							
							Delete the old truncate_post_name; it was called too late (if url rewriting
is enabled which it is by default), didn't run (it tried to use + to concat
a Fixnum onto a String), and even with those problems fixed, didn't actually
shorten the string enough to use as a pathname.
Instead, apply simple string truncation at the point we generate the slug,
which is used in the filename and is the part that could be unboundedly
long. I arbitrarily chose 200 as the maximum length; even shorter might be
better (really long slugs are just visually ugly); it might also be nicer
to truncate at a hyphen boundary.
This fixes the rest of issue #773  (subissue 4). 
							
						 
						
							2013-01-22 10:25:07 -08:00  
						
					 
				
					
						
							
							
								 
								Matt Ginzton
							
						 
						
							 
							
							
							
							
								
							
							
								863643c7e8 
								
							 
						 
						
							
							
								
								Look for _posts directory relative to cwd, not relative to tumblr.rb.  
							
							 
							
							... 
							
							
							
							That's where we put it earlier, so that's where we'll find it now.
This addresses part of issue #773  (subissue 3). 
							
						 
						
							2013-01-22 10:24:33 -08:00  
						
					 
				
					
						
							
							
								 
								scribu
							
						 
						
							 
							
							
							
							
								
							
							
								0ad623fb85 
								
							 
						 
						
							
							
								
								first pass at --drafts flag  
							
							 
							
							
							
						 
						
							2013-01-20 05:23:56 +02:00  
						
					 
				
					
						
							
							
								 
								Tom Bell
							
						 
						
							 
							
							
							
							
								
							
							
								517e6f81d3 
								
							 
						 
						
							
							
								
								Remove new lines between module and class  
							
							 
							
							
							
						 
						
							2013-01-20 00:00:49 +00:00  
						
					 
				
					
						
							
							
								 
								Tom Bell
							
						 
						
							 
							
							
							
							
								
							
							
								2c45150545 
								
							 
						 
						
							
							
								
								Update tag classes moving into a module  
							
							 
							
							
							
						 
						
							2013-01-19 23:50:44 +00:00  
						
					 
				
					
						
							
							
								 
								Tom Bell
							
						 
						
							 
							
							
							
							
								
							
							
								10d980b6e1 
								
							 
						 
						
							
							
								
								Update pagination classes moving into a module  
							
							 
							
							
							
						 
						
							2013-01-19 23:42:40 +00:00  
						
					 
				
					
						
							
							
								 
								Tom Bell
							
						 
						
							 
							
							
							
							
								
							
							
								663a1321d2 
								
							 
						 
						
							
							
								
								Update converter classes moving into a module  
							
							 
							
							
							
						 
						
							2013-01-19 23:07:38 +00:00  
						
					 
				
					
						
							
							
								 
								Tom Bell
							
						 
						
							 
							
							
							
							
								
							
							
								6514fe2d22 
								
							 
						 
						
							
							
								
								Strip extra newlines  
							
							 
							
							
							
						 
						
							2013-01-19 22:38:51 +00:00  
						
					 
				
					
						
							
							
								 
								Tom Bell
							
						 
						
							 
							
							
							
							
								
							
							
								e03f48085a 
								
							 
						 
						
							
							
								
								Update command classes moving into a module  
							
							 
							
							
							
						 
						
							2013-01-19 22:36:46 +00:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								f231ef7644 
								
							 
						 
						
							
							
								
								Merge pull request  #684  from mattr-/issue-680.  
							
							 
							
							
							
						 
						
							2013-01-18 10:28:14 -05:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								2615291e6d 
								
							 
						 
						
							
							
								
								Printing error message in WP.com migrator.  #671 .  
							
							 
							
							
							
						 
						
							2013-01-17 22:33:37 -05:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								3bca5c3297 
								
							 
						 
						
							
							
								
								Merge pull request  #671  from fzero/master  
							
							 
							
							... 
							
							
							
							Rescue from import errors on Wordpress.com plugin. 
							
						 
						
							2013-01-17 19:30:51 -08:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								cd05f6be78 
								
							 
						 
						
							
							
								
								Ensures that categories are Strings before escaping.  Fixes   #759 .  
							
							 
							
							
							
						 
						
							2013-01-17 21:55:01 -05:00  
						
					 
				
					
						
							
							
								 
								Matt Rogers
							
						 
						
							 
							
							
							
							
								
							
							
								f460a6cf71 
								
							 
						 
						
							
							
								
								Merge branch 'master' into issue-653  
							
							 
							
							
							
						 
						
							2013-01-16 21:52:32 -06:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								faf5e44c47 
								
							 
						 
						
							
							
								
								Merge pull request  #664  from Jashank/faster_lsi  
							
							 
							
							... 
							
							
							
							faster_lsi: Massively accelerate LSI performance. 
							
						 
						
							2013-01-16 18:36:01 -08:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								2e76edd837 
								
							 
						 
						
							
							
								
								Merge pull request  #496  from dunsmoreb/issue/481  
							
							 
							
							... 
							
							
							
							Truncate post slugs when importing from Tumblr. 
							
						 
						
							2013-01-16 18:34:21 -08:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								e383bfe65d 
								
							 
						 
						
							
							
								
								Merge pull request  #743  from mccxj/master  
							
							 
							
							... 
							
							
							
							add glob support to include, exclude option 
							
						 
						
							2013-01-12 22:16:07 -08:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								5a3e05dbff 
								
							 
						 
						
							
							
								
								Ensuring that layout is only set to the default value if layout is not specified  
							
							 
							
							
							
						 
						
							2013-01-12 15:31:14 -08:00  
						
					 
				
					
						
							
							
								 
								7rans
							
						 
						
							 
							
							
							
							
								
							
							
								e8c74fe7a8 
								
							 
						 
						
							
							
								
								Layouts default to page or post depending upon type.  
							
							 
							
							
							
						 
						
							2013-01-12 13:49:45 -08:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								a05b9159d9 
								
							 
						 
						
							
							
								
								Merge pull request  #616  from hokaccha/fix_pygments_opt  
							
							 
							
							... 
							
							
							
							fixed pygments linenos options for pygments.rb 
							
						 
						
							2013-01-12 00:11:18 -08:00  
						
					 
				
					
						
							
							
								 
								Tom Bell
							
						 
						
							 
							
							
							
							
								
							
							
								7f072ed578 
								
							 
						 
						
							
							
								
								Merge branch 'master'  
							
							 
							
							
							
						 
						
							2013-01-12 01:18:41 +00:00  
						
					 
				
					
						
							
							
								 
								edeustace
							
						 
						
							 
							
							
							
							
								
							
							
								0fa55418e9 
								
							 
						 
						
							
							
								
								merge lastest from mojombo/jekyll master  
							
							 
							
							
							
						 
						
							2013-01-11 12:23:53 +01:00  
						
					 
				
					
						
							
							
								 
								Jashank Jeremy
							
						 
						
							 
							
							
							
							
								
							
							
								68333cd221 
								
							 
						 
						
							
							
								
								Slight stylistic tweak to LSI initialisation.  
							
							 
							
							... 
							
							
							
							Recommended-by: parkr 
							
						 
						
							2013-01-11 20:02:31 +11:00  
						
					 
				
					
						
							
							
								 
								mccxj
							
						 
						
							 
							
							
							
							
								
							
							
								660e5e0e14 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'jekyll/master'  
							
							 
							
							
							
						 
						
							2013-01-11 15:45:54 +08:00  
						
					 
				
					
						
							
							
								 
								mccxj
							
						 
						
							 
							
							
							
							
								
							
							
								3cf29eeee2 
								
							 
						 
						
							
							
								
								add Enumerable#glob_include?  
							
							 
							
							
							
						 
						
							2013-01-11 15:33:11 +08:00  
						
					 
				
					
						
							
							
								 
								Parker Moore
							
						 
						
							 
							
							
							
							
								
							
							
								6253f79de2 
								
							 
						 
						
							
							
								
								Added space between arguments in Convertible errors  
							
							 
							
							
							
						 
						
							2013-01-10 22:11:13 -08:00  
						
					 
				
					
						
							
							
								 
								Matt Rogers
							
						 
						
							 
							
							
							
							
								
							
							
								151275d09e 
								
							 
						 
						
							
							
								
								Add TomDoc  
							
							 
							
							
							
						 
						
							2013-01-10 21:53:21 -06:00  
						
					 
				
					
						
							
							
								 
								Matt Rogers
							
						 
						
							 
							
							
							
							
								
							
							
								92eb926bf8 
								
							 
						 
						
							
							
								
								Look for plugins under the source directory by default  
							
							 
							
							
							
						 
						
							2013-01-10 21:24:28 -06:00  
						
					 
				
					
						
							
							
								 
								Matt Rogers
							
						 
						
							 
							
							
							
							
								
							
							
								f3f181484d 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'upstream/master' into issue-653  
							
							 
							
							
							
						 
						
							2013-01-10 20:41:32 -06:00  
						
					 
				
					
						
							
							
								 
								Tom Bell
							
						 
						
							 
							
							
							
							
								
							
							
								e210a0603f 
								
							 
						 
						
							
							
								
								Revert "Remove migrators"  
							
							 
							
							... 
							
							
							
							This reverts commit b9da30bc8f . 
							
						 
						
							2013-01-11 00:30:17 +00:00  
						
					 
				
					
						
							
							
								 
								Eric Theise
							
						 
						
							 
							
							
							
							
								
							
							
								ba48870ead 
								
							 
						 
						
							
							
								
								outputting full path when file does not parse  
							
							 
							
							
							
						 
						
							2013-01-10 12:29:04 -08:00  
						
					 
				
					
						
							
							
								 
								xiaojian cai
							
						 
						
							 
							
							
							
							
								
							
							
								b3e27f2c5d 
								
							 
						 
						
							
							
								
								fixed a syntax error  
							
							 
							
							
							
						 
						
							2013-01-10 19:41:11 +08:00  
						
					 
				
					
						
							
							
								 
								xiaojian cai
							
						 
						
							 
							
							
							
							
								
							
							
								c627cd3519 
								
							 
						 
						
							
							
								
								use any? instead  
							
							 
							
							
							
						 
						
							2013-01-10 09:16:09 +08:00