Commit Graph

25398 Commits

Author SHA1 Message Date
Greg Price
eaa93bf615 Hide comments in marked answers in forum questions
A link to show the comments appears in their place.
2014-08-29 15:59:33 -04:00
Greg Price
ec482c0dc2 Allow authors of forum questions to mark answers
Co-authored-by: jsa <jsa@edx.org>
2014-08-29 15:59:32 -04:00
Greg Price
a3703fbf79 Refactor a small amount of forum permission code 2014-08-29 15:59:32 -04:00
Greg Price
c23a27bac4 Add post type control to forum new post form
Also change server to pass post type through to the comments service.
2014-08-29 15:59:32 -04:00
Greg Price
2e30874180 Add post type indicators to forum sidebar nav
The previously existing checkmark for threads with endorsed responses is
removed, as it is mostly redundant.
2014-08-29 15:59:32 -04:00
Greg Price
dd05423732 Re-render forum responses when marked as answer 2014-08-29 15:59:32 -04:00
Greg Price
aaa2f35336 Change endorsement UI for forum question threads
Responses to question threads can be "marked as answer" instead of
"endorsed".
2014-08-29 15:59:32 -04:00
Greg Price
182ae7aeb0 Add endorsement info to marked answers in forum
Co-authored-by: jsa <jsa@edx.org>
2014-08-29 15:59:31 -04:00
Greg Price
10063a3120 Distinguish forum thread types in rendering
Each thread's type is now included in its post details, and question
threads have marked answers shown immediately below the body of the
initial post.
2014-08-29 15:59:31 -04:00
Greg Price
7470e60004 Unify forum thread views (and templates) 2014-08-29 15:59:31 -04:00
Greg Price
ab2b7f344d Clean up dead forums front-end code 2014-08-29 15:59:31 -04:00
Greg Price
8d2211a698 Handle question posts from comments service 2014-08-29 15:59:31 -04:00
Greg Price
854621be60 Update forum new post form
Add help text to several fields, update visual styling, and make it
appear in the right-hand pane of the discussion tab instead of sliding
down from the top.

