Downloads

Download tar.gz 7.46 MB
MD5: 2706edcb3933a857a4d2a8d3bb07efba
SHA-1: 08ca2fcd7f45b0be2c705532f7253a7055157cfb
SHA-256: b4fd6f65bb5bb8a913592b0bbf7e88ed9b0e56b76d957b2b11a346f6d87dd628
Download zip 9.06 MB
MD5: 899e0d5c95d4777d55d427e6b2d48842
SHA-1: fd0243d529fecf37fcaf1ee3470e38bff7abb7cd
SHA-256: c228502694f525064c13ffedcadcace56cad987671e84f50481dec3a1d17b4d4
Download tar.gz 4.46 MB
MD5: a49b91507cbb15d012209ec2a97894e6
SHA-1: 93691e3c1a92f221ca2b8cd8c3ca73af5dea1fd1
SHA-256: 89845d788bbf903c844ac6e3a81960baf2d5d4f174c8c5f7fefddf9f2ea17236
Download zip 5.48 MB
MD5: 229c0c576a4584403de6bfffcdcf68a6
SHA-1: fe266f967026b3a3bd1da1bb87b89e8c3ac2240b
SHA-256: 6095be312b1f7742eeb4439efaedab132e5b8b3856037f4421044c370643714c
Download tar.gz 50.56 KB
MD5: 16ac6da32f2a412f6b6f80bc68929bdd
SHA-1: bc85568519096091c4afc5e4e52dd3b5315cecb9
SHA-256: e0b401b90073f5cf69c8ee5f16ffd5a18e07f1e6209461570bfe3f1290b54e1b
Download zip 60.05 KB
MD5: 4710150c3c305ec1d608b83ec3a16764
SHA-1: c226d6ed31135fff48c78ae92c3183889207485d
SHA-256: 0cd252695d6e7083d25fd3d8d825b6f08b3d3ba730335b049a351cb2ce3b41bf

Release notes

After a long time we are proud to roll another recruiter beta release. Hopefully this is the last beta we need before a release candidate in June 2012.

Upgrading from 1.0-beta4

Warning: Recruiter has been under heavy development in recent months. This release is very different from beta4 and might break your site. Do not upgrade production sites without prior testing!

Major configuration changes

  • Search Facets: Recruiter now uses the Facet API for searching.
  • Role export: User roles now have machine names and the role ids have changed. If you have any custom configuration (rules, ctools, views etc.) that relies on role ids you need to manually update that.
  • Fields: Some fields on jobs and resumes have changed, other new fields have been introduced. There is no automatic data migration for any of the field changes, it depends on your use case what content you have in that fields. Old fields will not be deleted automatically, so you will see duplicated fields after the upgrade (e.g. field_job_employment and field_job_experience have been deprecated in favor of taxonomy term reference fields).

Before upgrading please disable the deprecated search_api_facets module and the recruiter modules that depend on it.

drush dis search_api_facets

Then replace your recruiter code base with this release. Run update.php to apply the database changes.
Got to the features overview page (admin/structure/features), re-enable the recruiter features and revert all features. If you have modified any of those in your configurations on purpose you have to carefully inspect the changes that have been made to the configuration items. You can enable the diff module to review overrides. Only revert things that you did not change yourself!

Changes since 7.x-1.0-beta4

  • Moved recruiter feature modules to recruiter_features project
  • Updated SolrPHPClient library version
  • added rules link and field permissions module
  • Reverted SolrPhPClient library version in stable make file.
  • Removed http_client patch, a similar fix was committed in #722886
  • #1079782: Fixed patch for link module
  • Fixed wsclient to use dev version, removed link module patch
  • Fixed colorbox download.
  • Added flag module.
  • Added Mimemail module.
  • Updated Rules link version.
  • Added facetapi module.
  • Added Role export module.
  • Added missing mailsystem module.
  • Removed outdated Rules link patches.
  • Changed restws and role_export modules to be used with their stable versions.
  • Changed download channels for many non-critical modules to stable versions.
  • Added entityreference and pathauto modules.
  • Added views_bulk_operations module, git dev version.
  • Removed unused web service modules that are not used in the Recruiter core profile.
  • added token module
  • Added a branch version to each module in the make file, makes it easier to override the information in other make files.
  • Removed References module, all references should be handled by entityreference.
  • Add context module dependency for job_search facets config
  • Add views handler for flag entity links patch
  • Replaced most git checkouts in the make file with dev tarballs.
  • Fix views handler for flag entity links patch
  • Fixed patch reference for search_api.
  • Removed old search_api patch.
  • Set views and search_api modules to stable versions.
  • Updated term level module to use the dev version.
  • Updated entityreference to stable version.
  • Added employment_type vocabulary taxonomy terms.
  • Added years_of_experience vocabulary taxonomy terms.
  • Updated facet api to the dev version.
  • Switched features module to stable version.
  • Switched autocomplete deluxe to the dev version.
  • Switched facetapi to stable version.
  • Updated Drupal core version core build file.
  • Added drush make file for drupal.org.
  • Added missing projects to drupal.org make file.
  • Replaced stable recruiter make file with the drupal.org make file we are using.
  • Updated the README file.
  • Changed recruiter_features to latest stable version.
  • Added a patch for entity API that wrongly calls hook_options_list().
  • Fixed taxonomy CSV import on installation.
  • Added admin_menu as default admin toolbar.
  • Exchanged logo files.
  • Switched term_level module to stable version and recruiter_features to latest beta.
Created by: klausi
Created on: 10 May 2012 at 11:51 UTC
Last updated: 12 Jun 2012 at 19:58 UTC
Bug fixes
Unsupported

Other releases