-
Notifications
You must be signed in to change notification settings - Fork 10
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
dev/2.2.0 #96
dev/2.2.0 #96
Conversation
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/jonschlinkert/mixin-deep/releases) - [Commits](jonschlinkert/mixin-deep@1.3.1...1.3.2) Signed-off-by: dependabot[bot] <[email protected]>
…yling #1066 Add inline info about previewing widgets and student view styling
…eard Mode if it is currently active.
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](handlebars-lang/handlebars.js@v4.1.2...v4.5.3) Signed-off-by: dependabot[bot] <[email protected]>
#1259 lti picker refresh fix
Add a button to disable Beard Mode on the profile settings page.
…ages #78 Add data type check for scorecore
…issions, bug fixes
Bumps [angular](https://github.com/angular/angular.js) from 1.6.9 to 1.8.0. - [Release notes](https://github.com/angular/angular.js/releases) - [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md) - [Commits](angular/angular.js@v1.6.9...v1.8.0) Signed-off-by: dependabot[bot] <[email protected]>
…1.8.0 Bump angular from 1.6.9 to 1.8.0
* new input description background on copy dialig reused in settings * copy heading updated to use settings heading styles * text made consistent across the widget share/settings/copy dialogs * some minor style cleanup on things I touched * update to mywidgets controller so the slider will update when chaning modes, it still needs a single function to set modes and change the mode ui to a radio button.
…copy Widget Copy modal & Settings updates to better clarify permissions
…p-1.3.2 Bump mixin-deep from 1.3.1 to 1.3.2
…rs-4.5.3 Bump handlebars from 4.1.2 to 4.5.3
* deps updated to newest versions * browserlist updated so polyfills and css prefixing use it * webpack upgraded and simplified to use more common approach * some search methods renamed to avoid polyfill incorrect detection * console log output removed from tests * comments on multiword filter to make it easier to understand * focused webpack log output * output js files grew in size due to polyfills now using automatic detections * husky precommit now checks coverage
* batched controllers together so they're easier to find (ex: my-widgets-*) * made controller names consistent - all UpperCamel (need to do all other modules)
My widgets page will show admin users greyed out copy and delete buttons, however they still function. The problem is the client doesn't seem to understand su roles, and all the logic does not include that as and option. This adds a more nuanced permission set on the selected widget under $scope.slected.can with a key for each of the permission types. Where possible, those have been used, but theres some strangeness going on thats difficult to follow/tanslate to can permissions. I left those in place. fixes #1296
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.
This got a huge jump forward in build tooling and quality. Looking forward to the next steps :)
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.
Didn't dive super deep, but checked all the bullet points and found nothing amiss.
Looks okay to me.
hub pr list --base dev/2.2.0 --state closed --format "- [#%I](%U) - %t%n