Jason Bau
c3e1184211
Merge pull request #2269 from edx/jbau/lms-localize-datetime
...
make LMS accordion and progress datetime display respect settings.TIME_ZONE
2014-02-06 12:48:10 -08:00
ichuang
09bdcbbc6f
skip ~ files in static content import
2014-02-06 14:21:40 -05:00
ichuang
33f86a7af1
skip *~ files in import of extra content (e.g. info and about pages)
2014-02-06 14:21:40 -05:00
David Baumgold
698aedc329
better pylint formatting
2014-02-06 11:56:46 -05:00
David Baumgold
2d59d44bb5
Clarify DATA_DIR path
2014-02-06 11:55:41 -05:00
Calen Pennington
85c31dd24b
Refactor test_xblock_wrappers to use Factories
2014-02-06 11:52:07 -05:00
Graham Lowe
c659b1c5f4
Fix goto_position in sequence coffeescript.
...
Replace single-quotes with double-quotes so that #{@ajaxUrl} is
interpolated.
2014-02-06 11:36:11 -05:00
Jason Bau
b525f40377
Start datetime localization in LMS
...
Currently just coerces the time displayed for due dates
(accordion.html and progess.html) to settings.TIME_ZONE
2014-02-06 07:57:56 -08:00
Calen Pennington
4321572708
Switch test_xblock_wrappers to use ddt, and to considate logic
2014-02-06 10:15:46 -05:00
Don Mitchell
1de9d55844
Review-driven changes (to-be-squashed)
2014-02-05 16:34:24 -05:00
Calen Pennington
b0bed170de
Enable (and test) xml export of pure XBlocks
...
[LMS-179]
[LMS-209]
[LMS-1345]
2014-02-05 13:02:40 -05:00
Christina Roberts
235d10ddc6
Merge pull request #2434 from edx/christina/preview_handler
...
preview_handler changes to support Locators
2014-02-05 12:53:11 -05:00
Diana Huang
7acc116128
Merge pull request #2477 from edx/diana/fix-sequence-titles
...
Prevent bad sequential titles
2014-02-05 12:49:31 -05:00
thedeadparrot
539cd053d1
Prevent bad sequential titles
...
Don't try to set the title if we don't have anything in
the sequential
LMS-2168
2014-02-05 12:11:52 -05:00
Dave St.Germain
a6797899da
Removed inappropriate section tags. Because screen readers announce each section, they should not be used unless they are actually defining meaningful sections.
2014-02-05 11:32:08 -05:00
cahrens
1dcd5fe6e9
Deleting unused methods.
2014-02-05 10:49:37 -05:00
Don Mitchell
b8ea7f3c43
update_item and other refactorings continued
2014-02-05 10:24:24 -05:00
Don Mitchell
53f7c50731
Added test for defaulting use_locations
2014-02-05 09:34:30 -05:00
Don Mitchell
c601b75675
MixedModulestore wraps most getters, update_item, delete_item
...
with code to translate between addressing schemes based on app
and persistence layer addressing scheme specification.
STUD-1206
2014-02-05 09:34:30 -05:00
Dave St.Germain
ea594a2980
Merge pull request #2464 from edx/dcs/default-css-class
...
The default course CSS class should be empty string rather than None.
2014-02-05 09:34:05 -05:00
Valera Rozuvan
7339f568d4
Merge pull request #2358 from Szczork/szczork/log-speed-change-video
...
add condition - log speed change / loading video
2014-02-05 12:46:25 +02:00
ichuang
5541aa9c5d
Merge pull request #2412 from edx/bugfix/ichuang/formulaequation-msg2
...
add message output to formulaequationinput.html (capa)
2014-02-04 18:57:41 -08:00
Jason Bau
70762d1ab7
Merge pull request #2307 from edx/jbau/allow-unset-course-startdate
...
Handle taking registrations on a course with TBD start date
2014-02-04 16:07:23 -08:00
Chris Dodge
ad7348ec11
Allow author to cap enrollments in course
...
add a test case for enrollment caps
pep8 fix
2014-02-04 15:32:36 -05:00
Dave St.Germain
0e5f3e4f08
The default course CSS class should be empty string rather than None.
2014-02-04 14:37:38 -05:00
Szczork
08ce047fe2
add unit test for speed_change_video event
2014-02-04 14:35:11 +01:00
Jason Bau
7ac13bf81e
Don't show course start date if it hasn't been set.
...
If neither start nor advertised_start has been changed from default
don't show the course start date.
This allows us to accept course registrations for courses whose start
date is yet TBD.
2014-02-03 16:20:39 -08:00
Feanil Patel
5e5c59cab2
Merge remote-tracking branch 'origin/release'
...
Conflicts:
common/lib/xmodule/xmodule/modulestore/xml.py
Took the changes that were on the release branch.
2014-02-03 16:39:40 -05:00
ichuang
239985ef68
add message output to formulaequationinput.html (capa)
2014-02-03 16:12:20 -05:00
Diana Huang
40deaa509e
Clean up strings in the ErrorModule
2014-02-03 11:56:10 -05:00
David Adams
dd75de340c
Addition of 3 TinyMCE plugins
...
The following plugins added to toolbar in Edit of Unit:
- fontselect
- forecolor
- image
2014-01-31 14:53:19 -08:00
Jay Zoldak
9cfd649c08
Merge pull request #2137 from abdoosh00/feature/unicode
...
Unicode changes to support R to L script
2014-01-31 06:48:01 -08:00
Usman Khalid
ef07e1ed15
For capa if weight is 0 don't try to create Progress objects.
...
LMS-1494
2014-01-31 14:30:51 +05:00
davestgermain
5122c292c7
Merge pull request #2343 from edx/dstgermain/a11y-page-titles
...
Added more descriptive page titles.
2014-01-30 14:33:48 -08:00
Dave St.Germain
636eab8b9e
Added more descriptive page titles.
2014-01-30 17:32:03 -05:00
Jay Zoldak
bc30addfb9
Unicode changes to support QRF
...
fixing unit tests
fixing merge error
fixing xqueue submission issue with unicode url (trial 0.1)
fixing fotmats as commented upon
removing yaml file language selection
Unicode changes to support QRF
removed unnecessary pass in modulestore/init.py
fixing merge error
fixing fotmats as commented upon
removing yaml file language selection
fixing pep8 violations
- fixing pylint violations
pylint violation
fixing line spaces and formats
ignore pylint E1101
remove empty line
fixing pylint violations
pep8 violations
bulk mail unicode/decode
fix migration error
fix pep8 just to push again
more unicode/decode
Final changes to comments and error messages.
2014-01-30 16:20:36 -05:00
Adam Palay
5372bcff51
Detached pages from XML courses are set to appropriate descriptor class (LMS-2094)
...
Add tests
2014-01-30 13:52:07 -05:00
Christina Roberts
088a713788
Merge pull request #2330 from edx/christina/export-commands
...
Export conversion script
2014-01-30 06:59:22 -08:00
David Baumgold
08fb49506a
Merge pull request #2302 from edx/db/django-command-migrate-to-split
...
Django command for migrating courses to split-mongo (and deleting)
2014-01-30 06:51:27 -08:00
cahrens
2ee964345f
Convert between export formats.
...
STUD-1196
2014-01-30 09:22:43 -05:00
Oleg Marshev
13c19c98e2
Add role parameter to LTI. BLD-583.
2014-01-30 14:37:33 +02:00
Waheed Ahmed
d12e7e8877
Fixed allowing for execution of arbitrary Javascript in student response.
...
ORA-256
2014-01-30 16:17:48 +05:00
Anton Stupak
a077dc815c
Merge pull request #2352 from edx/anton/fix-persist-speed-per-video
...
Video: Fix speed persistence per video.
2014-01-30 00:04:31 -08:00
David Baumgold
dd627edae4
add logging for auditing when split-mongo courses are deleted
2014-01-29 16:57:23 -05:00
David Baumgold
e18507f188
fix pep8/pylint issues
2014-01-29 15:11:04 -05:00
David Baumgold
692502c0fb
Don't cache falsy values
2014-01-29 15:11:04 -05:00
David Baumgold
096088cc75
fix test failures: clear loc_mapper cache
2014-01-29 15:11:03 -05:00
David Baumgold
de96a47eac
happy path unit test
2014-01-29 15:11:03 -05:00
David Baumgold
9e8be1bbc3
make SplitMigrator take a User object, rather than a user ID
2014-01-29 15:11:02 -05:00
Szczork
6277d747e1
add condition - log speed change / loading video
2014-01-29 20:52:13 +01:00