Welcome to Geeklog, Anonymous Monday, December 23 2024 @ 02:21 am EST

Development

Geeklog goes Mercurial

  • Friday, September 26 2008 @ 08:35 am EDT
  • Contributed by:
  • Views: 13,808
Geeklog

Ever since its inception, Geeklog has been using CVS as the source control system. We have discussed moving to a more "modern" system (e.g. Subversion) on more than one occasion, but the benefits always seemed minimal. And so we kept on using CVS.

Fast-forward a few years and a new class of version control systems has arrived: Distributed version control (DVCS). These systems come with support for easy branching and merging built in, which allows for parallel and experimental development that can still be merged back easily into the main development line. And a checkout is a self-contained repository that can even be used offline (and changes can be merged back later).

After the successful test run with Mercurial during this year's Summer of Code, we have now made the switch: From now on, the Geeklog repository is powered by Mercurial.

Left & Right Block Formatting in 1.5.1

  • Thursday, September 11 2008 @ 03:41 pm EDT
  • Contributed by:
  • Views: 7,238
Geeklog

Geeklog Themes support the ability to define a different template for different blocks. So your "What's New" block can render differently to your Login block etc. This is done by populating an array called

$_BLOCK_TEMPLATE
in a theme's functions.php file. This array is populated with the identifiers for blocks and can set specific block header and footer templates used to format specific blocks to give them a unique look and feel.

The Professional theme that ships with Geeklog prior to 1.5.1 provides logic within functions.php to alter the template for blocks without a specific template assigned to be the left or right block template depending on which side the block has been placed by the site administrator. This changes with Geeklog 1.5.1

Bad Behavior 2

  • Monday, August 25 2008 @ 10:05 am EDT
  • Contributed by:
  • Views: 16,912
Plugins

Michael Hampton has been busy updating Bad Behavior, blocking new spambots and fixing the occasional false positive. Since the Geeklog version of Bad Behavior was a few revisions behind, I've made a new package to update the Geeklog plugin to the latest version 2.0.23.

You can download Bad Behavior 2.0.23 for Geeklog from the download area. For the release notes, please see the Bad Behavior homepage.

Page navigation