Skip to content

Commit 5ac0b0a

Browse files
Does last adaptation changesp
Issue: documentacao-e-tarefas/scielo#633 Signed-off-by: Jhon <jhon@lepidus.com.br>
1 parent 3f4347b commit 5ac0b0a

6 files changed

Lines changed: 5 additions & 276 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ This plugin adds a series of verifications to OPS, performed over authors' submi
44

55
The verifications performed are:
66

7-
* DOIs Screening: The submitter author must inform DOIs of his previous published articles.
87
* The submitter author must add one PDF, and no more than one, as a galley.
9-
* All submission contributors must have their affiliation filled
8+
* All submission contributors must have their affiliation filled.
109
* At least one contributor must have his ORCID confirmed.
1110
* The submitter should inform the number of contributors at Contributors Step.
12-
* None of the contributors can have his name filled all in capital letters
11+
* None of the contributors can have his name filled all in capital letters.
12+
* Title, abstract and keywords must be also filled in English, as well as in the language of submission.
1313

1414
## Compatibility
1515

ScieloScreeningPlugin.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -206,19 +206,6 @@ public function modifyReviewSections($hookName, $params)
206206
}
207207
}
208208

209-
public function statusScreeningFormFilter($output, $templateMgr)
210-
{
211-
if (preg_match('/<input[^>]+name="submissionId"[^>]*>/', $output, $matches, PREG_OFFSET_CAPTURE)) {
212-
$match = $matches[0][0];
213-
$posMatch = $matches[0][1];
214-
$screeningTemplate = $templateMgr->fetch($this->getTemplateResource('statusScreeningStep4.tpl'));
215-
216-
$output = substr_replace($output, $screeningTemplate, $posMatch + strlen($match), 0);
217-
$templateMgr->unregisterFilter('output', array($this, 'statusScreeningFormFilter'));
218-
}
219-
return $output;
220-
}
221-
222209
public function addToWorkFlow($hookName, $params)
223210
{
224211
$smarty = & $params[1];

styles/statusScreeningStep4.css

Lines changed: 0 additions & 86 deletions
This file was deleted.

styles/submissionEdit.css

Lines changed: 0 additions & 77 deletions
This file was deleted.

styles/submissionForm.css

Lines changed: 0 additions & 95 deletions
This file was deleted.

version.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<version>
99
<application>scieloScreening</application>
1010
<type>plugins.generic</type>
11-
<release>1.5.4</release>
12-
<date>2022-12-13</date>
11+
<release>2.0.0</release>
12+
<date>2024-02-23</date>
1313
<lazy-load>1</lazy-load>
1414
<class>ScieloScreeningPlugin</class>
1515
</version>

0 commit comments

Comments
 (0)