Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MetaGer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
MetaGer
Commits
6f3f44d9
Commit
6f3f44d9
authored
8 years ago
by
Dominik Hebeler
Browse files
Options
Downloads
Plain Diff
Merge branch 'development' into 'master'
Development See merge request
!102
parents
caa1f09f
775474ce
No related branches found
No related tags found
3 merge requests
!117
Bugfix
,
!103
Merge branch 'development' into 'master'
,
!102
Development
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
app/Models/parserSkripte/Fairmondo.php
+7
-2
7 additions, 2 deletions
app/Models/parserSkripte/Fairmondo.php
with
9 additions
and
3 deletions
.gitignore
+
1
−
0
View file @
6f3f44d9
/vendor
/vendor
/node_modules
/node_modules
/public/storage
/public/storage
*.sh
Homestead.json
Homestead.json
.env
.env
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
1
−
1
View file @
6f3f44d9
...
@@ -36,7 +36,7 @@ update(metager3.de):
...
@@ -36,7 +36,7 @@ update(metager3.de):
tags
:
tags
:
-
metager3
-
metager3
only
:
only
:
-
master
-
development
before_script
:
before_script
:
# Abhängigkeiten überprüfen
# Abhängigkeiten überprüfen
-
which composer
-
which composer
...
...
This diff is collapsed.
Click to expand it.
app/Models/parserSkripte/Fairmondo.php
+
7
−
2
View file @
6f3f44d9
...
@@ -28,7 +28,10 @@ class Fairmondo extends Searchengine
...
@@ -28,7 +28,10 @@ class Fairmondo extends Searchengine
{
{
$descr
.
=
" | Preis: "
.
(
intval
(
$result
[
'price_cents'
])
/
100.0
)
.
" €"
;
$descr
.
=
" | Preis: "
.
(
intval
(
$result
[
'price_cents'
])
/
100.0
)
.
" €"
;
}
}
if
(
isset
(
$result
[
'title_image_url'
])
)
{
$image
=
$result
[
'title_image_url'
];
}
$this
->
counter
++
;
$this
->
counter
++
;
$this
->
results
[]
=
new
\App\Models\Result
(
$this
->
results
[]
=
new
\App\Models\Result
(
...
@@ -38,7 +41,9 @@ class Fairmondo extends Searchengine
...
@@ -38,7 +41,9 @@ class Fairmondo extends Searchengine
$anzeigeLink
,
$anzeigeLink
,
$descr
,
$descr
,
$this
->
gefVon
,
$this
->
gefVon
,
$this
->
counter
$this
->
counter
,
false
,
$image
);
);
}
}
}
}
...
...
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