To celebrate the release of Habari 0.5, I've updated the Connections theme for Habari and released version 0.2.

As always, comments are extremely welcome. Offers to take over maintenance also appreciated.

Details

  • Change the pagination to the theme function, rather than the deprecated Utils function.
  • Add next and previous navigation on individual posts.
  • Long overdue cleanup of comments, including 'your comment in moderation notice'.
  • Correct the atom feeds in the sidebar.
  • Optimise tags call.
  • Clean up search and fix a bug that occurs when there are no search matches.
  • Use $theme->display() templates instead of include() to be friendlier to plugins.
  • Fix calls to theme functions after updates in core
  • Tweaks to CSS.
  • Reformat all code to meet Habari's code standards.