PHP


  • Sunday, August 10, 2008 - 14:26
    I've found out a couple of things while trying to write my test cases for SimpleTest:
    • You can debug the POSTs and GETs using <code>drupal_set_message($this->_content);</code> which will display the page as a message.
    •  
  • Saturday, August 9, 2008 - 21:34

    This is a list of automated tests that are run so far. There are four kinds of users that are used in the testing

  • Friday, July 18, 2008 - 22:48

    EveryBlog is meant to be a replacement for the default Drupal Blog module.

    May 25, 2009: EveryBlog is pretty much tabled as the core functionality is easily implemented using views and taxonomy, this site for instance is using taxonomy for both tagging posts and placing them within specific "blogs" and then views are used to display matching posts. Hence the overhead of an entirely seperate module is not needed as it is fairly easily to do using existing solutions which are likely to be far more stable due to their larger development community.

  • Friday, July 18, 2008 - 18:37

    Description

    EveryBlog is the every man of blog modules. Its a replacement for Drupal's built-in Blog module that allows users to have multiple blogs. Each blog has its own name instead of being "So-in-so's Blog" and blogs can be grouped into categories. Categories are actually just a vocabulary that you have chosen to use for categorizing blogs (set via the settings page).