Todo in bloggit-1.0.3 vs Todo in bloggit-1.0.7

- old
+ new

@@ -8,10 +8,12 @@ * Setting for specifying the site's `homepage`, use `:blog` for the blog, or a `page.slug` * Base blog folder setting ( defaults to `'.'` ) * Base page folder setting ( defaults to `'.'` ) * Abstract content types (page, post, media) * Cleanup error messages, application-wide -* Convert to MERB-style template names `filename.type.processor`. For example: `home.html.erb` +* Glob files so sub-directories are scanned +* Convert to MERB-style template names `filename.processor.type`. For example: `home.erb.page`. If a processor type is given, then it's processed via that utility. +* (Page|Post).find_by_tag(s) ## Completed * Setting for number of entries to show on main blog page * Cleanup Tag list implementation