Commit Graph

6631 Commits

Author SHA1 Message Date
Ned Batchelder
009b3e9c50 Merge pull request #1403 from edx/ned/small-dictfielddata-cleanups
Simple cleanups of DictFieldData
2013-10-18 11:02:38 -07:00
Brian Talbot
38153f95d6 Merge pull request #1292 from edx/talbs/update-sass-bourbon-neat
Sass 3.2.12, Neat 1.4.0
2013-10-18 10:17:27 -07:00
Brian Talbot
3a639ece1f updating Neat generated utility files 2013-10-18 11:35:25 -04:00
polesye
79f11de6de Merge pull request #1342 from edx/anton/fix-video-multi-speed-bug
Video player: Fix multi speed bug
2013-10-18 08:09:42 -07:00
Don Mitchell
8fe99a6be2 Revert "Revert "Merge pull request #1240 from edx/dhm/config_separation""
This reverts commit a517dc2085.
2013-10-18 09:22:30 -04:00
Ned Batchelder
d3c7c0834d Simple cleanups of DictFieldData
I tried to make DictFieldData strict about only being used with one
block.  That effort failed ultimately, but these are reasonable changes
I made along the way.
2013-10-18 04:51:42 -04:00
polesye
df091e5023 Remove $.cookie. 2013-10-18 11:04:06 +03:00
polesye
dda6fbd45c Fix typo. 2013-10-18 08:51:46 +03:00
polesye
730113837b Add js unit tests. 2013-10-18 08:47:09 +03:00
polesye
eeab7847b4 Add resizing. 2013-10-18 08:47:09 +03:00
Giulio Gratta
cca057df56 Merge pull request #1395 from edx/giulio/ICE-confirm-reset
Add confirm dialog to ICE reset changes
2013-10-17 17:23:22 -07:00
Gabe Mulley
d2b03e28fb add course_id to event context 2013-10-17 17:44:01 -04:00
Giulio Gratta
af0239ab0b add confirm dialog to ICE reset changes 2013-10-17 14:11:05 -07:00
Giulio Gratta
0b8058d8c0 Merge pull request #1377 from edx/giulio/ICE-undo
Tweaking ICE undo feature
2013-10-17 13:58:45 -07:00
Giulio Gratta
db802fb543 update code to reflect comment 2013-10-17 11:30:54 -07:00
Don Mitchell
2678f2a148 Merge pull request #1386 from edx/dhm/bug-courseid
Allow - ~ and . in course, branch, & block ids
2013-10-17 11:21:21 -07:00
Don Mitchell
9fc5a8a4d6 Allow - ~ and . in course, branch, & block ids 2013-10-17 13:31:44 -04:00
Giulio Gratta
5e45861dfb Merge pull request #1374 from edx/giulio/video-help-text
Added help text to multiple speed video fields
2013-10-17 09:46:07 -07:00
Julia Hansbrough
d82fa03884 Merge pull request #1380 from edx/flowerhack/fix/certDollarValueConfirm
Flowerhack/fix/cert dollar value confirm
2013-10-17 09:04:48 -07:00
Don Mitchell
2b99947241 Merge pull request #1309 from edx/dhm/mongo_migrate
Compute ObjectId locally rather than delegating to Mongo db
2013-10-17 08:32:55 -07:00
Julia Hansbrough
04bc669d09 Fixed bug LMS-1117
When registering for an verified certificate, if you selected a suggested price option, closed the browser halfway through the steps, and re-opened, the contribution would be written in the text input field instead of preselecting the appropriate radio button.  This commit fixes that behavior
2013-10-17 14:59:43 +00:00
Don Mitchell
dda08930cd Compute ObjectId locally rather than delegating to Mongo db
Was following a std sql pattern, but non-sql db's are slow write
and pymongo's ObjectId() is supposed to generate a true GUID
equivalent to waiting for the db to do so.
2013-10-17 10:49:07 -04:00
Don Mitchell
978c19dd2c Merge pull request #1325 from edx/dhm/paginate_assets
Add asset pagination
2013-10-17 07:16:09 -07:00
Don Mitchell
a6ad531d50 Merge pull request #1287 from edx/dhm/restful_crud
Restful api prototype
2013-10-17 05:50:05 -07:00
Will Daly
17d8bd219a Merge pull request #1319 from edx/will/enable-bulk-email-tests
Enable and update bulk email acceptance test
2013-10-17 05:44:48 -07:00
Giulio Gratta
1fad68b5ca Adding ICE undo feature 2013-10-16 16:01:56 -07:00
Jay Zoldak
dbfc38dfa9 Merge pull request #1370 from edx/zoldak/refactor-cms-acceptance-js
refactor studio component creation in acceptance tests
2013-10-16 14:47:29 -07:00
Don Mitchell
fbc68df88b Ensure bootstrapping tests start w/ clean slate. 2013-10-16 16:54:31 -04:00
Don Mitchell
95ea4dc9cc Tests for Locator <-> Location help functions 2013-10-16 16:54:31 -04:00
Don Mitchell
010905eb99 RESTful api for getting course listing and opening course in studio.
Pattern for how to do refactoring from locations to locators and from
old style urls to restful ones.
2013-10-16 16:54:31 -04:00
Giulio Gratta
23bd9f5012 added help text to multiple speed video fields 2013-10-16 13:35:59 -07:00
Jay Zoldak
751994b9aa pep8 and pylint fixes 2013-10-16 15:03:14 -04:00
Jay Zoldak
37933cb5f9 refactor studio component creation in acceptance tests 2013-10-16 15:02:49 -04:00
David Baumgold
ab5664ab9d Merge pull request #1366 from edx/db/fix-video-test
Fix video unit test
2013-10-16 10:42:53 -07:00
David Baumgold
545563c77b Fix video unit test 2013-10-16 12:55:19 -04:00
polesye
283777dac2 Merge pull request #1297 from edx/anton/fix-lti-export
LTI: Fix import/export.
2013-10-16 09:54:21 -07:00
David Baumgold
e363e5a72d Merge pull request #1337 from edx/db/fix-video-requirejs
fix video module issue with require.js
2013-10-16 09:40:48 -07:00
jmclaus
49bd356766 Used chaining. Cached gettext call. 2013-10-16 14:09:03 +02:00
jmclaus
585751ffca Updated template and fixtures 2013-10-16 14:09:03 +02:00
jmclaus
3a798adb0f Added two states to HD control: HD off - HD on 2013-10-16 14:09:03 +02:00
Valera Rozuvan
d408d7adec Enabled 2nd disabled Jasmine test. 2013-10-16 15:02:59 +03:00
David Baumgold
deb36999ca Remove outdated comment 2013-10-16 07:56:00 -04:00
Valera Rozuvan
269089711e Enabled 2 disabled Jasmine tests. Fixed them. 2013-10-16 14:15:10 +03:00
Valera Rozuvan
cf3ea89289 Rebased. Updated Jasmine describe messages to make them more clearer. 2013-10-16 13:43:58 +03:00
David Baumgold
e930b96b52 Remove references to onYouTubePlayerAPIReady and onHTML5PlayerAPIReady 2013-10-16 13:28:28 +03:00
David Baumgold
bcf4fd5f3d Mock YT.ready in Xmodule JS tests
and disable tests that fail for unrelated reasons
2013-10-16 13:28:28 +03:00
David Baumgold
40e540284f wait to load video module until YT API is ready 2013-10-16 13:28:28 +03:00
Valera Rozuvan
a7f3bb2b00 Added back on hover CC button functionality.
Fixing falling test. Added fix for RequireJS & XModule loader video race condition.
Removed unnecessary comments from SCSS and JS files.
Added entry to Change Log.
2013-10-16 12:02:19 +03:00
Will Daly
82535f3bcb Enable and update bulk email acceptance test 2013-10-15 21:30:28 -04:00
Christina Roberts
ccd692dd86 Merge pull request #1133 from edx/jkarni/fix/customtag-error
Jkarni/fix/customtag error
2013-10-15 14:23:45 -07:00