-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show newly deprecated #1165
Show newly deprecated #1165
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1165 +/- ##
============================================
+ Coverage 68.36% 68.85% +0.49%
- Complexity 1619 1627 +8
============================================
Files 32 32
Lines 3973 3994 +21
============================================
+ Hits 2716 2750 +34
+ Misses 1257 1244 -13
Continue to review full report at Codecov.
|
SonarCloud Quality Gate failed.
|
For this to work as intended, finto.css needs to be modified by removing line 480 for .nav-tabs > li.active > a : |
model/sparql/GenericSparql.php
Outdated
WHERE { | ||
?concept a skos:Concept ; | ||
skos:prefLabel ?label . | ||
FILTER (langMatches(lang(?label), '$lang')) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even though it was already like this, this will filter out all concepts without a content language label, thus, resulting in incomplete listing. If one wants to fix it, one must use the fallback method found elsewhere in this file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Side note: in theory, this affects also replacedByLabel.
SonarCloud Quality Gate failed.
|
…he first column of the line.
ef322aa
to
e7f3bef
Compare
SonarCloud Quality Gate failed.
|
This is an otherwise ready PR - however, the labels for new concepts replacing deprecated ones is not implemented since it caused a significant regression in performance. A follow-up fix will come later.