Usman Khalid
ecf233c1b4
Keep karma config file docs only in karma.common.conf.js. Duplicate stuff tends to get out of sync.
2016-05-05 22:35:54 +05:00
Usman Khalid
bb7b29b308
Deleted js-test-tool config files.
2016-05-05 22:35:53 +05:00
Ned Batchelder
190c2ffc99
Update translations (autogenerated message)
2016-05-05 15:52:25 +00:00
Usman Khalid
d99978870a
Merge pull request #12312 from edx/usman/tnl4398-fix-tests
...
Re-enable spec files that were disabled during the Jasmine upgrade.
2016-05-04 17:16:58 +05:00
John Eskew
b5ab64505a
Merge pull request #11331 from CredoReference/invalid-studio-user-permissions
...
Invalid StudioPermissionsService object in API to show/save xblock settings in CMS
2016-05-03 13:16:43 -04:00
Usman Khalid
78af4100cd
Fixes for course updates date validation.
...
If the first date the user selects is invalid it is not set on the
model. This is because jQuery datepicker's getDate returns the
current date when an invalid value is put in the field and the
model's initial value is also the current date. So always update
the date.
2016-05-03 15:41:22 +05:00
Usman Khalid
8fef4148a5
Re-enabled videolist_spec, message_manager_spec and file_uploader_spec.
2016-05-02 20:54:59 +05:00
Ayub khan
d45c4d8caf
Revert "Implement 'from_string_or_404' in utils"
2016-05-02 14:23:39 +05:00
asadiqbal
a4197eded5
WL-399 Course Details List Fields
2016-05-01 20:02:09 -04:00
Ibrahim
f7f281b65b
WL-398 Add Course Background Image and Video Thumbnail Image Fields to Studio
2016-04-30 15:25:17 -04:00
Christina Roberts
2497f0a0eb
WIP: xblock pipeline work ( #10176 )
...
[PERF-303] Integer XBlocks/XModules into the static asset pipeline.
This PR, based on hackathon work from Christina/Andy, implements a way to discover all installed XBlocks and XModules and to enumerate their public assets, then pulling them in during the collectstatic phase and hashing them. In turn, the methods for generating URLs to resources will then returned the hashed name for assets, allowing them to be served from nginx/CDNs, and cached heavily.
2016-04-29 10:52:42 -04:00
Eric Fischer
955282f9c7
Merge pull request #12165 from edx/efischer/hide_timed_exams
...
TNL-4366 Hide Timed Exams
2016-04-29 09:28:16 -04:00
Usman Khalid
09594d6305
Merge pull request #12243 from edx/usman/tnl4416-spec-nesting
...
When using RequireJS load spec files one by one.
2016-04-29 17:09:57 +05:00
Ehtesham Kafeel
8cf89d3a8e
Merge pull request #12289 from edx/mzfr/backbone-cleanup
...
Replace backbone-min.js to backbone.js
2016-04-29 16:53:02 +05:00
Usman Khalid
6c26715a14
Make hashes unique so that they do not conflict with hashes from module_edit_spec.coffee.
2016-04-29 15:54:48 +05:00
Usman Khalid
4d228199d1
When using RequireJS load spec files one by one.
...
Jasmine has a global stack for creating a tree of specs. We need to load
spec files one by one, otherwise some end up getting nested under others.
2016-04-29 15:54:47 +05:00
Eric Fischer
ea77c3ec42
Hide After Due setting for Timed Exams
...
TNL-4366
Changes in studio to allow the hide_after_due setting to be utilized.
Includes:
-python changes to contentstore, where the data is stored.
-refactoring of timed-examination-preference-editor.underscore, to add this
setting and make the editor more accessible.
-javascript changes to link the new setting to the correct data model.
-sass updates to fix a11y issues on the editor modal.
-addition of post-due visibility information to course outline in studio.
-new tests: python, js, acceptance, and a11y
2016-04-28 13:27:19 -04:00
Ned Batchelder
861e8a0e9e
Update translations (autogenerated message)
2016-04-28 14:55:52 +00:00
Ayub khan
986209669d
Revert "SUST-35 Implementation of course_key_from_string_or_404 to return course_key or raise a 404"
2016-04-28 15:50:17 +05:00
muzaffaryousaf
928d9a2694
Replace backbone-min to actual file.
2016-04-28 12:46:29 +05:00
John Eskew
0899871958
Merge pull request #11042 from edx/jeskew/xml_removal
...
Remove XML modulestore code from most tests.
2016-04-27 11:20:02 -04:00
muhammad-ammar
4fd2a7d176
LMS fixes required to upgrade BackboneJS
2016-04-27 12:51:13 +05:00
Ehtesham
c87821446b
CMS event fixes required to upgrade backbonejs
2016-04-27 12:48:46 +05:00
Ehtesham
59e1cafc02
CMS fixes required to upgrade backbonejs
2016-04-27 12:48:45 +05:00
muzaffaryousaf
e89a32d5c6
Upgrade backbone via npm.
...
TNL-4335
2016-04-27 12:48:45 +05:00
Ibrahim Ahmed
8b014f2650
Merge pull request #12107 from edx/ibrahimahmed443/WL-309-new-fields-in-studio
...
WL-309 Add new text fields to Studio schedule and details settings page
2016-04-26 14:30:43 +05:00
Awais Jibran
b4e8086397
Merge pull request #12049 from edx/aj/safe-templates
...
Safe templates
2016-04-26 09:40:31 +05:00
Ibrahim
720bde1da9
add new text fields to schedule and details settings page
2016-04-25 23:44:13 -04:00
Andy Armstrong
fe88402982
Merge branch 'master' into alasdair/fedx-118-pattern-library-styles-with-current-partials
2016-04-25 16:51:25 -04:00
Andy Armstrong
56d003e47e
Merge pull request #12219 from stvstnfrd/staticfiles/cms
...
Remove LMS_ROOT / static from cms/common.py
2016-04-25 16:50:29 -04:00
clrux
8e347f4078
Merge pull request #12101 from edx/clrux/ac-342-tweaking-skip-links
...
AC-342 sending skip links to single main, relevant
2016-04-25 11:36:26 -04:00
AlasdairSwan
a9971ef2ba
FEDX-118 Adding header to test page
2016-04-25 10:56:28 -04:00
Chris Rodriguez
2a23757fbc
Sending skip links to single main, making more relevant
2016-04-25 10:00:45 -04:00
Awais Jibran
34b06932e5
Safe tempaltes
2016-04-25 16:30:09 +05:00
J. Clifford Dyer
001874c42e
Update seq_* to edx.ui.lms.sequence.* format
...
seq_next, seq_prev, and seq_goto events are all renamed, and maintain
legacy compatibility.
This PR also introduces new EventTransformer framework to shim events
based on name prefix.
MA-2221
2016-04-22 13:38:41 -04:00
Ehtesham
8603026795
making preprocessor files path absolute to have coverage reporter include file only once
2016-04-22 19:09:35 +05:00
Ehtesham
3507792b78
coverage fixes
2016-04-22 19:09:35 +05:00
Usman Khalid
aee139ae61
Cancel modals in afterEach in UploadDialog spec.
2016-04-22 19:09:34 +05:00
Andy Armstrong
66b53926ff
Fix spec initialization ordering
2016-04-22 19:09:34 +05:00
Usman Khalid
c728c9d30a
Post-rebase fixes.
2016-04-22 19:09:33 +05:00
muzaffaryousaf
c0fef0b0e0
Js test fixes for cms and cms-squire.
2016-04-22 19:09:33 +05:00
muzaffaryousaf
db672f4631
Karma configurations for common, lms and cms.
...
TNL-4102
2016-04-22 19:09:27 +05:00
Edward Zarecor
9db6b04f2c
Merge pull request #11983 from edx/e0d/cookie-updates
...
Updating cookies settings
2016-04-22 07:25:09 -04:00
David Adams
a79da7e77b
Remove LMS_ROOT / static from cms/common.py
2016-04-21 10:15:00 -07:00
Dmitry Viskov
bab4428297
Invalid StudioPermissionsService object in API to show/save xblock settings in CMS.
...
Randomized Content Block editor did not check Studio user's permissions
2016-04-21 19:52:25 +03:00
attiyaIshaque
fb83cd71f1
Merge pull request #12051 from edx/attiya/safe-templates
...
Safe Templates
2016-04-21 19:06:53 +05:00
attiyaishaque
002ad84d4d
Safe Templates
2016-04-21 17:55:29 +05:00
Ned Batchelder
2248bc6c9c
Update translations (autogenerated message)
2016-04-21 10:30:10 +00:00
Adam
96cbc7c50f
Merge pull request #12202 from edx/adam/fix-pre-1900-course-setting-date
...
fix issue with pre-1900 course setting dates (TNL-4397)
2016-04-20 11:38:41 -04:00
Adam Palay
26377a5732
fix issue with pre-1900 course setting dates (TNL-4397)
2016-04-20 10:44:13 -04:00