=== Job Manager ===
Contributors: pento
Donate link: http://pento.net/donate/
Tags: jobs, job, manager, list, listing, employer, application, board
Requires at least: 2.9
Tested up to: 3.0
Stable tag: trunk
A job listing and job application management plugin for WordPress.
== Description ==
A plugin for managing job lists and job applications on your WordPress site. It supports all the features you need to manage your organisation's job openings.
Do you speak a language other than English? Do you have time to translate some strings? If so, I'd love to [hear from you](http://pento.net/contact/)!
* *Job Listing*
* Categories to create multiple job boards
* Jobs can be filed under multiple categories
* Icons can be assigned to jobs, to make them stand out in the listing
* Customisable fields, so you can display information about your jobs specific to your situation
* Powerful templating system, allowing you to control the look and feel of your jobs and job boards
* Widgets to fit into your WordPress theme
* *Job Management*
* Jobs can be defined to display between certain dates, or indefinitely
* Simple admin interface for editing, updating and creating jobs
* Jobs can be easily archived or made public as needed
* *Applications*
* Applicants can apply through the website, using a form that you can customize and template, so you get the information you need
* Advanced filtering on application forms, to ensure you only get applications that match your criteria: [Documentation](http://code.google.com/p/wordpress-job-manager/wiki/CustomApplicationForm)
* Upon successful application, you can be emailed the details, so you're always up to date with new applicants
* *Applicant Management*
* Simple interface for viewing all applicants
* List can be filtered based on any criteria in your custom application form
* Email individuals or groups of candidates, to keep them updated on new job opportunities in your organisation
* Interview scheduling, linked directly to jobs and applications
* Internal comments, for easy reference when you need to decide
Related links:
* [Plugin Homepage](http://pento.net/projects/wordpress-job-manager-plugin/)
* [Support Forum](http://wordpress.org/tags/job-manager?forum_id=10)
* [Report Bugs and Request Features](http://code.google.com/p/wordpress-job-manager/issues/list)
* [Development Roadmap](http://code.google.com/p/wordpress-job-manager/wiki/Roadmap)
* [Translations](http://translations.pento.net/)
* [Mailing List](http://groups.google.com/group/wordpress-job-manager)
== Installation ==
Job Manager Requires:
* WordPress 2.9 or later
* PHP 5 or later
= The Good Way =
1. In your WordPress Admin, go to the Add New Plugins page
1. Search for: job manager
1. Job Manager should be the first result. Click the Install link.
= The Old Way =
If you use this method, please remember to Deactivate/Activate Job Manager between upgrades, to ensure that the upgrade routines are run properly.
1. Upload the plugin to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
= The Living-On-The-Edge Way =
(Please don't do this in production, you will almost certainly break something!)
1. Checkout the current development version from http://wordpress-job-manager.googlecode.com/svn/trunk/
1. Subscribe to the [update feed](http://code.google.com/p/wordpress-job-manager/source/list) to be notified of changes
== Frequently Asked Questions ==
= How do I setup a custom application form? =
For a full description of how to use the application form customization features, please read [this page in the documentation](http://code.google.com/p/wordpress-job-manager/wiki/CustomApplicationForm).
= DOCX files don't download properly =
Apache's `mod_mime_magic` doesn't recognise docx file type properly, and older versions of Apache don't have docx in their mime.types file. You should update your copy of Apache to something more recent, or (if you're unable to update or turn off `mod_mime_magic`) create a .htaccess file as [described here](http://www.webdeveloper.com/forum/showpost.php?p=898935&postcount=2).
= I can't upload DOC files in WordPress MultiSite =
In your WordPress MultiSite admin, go to Site Admin->Options. Update the "Upload File Types" option to include the various extensions (doc, docx, pdf, odt) that people are likely to upload their resume with.
== Other Plugin Support ==
Job Manager supports added functionality when other plugins are installed. If you think your plugin could add some functionality to Job Manager, please [submit a feature request](http://code.google.com/p/wordpress-job-manager/issues/list).
= Google XML Sitemaps =
Job Manager will add all of your job lists and job detail pages to your sitemap, when [Google XML Sitemaps](http://wordpress.org/extend/plugins/google-sitemap-generator/) is installed on your site.
= SI CAPTCHA =
If you want a [CAPTCHA](http://en.wikipedia.org/wiki/CAPTCHA) on your Application Form, install the [SI CAPTCHA](http://wordpress.org/extend/plugins/si-captcha-for-wordpress/) plugin.
== Credits ==
= Translations =
Notice the version number in brackets. This is the version series that the translation is up-to-date with. If that version series is lower than the current release, you can still use the translation, there just may be some strings that still show in English. If you'd like to add your own language, or help keep an existing language up-to-date, please [contact me](http://pento.net/contact/)!
* Danish Translation (0.7.x), provided by [Christian Olesen](http://www.lithin.com/) and [Caspar Lange](http://www.lithin.com/)
* Dutch Translation (0.7.x, 95% complete), provided by [Patrick Tessels](http://www.centrologic.nl/) and [Henk van den Bor](http://webtaurus.nl/)
* Estonian Translation (0.7.x), provided by Robert Jakobson
* French Translation (0.7.x), provided by [Fabrice Fotso](http://www.procure-smart.com/) and Vincent Clady
* German Translation (0.6.x), provided by [tolingo translations](http://www.tolingo.com/)
* Portuguese (Brazil) Translation (0.7.x), provided by [Alex Ferreira](http://www.alexfj.com.br/)
* Spanish Translation (0.7.x), provided by [TradiArt](http://www.tradiart.com)
= Special Thanks =
* [EuroPlacements](http://europlacements.it/), for their input and support of the initial development of Job Manager.
* [Automattic](http://automattic.com/), for their support and feedback on features, design and usability.
* All the wonderful people who've submitted bugs, feedback and feature requests - you're the people who keep me with things to work on!
Print Icon courtesy of [VisualPharm](http://www.visualpharm.com/), under a [CC BY-ND](http://creativecommons.org/licenses/by-nd/3.0/) license.
== Changelog ==
= 0.7.13 =
* ADDED: Estonian Translation, provided by Robert Jakobson
* ADDED: Portuguese (Brazil) translation, provided by [Alex Ferreira](http://www.alexfj.com.br/)
* FIXED: User registration page not working under some circumstances
* FIXED: Job fields not being sorted correctly
* FIXED: Play nicely with MultiSite
* FIXED: Applications incorrectly failing mandatory field checks
* FIXED: A few PHP warnings
* FIXED: Some settings not being initialised
* FIXED: Incorrect SI Captcha detection message
= 0.7.12 =
* FIXED: Category list on application form could fail with fatal error
* FIXED: Some PHP warnings
* FIXED: Some undefined default settings
* FIXED: Icon list is ugly when there are many icons
= 0.7.11 =
* FIXED: New rewrite rules caused category lists to fail
= 0.7.10 =
* FIXED: Silly bug in activation
= 0.7.9 =
* FIXED: Some activations could fail with the new rewrite rules code
* FIXED: Dutch translation also provided by [Christian Olesen](http://www.lithin.com/)
= 0.7.8 =
* ADDED: Danish translation, provided by [Caspar Lange](http://www.lithin.com/)
* CHANGED: Updated Google Maps API to v3, removed API key settings box
* FIXED: Some bad HTML in admin area
* FIXED: Application Email not working
* FIXED: Application count in admin job list limited to 5
* FIXED: Incompatibility with Proper Network Activation plugin
* FIXED: Category links not working in one case
* FIXED: Restricted height of category lists in admin, for really long lists
* FIXED: Flushing rewrite rules is expensive, only do it when we must
* FIXED: Bad main page edit link
= 0.7.7 =
* UPDATED: French Translation, provided by [Fabrice Fotso](http://www.procure-smart.com/)
= 0.7.6 =
* CHANGED: Pages are now owned by the installing user, rather than superadmin
* FIXED: Frontend JS being loaded in wp-admin
* FIXED: Wrong offset for jobs list when limiting number of jobs per page
* FIXED: Wrong job count for last page of jobs
* FIXED: Single job not being selected in job dropdown on application form
* FIXED: Applications not working if wp-admin is moved
* FIXED: `
` having incorrect information
* FIXED: File download link in job details displaying when no file was uploaded
= 0.7.5 =
* CHANGED: Application list now shows Job ID with Job Title
* FIXED: JS bug in application form check
= 0.7.4 =
* FIXED: Application email not sending to individual job addresses
* FIXED: Job select dropdown not having a job selected when an individual job was being applied for
* FIXED: Possible performance issued caused by `dirname()`
= 0.7.3 =
* FIXED: Application email not sending if no email set for the categories
* FIXED: Application form required field check sometimes failing
* FIXED: Authors being able to archive or delete other users posts
* FIXED: Category widget breaking WP < 3.0
= 0.7.2 =
* FIXED: PHP Warning showing on job pages
= 0.7.1 =
* ADDED: 'category-foo-job.php' template, which overrides 'category-foo.php' when viewing a job in the category 'foo'
* ADDED: ref attribute to [job_apply_link] shortcode
* ADDED: Link to individually archive/unarchive jobs
* ADDED: Reverse GeoLoc lookup for browsers that don't do it be default
* ADDED: Gravatar support in applications
* CHANGED: Job editor now uses TinyMCE for editing textareas
* CHANGED: Applications filter box now displays quicker
* CHANGED: Settings now on one page, with tabs
* CHANGED: Tweaked applications list layout
* FIXED: Job multi-select popout now has `