v0.7.0 -- First Public Release
v0.7.1 -- IE7 Bug Fixes
- Fixed Theme URI (previously had wwww. not www.)
- Prevented the Categories column in from dropping in IE by changing `left-margin`'s to 50%.
- Made the quilt look (mostly) the same in IE as it does in standards-compliant browsers. This was done by applying most position elements--margin, float, (also making display from inline to line-block)--to `.archives ul.quilt` instead of `.archive ul.quilt li a`.
v0.7.2 -- Prettifying & IE6 Bug Kill
- Added `pre` and `code` formatting.
- Toyed with blockquotes.
- Added a server-side test on the inclusion of custom.css. Thanks to Joseph Scott for a great idea!
- Fixed handling of category overflow (with `display: inline-table`). Looks good in Op, Saf, FF; OK in IE.
- Added meaningless `width: 100%` to .commentmeta and .postmeta to appease IE6
v0.7.3 -- Making changes for WordPress.org/extend/themes
- Added a server-side test on the inclusion of custom.css. Thanks to Joseph Scott for a great idea!
- Begrudgingly added support for tags to index.php. It turned out better than I'd feared.
v0.7.4 -- IE Debugging
- Changed `.topmeta` and `.bottommeta` to floated divs from inline tables. IE handles that better than `inline-table.`
- Created ie6.css and ie7.css. Decided it was better than making ad-hoc changes to style.css.
- Fixed overflowing `pre` elements with a strange line: `width: 96%`.
v0.7.5 -- Cosmetics, etc.
- Changed the background color picker code for pages. Changed `is_page()`'s date to the date of the last
modification. Added `is_page_template('archives.php')`, which is set to today's date (as pages used to be). It just makes more sense to me this way.
- Did some work on vertical rhythm. (To the extent I understand the concept.)
- Gave the footer some much needed TLC. Added title and description, a random post link, and plain English around the RSS feeds. Also split into two columns and added some playfulness to the citation link.
- Implemented `the_search_query()`.
- Added support for categories description (`category_description`) to archive.php.
- Finally fixed the annoying fact that `next_post_link` and `previous_post_link` look different by default than `next_posts_link` and `previous_posts_link`.
- Discovered that conditional tags were breaking because of the use of `query_posts` loops. Followed them with `wp_reset_query()` to fix it. Then decided to do it right, and replaced the loops with `WP_Query` loops.
- Changed use of header tags. Sidebar from `
` to ``, added an `` to the blog description.
- Added Subscribe to Comments checkbox where it should go. (Users obviously need it installed to see it.)
- Created the `.verboselist` class because sometimes I really do need honest line breaks between list elements.
v0.7.6 -- Bugfix
- Fixed the random post link in the footer. Had forgotten to `echo` the `get_bloginfo` URL.
v0.7.7 -- More Bugfixes + New Features
- Removed emphasis from around the "Tags:" label.
- Stopped the right side of the footer from dropping down when the left side is too long.
- Fixed problem where posts with comments, now closed, broke the layout. Put #commentsection` outisde of comments.php.
- Fixed the font size problem for nested lists in posts.
- Added a miniquilt to the sidebar. Disappears on archives page, shows the 35 most recent posts.
- Also made the mini quilt into a widget.
- We have a working (but ugly) options page! Offers accent color, default gravatars, and the mini quilt.
- Search now replacable by the widgets in the sidebar. (Required replacing the default search widget.)
- Added a switch for our friends south of the equator who want the colors to mirror their seasons.
- Fixed mini quilt in IE7, did sort-of fix for IE6 (can't bring myself to spend time on a proper fix).
- Corrected for an unnoticed width problem with the `.topmeta` in IE6 that caused right element to drop.
- Fixed a problem caused by logging in being required for commenting. (Thanks Babs!)
- Fixed a problem with nested lists on the Archives page. (Thanks Babs!)
- Fixed a few problems created by blogs not having descriptions. (Thanks Babs!)
- Retitle the "home" link as such, and excluded that page from the navigation list (no duplication).
- Changed miniquilt from 1px border to 1px padding. Fixing a FF3 bug that sometimes showed scroll bars.
- Added style to the options page. Could still use work, but it's much better than it was.
- Redid the random footer link. Because it doesn't need a redirect, it's safe from WP Super Cache.
v0.7.8 -- 2.7 Things and More
- Fixed a bug where comments were showing the date the post, not the comment, was published.
- Changed quilt box sizes to ems from pxs. (Thanks Babs)
- Added support for threaded comments.
- Added support for comment pagination.
- Fixed the is_valid_gravatar function (it had relied on a header they stopped reporting).
v0.7.9 -- More 2.7 Stuff
- Stopped sticky posts from influencing recent post list and quilts. (caller_get_posts=1)
- Included a note by the date on the index for sticky posts.
- Added styles for all the new stuff from the Theme directory's demo "Elements" post.
Known Issues
- None
Possible Features
- Clean up code (especially CSS), add comments where useful
- Add things to footer, perhaps page links, category list, tags list to make it more functional
- Add to the options page: the color algorithm, ?changing the title attribute?
- ?Add some conditionals to the default sidebar -- i.e. if you're in a category archives, show date, archives?