Commit cb45405
authored
Merge pull request #1164 from bozana/11887
pkp/pkp-lib#11887 list all submissions on the DOIs management pageFile tree
3 files changed
+38
-2
lines changed- classes/submission
- lib
- pages/dois
3 files changed
+38
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
107 | 143 | | |
108 | 144 | | |
109 | 145 | | |
| |||
- api/v1/submissions/PKPSubmissionController.php+15-13
- classes/author/DAO.php+2-2
- classes/author/creditContributorRole/Repository.php+8-10
- classes/citation/Repository.php+10-2
- classes/core/PKPBladeViewServiceProvider.php+6-1
- classes/plugins/importexport/PKPImportExportDeployment.php+15
- classes/publication/DAO.php+2-2
- classes/submission/Collector.php+40-3
- classes/template/ViewHelper.php+38-4
- plugins/importexport/native/PKPNativeImportExportCLIDeployment.php+5-1
- plugins/importexport/native/PKPNativeImportExportPlugin.php+1
- plugins/importexport/native/filter/NativeXmlPKPAuthorFilter.php+32-18
- plugins/importexport/native/filter/NativeXmlPKPPublicationFilter.php+6-3
- schemas/author.json+2
- tools/parseCitations.php+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments