269152c4f2
add a test scenario to count RT to database when prefetching children. This uses a shim function on pymongo's collection.find to do the counting
Chris Dodge
2013-03-25 23:15:35 -04:00
d8f1c2b41a
add unit test for proper depth build out
Chris Dodge
2013-03-25 22:49:39 -04:00
d636f4fab0
Merge branch 'master' into feature/abarrett/lms-notes-app
Arthur Barrett
2013-03-25 19:04:58 -04:00
63349dab9c
fixed update/delete responses
Arthur Barrett
2013-03-25 19:04:23 -04:00
0f486b16e9
add creation time to output
Arthur Barrett
2013-03-25 18:54:28 -04:00
131c63b697
refactored model and api to search/filter by page uri
Arthur Barrett
2013-03-25 18:47:28 -04:00
8350fe141b
Merge pull request #1735 from MITx/fix/will/bug_258
Victor Shnayder
2013-03-25 14:37:40 -07:00
3e43e6d3f2
Merge pull request #1736 from MITx/bug/christina/studio
Don Mitchell
2013-03-25 13:52:02 -07:00
37e7d68cef
pep8 and pylint fixes
Will Daly
2013-03-25 16:46:31 -04:00
c660229b25
Added checking for problem answer state after a problem is checked
Will Daly
2013-03-25 16:37:59 -04:00
7dcb1bf7c6
it appears we are taking one too many round trips to do when pre-fetching children. This can be very expensive as the tree gets wider the deeper we go. For example, in courseware we want depth=2 (course, chapter, sequential). But looking at log output we were also getting verticals, which there can be a lot of. This should cut down on the total data we are grabbing from the DB.
Chris Dodge
2013-03-25 16:09:13 -04:00
3084361042
Updated template to correctly handle checkbox values
Will Daly
2013-03-25 15:12:06 -04:00
e716530692
edx.org - added necessary JS and Sass to disabled login/register button when form is submitting
Brian Talbot
2013-03-25 14:52:13 -04:00
1df35507a3
Changed 'in' to '==' to fix bug #258
Will Daly
2013-03-25 14:13:47 -04:00
dc1a7f5d6a
edx.org - changed status message UI to be hidden by default (rather than with JS) for the time being for page load/render's sake
Brian Talbot
2013-03-25 13:59:30 -04:00
0574eb49ad
initialize annotator on any element by note:init event
Arthur Barrett
2013-03-25 13:36:38 -04:00
5ba583ed7b
Merge branch 'master' of github.com:MITx/mitx
Your Name
2013-03-25 11:46:27 -04:00
8c1b7a7160
Merge pull request #1734 from MITx/fix/rocha/course-xmodule-test
Don Mitchell
2013-03-25 08:34:12 -07:00
a5a126ac93
Fix incorrect date in test for course xmodule
Carlos Andrés Rocha
2013-03-25 11:28:40 -04:00
f0e1b477f7
Merge pull request #1703 from MITx/feature/diana/matlab-input
Victor Shnayder
2013-03-25 08:27:56 -07:00
39714a17d9
Merge branch 'master' into bug/christina/cursor-move
cahrens
2013-03-22 16:03:52 -04:00
2dcfd1eba1
Merge pull request #1719 from MITx/feature/btalbot/studio-checklists
Don Mitchell
2013-03-22 12:49:30 -07:00
eebef1e647
Don't save subsection and unit names until the change event. Fixes bugs #18 and #228.
cahrens
2013-03-22 15:32:13 -04:00
1069c2c40a
Merge pull request #1722 from MITx/bug/btalbot/studio-pagetitles
Christina Roberts
2013-03-22 11:02:16 -07:00
505a382421
Re-enable all the tests!
cahrens
2013-03-22 14:00:20 -04:00
fd973442b1
if we have to reload a module and already have the descriptor, we don't need to refect the descriptor (which results in another DB round-trip. We just need the student state.
Chris Dodge
2013-03-22 13:57:53 -04:00
1ea3a4e77b
Merge pull request #1724 from MITx/bug/btalbot/studio-viewlivebutton
Christina Roberts
2013-03-22 10:34:55 -07:00
b4e6b792cf
studio - changed the label of view published/live version of unit presented to a user while editing a draft of the same unit
Brian Talbot
2013-03-22 12:01:58 -04:00
23f77a1571
Merge pull request #1723 from MITx/fix/zoldak/pep8-test-responsetypes
Will Daly
2013-03-22 08:52:12 -07:00
08c5ab3cc9
pep8 fixes
Jay Zoldak
2013-03-22 11:38:58 -04:00
420c8216aa
demo change to resolve push error
Brian Talbot
2013-03-22 11:31:47 -04:00
22fd8432c3
demo change to resolve push error
Brian Talbot
2013-03-22 11:31:43 -04:00
f11e54ddc7
studio - syncing up page <title> values with UI titles/headings
Brian Talbot
2013-03-22 11:27:16 -04:00
dc983cb9a5
add checking for metadata that we can't support editing for in Studio. This is now an error and will have to be addressed by course authors
Chris Dodge
2013-03-22 11:15:14 -04:00
f8eacff683
styled textbook css to look closer to the discussion forum navigation
marco
2013-03-22 11:04:44 -04:00
14e0387b20
Merge pull request #1716 from MITx/bug/orphan
Christina Roberts
2013-03-22 07:33:52 -07:00
9fdac385e1
Merge branch 'master' into ux/marco/textbook
marco
2013-03-22 10:29:05 -04:00
d631509afa
Re-enable all the tests!
cahrens
2013-03-22 10:28:36 -04:00
a2a1478d92
Fix caching bug on back button.
cahrens
2013-03-22 09:51:45 -04:00
be4045cb86
Reduce pep8 warnings, move Checklistst to top of menu.
cahrens
2013-03-21 22:17:46 -04:00
8385db8518
Clean up comments.
cahrens
2013-03-21 21:40:38 -04:00
016fe196ae
Add Python unit tests, don't convert URLs every time.
cahrens
2013-03-21 21:21:24 -04:00
ae81009a43
Changing edx marketing site cookie value to 'true'
John Jarvis
2013-03-21 17:56:56 -04:00
4d266fa3ca
Merge pull request #1718 from MITx/victor/fewer-phds-more-associates
Carlos Andrés Rocha
2013-03-21 14:35:16 -07:00
3f18e5c3d7
In sign up form, merge PhD-science and PhD-other, add Associate's degree
Victor Shnayder
2013-03-21 17:23:46 -04:00
7120998938
refactoring notes js
Arthur Barrett
2013-03-21 17:18:45 -04:00
57dd2e728c
Adding a new cookie to determine logged in status for the edx mktg site
John Jarvis
2013-03-21 17:17:35 -04:00
0de9e6a6a5
Merge pull request #1717 from MITx/fix/cdodge/drive-by-fix
David Ormsbee
2013-03-21 13:38:44 -07:00
63fc2eecaf
drive by fix to get proper error handling
Chris Dodge
2013-03-21 16:32:58 -04:00
7051a94e7b
resolved local master merge conflicts with studio sass
Brian Talbot
2013-03-21 16:15:19 -04:00
7d22d48e14
disable the discussion cache update signal until we get solution for pickling
Chris Dodge
2013-03-21 15:52:48 -04:00
a5845a2087
remove discussion caching for now. It might be overkill and I need to figure out how to serialize out the resultset into the cache as writing modules into the cache causes a pickle error
Chris Dodge
2013-03-21 15:46:57 -04:00
6b3b7fe277
Some cleanup.
cahrens
2013-03-21 15:19:45 -04:00