- 23 May, 2013 9 commits
-
-
cahrens committed
-
PREVIEW_LMS_BASE must now be set (default value does not work for both edge and edx). Make this work locally as well. https://edx.lighthouseapp.com/projects/102637/tickets/331
cahrens committed -
Set the browser size on startup of acceptance tests.
Will Daly committed -
Backbone notifications & font awesome integration oh thank god this is finally getting merged
David Baumgold committed -
David Baumgold committed
-
Use .get instead of [] to access env hash
Jay Zoldak committed -
Capture the exit code of the Mako template engine invocation on asset preprocessing and abort from the Rake task on failure. This will prevent the LMS from continuing its attempt to start up, preventing further configuration errors.
Nate Hardison committed -
Nate Hardison committed
-
- 22 May, 2013 31 commits
-
-
If the `THEME_NAME` environment token isn't defined, then the application.scss.mako file will crash during preprocessing. Use .get to avoid a crash.
Nate Hardison committed -
This reverts commit 90a9c386.
David Baumgold committed -
David Baumgold committed
-
David Baumgold committed
-
Because there are some cases where it's OK to fail, and it's not the user's fault
David Baumgold committed -
studio - revises z-index/element depth levels for modals, notifications, prompts, and alerts to use universal .depth Sass extends
Brian Talbot committed -
David Baumgold committed
-
This reverts commit e13556b8b6b54b2791fe7bb1ba2ae5cde10114ce. This is because the JS files need to be loaded in a specific order for the tests to run properly, and we don't yet have a way to declare that.
David Baumgold committed -
Brian Talbot committed
-
David Baumgold committed
-
removed symbolset, replaced with fontawesome for gradable status; added transform-origin for saving notification animation to remove wobble
Frances Botsford committed -
David Baumgold committed
-
David Baumgold committed
-
studio - changes all specific ss-icon-based selectors to use Font Awesome/generic icon- class name in notifications/prompts/alerts Sass
Brian Talbot committed -
removed symbolset, replaced with fontawesome for alerts, notifications, and all references in js files
Frances Botsford committed -
David Baumgold committed
-
Also, a SystemFeedback model no longer has a `type`, it has an `intent`. This is because SystemFeedback views have `type`, as well, and this prevents a naming collision.
David Baumgold committed -
David Baumgold committed
-
To reduce redundancy in tests
David Baumgold committed -
David Baumgold committed
-
David Baumgold committed
-
David Baumgold committed
-
Brian Talbot committed
-
David Baumgold committed
-
Doing so overrides the AJAX error popup
David Baumgold committed -
David Baumgold committed
-
studio - removes the .is-fleeting class/animation that is handled by backbone's min/max time for notifications
Brian Talbot committed -
Brian Talbot committed
-
studio - revises copy of server error notification to include a default message and removes associated actions from notifications
Brian Talbot committed -
David Baumgold committed
-
David Baumgold committed
-