Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sg_jobs
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TYPO3
sg_jobs
Commits
6605c5ff
Commit
6605c5ff
authored
4 years ago
by
Kevin Ditscheid
Browse files
Options
Downloads
Patches
Plain Diff
[TASK] Add TYPO3 8 drop to extension README.md
parent
1e1f8bd8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!23
Feature upgrade to typo3 10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+15
-11
15 additions, 11 deletions
README.md
with
15 additions
and
11 deletions
README.md
+
15
−
11
View file @
6605c5ff
# Ext: sg_jobs
# Ext: sg_jobs
<img
src=
"https://www.sgalinski.de/typo3conf/ext/project_theme/Resources/Public/Images/logo.svg"
/>
...
...
@@ -8,7 +8,7 @@ Repository: https://gitlab.sgalinski.de/typo3/sg_jobs
Please report bugs here: https://gitlab.sgalinski.de/typo3/sg_jobs
TYPO3 version: >9.
0
TYPO3 version: >9.
5
## About
...
...
@@ -19,7 +19,7 @@ This extension provides job application functionality for a TYPO3 installation.
*
Creating jobs, including related details like companies and contacts
*
Applying for the created jobs
*
Applications include file uploads
*
Every application is saved conveniently in a CSV format, along with the
*
Every application is saved conveniently in a CSV format, along with the
uploaded files
*
Sends mail notifications when applications are submitted
*
Provides a JobTitleMapper for the TYPO3 9 route enhancers
...
...
@@ -56,7 +56,7 @@ You can create a new job offer by clicking on the **New Job Offer** button.
## Setting the contact email
When a user applies to a job offer an email will be send. The adress of this email comes either from the
**contact person**
assigned to the job, ot if no contact person is set, the mail address is chosen from the selected
**contact person**
assigned to the job, ot if no contact person is set, the mail address is chosen from the selected
location.
Simply supply the uid of the contact record and every job without a contact person will use the desired contact.
...
...
@@ -66,10 +66,10 @@ Simply supply the uid of the contact record and every job without a contact pers
You need to set the id of the page (or sys folder) where you store all your job offers, contacts and locations.
To do this you can select the page/folder as Record Storage Page in the plugin settings.
## Job form page
## Job form page
When inserting the joblist plugin on a page, make sure to select the page which
contains the application form from
When inserting the joblist plugin on a page, make sure to select the page which
contains the application form from
Plugin -> Plugin Options -> Page containing the application form
## Automated Email Messages
...
...
@@ -78,7 +78,7 @@ The extension uses **sg_mail** to configure email templates.
##.htaccess
The folder which contains the applications folder should be blocked from outside
The folder which contains the applications folder should be blocked from outside
access from the .htaccess file. Example:
```
...
...
@@ -134,7 +134,7 @@ This Wizard will migrate your area data into department records.
Also please be aware of changes to the Fluid template regarding the area -> department migration and change the area
occurences of variables in the template to department records accordingly.
This version also introduces correct exclude field configurations for the tables, so check your backend user
This version also introduces correct exclude field configurations for the tables, so check your backend user
and backend usergroup permissions and adjust them accordingly.
## Migration from version 3.2 to version 3.3
...
...
@@ -146,7 +146,7 @@ this code to your routes configuration file.
Furthermore go to the list module and open your jobs directory in the TYPO3 backend. Select in the fields list
the path_segment field after clicking on the jobs table to expand it to the table only view. You will get an edit
icon above the path_segment title now. Click on it and generate for all of you jobs a new URL.
icon above the path_segment title now. Click on it and generate for all of you jobs a new URL.
```
SgJobApplication:
...
...
@@ -194,4 +194,8 @@ icon above the path_segment title now. Click on it and generate for all of you j
type: PersistedAliasMapper
tableName: tx_sgjobs_domain_model_job
routeFieldName: path_segment
```
\ No newline at end of file
```
## Version 3 to 4 changes
-
Dropped TYPO3 8 support
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment