Chris Rodriguez
c619e1ec6b
Adding UXPL classnames to headings
2016-02-29 15:43:17 -05:00
Christine Lytwynec
57b7034e5b
Remove hgroup usage
2016-02-17 12:05:15 -05:00
Chris Rodriguez
2a4e141e0e
LMS: fixing skip links and adding a11y tests
2016-02-17 07:46:42 -05:00
asadiqbal
64778cdf69
WL-272
2016-02-10 14:33:38 +05:00
Douglas Hall
37a7fdc0f2
Added subsection gating feature
2016-01-28 14:05:20 -05:00
AlasdairSwan
f25d8a16ee
ECOM-3319 loading edx-icons fonts in studio programming author tool
2016-01-06 12:08:47 -05:00
Muhammad Shoaib
788cece45e
PHX-161
...
- added the new field review_rules for software secure
- added a new tab name "Additional Settings" for the proctored/timed exams
2015-12-15 14:27:29 -05:00
Sarina Canelake
ade863e994
Remove CMS Course Checklists feature
2015-12-11 10:32:14 -05:00
Zia Fazal
2cb2233dde
initial change set. add org autocomplete
...
added unit tests and fixed JS tests
added bok choy tests
fixed broken botchoy tests
fixed course discovery broken test
removed monkey patch at class level
changes after feedback from matte
2015-12-11 18:39:55 +05:00
Frances Botsford
287304c714
visual cleanup to view and edit certificates page in studio
2015-12-01 16:36:18 -05:00
Renzo Lucioni
70d57327eb
Add Programs tab to Studio
...
Extends the Programs ConfigurationModel, cleans up Programs-related utilities and corresponding tests, and corrects caching. Uses the Programs API to list programs within Studio. ECOM-2769.
2015-11-25 14:56:50 -05:00
Peter Fogg
b98c89117c
Course pacing template changes.
...
Instructor-led is changed to instructor-paced. Adds a label to the
course outline page to show the course pacing.
ECOM-2794
ECOM-2800
2015-11-04 09:59:58 -05:00
Syed Hasan raza
cdd5a6f8fb
Merge pull request #7016 from edx/shr/bug/TNL-1355-Studio-username-field-area-alignment
...
set max width for nav-account-user for long characters
2015-11-02 06:30:33 -08:00
Syed Hassan Raza
f582d1a832
adjusment for long usernames
2015-11-02 16:14:53 -08:00
chrisndodge
7868067879
Merge pull request #9744 from edx/cdodge/timed-exams
...
Timed Exams
2015-10-30 11:03:59 -04:00
Muhammad Shoaib
9476898df0
Add Timed Exams as a feature to edx-platform
2015-10-30 08:44:33 -04:00
Peter Fogg
505b2aa4d9
Disable setting course pacing during course run.
...
Also adds improved styling for course pacing settings, and unit tests
around query counts for self-paced courses.
ECOM-2650
2015-10-28 16:44:36 -04:00
Saleem Latif
5f766f3806
Changes after testing on staging
2015-10-16 10:19:43 +05:00
frances botsford
a2bb8ed96c
Merge pull request #10120 from edx/frances/fix/repo-cert-template-bugs
...
Platform Web Cert template fixes
2015-10-13 16:51:56 -04:00
Frances Botsford
06df341f56
web cert template rendering - adjust signature image sizing
2015-10-09 15:12:50 -04:00
Saleem Latif
9799d15373
course-number and override course-number added in Certificate Editor View
2015-10-08 11:29:14 +05:00
Saleem Latif
66283252e6
image stretched issue resolved in signatories
2015-09-22 11:41:52 +05:00
David Baumgold
03aeae4bd7
Merge pull request #8271 from edx/sass-theming
...
Comprehensive Theming
2015-09-21 10:55:18 -04:00
Bill DeRusha
271bc54071
Merge pull request #9765 from edx/bderusha/readonly-enrollment
...
Readonly for enrollment end date/time on edX (for non-global-staff)
2015-09-18 10:14:15 -04:00
Bill DeRusha
c6b54aa61f
Readonly for enrollment end date/time on edX (for non-global-staff)
...
TNL-2694
Add accessibility aria-readonly attributes
2015-09-18 09:39:18 -04:00
Peter Fogg
fec5129a49
Remove Tender and change Studio help links.
...
TNL-2695
2015-09-17 16:30:40 -04:00
Ned Batchelder
c0856232e1
Use sass interpolation instead of concatenation for -path
2015-09-17 15:39:04 -04:00
Ned Batchelder
5d64f9a80b
Minor changes, responding to pull request comments
2015-09-17 15:39:03 -04:00
David Baumgold
6ebf2515f4
Comprehensive theming
...
This is a squash of 38 commits ending with
5b080f979d692804452400ac5bed9b17c50b001e
2015-09-17 15:39:03 -04:00
David Baumgold
1c21a0d250
Remove trailing whitespace from Sass files
2015-09-14 15:17:10 -04:00
asadiqbal
3e4d4504ff
SOL-1157 -- moving buttons from top to bottom and also using the standard save/cancel buttons in signatory edit view.
...
and update the bokchoy test
2015-09-03 15:32:52 +05:00
Christine Lytwynec
e807cbd589
Merge pull request #9402 from edx/clytwynec/TNL-2153
...
Change component types and template links to buttons
2015-09-01 12:48:46 -04:00
Christine Lytwynec
3470e180fc
Change component types and template links to buttons
2015-09-01 10:31:35 -04:00
Muhammad Ammar
d38da773ea
Merge pull request #9265 from edx/ammar/use-studio-confirmation-dialog-in-lms
...
Confirm when leaving team
2015-08-27 17:26:07 +05:00
muhammad-ammar
6134e8b5ed
Move studio dialog code into common
2015-08-26 20:26:27 +05:00
asadiqbal
43316ea8fa
SOL-1128
2015-08-26 15:11:46 +05:00
zubair-arbi
ec28a75f14
In-course reverification access control
...
* Automatically create user partitions on course publish for each ICRV checkpoint.
* Disable partitions for ICRV checkpoints that have been deleted.
* Skip partitions that have been disabled when checking access.
* Add verification access control UI to visibility settings.
* Add verification access control UI to sequential and vertical settings.
* Add partition scheme for verification partition groups.
* Cache information used by verification partition scheme and invalidate the cache on update.
* Add location parameter to UserPartition so the partition scheme can find the associated checkpoint.
* Refactor GroupConfiguration to allow multiple user partitions.
* Add special messaging to ICRV for students in the honor track.
Authors: Zubair Arbi, Awais Qureshi, Aamir Khan, Will Daly
2015-08-20 08:43:55 -07:00
Matt Drayer
e1ee5ac6df
mattdrayer/SOL-981: Integrate edx-organizations application
...
* asadiqbal08/SOL-1058: Add edx-organizations to certificate web view
* Support organization logo asset management
* Remove organization fields from Studio certificate configuration model
* SOL-981 pull request feedback fixes
2015-08-10 10:29:45 -04:00
Tasawer
80b0edf082
Fixing course settings page for change in minimum grade
...
ECOM-1987
2015-08-06 14:07:03 +00:00
Christina Roberts
f4e386268b
Merge pull request #9029 from edx/christina/tnl-296
...
Make active menu highlight in blue.
2015-07-24 09:33:55 -04:00
cahrens
fbb9c9fa22
Make active menu highlight in blue.
...
TNL-296
2015-07-23 16:32:10 -04:00
chrisndodge
5e195c8eeb
Merge pull request #8962 from edx/cdodge/proctoring-studio
...
Integrate timed and proctored exam authoring into Studio
2015-07-23 15:53:17 -04:00
Chris Dodge
3748119961
Integrate timed and proctored exam authoring into Studio
2015-07-23 14:43:17 -04:00
Brian Talbot
b75f900b22
Merge pull request #8266 from edx/talbs/fix-font-face-calls
...
LMS/Studio: Reduce font-face file calls
2015-07-22 14:48:44 -04:00
Adam
2735b2b5bb
Revert "Decorated instructor dashboard with sudo_required."
2015-07-17 12:11:38 -04:00
Waheed Ahmed
bc052db1ee
Added DjangoSudo functionality for instructor dashboard and course team page
2015-07-16 11:14:11 +05:00
muhammad-ammar
5a8b158900
Visual change to new Hints and Feedback problem types
...
TNL-2619
2015-07-13 12:18:25 +05:00
zubair-arbi
ab74f64e85
update credit eligibility ui text
...
ECOM-1648
2015-07-08 20:13:42 +05:00
Frances Botsford
b45b122c18
fixed pagination styles in teams and studio
2015-07-06 08:45:03 -04:00
muhammad-ammar
b0eda4cac9
Display warning message on course outline in Studio when course contains deprecated features/components
...
TNL-2303
2015-06-30 13:26:18 +05:00