recruiter 7.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| recruiter-7.x-1.0-core.tar.gz | 14.5 MB | 6c8607bb55cdc6d3e1dad86c0da0a95c |
| recruiter-7.x-1.0-core.zip | 17.35 MB | 2b1bb46186f0c3f0d27ba22387772dc8 |
| recruiter-7.x-1.0-no-core.tar.gz | 11.46 MB | c9ba017bead5bd410532c396aecf743f |
| recruiter-7.x-1.0-no-core.zip | 13.65 MB | 061b0c902deedcfe73b7261ab6056e57 |
| recruiter-7.x-1.0.tar.gz | 56.22 KB | a188030acc18814d37534cf4e5629977 |
| recruiter-7.x-1.0.zip | 64.73 KB | 4279b3602c0cd67dfb9a072c80ff19ec |
Release notes
Changes since 7.x-1.0-rc3:
- Integrated the fully responsive Cloudy theme based on Omega 4.
- Improved the installation process.
- Introduced demo content for jobs and resumes.
- Added a default front page layout.
Read more about this release at epiqo's blog.
In this package
Patches applied in this package
recruiter 7.x-1.0-rc3
| Download | Size | md5 hash |
|---|---|---|
| recruiter-7.x-1.0-rc3-core.tar.gz | 9.97 MB | 3badaf76a402edc1ac926d422c627833 |
| recruiter-7.x-1.0-rc3-core.zip | 12.58 MB | 9a7c85ae0ea9e44f3ba5f24214b09ed6 |
| recruiter-7.x-1.0-rc3-no-core.tar.gz | 6.93 MB | e77c09683d3368b705317f7132597b82 |
| recruiter-7.x-1.0-rc3-no-core.zip | 8.88 MB | 498640f78d67412702884523018a11ce |
| recruiter-7.x-1.0-rc3.tar.gz | 53.12 KB | 5f95b3bb8c1e55c53d9a67342412f712 |
| recruiter-7.x-1.0-rc3.zip | 61.02 KB | 09787c3d17af1afd8fc32e2b133752b3 |
Release notes
Recruiter RC3 is a quick follow-up release to Recruiter RC2 which includes 2 missing security updates:
- Entity reference 1.0
- Synonyms 1.1
Please refer to the detailed release notes of RC2.
In this package
Patches applied in this package
recruiter 7.x-1.0-rc2
| Download | Size | md5 hash |
|---|---|---|
| recruiter-7.x-1.0-rc2-core.tar.gz | 9.96 MB | 3ea89d2ab01c15e5b9f8aa163dfd4993 |
| recruiter-7.x-1.0-rc2-core.zip | 12.57 MB | ca5947bbb38aa654560014a33d18afcb |
| recruiter-7.x-1.0-rc2-no-core.tar.gz | 6.92 MB | 7305a7026642d60f68a41f7e7544ffde |
| recruiter-7.x-1.0-rc2-no-core.zip | 8.87 MB | f6dcdef36f19f4c1ca3cbf27ffa44464 |
| recruiter-7.x-1.0-rc2.tar.gz | 53.13 KB | f703d4fc7ec7499cbcb97020a65982dc |
| recruiter-7.x-1.0-rc2.zip | 61.02 KB | 1853e3523994bc54f4e63f8b35ad7d38 |
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
In this package
Patches applied in this package
External code in this package
recruiter 7.x-1.0-rc1
| Download | Size | md5 hash |
|---|---|---|
| recruiter-7.x-1.0-rc1-core.tar.gz | 9.39 MB | 421bcea1422442806f105266bfcc1526 |
| recruiter-7.x-1.0-rc1-core.zip | 11.82 MB | 2b2e4756f72dc6a31873080647967b75 |
| recruiter-7.x-1.0-rc1-no-core.tar.gz | 6.37 MB | 62588e0291c137942c4343dc5626cedd |
| recruiter-7.x-1.0-rc1-no-core.zip | 8.16 MB | fa6e97f286abeda1ad07902892e3f524 |
| recruiter-7.x-1.0-rc1.tar.gz | 52.17 KB | c25ccb0fd769a0500436ab6891832e8b |
| recruiter-7.x-1.0-rc1.zip | 59.63 KB | 121cd0a812fd9698b3337cb65ef9b0ff |
Release notes
The new RC1 release comes with a lot of improvements and changes, for a complete list please take a look at the Recruiter Features RC1 release notes
Upgrade procedure:
Since the RC1 release, the Search API Database backend will be used by default and the Solr backend is an optional feature (recruiter_search_solr module). Websites that are upgraded from a previous Recruiter version will still use the Solr backend. Due to this change, a few steps for a seamless upgrade a required:
- Manually enable the Search API Database Module (drush en search_api_db)
- Run the update.php (dursh updb)
- Clear the caches (drush cc all)
Please test them on a testing website first.
Furthermore a new field "Career Status" has been added to the job preferences field collection on the resume profile. This field is based on the new taxonomy vocabulary "Career Status", which is only pre-filled on new installations. It is recommended to add some terms after the update, e.g. Active job seeker, Passive job seeker, In education.
Shortly after the RC1 release a CTools 1.1 security upgrade has been published, manually upgrading this module on your site is recommended.
Module Updates
- Recruiter Features to 1.0-rc1
In this package
Patches applied in this package
External code in this package
recruiter 7.x-1.0-beta7
| Download | Size | md5 hash |
|---|---|---|
| recruiter-7.x-1.0-beta7-core.tar.gz | 7.45 MB | 5754194b696667a5020e0882a6e89551 |
| recruiter-7.x-1.0-beta7-core.zip | 9.05 MB | 1cf94b5393c00748a03f6e4ff6a947cd |
| recruiter-7.x-1.0-beta7-no-core.tar.gz | 4.44 MB | 83ebd33fc84dc5475e2fb4cff55bfd79 |
| recruiter-7.x-1.0-beta7-no-core.zip | 5.47 MB | 28d8959054a27ff0a65bf7445a325b3b |
| recruiter-7.x-1.0-beta7.tar.gz | 50.53 KB | 2fa68d5728799a00c44fd67ca725241b |
| recruiter-7.x-1.0-beta7.zip | 58.23 KB | bee9b43e66ed44bfa5c18a69465f8c8d |
Release notes
Minor maintenance release. This is the first recruiter release that has been fully built with the drupal.org distribution infrastructure.
See also the upgrade notes for beta6 if you want to upgrade from an older version.
Changes since 7.x-1.0-beta6:
- Removed unnecessary template file for slim mode, use the one from recruiter_common instead.
- Removed entity API patch and switched to dev version, fixed version entries in make file for git checkouts.
- Updated context to beta3.
- Updated admin_menu to rc3.
- Updated recruiter_features to beta7.
In this package
Patches applied in this package
recruiter 7.x-1.0-beta6
| Download | Size | md5 hash |
|---|---|---|
| recruiter-7.x-1.0-beta6-core.tar.gz | 7.46 MB | 2706edcb3933a857a4d2a8d3bb07efba |
| recruiter-7.x-1.0-beta6-core.zip | 9.06 MB | 899e0d5c95d4777d55d427e6b2d48842 |
| recruiter-7.x-1.0-beta6-no-core.tar.gz | 4.46 MB | a49b91507cbb15d012209ec2a97894e6 |
| recruiter-7.x-1.0-beta6-no-core.zip | 5.48 MB | 229c0c576a4584403de6bfffcdcf68a6 |
| recruiter-7.x-1.0-beta6.tar.gz | 50.56 KB | 16ac6da32f2a412f6b6f80bc68929bdd |
| recruiter-7.x-1.0-beta6.zip | 60.05 KB | 4710150c3c305ec1d608b83ec3a16764 |
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_facetsrecruiter 7.x-1.0-beta4
| Download | Size | md5 hash |
|---|---|---|
| recruiter-7.x-1.0-beta4.tar.gz | 84.12 KB | 686947914eb38c9caf232b4a3a939cce |
| recruiter-7.x-1.0-beta4.zip | 112.66 KB | 00192dd5ca8885647b5d976f60000805 |
Release notes
This release contains the content of the drupal.org code repository, which is not a fully built distribution. Refer to the README.txt for details on how to build the distribution or download the fully-packaged distribution release directly from epiqo.com (direct-link).
Changes since 7.x-1.0-beta3:
- added search-api patch
- updated entity API
- added in latest releases
- updated resume feature
- updated job feature
- updated make files to recent releases
- updated search features to work with the latest entity API.
- #1193222 fixed resume creation issues by making sure roles are assigned first.
- updated the resume feature so it does not appear as overridden.
- #1201156 fixed error on managed job view if no a file-job contains no file + corrected the file field to be required.
- fixed the Git branch of rules for the dev version.
- fixed some modules in the development make file to actually use the dev version.
recruiter 7.x-1.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| recruiter-7.x-1.0-beta3.tar.gz | 84.22 KB | ac412f4730d1b53e7420f97186ab658e |
| recruiter-7.x-1.0-beta3.zip | 112.86 KB | c5c0d92cb3dd22773a4daf714854e4ac |
Release notes
This release contains the content of the drupal.org code repository, which is not a fully built distribution. Refer to the README.txt for details on how to build the distribution or download the fully-packaged distribution release directly from epiqo.com (direct-link).
Changes since 7.x-1.0-beta1:
Read morerecruiter 7.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| recruiter-7.x-1.0-beta2.tar.gz | 84.3 KB | 6ff43c4e96273d4d69814e482160fcba |
| recruiter-7.x-1.0-beta2.zip | 112.95 KB | cc01e2764fc8c9e825f513e97c4ddda6 |
Release notes
This release contains the content of the drupal.org code repository, which is not a fully built distribution. Refer to the README.txt.
Important note:
Beta2 misses the drupal core upgrade to version 7.2, which has been fixed with beta 3. Thus, just skip beta2 and go with beta3!
Changes since 7.x-1.0-beta1:
Read morerecruiter 7.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| recruiter-7.x-1.0-beta1.tar.gz | 80.4 KB | 1d53fa540daea2ee81fadf59681226d9 |
| recruiter-7.x-1.0-beta1.zip | 105.31 KB | 11afe02c6ab41f49e4c3c42ec3d69530 |
Release notes
This release contains the content of the drupal.org code repository, which is not a fully built distribution. Refer to the README.txt for details on how to build the distribution or download the fully-packaged distribution release directly from epiqo.com (direct-link).
First release of the eRecruiter distribution. For more details check http://epiqo.com/recruiter.
recruiter 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| recruiter-7.x-1.x-dev-core.tar.gz | 14.57 MB | 9337027e9adf9da17f73be20621d85ed |
| recruiter-7.x-1.x-dev-core.zip | 17.47 MB | 410275776784eb5ee1b87635a474f306 |
| recruiter-7.x-1.x-dev-no-core.tar.gz | 11.49 MB | 2147f0bae3e171b64e2c7589c5872a7d |
| recruiter-7.x-1.x-dev-no-core.zip | 13.69 MB | 06d8305bd4a750eab8c4d71097091d16 |
| recruiter-7.x-1.x-dev.tar.gz | 56.15 KB | 395c0844e0139e9be8fd78af3a837be3 |
| recruiter-7.x-1.x-dev.zip | 64.67 KB | d2f1bd0a84dd1814a4ccd04ce0c4f260 |
Release notes
Nightly development build.
In this package
Patches applied in this package
External code in this package
|
Name |
URL |
|---|---|
| ckeditor | http://download.cksource.com/CKEditor/CKEditor/CKEditor%203.6.4/ckeditor_3.6.4.tar.gz |
| ckeditor | http://download.cksource.com/CKEditor/CKEditor/CKEditor%203.6.6/ckeditor_3.6.6.tar.gz |
| ckeditor | http://download.cksource.com/CKEditor/CKEditor/CKEditor%203.6.6.1/ckeditor_3.6.6.1.zip |
| ckeditor | http://download.cksource.com/CKEditor/CKEditor/CKEditor%203.6.2/ckeditor_3.6.2.tar.gz |
| colorbox | https://github.com/jackmoore/colorbox/archive/1.3.34.zip |
| colorbox | http://jacklmoore.com/colorbox/colorbox.zip |
| SolrPhpClient | http://solr-php-client.googlecode.com/files/SolrPhpClient.r60.2011-05-04.tgz |