-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge 'integration' into main to prepare 1.4.0 release
- Loading branch information
Showing
326 changed files
with
29,668 additions
and
1,190 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,7 @@ sdist | |
develop-eggs | ||
.installed.cfg | ||
distribute-*.tar.gz | ||
m2repo | ||
|
||
# Other | ||
.cache | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,9 @@ import { Observable, of, throwError } from 'rxjs'; | |
import { delay, mergeMap, materialize, dematerialize } from 'rxjs/operators'; | ||
import { TestDataService } from '../shared/testdata-service/testDataService'; | ||
import { DownloadService } from '../shared/download-service/download-service.service'; | ||
import { AuthInfo } from '../landing/editcontrol/auth.service'; | ||
import { UserDetails } from '../landing/editcontrol/interfaces'; | ||
import { userInfo } from 'os'; | ||
|
||
@Injectable() | ||
export class FakeBackendInterceptor implements HttpInterceptor { | ||
|
@@ -93,7 +96,6 @@ export class FakeBackendInterceptor implements HttpInterceptor { | |
// "Userid": "[email protected]", | ||
// "message": "Unauthorizeduser: User token is empty or expired." | ||
// }) | ||
|
||
// ); | ||
// } | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
/*background-color: white;*/ | ||
color: white; | ||
position: relative; | ||
height: 400px; | ||
} | ||
|
||
.footer__inner { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,4 +38,5 @@ | |
} | ||
.warning { | ||
padding: 1em; | ||
color: rgb(155, 62, 0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
class="faa faa-times faa-lg msg-dismiss" style="margin-right: 8px; margin-left: 12px;"></i></a> | ||
</div> | ||
<div [class]="msg.type"> | ||
Oops! {{msg.prefix || defSysErrorPrefix}} Please try to edit and save again. | ||
Oops! {{msg.prefix || defSysErrorPrefix}} {{msg.text}} Please try to edit and save again. | ||
If problem persists, please contact us at | ||
<a href="mailto:[email protected]?subject=PDR Publishing Error&body={{msg.text}}">[email protected]</a> | ||
to report the problem. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.