Software Project:
Version:
There are a large number of signifigant changes / upgrades in this release. If you have created custom features / modules for your openscholar installation or downloaded additional third party modules (especially those that take advantage of features, spaces, or strongarm) we suggest upgrading in a test enviroment first.
Updating your Site
- Create a backup of your database prior to updating
- Put your site into "Maintenance mode" the update may a few minutes (/admin/settings/site-maintenance)
- un-tar and replace the files (retaining custom modules you have added)
- Run (/update.php)
- Run all avalible updates
- You will notice after you run updates that some updates say "Abort: waiting on xxx to run this update" this is because some updates need to wait to run till other modules are done with thier updates
- Run avalible updates a second time to run the dependent updates and assure that they run correctly (go back to /update.php)
- Revert Features, the easiest way is with drush by running (
drush features-revert-all) or you can use the ui at (/admin/build/features) - Clear the cache to remove any cached pages
- It is now safe to remove maintenance mode if your site looks ok
- Have trouble? Post to (#openscholar) on irc.freenode.net or (http://groups.drupal.org/openscholar)
A brief list of some of the changes in this release.
Release highlights
- Upgraded to Sapces3, Context3 and Strongarm2
- Menu system UI and flexibility improvements
- Taxonomy UI upgraded and display simplified
- "vsite" front pages can be any path and "/home" is no longer needed
- All feature settings forms converted to drupal system forms
- Support for video Embed
- Third party and Drupal Core updated to latest stable releases
Configuration Changes
- Global defaults and presets are now handled by the "os" module
- Custom features will need to be upgraded by re-exporting the feature (http://drupal.org/project/features)
- Any custom modules using strongarm will need to be upgraded to strontarm 2.x (http://drupal.org/project/strongarm)