mysite 5.x-3.3

Bug fixes

Fixes an error with content limits. No update required.

mysite 5.x-3.2

Bug fixes

This fixes one major bug that breaks links on user pages.

-- #251891 by markhb1. Fixes logic error in mysite_view().

mysite 5.x-3.1

Bug fixes

Cleans up three minor bugs in the 5.x.3 series.

Thanks to bangpound and patchak.

mysite 5.x-3.0

New features
Bug fixes

Adds supports for multiple user pages.

mysite 5.x-3.0rc2

New features
Bug fixes

Final release candidate for the 5.x.3 version. Adds multiple page support.

Much thanks to WiseOz and other beta testers.

mysite 5.x-2.19

Bug fixes

Fixes #219450 by kpaul and IceCreamYou. Bug in access denied usage.

mysite 5.x-3.0beta3

Bug fixes

The newest test release for multiple page support. Incorporates fixes from the 5.x.2.17 release.

Note that this version needs testers, as the 5.x.3 version will be ported to Drupal 6.

WARNING: pgSQL users must apply this patch before upgrading! http://drupal.org/node/212627

mysite 5.x-2.17

New features
Bug fixes

Fixes a bug in the 5.x.2.16 release that was caused when refactoring the plugin load sequence.

Adds a "source content" overview link when creating Droplets, so that you can see the Block or View that was used.

Additional notes from the CHANGELOG:

mysite 5.x-2.16

Bug fixes

5.x.2.16 is a bugfix release. I had intended for these fixes to be rolled out in the 5.x.3 release, but there were enough issues to force a bugfix upgrade.

Special thanks to WiSeOz for debugging the Profile handler.

Note that this release also cleans up the MySite settings page, making it easier to use. You are not required to run update.php to use this release.

Bug Fixes

-- Cleans up missing profile element titles on the settings page.
-- Backports the following issues from the HEAD development track:
---- Adds integration with Domain Access.
---- Cleans up settings page, placing default items on top and formatting the Content Settings using a proper form theme function.
---- Fixes error with possible null value passed to load includes.
---- Uses static variables to eliminate redundant database queries.
---- Corrects item settings page.
---- Fixes logic error in theme_mysite_empty_column().
---- #205441 by WiSeOz. Profile.inc always links to user/0.
---- #205252 by WiSeOz. Profile.inc default settings did not use user 1.
---- Fixes logic errors in mysite_reset sequence.
---- #206721 by WiSeOz. The profile.inc needs to force user_load() in order

mysite 5.x-3.0beta2

New features
Bug fixes

Second test release in the 5.x.3 series, with multiple page support.

mysite 5.x-3.0beta1

New features
Bug fixes

Adds supports for multiple user pages.

Needs testing. Pay special attention to menu-related issues.

Note that the 'view all mysites' permission has changed to 'view mysite'.

See the CHANGELOG for a detailed list of changes.

Note: this version is already outdated as of 30-DEC-2007. Best to test with HEAD.

mysite 5.x-2.15

Bug fixes

Two bugfixes from the last point release. Both contributed by mikesmullin.

-- #186755 error in saving title changes for user page items.

-- #186761 forgot to reformat the element configuration screen.

Thanks, Mike.

mysite 5.x-2.14

New features
Bug fixes

Fixes a number of small bugs, especially relating the CSS issues. Some CSS layout items -- mostly in forms -- have been replaced by tables.

Big thanks to everyone on the list below, especially Walt, who doesn't even use the module.

FEATURES

-- #185988 by sambtaylor. Allows the admin to change the name of the MySite menu item as a module setting.

BUG FIXES

-- #185863 by roblang. Some host configurations make MySite Icons throw an error by trying to write to a bad directory.
This fix makes the downloading of RSS icons to the local server optional and configurable. Small change to feed.inc as well.

-- #150654 by jofaglia. Cleans up forms by theming complex elements into tables. Removes CSS errors reported in some browsers.
This fix makes some small changes to theme.inc and mysite_theme_hook().

-- Cleans up some capitalization inconsistencies in layout files.

