Bug fixing for Standalone Viewer

This commit is contained in:
Erik Ziegler 2016-09-22 10:45:07 -04:00
parent 7aca58a124
commit 739c6e9e9f
34 changed files with 129 additions and 107 deletions

View File

@ -12,12 +12,12 @@ babel-compiler@6.9.1
babel-runtime@0.1.11
base64@1.0.9
binary-heap@1.0.9
blaze@2.1.8
blaze-html-templates@1.0.4
blaze-tools@1.0.9
boilerplate-generator@1.0.9
blaze@2.1.9
blaze-html-templates@1.0.5
blaze-tools@1.0.10
boilerplate-generator@1.0.10
caching-compiler@1.1.7
caching-html-compiler@1.0.6
caching-html-compiler@1.0.7
callback-hook@1.0.9
check@1.2.3
clinical:active-entry@1.5.16
@ -56,8 +56,8 @@ gilbertwat:bootstrap3-daterangepicker@1.3.21_1
grove:less@0.2.0
hangingprotocols@0.0.1
hot-code-push@1.0.4
html-tools@1.0.10
htmljs@1.0.10
html-tools@1.0.11
htmljs@1.0.11
http@1.2.9
ian:accounts-ui-bootstrap-3@1.2.89
id-map@1.0.8
@ -84,7 +84,7 @@ mobile-experience@1.0.4
mobile-status-bar@1.0.12
modules@0.7.6
modules-runtime@0.7.6
momentjs:moment@2.14.4
momentjs:moment@2.15.1
mongo@1.1.12
mongo-id@1.0.5
mrt:moment@2.8.1
@ -98,7 +98,7 @@ orthanc-remote@0.0.1
peppelg:bootstrap-3-modal@1.0.4
practicalmeteor:chai@2.1.0_1
practicalmeteor:loglevel@1.2.0_2
promise@0.8.4
promise@0.8.7
random@1.0.10
rate-limit@1.0.5
reactive-dict@1.1.8
@ -113,21 +113,23 @@ sha@1.0.8
shell-server@0.2.1
silentcicero:jszip@0.0.4
simple:reactive-method@1.0.2
spacebars@1.0.12
spacebars-compiler@1.0.12
spacebars@1.0.13
spacebars-compiler@1.0.13
srp@1.0.9
standard-app-packages@1.0.9
standard-minifier-css@1.2.0
standard-minifier-js@1.2.0
stylus@2.513.5
templating@1.2.14
templating-tools@1.0.4
templating@1.2.15
templating-compiler@1.2.15
templating-runtime@1.2.15
templating-tools@1.0.5
tracker@1.1.0
twbs:bootstrap@3.3.6
typ:accounts-ldap@1.0.1
typ:ldapjs@0.7.3
u2622:persistent-session@0.4.4
ui@1.0.11
ui@1.0.12
underscore@1.0.9
url@1.0.10
validatejs@0.0.1

View File

@ -7,12 +7,12 @@ babel-compiler@6.9.1
babel-runtime@0.1.11
base64@1.0.9
binary-heap@1.0.9
blaze@2.1.8
blaze-html-templates@1.0.4
blaze-tools@1.0.9
boilerplate-generator@1.0.9
blaze@2.1.9
blaze-html-templates@1.0.5
blaze-tools@1.0.10
boilerplate-generator@1.0.10
caching-compiler@1.1.7
caching-html-compiler@1.0.6
caching-html-compiler@1.0.7
callback-hook@1.0.9
check@1.2.3
clinical:router@2.0.19
@ -39,8 +39,8 @@ geojson-utils@1.0.9
gilbertwat:bootstrap3-daterangepicker@1.3.21_1
hangingprotocols@0.0.1
hot-code-push@1.0.4
html-tools@1.0.10
htmljs@1.0.10
html-tools@1.0.11
htmljs@1.0.11
http@1.2.9
id-map@1.0.8
iron:controller@1.0.12
@ -63,7 +63,7 @@ mobile-experience@1.0.4
mobile-status-bar@1.0.12
modules@0.7.6
modules-runtime@0.7.6
momentjs:moment@2.14.4
momentjs:moment@2.15.1
mongo@1.1.12
mongo-id@1.0.5
mrt:moment@2.8.1
@ -76,7 +76,7 @@ orthanc-remote@0.0.1
peppelg:bootstrap-3-modal@1.0.4
practicalmeteor:chai@2.1.0_1
practicalmeteor:loglevel@1.2.0_2
promise@0.8.4
promise@0.8.7
random@1.0.10
reactive-dict@1.1.8
reactive-var@1.0.10
@ -87,17 +87,19 @@ rwatts:uuid@0.1.0
session@1.1.6
shell-server@0.2.1
silentcicero:jszip@0.0.4
spacebars@1.0.12
spacebars-compiler@1.0.12
spacebars@1.0.13
spacebars-compiler@1.0.13
standard-app-packages@1.0.9
standard-minifier-css@1.2.0
standard-minifier-js@1.2.0
stylus@2.513.5
templating@1.2.14
templating-tools@1.0.4
templating@1.2.15
templating-compiler@1.2.15
templating-runtime@1.2.15
templating-tools@1.0.5
tracker@1.1.0
twbs:bootstrap@3.3.6
ui@1.0.11
ui@1.0.12
underscore@1.0.9
url@1.0.10
validatejs@0.0.1

