Commit Graph

27986 Commits

Author SHA1 Message Date
Mark Hoeber
3a37436266 Added browsers to data, developers, install, release notes 2014-08-20 09:23:32 -04:00
Mark Hoeber
33502f68d2 Edits - Alison 2014-08-20 09:13:07 -04:00
Jonathan Piacenti
8918217df2 path_to_location now returns 404 on orphaned items. Resolves LMS-9661. 2014-08-20 13:12:47 +00:00
Ben Patterson
4343a953a3 pep8 improvement on bok-choy page class. 2014-08-20 09:05:30 -04:00
Ben Patterson
a18660cabd pep8 improvements on bok-choy tests. 2014-08-20 09:05:30 -04:00
Bertrand Marron
70f698267a Update password reset views style
Reuse the style from login and register views.
Remove all the specific style.
2014-08-20 14:17:55 +02:00
Bertrand Marron
879232af46 Make use of django_main for password_reset templates
Remove duplicated code and make sure those views use the same visual
identity.
2014-08-20 14:17:55 +02:00
Muhammad Ammar
cfeb7102a6 Bok-Choy Video Transcript Tests 2014-08-20 12:11:21 +00:00
Waqas Khalid
14de1a3f9e Merge pull request #4203 from mlkwaqas/waqas/for581-truncated-markup-on-user-profile
Truncated markup can be displayed in forums user profile view
2014-08-20 15:45:20 +05:00
Waqas Khalid
01aa38fb82 Truncated markup can be displayed in forums user profile view
FOR-581
2014-08-20 14:33:23 +05:00
muhammad-ammar
ca3bd2f83f Merge pull request #4496 from edx/ammar/bok-choy-cms-video-editor-tests
Bok-Choy CMS Video Editor Tests
2014-08-20 13:19:10 +05:00
Braden MacDonald
b2be62cf1e Add myself to AUTHORS, update changelog 2014-08-19 23:29:36 -07:00
Braden MacDonald
9c93cd8dd6 Fix: Display error when attempting to reset nonexistent due date extension 2014-08-19 23:29:36 -07:00
Braden MacDonald
f4e021093a Fix: 500 response if indiv. due date deleted after normal due date was deleted 2014-08-19 23:23:07 -07:00
Braden MacDonald
3ab8779190 Fix: API allowed an individual due date extension on units with no due date 2014-08-19 23:23:06 -07:00
Braden MacDonald
a08ab9ff11 Fix: an individual extended due date must not precede the normal due date LMS-6563 2014-08-19 23:23:06 -07:00
Braden MacDonald
42eaa4b005 Unit tests for bugs in IDDE API, including LMS-6563 2014-08-19 23:23:06 -07:00
Braden MacDonald
dbbbe8f2cb Fix: inadvertent scroll when loading the instructor's extensions tab
(The div with id "view-extensions" conflicts with the tab JS which sets location.hash to "view-x" in order to track the current tab)
2014-08-19 23:18:31 -07:00
Brian Talbot
4056e6aab5 Studio: revising alignment of in-context edit buttons in outline view 2014-08-19 16:53:18 -04:00
jhelbert
92fa79dbd0 Merge pull request #4871 from edx/jhelbert/api-upgrade-check
This confirms the data api upgrade
2014-08-19 16:36:29 -04:00
Mark Hoeber
94a03fad3c Added shared browser topic
To include in all guides
2014-08-19 16:05:32 -04:00
swdanielli
9d55cf3637 code clean 2014-08-19 15:29:34 -04:00
Justin Helbert
dd7f09d36a This confirms the data api upgrade 2014-08-19 19:03:58 +00:00
Will Daly
43368b29b0 Merge pull request #4886 from edx/will/ecom-122
Fix messaging for professional ed under auto-registration
2014-08-19 14:58:18 -04:00
Alison Hodges
eeaeaf6c22 Merge pull request #4897 from edx/ahodges/doc/twitter
Keeps in sync with edx-analytics-dashboard
2014-08-19 14:53:34 -04:00
Alison Hodges
12d8ef5405 Keeps in sync with edx-analytics-dashboard 2014-08-19 14:52:53 -04:00
Don Mitchell
ceae081cc7 Refactored expected indices after email w/ mongo
Key order has no bearing on key order in queries other than for
Key order should be by greatest to least cardinality
Added sparse and unique declarations.
2014-08-19 14:49:24 -04:00
David Baumgold
b4d14a566e Merge pull request #4892 from edx/db/marcnu-quality
Cleaning up a few quality violations
2014-08-19 14:42:40 -04:00
Alison Hodges
0a8cd53d21 Merge pull request #4895 from edx/ahodges/doc/preface
Added note to doc team to update in both repos
2014-08-19 14:25:54 -04:00
Alison Hodges
ec0eefb806 Added note to doc team to update in both repos 2014-08-19 14:01:43 -04:00
Mark Hoeber
a79703e8e6 Merge pull request #4856 from edx/markhoeber-documentation-outline-template-update
Updated outline template help text
2014-08-19 13:42:20 -04:00
Brian Talbot
71e5195170 Studio: adding rendering/styling of course start date on outline view 2014-08-19 13:18:11 -04:00
Mark Hoeber
e8ff315206 Updated outline template help text 2014-08-19 12:45:53 -04:00
Daniel Friedman
0d63d0c1c1 Provide course outline template with start date 2014-08-19 12:42:43 -04:00
Sarina Canelake
46051ef212 Merge pull request #3495 from eduNEXT/feature/fmo/theme-microsite-support
Microsites alongside Theme
2014-08-19 12:39:21 -04:00
David Baumgold
fb0ee690f2 Cleaning up a few quality violations 2014-08-19 11:49:43 -04:00
David Baumgold
7bb2535df2 Merge pull request #4649 from MarCnu/contentstore-streaming-range
Contentstore streaming range
2014-08-19 11:46:40 -04:00
Renzo Lucioni
3aee8a2923 Merge pull request #4876 from edx/web-analytics/noninteraction-events
Mark calls to track() on pageload as noninteraction events
2014-08-19 11:24:44 -04:00
MarCnu
77f7f26933 Add HTTP_RANGE compatibility for ContentStore file streaming
Currently, users can only download ContentStore files from first byte to
last byte.