Co-authored-by: jsa <jsa@edx.org>
Co-authored-by: marco <marcotuts@gmail.com>
2014-08-29 15:59:31 -04:00
Stephen Sanchez
e33d9b7367 Merge pull request #5025 from edx/ora2/release-2014-08-29T17.33
Updated ORA2 tag for release for August 29th, 2014
2014-08-29 15:16:48 -04:00
Stephen Sanchez
1f4eb739f3 Merge pull request #5024 from edx/sanchez/ECOM-216-django-template-settings
The main django template needs header and footer feature flags.
2014-08-29 15:16:12 -04:00
Stephen Sanchez
cd683cecd2 Updated ORA2 tag for release for August 29th, 2014 2014-08-29 18:14:39 +00:00
Stephen Sanchez
20a66ee2ef The main django template needs header and footer feature flags. 2014-08-29 15:38:28 +00:00
clytwynec
118baafb1f Merge pull request #4943 from edx/mvo/bumping_bok_choy_version
bumping bok choy version
2014-08-29 10:08:51 -04:00
Waheed Ahmed
539dd0c46b Merge pull request #5010 from edx/waheed/refactor-verify-course-id-decorator
Refactor verify course id decorator and fixed tests.
2014-08-29 17:07:26 +05:00
Waheed Ahmed
2e88e33847 Refactor verify course id decorator and fixed tests. 2014-08-29 16:05:33 +05:00
zubair-arbi
dbe1ba095a Merge pull request #4805 from edx/zub/bugfix/std2007-jumptoid
update get_parent_location method to select non-orphan parents from mult...
2014-08-29 16:01:14 +05:00
Waheed Ahmed
cb826dd465 Merge pull request #4985 from edx/waheed/lms11132-fix-invalid-key-error-change-enrollment
Fixed InvalidKeyError on change enrollment.
2014-08-29 15:46:26 +05:00
zubair-arbi
89e03d5225 update get_parent_location method to select non-orphan parents from multiple parents
STUD-2007
2014-08-29 14:52:46 +05:00
Waheed Ahmed
048984ba1d Fixed InvalidKeyError on change enrollment.
LMS-11132
2014-08-29 14:45:54 +05:00
Daniel Friedman
8a7fef072d Merge pull request #4937 from edx/dan-f/improve-course-group-coverage
Improve test coverage for course groups
2014-08-28 19:08:56 -04:00
Jason Bau
87068c41ae Merge pull request #5012 from edx/jbau/fix-contained-in-order
change PaidCourseRegistration.contained_in_order
2014-08-28 15:05:42 -07:00
Sarina Canelake
64c94cf3cf Merge pull request #4686 from Stanford-Online/stv/i18n/gettext
Monkey patch 'django.utils.translation'
2014-08-28 17:39:51 -04:00
Daniel Friedman
a01e57ee71 Improve test coverage for course groups 2014-08-28 17:07:22 -04:00
Minh Tue Vo
688909eb76 bumping bok choy version
check firefox version, raise exception with instructions for updating
2014-08-28 16:58:55 -04:00
Sarina Canelake
d9c7a42e07 Merge pull request #4950 from edx/sarina/fix-18n
Remove i18n from ux reference templates
2014-08-28 16:31:14 -04:00
Brian Talbot
335298c8e3 Studio: adding in usage note to UX reference templates 2014-08-28 15:37:48 -04:00
Sarina Canelake
d233570c48 Remove i18n from ux reference templates 2014-08-28 15:37:48 -04:00
Will Daly
fe3472cb7c Merge pull request #5013 from edx/will/ecom-113
ECOM-113: Already verified page sometimes displays the incorrect price
2014-08-28 15:19:11 -04:00
Jason Bau
63cfcd3de4 change PaidCourseRegistration.contained_in_order
now handles cases where the order has both a PaidCourseRegistration
and a CertificateItem
2014-08-28 11:27:07 -07:00
Will Daly
83bfb17807 Use new-style course locators consistently when setting the donation amount in the session
Update devstack settings to use new CyberSource API
2014-08-28 13:55:31 -04:00
chrisndodge
173952481f Merge pull request #4984 from edx/cdodge/fix-white-label-footers
be sure to just use the Open edX footer.html when we're running a white ...
2014-08-28 13:38:38 -04:00
Will Daly
9a554ec39b Merge pull request #5008 from edx/will/style-fixups-in-student-tests
Pep8 and Pylint fixes to the student tests
2014-08-28 12:14:28 -04:00
Dave St.Germain
7d6c466c52 Merge pull request #4612 from edx/dcs/matlab-api-tweak
A better check for the existence of matlabinput element.
2014-08-28 12:07:12 -04:00
Stephen Sanchez
739ee04fad Merge pull request #4979 from edx/sanchez/update-login-button-styles
Updating LMS Login button to line up SASS with Drupal Login button
2014-08-28 10:50:54 -04:00
muhammad-ammar
2efee4eb88 Merge pull request #4939 from edx/ammar/bok-choy-transcript-tests-batch3
Bok-Choy Video Transcript Tests Batch3
2014-08-28 19:44:24 +05:00
Waheed Ahmed
50535ac8a8 Merge pull request #5004 from edx/waheed/lms11249-fix-typo-on-id-verfication
Fixed typo on student id verification.
2014-08-28 19:31:24 +05:00
Calen Pennington
d39da7fd27 Merge pull request #4780 from cpennington/split-bulk-operations
Implement bulk operations on the split modulestore.
2014-08-28 09:58:20 -04:00
Waheed Ahmed
bedb8830f6 Fixed typo on student id verification.
LMS-11249
2014-08-28 18:33:07 +05:00
Alison Hodges
ae240ae71c Merge pull request #5009 from edx/ahodges/doc/reldatechg
Release date change & fixed two broken links
2014-08-28 09:25:37 -04:00
Alison Hodges
9058d67673 Release date change & fixed two broken links 2014-08-28 08:26:04 -04:00
Will Daly
fcc27003dc Pep8 and Pylint fixes to the student tests 2014-08-28 08:05:36 -04:00
Muhammad Ammar
6b2874de2b Bok-Choy Video Transcript tests Batch3 2014-08-28 09:10:13 +00:00
stv
86633df3db Monkey patch 'django.utils.translation'
Modify Django's translation library, such that the gettext family of
functions return an empty string when attempting to translate a
falsey value. This overrides the default behavior [0]:
> It is convention with GNU gettext to include meta-data as the
> translation for the empty string.

This patch provides a holistic solution to replace the current piecemeal
approach [1][2].

Affected Methods:
    - gettext
    - ugettext

[0] https://docs.python.org/2.7/library/gettext.html#the-gnutranslations-class
[1] bad803e451
[2] https://github.com/edx/edx-platform/pull/4653
2014-08-27 15:27:34 -07:00
Calen Pennington
0e7e266a5b Push bulk_write_operations up into ModuleStoreRead, and rename to remove reference to writes 2014-08-27 16:29:48 -04:00
Calen Pennington
a205788c4d Work around for split not having a coherent way to work with/track updated versions of structures 2014-08-27 16:29:48 -04:00