marco
1af4d90a1a
removed icon stack from email area of helpgrid
2013-06-12 16:02:17 -04:00
marco
e5158578f4
icon color changes and profile link style to match profile page
2013-06-12 15:14:14 -04:00
cahrens
89d0003603
Be strict about ModelType expected types, rename Object as Dict.
2013-06-12 14:59:17 -04:00
marco
48f47696c4
sass build cleanup for baseline fixes
2013-06-12 14:39:10 -04:00
marco
73e122755a
cleaned up margin and padding to use baseline variable
2013-06-12 14:37:52 -04:00
Calen Pennington
25aec96e86
Merge pull request #124 from edx/fix/cale/test-ruby-install
...
Do a bundle install before trying to use rake, so that we have all the p...
2013-06-12 11:30:10 -07:00
Peter Fogg
8da102c732
Update failing Jasmine tests for video.
2013-06-12 13:50:33 -04:00
marco
03d514524b
removed border to the right of discussion list
2013-06-12 13:49:46 -04:00
marco
c63fb7c14d
basic shell for home page exists, along with start of color cleanup for the rest of _discussion.scss
2013-06-12 13:47:39 -04:00
Calen Pennington
5b8163dc9c
Merge pull request #92 from edx/fix/cale/url-tests
...
Fix tests that vary urls.py
2013-06-12 10:47:13 -07:00
JonahStanley
3c43dbb26f
Changed the other % to format
2013-06-12 13:36:46 -04:00
cahrens
86d952bf91
Change to putting serialize/de-serialize directly in xml_module.
2013-06-12 13:34:38 -04:00
JonahStanley
6d686dd9f6
Changed the way the file path was obtained
2013-06-12 13:32:46 -04:00
JonahStanley
1b5050c9ac
Changed the following:
...
% to format
css_find().click() to its actual function
A few name changes as well as step changes
Removal of drag testing
A refactoring of login and create user. Login will no longer create the specified user
2013-06-12 13:25:33 -04:00
Miles Steele
0825319cc7
fix gradebook tests
2013-06-12 13:16:08 -04:00
Peter Fogg
4e2c4f02d6
Fix times not being parse from HH:MM:SS format into floats and update video module logic tests.
2013-06-12 12:37:06 -04:00
Brian Talbot
45c1109c72
syncs up font-weight across problem button/input actions
...
(cherry picked from commit 14100ba14c )
2013-06-12 12:01:02 -04:00
Brian Talbot
10fd401157
syncs styling rules for buttons/inputs to ensure consistency
...
(cherry picked from commit 832da3ad48 )
2013-06-12 12:00:52 -04:00
Brian Talbot
cb46cc6ac6
abstracts height rule to apply to the capa check, show, save actions
...
(cherry picked from commit 050846af71 )
2013-06-12 12:00:42 -04:00
Brian Talbot
a684c6f679
removes HTML elemements from problem action Sass selectors
...
(cherry picked from commit 664efb9887 )
2013-06-12 12:00:31 -04:00
Brian Talbot
04bfa01644
resolves height issue when display the check and show answer actions alongside problems
...
(cherry picked from commit a17bf5e2ce )
2013-06-12 12:00:21 -04:00
e0d
9acab2de70
added pylint ignores, fixed missing import
...
(cherry picked from commit 273df4e113 )
2013-06-12 11:56:51 -04:00
e0d
bcc92ef8ef
Adding comments.
...
(cherry picked from commit c96511a278 )
2013-06-12 11:56:51 -04:00
e0d
3ae11e860c
Better error handling.
...
(cherry picked from commit 1511ec841a )
2013-06-12 11:56:51 -04:00
e0d
d380c76df6
Adding a new env to handle escalating privileges to run db migrations.
...
(cherry picked from commit d2554909d8 )
2013-06-12 11:56:51 -04:00
Brian Talbot
e641d2c6b5
Merge pull request #136 from edx/fix/btalbot/xmodule-showanswer
...
Problem Show Answer/Check Button Line Height Syncing
2013-06-12 08:56:08 -07:00
Brian Talbot
14100ba14c
syncs up font-weight across problem button/input actions
2013-06-12 11:44:00 -04:00
Brian Talbot
832da3ad48
syncs styling rules for buttons/inputs to ensure consistency
2013-06-12 11:43:59 -04:00
Brian Talbot
050846af71
abstracts height rule to apply to the capa check, show, save actions
2013-06-12 11:43:59 -04:00
Brian Talbot
664efb9887
removes HTML elemements from problem action Sass selectors
2013-06-12 11:43:59 -04:00
Brian Talbot
a17bf5e2ce
resolves height issue when display the check and show answer actions alongside problems
2013-06-12 11:43:59 -04:00
Peter Fogg
681e96b702
Update display names and help text for video metadata.
2013-06-12 11:42:41 -04:00
e0d
b11e748341
Merge pull request #142 from edx/e0d/pylint-and-import
...
added pylint ignores, fixed missing import
2013-06-12 08:38:32 -07:00
Peter Fogg
52bf82ac17
Set Youtube ID defaults to the empty string.
2013-06-12 11:29:14 -04:00
e0d
273df4e113
added pylint ignores, fixed missing import
2013-06-12 11:24:28 -04:00
Calen Pennington
d715c61d69
Merge pull request #118 from edx/fix/cale/xmodule-assets-deletion-error
...
Ignore files that don't exist when we try and delete them while compilin...
2013-06-12 08:10:36 -07:00
Feanil Patel
20df6dec00
Default to unicode for sass compilation.
...
If no default is provided, sass falls back to the system
default. This fails when the system default is not unicode because
various sass files have unicode characters in them.
2013-06-12 10:57:31 -04:00
Peter Fogg
63e376daf8
Fix failing test bug.
2013-06-12 10:48:04 -04:00
Jean Manuel Nater
a25a0d71ac
refactored tests in courseware to draw course info from mongo instead of xmlmodulestore
2013-06-12 10:42:52 -04:00
Peter Fogg
008c769ffb
Update and fix acceptance to show captions when correct.
2013-06-12 10:27:05 -04:00
Calen Pennington
eccf800f47
Ignore files that don't exist when we try and delete them while compiling xmodule assets
2013-06-12 09:02:44 -04:00
e0d
fd4d816816
Merge pull request #133 from edx/e0d/migrate-as-other-user
...
Adding a new env to handle escalating privileges to run db migrations.
2013-06-12 05:10:28 -07:00
Diana Huang
58d561ac8e
Merge pull request #126 from edx/diana/fix-display-text
...
Fix typo and an unclear description.
2013-06-11 14:36:06 -07:00
JonahStanley
e843f80e1f
Fixed naming issue and hopefully clicking issue
2013-06-11 17:09:39 -04:00
Ned Batchelder
413202e7d6
Merged ned/whitelistable-sandbox
2013-06-11 16:49:45 -04:00
Diana Huang
f79d1e215a
Fix some typos and unclear descriptions.
2013-06-11 16:48:11 -04:00
e0d
c96511a278
Adding comments.
2013-06-11 16:37:37 -04:00
Jay Zoldak
7b7a3427d9
Fix broken lettuce tests
2013-06-11 16:35:17 -04:00
JonahStanley
eb14a07814
Added tests for course updates and handouts
2013-06-11 16:15:49 -04:00
Peter Fogg
1ff72e0bae
Convert show_captions to StringyBoolean.
2013-06-11 16:14:52 -04:00