With this change, when a request to the ContentStore includes the HTTP
"Range" parameter, it is parsed and StaticContentStream will stream the
requested bytes.

This change makes possible to stream video files (.mp4 especially) from
the ContentStore. Users can now seek a specific time in the video
without loading all the file.

This is useful for courses with a limited number of students that
doesn't require a dedicated video server.
2014-08-19 16:46:31 +02:00
cahrens
7130c14f48 Add tests that verify Studio can still render with bad HTML content. 2014-08-19 10:38:19 -04:00
swdanielli
ff4c2c17c2 add pyfs service 2014-08-19 10:23:47 -04:00
David Baumgold
b9eaf32985 Merge pull request #4875 from edx/db/edx-wiki-to-openedx
Update comments to point to openedx.atlassian.net
2014-08-19 10:23:27 -04:00
Jesse Zoldak
fc285ee486 Merge pull request #4864 from edx/ammar/fix-pause-state-promise-broken-issue
Fix Video Player Pause Issue
2014-08-19 10:20:05 -04:00
Will Daly
f26e88bdd9 Fix messaging for professional ed under auto-registration 2014-08-19 07:53:26 -04:00
MarCnu
d5db673a8a AUTHORS update 2014-08-19 09:50:25 +02:00
Don Mitchell
a3c2a54bbf Merge pull request #4877 from edx/dhm/course_id_pattern
Rewrite course url matcher to not be greedy
2014-08-18 18:01:57 -04:00
Don Mitchell
716f5dfd2d Merge pull request #4878 from edx/dhm/split_branch_agnostic
Make it branch agnostic
2014-08-18 17:11:10 -04:00
Don Mitchell
3c3a316f08 Make it branch agnostic
LMS-11210

Conflicts:
	common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py
2014-08-18 16:19:46 -04:00
Don Mitchell
8d070e6422 Rewrite course url matcher to not be greedy
LMS-11181
2014-08-18 16:18:22 -04:00
Alison Hodges
2c366427bc Merge pull request #4865 from edx/ahodges/doc/DOC815
Added a relaunch invitation template email
2014-08-18 15:51:01 -04:00