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
60306e6c
Commit
60306e6c
authored
4 years ago
by
Tim Wagner
Browse files
Options
Downloads
Patches
Plain Diff
[TASK] Add code highlighting and fix typos in README
parent
063458cd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+20
-16
20 additions, 16 deletions
README.md
with
20 additions
and
16 deletions
README.md
+
20
−
16
View file @
60306e6c
...
...
@@ -28,7 +28,7 @@ uploaded files
Typoscript files need to be included manually.
```
```
Typoscript
plugin.tx_sgjobs {
settings {
allowedFileExtensions - allowed file extensions for the uploads (default pdf)
...
...
@@ -38,14 +38,17 @@ plugin.tx_sgjobs {
```
## Upload file size
By default the maximum file size for an upload is 5MB / 5000kB. You can change this limit in the
**constants.ts**
configuration file:
settings {
.....
# cat=plugin.tx_sgjobs/other; type=string; label=Allowed maximum file size for uploads in kB
allowedMaxFileSize = 5000
}
By default, the maximum file size for an upload is 5MB / 5000kB.
You can change this limit in the
**constants.ts**
configuration file:
```
Typoscript
settings {
.....
# cat=plugin.tx_sgjobs/other; type=string; label=Allowed maximum file size for uploads in kB
allowedMaxFileSize = 5000
}
```
## Backend Module
...
...
@@ -55,8 +58,8 @@ 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 sen
d
. The adress of this email comes either from the
**contact person**
assigned to the job, o
t
if no contact person is set, the mail address is chosen from the selected
When a user applies to a job offer an email will be sen
t
. The adress of this email comes either from the
**contact person**
assigned to the job, o
r
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.
...
...
@@ -81,14 +84,15 @@ The extension uses **sg_mail** to configure email templates.
The folder which contains the applications folder should be blocked from outside
access from the .htaccess file. Example:
```
```
ApacheConf
RedirectMatch 403 ^/fileadmin/JobApplication/.*$
```
## Implement job title mapping in TYPO3 9
To enable the job title mapping in TYPO3 9, you need to add this routeEnhancer configuration to your config.yaml.
```
```
yaml
routeEnhancers
:
SgJobApplication
:
type
:
Extbase
...
...
@@ -127,11 +131,11 @@ of the job title and the according job id.
## Migration from version 1 to version 2
If you update from sg_job version 1, you need to execute the Upgrade Wizard
,
that migrates the old area field.
If you update from sg_job
s
version 1, you need to execute the Upgrade Wizard that migrates the old area field.
To do so, please visit the Install Tool and click on Upgrade Wizards. Check the Job Upgrade Wizard and execute it.
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
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
...
...
@@ -139,16 +143,16 @@ and backend usergroup permissions and adjust them accordingly.
## Migration from version 3.2 to version 3.3
This is pure optional step!
This is
a
pure
ly
optional step!
The new path_segment field was added to ensure that the proper URLs are used. In order to use it, add
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
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.
```
```
yaml
SgJobApplication
:
type
:
Extbase
extension
:
SgJobs
...
...
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