-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
Issue 882 - add support for MW 1.40, fix 4.2.0 overrule SMW dev-master #884
Changes from all commits
0ea6cda
a85166f
823b5fe
4b9a6dd
6e1de90
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,6 +60,9 @@ | |
{ | ||
"type": "special", | ||
"about": "#0 `format=bibtex` empty (bibtex-01-0.bib)", | ||
"skip-on": { | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do you have the error for this? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You mean what is the error for specific test or does this There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I will update the issue, and put the errors so the errors can be visiable here as well. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yup! Thanks! |
||
"mediawiki": [ ">1.39.x", "Check parser function registration for MW 1.40+" ] | ||
}, | ||
"special-page": { | ||
"page": "Ask", | ||
"request-parameters": { | ||
|
@@ -83,6 +86,9 @@ | |
{ | ||
"type": "special", | ||
"about": "#1 `format=bibtex` single author, editor (bibtex-01-1.bib)", | ||
"skip-on": { | ||
"mediawiki": [ ">1.39.x", "Check parser function registration for MW 1.40+" ] | ||
}, | ||
"special-page": { | ||
"page": "Ask", | ||
"request-parameters": { | ||
|
@@ -106,6 +112,9 @@ | |
{ | ||
"type": "special", | ||
"about": "#2 `format=bibtex` multiple authors (bibtex-01-2.bib)", | ||
"skip-on": { | ||
"mediawiki": [ ">1.39.x", "Check parser function registration for MW 1.40+" ] | ||
}, | ||
"special-page": { | ||
"page": "Ask", | ||
"request-parameters": { | ||
|
@@ -129,6 +138,9 @@ | |
{ | ||
"type": "special", | ||
"about": "#3 `format=bibtex` multiple records (bibtex-01-3.bib)", | ||
"skip-on": { | ||
"mediawiki": [ ">1.39.x", "Check parser function registration for MW 1.40+" ] | ||
}, | ||
"special-page": { | ||
"page": "Ask", | ||
"request-parameters": { | ||
|
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.
This is not valid
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.
Revert:
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.
@JeroenDeDauw are you sure this is not "valid"? It's "discouraged", because dev-master is a moving target. I think this came in during the massive rework on both sides, SMW and SRF to see, if it's working with the latest changes in dev-master