-- Renames mysite_type_theme_list() to mysite_type_theme_data().

-- #185429 by Walt Esquivel and bonobo. Fixes css problem with content elements that extend beyond the size of the container.

-- Fixes form redirect when admin is changing default setting for a content item.

mysite 5.x-2.13

Bug fixes

Bugfix release that corrects three errors.

-- #184159 by drayen. Fixes logic error in mysite_prepare_columns().
-- #182742. Clears the mysite cache when turned off.
-- #180844. Logic error in displaying the Reset to Defaults link.

Upgrading is strongly recommended, as the first of these can throw a fatal PHP error.

mysite 5.x-2.12

Bug fixes

Fixes two known bugs:

Layout error for anonymous users: http://drupal.org/node/168317

Feeds not assigned to categories: http://drupal.org/node/174433

mysite 5.x-2.10

New features
Bug fixes

This is an update to 5.x.2.9, which shipped with two bugs.

The 5.x.2.10 release requires that you run the Drupal update script.

Temporarily, you also need this patch.

New Features

MySite 5.x.2.10 adds the following new features:

mysite 5.x-2.9

New features
Bug fixes

The 5.x.2.9 release requires that you run the Drupal update script.

New Features

MySite 5.x.2.9 adds the following new features:

mysite 5.x-2.8

Bug fixes

-- #169610 fixes issue with db_rewrite_sql and table abbreviations in post.inc and comment.inc.
-- blog.inc did not use db_rewrite_sql() when searching content lists. It also did not LOWER the search term.
-- term.in did not LOWER the search term.
-- user.inc did not LOWER the search term.

mysite 5.x-2.7

New features
Bug fixes

The 5.x.2.7 release fixes a few known bugs and adds the new Post plugin created by heebiejeebieclub. This new plugin allows users to add individual posts to their MySite collections.

Administrators now also have a Delete tab for the removal of a user's MySite collection.

Note: There has been a settings change to Node.inc and Term.inc. If not configured, these plugins will now show all options to usrs by default. This change should not affect existing installations and will make module configuration easier.

From the changelog:

-- #167148 by icefire. Adds delete user page function.
-- #165324 by heebiejeebieclub. Adds post.inc to allow the selection of individual nodes.
-- #165632 by patchak. Corrects documentation regarding the removal of page regions.
When set to TRUE, only the left and right rails are disabled.
-- #167364 Fixes error with blog title for user 0. Allows block handler to accept 0 as a valid id.
-- Changes the node.inc settings so that no configuration allows all types. Simplifying configuration.
-- Changes the term.inc settings so that no configuration allows all terms. Simplifying configuration.

mysite 5.x-2.6

Bug fixes

Cleans up a few bugs from http://drupal.org/node/165097.

-- #165262 typo in mysite_type_comment_clear().
-- #164918 comment #8, fixes permission check for adding feeds.
-- #165260 fixes errors in mysite_type_hook_block_node.

mysite 5.x-2.5

New features
Bug fixes

New Features

5.x.2.5 adds a Comment plugin. This option lets users select track the comments attached to individual posts (nodes).

Content locking is now available for administrators who wish to force some content to be displayed on all user MySite pages.

Default reset allows users to reset their personal content to the default settings provided by the administrator.

For developers, 5.x.2.5 adds two new functions designed to let you call MySite data from external locations like themes, blocks, and panels.

  mysite_render($type, $type_id, $uid = 0)
  Returns the raw data array for a specific content element.  Formatted 
  according to mysite_type_data().
  
  mysite_display($type, $type_id, $uid = 0, $format = 'default')
  Returns a themed HTML snippet ready for insertion into a theme or to be
  used by a module or block.

In both cases, the functions are looking for the following information:

$type == A string indicating the content type
$type_id == The content id (such as term id) to retrieve
$uid == The user account to retrieve MySite page settings for. Optional.

The $format parameter in mysite_display() is an optional name of the MySite
format plugin to use for output theming.

For more details, see http://therickards.com/api.

Bug Fixes

mysite 5.x-2.4

