MySite
-------
author: agentrickard
version: Drupal 5.x

CHANGELOG
========
14-DEC-2006
  -- Fixed error in feed.inc. See http://drupal.org/node/103288

1-DEC-2006
  -- Fixed error in mysite.install.
  -- Released 5.x.1.1.

29-NOV-2006 (2)
  -- Added description to admin/settings/mysite menu item. 
  -- Committed to 5.x.1.dev only.

29- NOV-2006
  -- Cleaned up strings in preparation for new translation files.
  
28-NOV-2006
  -- Initial port for Drupal 5.
  -- Removed contrib elements, as they reference modules with no v5 releases.

27-NOV-2006
  -- Released v 4.7.x.3.0
  -- Corrected the mysite.install file for new release and db update.
  -- Added storylinks.po file.

26-NOV-2006 (3)
  -- Added storylinks.inc and .po files to contrib.  http://drupal.org/node/91018

26-NOV-2006 (2)
  -- Updated .po files
  -- Added biblio.inc to the contrib directory. http://drupal.org/node/98029

26-NOV-2006
  -- MySite content titles are now editable for individual users.
  -- Introduced mysite_type_{name}_update hook to enable pulgins to act on user changes.
  -- Enabled the addition of new refine-by-taxo groups through the settings page.
  -- Fixed error that allowed adding content above the item limit when using block links.
  -- Fix to mysite.install.  See http://drupal.org/node/99457.
  
22-NOV-2006 (2)
  -- Addded mysite.css file to handle form-item display.
  -- Made titles editable for refine.inc
  
22-NOV-2006
  -- Fixed sql error in term.inc
  -- Revised the refine.inc file
  -- Changes menu behavior for type settings

21-NOV-2006 (4)
  -- Made mysite_type_{name}_options an optional function, for types that don't appear on the /content page.
  -- Added support for string-based keys to identify content.
  -- Added refine.inc for testing refine-by-taxo.module.

21-NOV-2006 (3)
  -- Enabled a default MySite page.
  -- Added the mysite_content table in preparation for http://drupal.org/node/93060

21-NOV-2006 (2)
  -- Moved settings into type include files.

21-NOV-2006
  -- Fixed array error http://drupal.org/node/97185.
 
13-NOV-2006
  -- Added book.inc to the types directory.
  -- Added translation support for book.inc

10-NOV-2006
  -- Moved user_access check into mysite_block from the individual mysite_type_{name}_block() functions.

10-NOV-2006
  -- Fixed misuse of check_plain when saving MySite titles
  -- Changed mysite_user text header to 'MySite'

09-NOV-2006
  -- See http://drupal.org/node/92757
  -- Error handling on missing plugins.

09-NOV-2006
  -- See http://drupal.org/node/93012
  -- Fixed div class for profile link. 
  -- Fixed access control for profile link.
  -- Made layout themes unique, to allow theme override functions.
  -- Updated README documentation.
  
03-NOV-2006
  -- Fixed node_load() changes in 4.7
  -- Fixed theme('page') changes in 4.7
  -- See http://drupal.org/node/22218

02-NOV-2006
  -- Fixed db_queryd() error in forum.inc
  -- Added mysite_type_{name}_block_node() function handler.

31-OCT-2006
  -- Added support for node_access and taxonomy_access rules using db_rewrite_sql.
  -- Changed default node ordering to ignore 'sticky' and use 'changed'.

30-OCT-2006
  -- Better array handling in the columns layout.
  -- Corrected a missing t() string in mysite.module. Updated po files.  
  -- Added a submissions directory to handle plugins from Drupal.org

24-OCT-2006
  -- Changed some strings and page titles due to string parsing error in .po files
  -- Added default .po translations files

23-OCT-2006
  -- Created proper DRUPAL-4-7 branch
  -- Added this changelog file.

20-OCT_2006
  -- Corrected a debug error.

19-OCT-2006 
  -- Initial release