This is a 5.x version of the job search module. It has many new features that were in the extended module.
- Allows node types jobs and resume to be CCK, and hence custom fields can be added (e.g. permanent or contract, years of experience, ...etc), without changes to the module. Our friends in Britain can now name the resume node type (CV or Curriculum Vitae).
- Provides an "apply now" link for jobs. When a user clicks on that, they select one resume that they created previously to apply with to this job. If they have no resume, they will be prompted to create one.
- Using drupal_execute() instead of node_save().
- CCK nodes are autosaved as well.
- Only one autosaved revision generated per autosave session.
- Show status message after each autosave.
- Refactored javascript code.
- #126512 Remove remove privilege checks to allow autosave for all users.