Downloads
Release notes
The new RC2 release comes with a lot of improvements and changes, for a complete list please take a look at the Recruiter Features RC1 release notes
Basic upgrade procedure:
Backup all your data and test the upgrade on a local installation first!
First, run all updates (field_resume_degree_level_term fails, we need to revert the recruiter_resume feature first. see the following steps):
drush updatedb
Clear caches:
drush cc all
We recommend to revert all features. Warning: this will reset all customizations to recruiter core functionality that hasn't been exported to code (for example using feature alter hooks or the features override module).
drush fra
Run missing updates.:
drush updatedb
Solr upgrade notes:
When using the database backend, you need to force a revert on the search_api_server and search_api_index components of recruiter_search, recruiter_job_search and recruiter_resume_search. Note, that the search api db server will be marked as overridden, though the feature is default. Reverting the server requires reverting the indices again, this might be a search api bug.
drush fr recruiter_search --force
drush fr recruiter_job_search --force
drush fr recruiter_resume_search --force
When using the solr backend, you will have to update your Solr configuration files. Refer to the Search API solr 1.0-rc3 notes.
Cross fingers & clear caches
drush cc all
Re-index your data (you may have to run this twice, as re-indexing the resume index gets stuck in the first run. alternatively use the drupal interface for re-indexing):
drush sapi-i
New features
If desired, enable the job application feature (don't forget to apply the according core patch that is linked in the make file: http://drupal.org/node/1146244#comment-6644078).
drush en recruiter_job_application
You will need to rebuild permissions afterwards using the link displayed on the site.
To efficiently use Facet API Pretty paths, enable the pathauto module and activate them at admin/config/search/facetapi_pretty_paths.
Updates
Module Updates
- Recruiter Features to 1.0-rc2
- Autocomplete deluxe to 2.x-dev
- CTools to 1.2
- Colorbox 1.4
- Context to 3.0-beta6
- Date to 2.6
- Email field to 1.2
- Entity API to 1.0
- Facet API to 1.2
- Field collection to beta5
- Flag to 3.0-alpha4
- Message to 1.7
- Panels to 3.3
- Pathauto to 1.2
- Profile2 to 1.3
- Rules link to 1.0-beta4
- Search API to 1.4
- Search API saved searches to 1.x-dev
- Search API solr to 1.0-rc3
- Search API DB to 1.0-beta4
- Synonyms 1.0
- Taxonomy manager to 1.0-rc1
- Token to 1.4
- Views to 3.5
- Views bulk operations to 3.1
- Wysiwyg to 3.2
Added Modules
- ACL 1.0
- Content Access 1.x-dev
- Context Admin 1.x-dev
- Facet API Pretty Paths 1.0-beta1
Removed Mailsystem and Mimemail modules.