-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for adapt_framework -> grunt server-build:dev #857
Conversation
Adds ifUserIsMe and fixes inverse not being passed back
Fixes around CKEditor
Clarified NodeJS version.
Version 0.1.1.
Release/0.1.1
Add a Gitter chat badge to README.md
Also see adaptlearning/adapt_framework#734 |
@taylortom, I really like this. Source maps would be of major help to developers trying to debug client-side code. The only thing I have issue with is using the Perhaps a new course setting would be more applicable? |
Fine by me - are you thinking another config.json option? (e.g. |
Yes, either in Configuration Settings or Project Settings. |
The .match() call will fail if the url is empty.
Fixes #881 - bug in isAssetExternal()
Minor fixes
Also added a check that the current user was the user who created the course.
@brian-learningpool this work should be done now |
TODO: test this in older versions of the framework to make sure the params don't cause any unexpected problems if not used. |
Also ran jscs to fix whitespace
@taylortom, this is really useful. I've just been testing this locally and I think there's one small thing it's missing though. When the
|
} | ||
} | ||
} | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
usually wary of trailing commas in a JS array like this - is it ok?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Think I ran the jscs grunt task at some point which may have added this.
This required both the config _id and the _courseId (in order to check permissions).
+1 for @brian-learningpool's changes |
+1 for yours too! 👍 |
+1 for everyone! |
Add support for adapt_framework -> grunt server-build:dev
Partial fix for #811