Note: the rel attribute for lightvideos has changed. In the previous version, it was rel="lightvideo[width:100px; height:400px][caption]". Now lightvideo supports grouping, just like the other rel attributes. This means the format has changed to rel="lightvideo[groupname|width:100px; height:400px;][caption]". See the documentation at http://drupal.org/node/252276 for more details.
The development version of User Deco. Will almost always be stable. Parts may be broken, but this is usually the version used on the public site of the developer, so anything broken will probably not be obvious to most people. If there is an "official" release of User Deco you should use that, but if there is a new development release you should try using that before filing an issue in the queue.
This release fixes two security vulnerabilities described in DRUPAL-SA-CONTRIB-2009-001. Sites are urged to upgrade immediately. In addition to these security updates, this release includes the following changes since version 5.x-1.2:
Project module
Bug fixes
#235037 by aclight and dww: Fixed critical bugs in project_page_overview() query and logic. It wasn't using the {project_release_supported_versions} table, so download links were sometimes pointing to the wrong releases.
#239240 by aclight and hunmonk: Fixed bug where browse by date only worked with project_release and taxonomy modules (for no good reason).
#211188 by aclight: Fixed bug where project node teasers were different when filtering by a version which was caused by the node type not being included in the query for the project browsing pages.
#233052 by aclight: Fixed bug with hook_project_page_link_alter() when a project disables its issue tracker.
#327285 by dww: Fixed bug introduced in #218571 where release-related links were added to project nodes that had disabled releases.
This release fixes two security vulnerabilities described in DRUPAL-SA-CONTRIB-2009-002. Sites are urged to upgrade immediately. Other changes since version 5.x-2.2:
Bug fixes
#209507 by aclight: Fixed critical bug introduced with #188198 where the original poster of an issue wouldn't get notification emails about that issue unless they also commented on it.
#283332 by hunmonk: {project_issues} table not being created when module is enabled. Removed erroneous default value from original_issue_data text column. No database update is necessary because MySQL simply tosses the default value declaration if it does install the table.
#272618 by aclight: Fixed bug where 'Create Issue' menu item was visible even when 'create project issues' permission is disabled.
#11211 by Gabor Hojtsy: proper use of drupal_add_feed().
#293882 by agentrickard and scor: Fixed broken project lookup in mailhandler code.
#275323 by aclight and hunmonk: Prevent project_issue_generate_issue_comments() from causing fatal errors in rare cases.
Don't show week summary if there is no week.
Fixed l() html true bug.
Added top ten user links to high/low chart.
Widened weeks games table.
Fixed percents not adding to 100% on weekly games list.
Added dashed line above current user if they are not in the top 10.
Fixed weekly leaders.