| Download | Size | md5 hash |
|---|---|---|
| commons-6.x-2.5.tar.gz | 2.71 MB | 3bca219b69e44835c87a3e3eac949515 |
| commons-6.x-2.5.zip | 2.86 MB | e48518780ff85542c20a243c91b6556e |
Release notes
For up-to-date release notes and documentation, visit https://network.acquia.com/downloads/drupal-commons/6.x-2.5-release-notes.
Commons 2.5 contains product enhancements and security updates. Users are strongly encouraged to apply this security update.
Version announcements
Drupal Core updated
Drupal core is updated to 6.24, which contains bug fixes and important security updates.
Question content type
This release includes a new content type, Question, that allows your users to post questions, and then obtain answers from other users. Users can also vote for their favorite responses, allowing answer validation to be crowd-sourced.
Redesigned site and group homepages
The site homepage and group landing pages have been redesigned based on usability test feedback.
New features
Bug fixes
Completed tasks
Installing Commons 2.5
For information about how to install Commons 2.5, see Installing Commons on a new server.
Upgrading to Commons 2.5 from Commons 2.x
IMPORTANT: If you're upgrading to Commons 2.5 directly from a Commons 1.7 installation, see the Upgrading to Commons 2.5 from Commons 1.7 section of these release notes.
To upgrade your server to Commons 2.5 from Commons 2.x, complete the following steps:
Preparing for the upgrade
- Back up your code (everything in your Drupal root directory) and your database.
- Open a web browser, and then log in to your site as the main administrator account.
- Place the site in "Off-line" mode. This allows database updates to run without interruption, and without displaying errors to visitors of your site. To change the mode, complete the following steps:
- In your web browser, open
http://site_URL/admin/settings/site-maintenance, wheresite_URLis the URL of your Commons server. - Select the Off-line option.
- Click Save configuration.
- In your web browser, open
Installing the upgrade
- Extract the new Commons tarball and copy the contents into your document root.
- In your web browser, open
http://site_URL/update.php - Follow the prompts to "Update" your server.
You may see the following failed update from the OG module:ALTER TABLE og_uid ADD INDEX uid (uid)
You can safely ignore this warning. - In your web browser, open the Performance page at
http://site_URL/admin/settings/performance, and then click Clear cached data. - Open the Features page at
http://site_URL/admin/build/features. - Examine the list of Features, and for each feature with a State of Overridden, revert the feature. To revert a feature, complete the following steps:
- Click the Overridden link for the feature. A page opens that provides more information about the selected feature.
- Select all of the checkboxes relating to overridden components on the page.
- Click Revert components.
- Open the Activity Log page at
http://site_URL/admin/settings/activity_log, and then click Clear all message caches. - Select the Regenerate Activity tab (
http://site_URL/admin/settings/activity_log/regenerate), and then click Regenerate. - Re-enter any customized rules messages you reverted as part of this upgrade procedure on the Triggered rules page (
http://site_URL/admin/rules/trigger).
Completing the upgrade and restarting your website
Allow your visitors to access your web site by returning your site to "Online" mode:
- In your web browser, open
http://site_URL/admin/settings/site-maintenance. - Select the Online option.
- Click Save configuration.
If you see errors with the layout of the Commons Origins theme, clear the site cache at http://site_URL/admin/settings/performance and be sure to shift+refresh in your browser.
Upgrading to Commons 2.5 from Commons 1.7
To upgrade your server to Commons 2.5 from Commons 1.7, see the instructions at Upgrading to Commons 2.x from version 1.7.