Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[submodule "amp/TEMPLATE/ampTemplate/node_modules/amp-boilerplate"]
path = amp/TEMPLATE/ampTemplate/node_modules/amp-boilerplate
url = git@github.com:devgateway/amp-boilerplate.git
url = https://github.com/devgateway/amp-boilerplate.git
[submodule "amp/TEMPLATE/ampTemplate/node_modules/amp-translate"]
path = amp/TEMPLATE/ampTemplate/node_modules/amp-translate
url = git@github.com:devgateway/amp-translate.git
url = https://github.com/devgateway/amp-translate.git
[submodule "amp/TEMPLATE/ampTemplate/node_modules/amp-filter"]
path = amp/TEMPLATE/ampTemplate/node_modules/amp-filter
url = git@github.com:devgateway/amp-filter.git
url = https://github.com/devgateway/amp-filter.git
8 changes: 4 additions & 4 deletions amp/TEMPLATE/ampTemplate/amp-settings/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion amp/TEMPLATE/ampTemplate/amp-settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
"tag": "latest"
},
"dependencies": {
"amp-translate": "https://github.com/devgateway/amp-translate.git"
"amp-translate": "git+https://github.com/devgateway/amp-translate.git"
}
}
8 changes: 4 additions & 4 deletions amp/TEMPLATE/ampTemplate/dashboard/dev/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion amp/TEMPLATE/ampTemplate/dashboard/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"bootstrap": "~3.4.1",
"d3": "=3.5.12",
"jquery": "~2.1.1",
"nvd3": "git://github.com/novus/nvd3.git#v1.7.1",
"nvd3": "git+https://github.com/novus/nvd3.git#v1.7.1",
"underscore": "=1.7.0"
},
"browserslist": [
Expand Down
34 changes: 17 additions & 17 deletions amp/TEMPLATE/reamp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion amp/TEMPLATE/reamp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"author": "Alexei Savca",
"license": "inherit",
"devDependencies": {
"amp-ui": "github:devgateway/amp-ui#fix/AMP-31133/Indicator-values-display-fixes",
"amp-ui": "git+https://github.com/devgateway/amp-ui.git#fix/AMP-31133/Indicator-values-display-fixes",
"babel-core": "^6.26.3",
"babel-jest": "^6.0.1",
"babel-loader": "^6.3.2",
Expand Down
22 changes: 11 additions & 11 deletions amp/TEMPLATE/reampv2/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion amp/TEMPLATE/reampv2/packages/ampoffline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"proxy": "http://localhost:8080",
"dependencies": {
"@devgateway/amp-boilerplate": "github:devgateway/amp-boilerplate",
"@devgateway/amp-boilerplate": "git+https://github.com/devgateway/amp-boilerplate.git",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
Expand Down
2 changes: 1 addition & 1 deletion amp/TEMPLATE/reampv2/packages/container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@devgateway/amp-boilerplate": "github:devgateway/amp-boilerplate",
"@devgateway/amp-boilerplate": "git+https://github.com/devgateway/amp-boilerplate.git",
"@reduxjs/toolkit": "^1.9.5",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
Expand Down
6 changes: 3 additions & 3 deletions amp/TEMPLATE/reampv2/packages/reampv2-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"private": true,
"proxy": "http://localhost:8080",
"dependencies": {
"@devgateway/amp-boilerplate": "github:devgateway/amp-boilerplate",
"@devgateway/amp-filter": "github:devgateway/amp-filter",
"@devgateway/amp-settings": "github:devgateway/amp-settings",
"@devgateway/amp-boilerplate": "git+https://github.com/devgateway/amp-boilerplate.git",
"@devgateway/amp-filter": "git+https://github.com/devgateway/amp-filter.git",
"@devgateway/amp-settings": "git+https://github.com/devgateway/amp-settings.git",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
Expand Down
2 changes: 1 addition & 1 deletion amp/TEMPLATE/reampv2/packages/user-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
]
},
"dependencies": {
"@devgateway/amp-boilerplate": "github:devgateway/amp-boilerplate",
"@devgateway/amp-boilerplate": "git+https://github.com/devgateway/amp-boilerplate.git",
"@reduxjs/toolkit": "^1.9.5",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "^14.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,6 @@

package org.digijava.kernel.viewmanager.reposimpl;

/*
* DefaultViewConfigImpl.java
* @Author Mikheil Kapanadze mikheil@digijava.org
* Created: Apr 13, 2004
* CVS-ID: $Id: TemplateViewConfigImpl.java,v 1.1 2008-07-16 09:19:38 ktha Exp $
*
* This file is part of DiGi project (www.digijava.org).
* DiGi is a multi-site portal system written in Java/J2EE.
*
* Confidential and Proprietary, Subject to the Non-Disclosure
* Agreement, Version 2.0, between the Development Gateway
* Foundation, Inc and the Recipient -- Copyright 2001-2004 Development
* Gateway Foundation, Inc.
*
* Unauthorized Disclosure Prohibited.
*
*************************************************************************/

import org.digijava.kernel.viewmanager.ViewConfigException;

import javax.servlet.ServletContext;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,6 @@

package org.digijava.kernel.viewmanager.reposimpl;

/*
* DefaultViewConfigImpl.java
* @Author Mikheil Kapanadze mikheil@digijava.org
* Created: Apr 08, 2004
* CVS-ID: $Id: ViewConfigImpl.java,v 1.1 2008-07-16 09:19:38 ktha Exp $
*
* This file is part of DiGi project (www.digijava.org).
* DiGi is a multi-site portal system written in Java/J2EE.
*
* Confidential and Proprietary, Subject to the Non-Disclosure
* Agreement, Version 2.0, between the Development Gateway
* Foundation, Inc and the Recipient -- Copyright 2001-2004 Development
* Gateway Foundation, Inc.
*
* Unauthorized Disclosure Prohibited.
*
*************************************************************************/

import org.apache.log4j.Logger;
import org.digijava.kernel.request.Site;
import org.digijava.kernel.siteconfig.*;
Expand Down
Loading