Bug fixes

Bugfix upgrade. Special thanks to kforet and mdekkers for debugging.

There are no new features in this release.

mysite 5.x-2.3

Bug fixes

Fixes the following bugs.

-- #155172 by greggles. Fixes omission of page region assignment for users without JavaScript.
-- #154743 by olio. Cache errors in popular.inc causing display issues.
-- Adds install notes for users without JavaScript.

28-JUN-2007
-- #155022 by sos4nt. Fixes error with infinite loop under certain conditions.
-- #154764 by kokoyote. Fixes problem when profile categories have spaces in names.
-- Fixes typo in API.php

mysite 5.x-2.2

Bug fixes

Fixes an installation error for MySite Icon module. The error affects PGSQL users and sites that use table prefixing.

No additional bugs fixed or features added to this release.

Thanks to sos4nt (http://drupal.org/node/150919).

mysite 5.x-2.1

Bug fixes

Bug fixes from the first x.2 release.

-- #151574 by ilera. Personal theme settings fails because theme.inc was not loaded properly.
-- #151151 by bloggybusiness. Will now send users to their own page when they try to view a private MySite page.
-- #151151 by bloggybusiness. Fixes permission check issues in mysite_page() and mysite_user().
-- #151249 by mounte. Error in configuration for feed.inc allows empty array to be passed to a foreach loop.

Thanks all!

mysite 5.x-2.0

New features

The official first release in the 5.x.2 series for MySite.

Please see the INSTALL.txt and README.txt files for details.

mysite 5.x-2.0-beta5

Bug fixes

Final test release.

To do:

* Finish contributiions updates
* Test clean installation

mysite 5.x-2.0-beta4

New features
Bug fixes

New verions of the beta, with some new wrinkles.

Since <fieldset> is only valid for forms, I refactored the layout, css, and js files to use DIVs for the jQuery and collapse elements.

Also adds two new layouts and a new css file.

I think this is the final beta before the next release. Still need to update the documentation and finish the API docs.

mysite 5.x-2.0-beta3

New features
Bug fixes

New test release. Adds profile.inc and fixes reported bugs from beta2.

Requires Frando's call-by-reference patch.

mysite 5.x-2.0-beta2

New features
Bug fixes

Adds drag-and-drop sorting and configurable content elements per-user.

Requires the jQuery Update and jQuery Interface modules for drag-and-drop.

Thanks to jjeff for the jQuery modules and to starbow for the AHAH! moment.

mysite 5.x-2.0-beta1

New features

The first beta release candidate for MySite 5.x.2.

Adds new features:

* Support for Gadgets and Widgets with new Drupal Droplets
* Icon browser for a Google-style content interface.
* Full-screen page views.
* Default privacy settings
* A generic node.inc for CCK
* A user.inc to show all posts by a user

mysite 5.x-2.0-beta

New features

This is the beta release of the next major revision to the MySite module.

Testing appreciated.

This tarball includes an error in mysite.install and will not update correctly.

mysite 4.7.x-3.10

Corrects some minor errors. This is likely the last release in the 4-7 branch.

mysite 5.x-1.10

Fixes pgsql compliance and adds support for Theme Switching and Path Aliases.

mysite 4.7.x-3.8

Fixes a typo in mysite.module that causes fatal error. Please upgrade.

mysite 5.x-1.8

Fixes a typo in mysite.module that causes fatal error. Please upgrade.

mysite 4.7.x-3.7

Fixes a number of minor bugs. This is a recommended upgrade.

mysite 5.x-1.7

Fixes a number of minor bugs. This version is a recommended upgrade.

mysite 5.x-1.3

This release closes a cross site scripting security hole in earlier versions of the MySite module. See DRUPAL-SA-2006-032 for more information. We urge you to upgrade to this release.

mysite 4.7.x-3.3

This release closes a cross site scripting security hole in earlier versions of the MySite module. See DRUPAL-SA-2006-032 for more information. We urge you to upgrade to this release.

Pages

Subscribe with RSS Subscribe to Releases for MySite