View File

@ -2,6 +2,10 @@ import { Meteor } from 'meteor/meteor';
import { check } from 'meteor/check';
import { ServerConfiguration } from '../both/schema.js';
/*
-- Taking this out for now to prevent confusion.
TODO: Make the error messages more clear
Meteor.startup(() => {
console.log('------ Testing Meteor Settings ------');
let config = ServerConfiguration.clean(Meteor.settings);
@ -9,4 +13,4 @@ Meteor.startup(() => {
Meteor.settings = config;
check(config, ServerConfiguration);
});
});*/

View File

@ -1,45 +0,0 @@
# Meteor packages used by this project, one per line.
# Check this file (and the other files in this directory) into your repository.
#
# 'meteor add' and 'meteor remove' will edit this file for you,
# but you can also edit it by hand.
twbs:bootstrap
http@1.2.8
arsnebula:reactive-promise
promise@0.8.3
stylus@2.513.4
fortawesome:fontawesome
mrt:moment
meteor-base@1.0.4
mobile-experience@1.0.4
mongo@1.1.10
blaze-html-templates@1.0.4
session@1.1.6
jquery@1.11.9
tracker@1.1.0
logging@1.1.14
reload@1.1.10
random@1.0.10
ejson@1.0.12
spacebars@1.0.12
check@1.2.3
cornerstone
dicomweb
aldeed:simple-schema # Third party package to deal with schemas
design
ohif:core
ecmascript@0.5.7
viewerbase
reactive-var@1.0.10
practicalmeteor:loglevel
hangingprotocols
reactive-dict@1.1.8
clinical:router
fastclick@1.0.12
standard-minifier-css@1.1.8
standard-minifier-js@1.1.8
johdirr:meteor-git-rev
wadoproxy
aldeed:template-extension
peppelg:bootstrap-3-modal

View File

@ -0,0 +1 @@
node_modules/

View File

@ -0,0 +1,15 @@
# This file contains information which helps Meteor properly upgrade your
# app when you run 'meteor update'. You should check it into version control
# with your project.
notices-for-0.9.0
notices-for-0.9.1
0.9.4-platform-file
notices-for-facebook-graph-api-2
1.2.0-standard-minifiers-package
1.2.0-meteor-platform-split
1.2.0-cordova-changes
1.2.0-breaking-changes
1.3.0-split-minifiers-package
1.4.0-remove-old-dev-bundle-link
1.4.1-add-shell-server-package

View File

@ -4,4 +4,4 @@
# - ensuring you don't accidentally deploy one app on top of another
# - providing package authors with aggregated statistics
1hmfm7z9u2o2517bro6n
166midj11jxxobr39vz4

View File

@ -0,0 +1,41 @@
# Meteor packages used by this project, one per line.
# Check this file (and the other files in this directory) into your repository.
#
# 'meteor add' and 'meteor remove' will edit this file for you,
# but you can also edit it by hand.
meteor-base@1.0.4 # Packages every Meteor app needs to have
mobile-experience@1.0.4 # Packages for a great mobile UX
mongo@1.1.12 # The database Meteor supports right now
blaze-html-templates@1.0.4 # Compile .html files into Meteor Blaze views
reactive-var@1.0.10 # Reactive variable for tracker
jquery@1.11.9 # Helpful client-side library
tracker@1.1.0 # Meteor's client-side reactive programming library
standard-minifier-css@1.2.0 # CSS minifier run for production mode
standard-minifier-js@1.2.0 # JS minifier run for production mode
es5-shim@4.6.14 # ECMAScript 5 compatibility for older browsers.
ecmascript@0.5.8 # Enable ECMAScript2015+ syntax in app code
shell-server@0.2.1 # Server-side component of the `meteor shell` command
cornerstone
dicomweb
design
ohif:core
viewerbase
worklist
wadoproxy
aldeed:template-extension
aldeed:simple-schema@1.5.3
stylus
clinical:router
session
practicalmeteor:loglevel
reactive-dict
twbs:bootstrap
fortawesome:fontawesome
mrt:moment
fastclick
peppelg:bootstrap-3-modal
random

