Downloads

Download tar.gz 9.96 MB
MD5: 3ea89d2ab01c15e5b9f8aa163dfd4993
SHA-1: 6b80d087160d8b1b8038219819f366cb912e2ff7
SHA-256: dc804992575a8b1e8a7b7a8e92a7424c05db7cd48de0ab5e14d0579261175807
Download zip 12.57 MB
MD5: ca5947bbb38aa654560014a33d18afcb
SHA-1: c608883a3d32e59f45b8546724ed652e3cbbf287
SHA-256: d1bc5c80fbb0857f56d87666dff33c9e1f3dc6fabc52310756baab7eff472947
Download tar.gz 6.92 MB
MD5: 7305a7026642d60f68a41f7e7544ffde
SHA-1: eafd4b9f3a5102283f8eecb36cbce7d1c595ff51
SHA-256: 60346cc30931f51f3c1a840fabef2c8b4fed749feba4fa10ffc323a29172bb91
Download zip 8.87 MB
MD5: f6dcdef36f19f4c1ca3cbf27ffa44464
SHA-1: efac215b1ff5bccaddc2ebca21372570b08c163c
SHA-256: 224298758b444f97281d2f47188263d92d854a7c8ce3f4361bbf2233a3af22db
Download tar.gz 53.13 KB
MD5: f703d4fc7ec7499cbcb97020a65982dc
SHA-1: 0feed8b41b6fee3d6851e6f7ba7d30c740162485
SHA-256: bb016665048719353348ddc9e022ce288693d125f078fa0ddfc8350e8462cbee
Download zip 61.02 KB
MD5: 1853e3523994bc54f4e63f8b35ad7d38
SHA-1: 878a3b07d3b7dd427632bf67a67961c5ce1fd850
SHA-256: 587dbaa82e4a42ec551c046fab26bed787cab706f908d2d3e70064afb0387a3b

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.

Created by: dasjo
Created on: 22 Jan 2013 at 17:58 UTC
Last updated: 15 Aug 2022 at 21:09 UTC
Unsupported

Other releases