Christina Roberts
|
3222e083eb
|
Merge pull request #1435 from MITx/feature/cale/no-course-collectstatic-bugfix
Fix bug where we imported two functions w/ the same name
|
2013-02-05 13:36:56 -08:00 |
|
Christina Roberts
|
0d8cfb9baa
|
Merge pull request #1437 from MITx/fix/cdodge/static-content-server-return-404
change from throwing a Http404 exception, which I believe will try to re...
|
2013-02-05 13:36:28 -08:00 |
|
David Ormsbee
|
b68aff72f2
|
Merge pull request #1436 from MITx/debug/dave/sass
undo pipeline changes
|
2013-02-05 13:26:22 -08:00 |
|
Chris Dodge
|
3fa1fe0cd6
|
change from throwing a Http404 exception, which I believe will try to render a static 404.html template - and ironically triggers a 500 server error. Just create a HttpResponse and set the status_code to 404.
|
2013-02-05 16:26:07 -05:00 |
|
David Ormsbee
|
1ef9d6388f
|
re-add compression flag to sass
|
2013-02-05 16:25:59 -05:00 |
|
David Ormsbee
|
706a1072b9
|
undo pipeline changes
|
2013-02-05 16:24:53 -05:00 |
|
Calen Pennington
|
8360a7a7f5
|
Fix bug where we imported two functions w/ the same name
|
2013-02-05 16:23:10 -05:00 |
|
Christina Roberts
|
8c4b661292
|
Merge pull request #1434 from MITx/bug/btalbot/studio-boldblockquote
studio - resolved HTML display issue with bold and blockquote
|
2013-02-05 13:13:44 -08:00 |
|
Diana Huang
|
120aa3cd3b
|
Merge pull request #1421 from MITx/feature/vik/peer-grading-xmodule
Feature/vik/peer grading xmodule
|
2013-02-05 12:55:48 -08:00 |
|
Brian Talbot
|
d713b288b5
|
studio - resolved HTML display issue where bold and blockquote elements didn't match LMSs style
|
2013-02-05 15:21:41 -05:00 |
|
Vik Paruchuri
|
ce87e6f221
|
Skip two tests
|
2013-02-05 14:57:59 -05:00 |
|
Vik Paruchuri
|
cae65706fd
|
Pare down on peer grading service
|
2013-02-05 14:37:08 -05:00 |
|
Vik Paruchuri
|
8027cc7024
|
Fix some issues with tests
|
2013-02-05 14:35:44 -05:00 |
|
Vik Paruchuri
|
134f2f7af7
|
Fix tests, bugfix for problem url error
|
2013-02-05 14:21:08 -05:00 |
|
Vik Paruchuri
|
e13de7543f
|
Test fixes, err response fixes, address review comments
|
2013-02-05 14:12:11 -05:00 |
|
Vik Paruchuri
|
34dc6e6320
|
Fix some issues with peer grading service
|
2013-02-05 13:37:55 -05:00 |
|
David Ormsbee
|
74c112e5cc
|
Merge pull request #1373 from MITx/feature/zoldak/django-comment-client-tests
Add unit tests for django comment client
|
2013-02-05 10:37:18 -08:00 |
|
David Ormsbee
|
e50652e733
|
Merge pull request #1397 from MITx/feature/cale/no-course-collectstatic
Free courses from the confines of collectstatic
|
2013-02-05 10:32:54 -08:00 |
|
Vik Paruchuri
|
7984c4dfcb
|
Move over grading service to xmodule
|
2013-02-05 13:10:56 -05:00 |
|
Calen Pennington
|
69ee6b584e
|
Merge pull request #1430 from MITx/feature/jarv/remove-repos-cfg
Removing repos.json import
|
2013-02-05 08:43:47 -08:00 |
|
John Jarvis
|
bff477e8d3
|
Removing repos.json import
|
2013-02-05 11:35:12 -05:00 |
|
Calen Pennington
|
4d8165b2b6
|
Remove bad import of replace_urls
|
2013-02-05 11:06:46 -05:00 |
|
Calen Pennington
|
0350d15e29
|
Make static_replace fall back to data_directory prefix, if it doesn't find the file anywhere else
|
2013-02-05 11:06:46 -05:00 |
|
Calen Pennington
|
90107fa88f
|
Import cache function correctly
|
2013-02-05 11:06:46 -05:00 |
|
Calen Pennington
|
10f8dbfa46
|
Handle options passed to clear_collectstatic_cache
|
2013-02-05 11:06:46 -05:00 |
|
Calen Pennington
|
2551243dfa
|
Install the static_replace app for the management command
|
2013-02-05 11:06:46 -05:00 |
|
Calen Pennington
|
ae5d3cbc57
|
Add admin command to flush the staticfiles cache
|
2013-02-05 11:06:46 -05:00 |
|
Calen Pennington
|
8592db92bf
|
Add more tests of static_replace
|
2013-02-05 11:06:46 -05:00 |
|
Calen Pennington
|
5eae9c3a40
|
Make lms and cms coverage reports cover common/djangoapps
|
2013-02-05 11:06:46 -05:00 |
|
Calen Pennington
|
f1f2bd8fd2
|
Start adding tests for static replacement
|
2013-02-05 11:06:46 -05:00 |
|
Calen Pennington
|
401f564e6a
|
Fix data directory passed to replace_static_urls
|
2013-02-05 11:06:46 -05:00 |
|
Calen Pennington
|
ba7bd9022b
|
Replace the correct /course/ urls, rather than /courses/
|
2013-02-05 11:06:46 -05:00 |
|
Calen Pennington
|
0da1467a90
|
Pull out missing variable
|
2013-02-05 11:06:46 -05:00 |
|
Calen Pennington
|
88fc2e3756
|
Fix unbalanced paren in regex
|
2013-02-05 11:06:45 -05:00 |
|
Calen Pennington
|
04879a83d3
|
Rejigger how /course and /static urls are replaced, to make the logic slightly more comprehensible
|
2013-02-05 11:06:45 -05:00 |
|
Calen Pennington
|
b05ead864f
|
Revert "Revert "Merge pull request #1374 from MITx/feature/cale/no-course-collectstatic""
This reverts commit c4f56620df.
|
2013-02-05 11:06:45 -05:00 |
|
Vik Paruchuri
|
e8a690df5e
|
Update peer grading tests
|
2013-02-05 10:46:00 -05:00 |
|
Don Mitchell
|
82b2dc7193
|
Merge pull request #1427 from MITx/feature/christina/misc2
Do not do finds within the event method. Decreases likelihood of hitting...
|
2013-02-05 07:19:40 -08:00 |
|
cahrens
|
286616e659
|
Do not do finds within the event method. Decreases likelihood of hitting bug in older versions of Chrome.
https://edx.lighthouseapp.com/projects/102637/tickets/153
|
2013-02-05 09:50:34 -05:00 |
|
David Ormsbee
|
ecce3e5761
|
Merge pull request #1426 from MITx/debug/dave/sass
Comment out YUI compressor (cause *something* is still causing CSS compression)
|
2013-02-05 05:59:59 -08:00 |
|
David Ormsbee
|
818cd3aa48
|
Comment out YUI compressor (cause *something* is still causing CSS compression)
|
2013-02-05 08:58:59 -05:00 |
|
Victor Shnayder
|
2ab3d1b167
|
Merge pull request #1425 from MITx/feature/ichuang/conditional-module-text-improvement
for conditional require_attempted display "attempted" instead of "completed"
|
2013-02-04 18:54:56 -08:00 |
|
ichuang
|
8ff3dde605
|
for require_attempted display "attempted" instead of "completed"
|
2013-02-04 19:54:36 -05:00 |
|
Vik Paruchuri
|
443c3eda4f
|
Tests for peer grading service may be fixed.
|
2013-02-04 18:37:28 -05:00 |
|
Victor Shnayder
|
82afc477fa
|
Merge pull request #1396 from MITx/feature/victor/randomization
Feature/victor/randomization
|
2013-02-04 15:37:07 -08:00 |
|
Vik Paruchuri
|
18814196f0
|
Make things slightly robust
|
2013-02-04 18:31:32 -05:00 |
|
Victor Shnayder
|
b6614f6939
|
add initial test that only tests the descriptor
|
2013-02-04 18:28:22 -05:00 |
|
Vik Paruchuri
|
725f0c632c
|
Remove get statements, fix module_render
|
2013-02-04 18:27:25 -05:00 |
|
Vik Paruchuri
|
009a8c5f63
|
Fix issue with passing rubric scores back to controller
|
2013-02-04 18:17:23 -05:00 |
|
David Ormsbee
|
fae51815d8
|
Merge pull request #1420 from MITx/debug/dave/sass
Force it to do expanded mode, because it's still generating compressed CSS output
|
2013-02-04 15:04:03 -08:00 |
|