View File

@ -1,18 +1,17 @@
aldeed:simple-schema@1.5.3
aldeed:template-extension@4.0.0
allow-deny@1.0.5
arsnebula:reactive-promise@0.9.1
autoupdate@1.3.11
babel-compiler@6.9.1
babel-runtime@0.1.11
base64@1.0.9
binary-heap@1.0.9
blaze@2.1.8
blaze-html-templates@1.0.4
blaze-tools@1.0.9
boilerplate-generator@1.0.9
blaze@2.1.9
blaze-html-templates@1.0.5
blaze-tools@1.0.10
boilerplate-generator@1.0.10
caching-compiler@1.1.7
caching-html-compiler@1.0.6
caching-html-compiler@1.0.7
callback-hook@1.0.9
check@1.2.3
clinical:router@2.0.19
@ -29,23 +28,24 @@ deps@1.0.12
design@0.0.1
dicomweb@0.0.1
diff-sequence@1.0.6
dimseservice@0.0.1
ecmascript@0.5.8
ecmascript-runtime@0.3.14
ejson@1.0.12
es5-shim@4.6.14
fastclick@1.0.12
fortawesome:fontawesome@4.5.0
geojson-utils@1.0.9
hangingprotocols@0.0.1
gilbertwat:bootstrap3-daterangepicker@1.3.21_1
hot-code-push@1.0.4
html-tools@1.0.10
htmljs@1.0.10
html-tools@1.0.11
htmljs@1.0.11
http@1.2.9
id-map@1.0.8
iron:controller@1.0.12
iron:core@1.0.11
iron:dynamic-template@1.0.12
iron:layout@1.0.12
johdirr:meteor-git-rev@0.0.4
jquery@1.11.9
launch-screen@1.0.12
livedata@1.0.18
@ -61,19 +61,20 @@ mobile-experience@1.0.4
mobile-status-bar@1.0.12
modules@0.7.6
modules-runtime@0.7.6
momentjs:moment@2.14.4
momentjs:moment@2.15.1
mongo@1.1.12
mongo-id@1.0.5
mrt:moment@2.8.1
natestrauser:select2@4.0.3
npm-mongo@1.5.48
npm-mongo@1.5.49
observe-sequence@1.0.12
ohif:core@0.0.1
ordered-dict@1.0.8
orthanc-remote@0.0.1
peppelg:bootstrap-3-modal@1.0.4
practicalmeteor:chai@2.1.0_1
practicalmeteor:loglevel@1.2.0_2
promise@0.8.4
promise@0.8.7
random@1.0.10
reactive-dict@1.1.8
reactive-var@1.0.10
@ -82,17 +83,21 @@ retry@1.0.8
routepolicy@1.0.11
rwatts:uuid@0.1.0
session@1.1.6
spacebars@1.0.12
spacebars-compiler@1.0.12
shell-server@0.2.1
silentcicero:jszip@0.0.4
spacebars@1.0.13
spacebars-compiler@1.0.13
standard-app-packages@1.0.9
standard-minifier-css@1.2.0
standard-minifier-js@1.2.0
stylus@2.513.5
templating@1.2.14
templating-tools@1.0.4
templating@1.2.15
templating-compiler@1.2.15
templating-runtime@1.2.15
templating-tools@1.0.5
tracker@1.1.0
twbs:bootstrap@3.3.6
ui@1.0.11
ui@1.0.12
underscore@1.0.9
url@1.0.10
validatejs@0.0.1
@ -100,3 +105,4 @@ viewerbase@0.0.1
wadoproxy@0.0.1
webapp@1.3.11
webapp-hashing@1.0.9
worklist@0.0.1

View File

@ -17,20 +17,6 @@ Template.toolbarSection.helpers({
};
},
rightSidebarToggleButtonData() {
const instance = Template.instance();
return {
toggleable: true,
key: 'rightSidebar',
value: instance.data.state,
options: [{
value: 'hangingprotocols',
iconClasses: 'fa fa-cog',
bottomLabel: 'Hanging'
}]
};
},
toolbarButtons() {
var buttonData = [];
buttonData.push({

View File

@ -0,0 +1,10 @@
{
"name": "StandaloneViewer",
"private": true,
"scripts": {
"start": "meteor run"
},
"dependencies": {
"meteor-node-stubs": "~0.2.0"
}
}