ebc991cce6
Merge pull request #2094 from edx/ned/make-numpy-and-scipy-both-install
Ned Batchelder
2013-05-23 12:03:07 -07:00
b6090952da
randomize_module.py was missing 'import lxml' to support definition_to_xml(). Also, fix serialization of show_timezone to expect a bool
Chris Dodge
2013-05-23 14:24:36 -04:00
1371c8d0da
revises alignment of advanced editor and cheatsheet toggle
Brian Talbot
2013-05-23 13:17:29 -04:00
7940ca54ad
studio - adjusts visual vertical spacing of save/cancel actions in modal editing windows on unit and page edits.
Brian Talbot
2013-05-23 12:58:24 -04:00
007a4e534f
Merge pull request #2110 from edx/fix/db/lettuce-tests
David Baumgold
2013-05-23 09:55:56 -07:00
cf1e906c13
Fix lettuce tests
David Baumgold
2013-05-23 12:50:19 -04:00
1de8c4d321
Merge branch 'master' into pbaratta/calc-tests
Peter Baratta
2013-05-23 11:11:08 -04:00
70898a06da
Pep8 fix
Peter Baratta
2013-05-23 11:09:23 -04:00
a4ad495bef
Merge pull request #2084 from edx/fix/will/lettuce-browser-size
Will Daly
2013-05-23 08:00:48 -07:00
a15a283674
Merge pull request #2087 from edx/backbone-notifications-font-awesome
David Baumgold
2013-05-23 07:31:43 -07:00
f521b8e8c0
Handle errors while sending emails around changing user data
Calen Pennington
2013-05-20 14:48:48 -04:00
e6a1a9faaf
Merge branch 'master' into feature/cdodge/autoprovision-forums-master
Jay Zoldak
2013-05-23 10:19:39 -04:00
db261dc1c3
Add docstrings; test divsion by zero at Response level
Peter Baratta
2013-05-21 15:20:51 -04:00
c26edbd631
jasmine-jquery compatiblity post-backport
David Baumgold
2013-05-23 10:14:47 -04:00
af8b509e2d
Merge pull request #2106 from edx/fix/nate/application-mako-crash
Jay Zoldak
2013-05-23 06:31:51 -07:00
daa0ac2f01
Capture Mako exit code and fail fast if necessary
Nate Hardison
2013-05-22 19:42:22 -07:00
f826198214
Use "is not None" convention
Nate Hardison
2013-05-22 19:34:14 -07:00
b2b6ca5f7b
Record junit reports of jasmine tests
Calen Pennington
2013-05-15 13:10:52 -04:00
293d0a8645
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
2013-05-22 21:58:29 -04:00
7ef6132194
Make factories return unicode data
Calen Pennington
2013-05-22 21:34:07 -04:00
a282153337
Cleaned up whitespace in docs
Calen Pennington
2013-05-22 21:38:03 -04:00
dcefd9e991
Taught rake test_lms and test_cms to run specific tests by passing a single argument
Calen Pennington
2013-05-20 14:47:44 -04:00
2add58bb5a
Create sequences for names, emails, and usernames in UserFactory
Calen Pennington
2013-05-20 14:37:26 -04:00
3fceb46953
Merge branch 'master' of github.com:edx/edx-platform into feature/cdodge/autoprovision-forums-master
Chris Dodge
2013-05-22 20:44:22 -04:00
a0b6a176f2
Use .get instead of [] to access env hash
Nate Hardison
2013-05-22 14:49:22 -07:00
350c5460af
Revert "Update jasmine-jquery to 1.5.1"
David Baumgold
2013-05-22 17:29:52 -04:00
4a92949218
scipy can go back into base. MySQL-python really does have to be installed after distribute has been updated by base.txt, I tested it.
Ned Batchelder
2013-05-22 17:05:41 -04:00
39663ce947
Add in newlines at end of files
Vik Paruchuri
2013-05-22 17:01:49 -04:00
4736527952
Add Jasmine tests to cover AJAX error notifications
David Baumgold
2013-05-22 15:45:04 -04:00
be8daf7468
/event was returning invalid JSON: fix it
David Baumgold
2013-05-22 15:11:17 -04:00
0a7222b123
Allow an AJAX call to specify that it should not notify on error
David Baumgold
2013-05-22 15:04:30 -04:00
2359c43855
studio - revises z-index/element depth levels for modals, notifications, prompts, and alerts to use universal .depth Sass extends
Brian Talbot
2013-05-21 14:06:50 -04:00
3738078ce9
Load system feedback template for SectionEdit tests
David Baumgold
2013-05-21 13:29:00 -04:00
a5cc3a9ff9
Revert "Load *.js files more generically for Jasmine tests"
David Baumgold
2013-05-21 13:18:41 -04:00
bc6e480103
studio - corrects some errand new icon-based typography rules to use the line-height() mixin
Brian Talbot
2013-05-21 13:24:21 -04:00
3cfadb8ae8
Migrated internationalization text into template for section name
David Baumgold
2013-05-21 11:29:41 -04:00
fa330784d3
removed symbolset, replaced with fontawesome for gradable status; added transform-origin for saving notification animation to remove wobble
Frances Botsford
2013-05-20 11:58:53 -04:00
dc2acb18ee
Moved global AJAX Error handler definition to main.coffee
David Baumgold
2013-05-20 10:23:58 -04:00
f3523d805f
Escape section name in Backbone to prevent XSS
David Baumgold
2013-05-20 10:17:29 -04:00
bb0460cc0d
studio - changes all specific ss-icon-based selectors to use Font Awesome/generic icon- class name in notifications/prompts/alerts Sass
Brian Talbot
2013-05-16 15:55:34 -04:00
4e79d064a0
removed symbolset, replaced with fontawesome for alerts, notifications, and all references in js files
Frances Botsford
2013-05-16 13:22:49 -04:00
9a61663dce
Restore HTML escaping in Mako template
David Baumgold
2013-05-17 14:57:29 -04:00
9e864834bd
Unify system feedback templates
David Baumgold
2013-05-17 14:41:56 -04:00