diff --git a/app/OzoneConfig.js b/app/OzoneConfig.js index 8b4f6d6..6831f5c 100644 --- a/app/OzoneConfig.js +++ b/app/OzoneConfig.js @@ -13,7 +13,7 @@ window.OzoneConfig = { "API_URL": '/* @echo API_URL */', // @endif // @ifndef API_URL - "API_URL": 'https://localhost:8443/marketplace', + "API_URL": 'http://localhost:4440', // @endif // @ifdef HELP_URL "HELP_URL": '/* @echo HELP_URL */', @@ -43,7 +43,7 @@ window.OzoneConfig = { "CENTER_URL": '/* @echo CENTER_URL */', // @endif // @ifndef CENTER_URL - "CENTER_URL": "http://localhost:8000/dist", + "CENTER_URL": "http://localhost:8000/", // @endif // @ifdef CENTER_REVIEWS_CHAR_LIMIT "CENTER_REVIEWS_CHAR_LIMIT": '/* @echo CENTER_REVIEWS_CHAR_LIMIT */', @@ -55,7 +55,7 @@ window.OzoneConfig = { "HUD_URL": '/* @echo HUD_URL */', // @endif // @ifndef HUD_URL - "HUD_URL": "http://localhost:8088/dist", + "HUD_URL": "http://localhost:8088/", // @endif // @ifdef WEBTOP_URL "WEBTOP_URL": '/* @echo WEBTOP_URL */', @@ -63,6 +63,12 @@ window.OzoneConfig = { // @ifndef WEBTOP_URL "WEBTOP_URL": "http://localhost:9000/", // @endif + // @ifdef SYSTEM_HIGH_CLASSIFICATION + "SYSTEM_HIGH_CLASSIFICATION": '/* @echo SYSTEM_HIGH_CLASSIFICATION */', + // @endif + // @ifndef SYSTEM_HIGH_CLASSIFICATION + "SYSTEM_HIGH_CLASSIFICATION": "U", + // @endif // @ifdef IE_REDIRECT_URL "IE_REDIRECT_URL": '/* @echo IE_REDIRECT_URL */', // @endif diff --git a/app/js/constants/messages.js b/app/js/constants/messages.js index e24dbda..b2471c8 100644 --- a/app/js/constants/messages.js +++ b/app/js/constants/messages.js @@ -66,7 +66,7 @@ var listingMessages = { 'description.featuredBannerIconMarking': markingDescription, 'description.versionName': 'Numerical identification of which release version is being submitted.', 'description.launchUrl': 'URL where this listing can be reached by users.', - 'description.isPrivate': 'By default, web applications/widgets are visible to all organizations using the platform. If this listing is set to private (only visible to your organization), justification for private use must be included in the Usage Requirements field. A Center Steward will contact you if the justification is not acceptable.', + 'description.isPrivate': 'By default, web applications/widgets are visible to all agencies using Apps Mall. If this listing is set to private (only visible to your agency), justification for private use must be included in the Usage Requirements field. A Content Steward will contact you if the justification is not acceptable.', 'description.requirements': 'Details about what system, security, or other requirements must be met in order to use this listing. If none apply, write "None."', 'description.whatIsNew': 'Description of what is new or different in this latest version.', 'description.agencyShort': 'Organization overseeing this listing.', @@ -104,7 +104,7 @@ var listingMessages = { 'help.agencyShort': 'Associated organization is required.', 'help.screenshots': 'At least one screenshot is required. Each screenshot requires two images, a preview and a full-size screenshot.', 'help.owners': 'At least one owner is required.', - 'help.tags': 'May contain letters, numbers or symbols and must be 16 characters long or less.', + 'help.tags': 'May contain letters, numbers or symbols and must be 30 characters long or less.', 'help.launchUrl': 'Must be a valid URL.', 'help.categories': 'At least one is required.', 'help.contacts.name': 'May contain letters, numbers or symbols and must be 100 characters long or less.', @@ -122,5 +122,5 @@ var listingMessages = { module.exports = { listingMessages: listingMessages, - systemHigh: 'Data entered must NOT be above System High!' + reviewWarningMessage: 'Data entered must NOT be above FOUO' }; diff --git a/app/styles/_notification.scss b/app/styles/_notification.scss index aee4876..9fab530 100644 --- a/app/styles/_notification.scss +++ b/app/styles/_notification.scss @@ -17,6 +17,7 @@ .UserNotification { padding: 15px; color: $gray-light; + word-wrap: break-word; .btn { margin: 5px 5px 0 0; diff --git a/package.json b/package.json index f73b6b4..69b0e38 100644 --- a/package.json +++ b/package.json @@ -1,22 +1,22 @@ { "name": "ozp-react-commons", - "version": "1.1.18", + "version": "1.2.1", "description": "React.js and Reflux.js components which are shared by the center-ui and hud-ui projects.", "scripts": { "test": "./node_modules/karma/bin/karma start" }, "repository": { "type": "git", - "url": "https://github.com/ozone-development/ozp-react-commons.git" + "url": "https://www.github.com/ozoneplatform/ozp-react-commons.git" }, "author": "", "license": "Apache-2.0", "bugs": { "url": "https://www.owfgoss.org/jira/browse/OZF" }, - "homepage": "https://github.com/ozone-development/ozp-react-commons", + "homepage": "https://www.github.com/ozoneplatform/ozp-react-commons", "dependencies": { - "bootstrap-sass": "git://github.com/ozone-development/bootstrap-sass#master", + "bootstrap-sass": "git://github.com/ozoneplatform/ozp-bootstrap-sass#master", "es5-shim": "^4.0.6", "humps": "git://github.com/domchristie/humps.git", "jquery": "^2.1.1",