Updated to nearly fully functional. Pre-release 1. Still needs some UI changes in the slideshow and admin pages (move the save button & fix the save detection for the internship list). Customer had one more page change request which I need to re-define and handle.
This commit is contained in:
@@ -6,19 +6,19 @@
|
||||
|
||||
meteor-base@1.4.0 # Packages every Meteor app needs to have
|
||||
mobile-experience@1.0.5 # Packages for a great mobile UX
|
||||
mongo@1.5.0 # The database Meteor supports right now
|
||||
mongo@1.6.0 # The database Meteor supports right now
|
||||
blaze-html-templates@1.0.4 # Compile .html files into Meteor Blaze views
|
||||
reactive-var@1.0.11 # Reactive variable for tracker
|
||||
reactive-dict@1.2.0 # ???
|
||||
reactive-dict@1.2.1 # ???
|
||||
tracker@1.2.0 # Meteor's client-side reactive programming library
|
||||
tomwasd:history-polyfill # Adds IE 8/9 support for HTML5 history.
|
||||
email@1.2.3 # Adds the Meteor/Email package for sending lost password emails
|
||||
|
||||
standard-minifier-css@1.4.1 # CSS minifier run for production mode
|
||||
standard-minifier-js@2.3.4 # JS minifier run for production mode
|
||||
standard-minifier-css@1.5.2 # CSS minifier run for production mode
|
||||
standard-minifier-js@2.4.0 # JS minifier run for production mode
|
||||
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers.
|
||||
poorvavyas:es6-shim
|
||||
ecmascript@0.11.1 # Enable ECMAScript2015+ syntax in app code
|
||||
ecmascript@0.12.3 # Enable ECMAScript2015+ syntax in app code
|
||||
|
||||
#accounts-ui
|
||||
#accounts-base
|
||||
@@ -31,11 +31,11 @@ alanning:roles # Adds roles to the user mix. https://atmospherejs.com/alanni
|
||||
kadira:flow-router
|
||||
arillo:flow-router-helpers # Provides various template helpers such as {{pathFor 'templateName'}}
|
||||
#tomwasd:flow-router-seo
|
||||
kadira:blaze-layout
|
||||
kadira:blaze-layout #TODO: Remove?
|
||||
|
||||
shell-server@0.3.1 # ???
|
||||
shell-server@0.4.0 # ???
|
||||
meteortoys:allthings
|
||||
session@1.1.7
|
||||
session@1.2.0
|
||||
##browser-policy # Adds support for specifying browser level security rules related to content and what's allowed to laod on the page.
|
||||
check@1.3.1 # Allows for checking the structure and types of arguments passed to Meteor methods and publications.
|
||||
#audit-argument-checks # Used in combination with the Check package for checking the structure and types of arguments passed to Meteor methods and publications. Automatically alerts when a method or publication does not use a check() call.
|
||||
@@ -60,10 +60,16 @@ juliancwirko:s-alert # Client error/alert handling
|
||||
jcbernack:reactive-aggregate # Allows us to create a new client collection (from the server) with the contents being an aggregate of server data. Note that aggregation can only be done on the server currently as mini-mongo does not support it.
|
||||
ostrio:logger
|
||||
ostrio:loggermongo
|
||||
dynamic-import@0.4.2
|
||||
dynamic-import@0.5.0
|
||||
markdown@1.0.12
|
||||
wcrisman:jquery-custom-scrollbar
|
||||
wcrisman:server-side-seo # A custom plugin to take all HTML from the app, and place the templates in a map in a file in the private folder for use at runtime to generate search engine readable html. See code in the /packages folder for this project.
|
||||
|
||||
stylus@=2.513.14 # This package is no longer supported, but it still works and is available. It provides support for reading .styl files on the client and converting them to CSS on the fly. The alternative would be to compile the styl files to CSS on the server ahead of time.
|
||||
underscore@1.0.10
|
||||
aldeed:schema-index
|
||||
ostrio:files
|
||||
meteorhacks:picker
|
||||
meteorhacks:ssr
|
||||
ostrio:meteor-root
|
||||
manuel:reactivearray
|
||||
|
||||
@@ -1 +1 @@
|
||||
METEOR@1.7.0.5
|
||||
METEOR@1.8.0.1
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
accounts-base@1.4.2
|
||||
accounts-base@1.4.3
|
||||
accounts-password@1.5.1
|
||||
alanning:roles@1.2.16
|
||||
aldeed:collection2@3.0.0
|
||||
aldeed:collection2@3.0.1
|
||||
aldeed:schema-index@3.0.0
|
||||
aldeed:template-extension@4.1.0
|
||||
allow-deny@1.1.0
|
||||
arillo:flow-router-helpers@0.5.2
|
||||
autoupdate@1.4.1
|
||||
babel-compiler@7.1.1
|
||||
babel-runtime@1.2.5
|
||||
autoupdate@1.5.0
|
||||
babel-compiler@7.2.3
|
||||
babel-runtime@1.3.0
|
||||
base64@1.0.11
|
||||
binary-heap@1.0.10
|
||||
binary-heap@1.0.11
|
||||
blaze@2.3.3
|
||||
blaze-html-templates@1.1.2
|
||||
blaze-tools@1.0.10
|
||||
boilerplate-generator@1.5.0
|
||||
caching-compiler@1.1.12
|
||||
boilerplate-generator@1.6.0
|
||||
caching-compiler@1.2.1
|
||||
caching-html-compiler@1.1.3
|
||||
callback-hook@1.1.0
|
||||
check@1.3.1
|
||||
@@ -26,22 +26,24 @@ ddp-common@1.4.0
|
||||
ddp-rate-limiter@1.0.7
|
||||
ddp-server@2.2.0
|
||||
deps@1.0.12
|
||||
diff-sequence@1.1.0
|
||||
dynamic-import@0.4.2
|
||||
ecmascript@0.11.1
|
||||
diff-sequence@1.1.1
|
||||
dynamic-import@0.5.1
|
||||
ecmascript@0.12.3
|
||||
ecmascript-runtime@0.7.0
|
||||
ecmascript-runtime-client@0.7.2
|
||||
ecmascript-runtime-client@0.8.0
|
||||
ecmascript-runtime-server@0.7.1
|
||||
ejson@1.1.0
|
||||
email@1.2.3
|
||||
es5-shim@4.8.0
|
||||
fetch@0.1.0
|
||||
fortawesome:fontawesome@4.7.0
|
||||
geojson-utils@1.0.10
|
||||
hot-code-push@1.0.4
|
||||
html-tools@1.0.11
|
||||
htmljs@1.0.11
|
||||
http@1.4.1
|
||||
http@1.4.2
|
||||
id-map@1.1.0
|
||||
inter-process-messaging@0.1.0
|
||||
jcbernack:reactive-aggregate@1.0.0
|
||||
jquery@1.11.11
|
||||
juliancwirko:s-alert@3.2.0
|
||||
@@ -51,9 +53,12 @@ launch-screen@1.1.1
|
||||
livedata@1.0.18
|
||||
localstorage@1.2.0
|
||||
logging@1.1.20
|
||||
manuel:reactivearray@1.0.9
|
||||
markdown@1.0.12
|
||||
meteor@1.9.2
|
||||
meteor-base@1.4.0
|
||||
meteorhacks:picker@1.0.3
|
||||
meteorhacks:ssr@2.2.0
|
||||
meteortoys:allthings@7.0.1
|
||||
meteortoys:authenticate@4.0.0
|
||||
meteortoys:autopub@4.0.0
|
||||
@@ -71,27 +76,31 @@ meteortoys:sub@4.0.0
|
||||
meteortoys:throttle@4.0.0
|
||||
meteortoys:toggle@4.0.0
|
||||
meteortoys:toykit@4.0.2
|
||||
minifier-css@1.3.1
|
||||
minifier-js@2.3.5
|
||||
minimongo@1.4.4
|
||||
minifier-css@1.4.1
|
||||
minifier-js@2.4.0
|
||||
minimongo@1.4.5
|
||||
mizzao:bootboxjs@4.4.0
|
||||
mobile-experience@1.0.5
|
||||
mobile-status-bar@1.0.14
|
||||
modern-browsers@0.1.2
|
||||
modules@0.12.2
|
||||
modules-runtime@0.10.2
|
||||
modern-browsers@0.1.3
|
||||
modules@0.13.0
|
||||
modules-runtime@0.10.3
|
||||
momentjs:moment@2.22.2
|
||||
mongo@1.5.1
|
||||
mongo@1.6.0
|
||||
mongo-decimal@0.1.0
|
||||
mongo-dev-server@1.1.0
|
||||
mongo-id@1.0.7
|
||||
msavin:jetsetter@4.0.0
|
||||
msavin:mongol@7.0.1
|
||||
npm-bcrypt@0.9.3
|
||||
npm-mongo@3.0.11
|
||||
npm-mongo@3.1.1
|
||||
observe-sequence@1.0.16
|
||||
ordered-dict@1.1.0
|
||||
ostrio:cookies@2.3.0
|
||||
ostrio:files@1.10.2
|
||||
ostrio:logger@2.0.7
|
||||
ostrio:loggermongo@2.0.4
|
||||
ostrio:meteor-root@1.0.7
|
||||
poorvavyas:es6-shim@0.21.1
|
||||
promise@0.11.1
|
||||
raix:eventemitter@0.1.3
|
||||
@@ -101,18 +110,18 @@ reactive-dict@1.2.1
|
||||
reactive-var@1.0.11
|
||||
reload@1.2.0
|
||||
retry@1.1.0
|
||||
routepolicy@1.0.13
|
||||
routepolicy@1.1.0
|
||||
service-configuration@1.0.11
|
||||
session@1.1.8
|
||||
session@1.2.0
|
||||
sha@1.0.9
|
||||
shell-server@0.3.1
|
||||
shell-server@0.4.0
|
||||
socket-stream-client@0.2.2
|
||||
softwarerero:accounts-t9n@1.3.11
|
||||
spacebars@1.0.15
|
||||
spacebars-compiler@1.1.3
|
||||
srp@1.0.12
|
||||
standard-minifier-css@1.4.1
|
||||
standard-minifier-js@2.3.4
|
||||
standard-minifier-css@1.5.2
|
||||
standard-minifier-js@2.4.0
|
||||
stylus@2.513.14
|
||||
templating@1.3.2
|
||||
templating-compiler@1.3.3
|
||||
@@ -128,6 +137,7 @@ useraccounts:core@1.14.2
|
||||
useraccounts:flow-routing@1.14.2
|
||||
useraccounts:unstyled@1.14.2
|
||||
wcrisman:jquery-custom-scrollbar@3.0.0
|
||||
webapp@1.6.2
|
||||
wcrisman:server-side-seo@1.0.0
|
||||
webapp@1.7.2
|
||||
webapp-hashing@1.0.9
|
||||
zimme:active-route@2.3.2
|
||||
|
||||
Reference in New Issue
Block a user