- 23 May, 2013 22 commits
-
-
Giulio Gratta committed
-
Giulio Gratta committed
-
Giulio Gratta committed
-
Giulio Gratta committed
-
Feature/cdodge/autoprovision forums master
chrisndodge committed -
Fix/cale/amazon ses errors
Calen Pennington committed -
Use the latest CodeJail, with 0 default for memory limit.
Ned Batchelder committed -
Ned Batchelder 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 -
The most common error is Amazon SES having blacklisted an email address. However, we handle any error being raised during user.email_user. Fixes JIRA LMS-131
Calen Pennington committed -
Jay Zoldak 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
-
special case the db setup for the cms acceptance tests. We need the comment client database tables to be created since we're creating the DB from scratch
Chris Dodge committed -
Django always returns string data from the database as unicode objects (ref: https://docs.djangoproject.com/en/1.4/ref/unicode/#models). Therefor, our factories should do the same
Calen Pennington committed -
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Merge branch 'master' of github.com:edx/edx-platform into feature/cdodge/autoprovision-forums-master
Chris Dodge committed
-
- 22 May, 2013 18 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
-