Ben Patterson
5703adb722
Merge branch 'release'
...
Includes rc/2014-10-14
2014-10-16 20:11:55 -04:00
Daniel Friedman
64d2514f2c
Merge pull request #5528 from edx/dan-f/data-download-tech-debt
...
Student profile CSV background task tech debt
2014-10-15 16:54:41 -04:00
Daniel Friedman
62c46c80e7
Bump the report downloads poll interval to 20 seconds
...
TNL-565
2014-10-15 15:58:08 -04:00
jsa
786fc806f5
Add topic selection to inline thread editing, fixing errors
...
Co-Authored-By: Brian Talbot <btalbot@edx.org >
TNL-549
2014-10-14 15:45:19 -04:00
Renzo Lucioni
257e8cf857
Merge pull request #5551 from edx/renzo/track-selection-test-cleanup
...
Clean up after track selection experiment
2014-10-14 15:06:19 -04:00
Renzo Lucioni
bd7715a393
Clean up after track selection experiment
2014-10-14 13:56:49 -04:00
Will Daly
5d77fab265
Merge pull request #5541 from edx/will/dashboard-js-shame
...
Dashboard template cleanup
2014-10-14 11:54:57 -04:00
Stephen Sanchez
81d4a24b6d
Making the header width fixed until we have responsive design.
2014-10-10 12:17:58 -04:00
Will Daly
e0133b12a6
Move JavaScript from dashboard template into its own module
...
Make HTML comments Mako comments
2014-10-10 08:45:54 -04:00
Renzo Lucioni
37625e8e29
Merge pull request #5515 from edx/renzo/language-backbone
...
Use Backbone for student account and profile JS.
2014-10-09 09:50:40 -04:00
stephensanchez
12ffe18085
Pull Request comments addressed. Tests fixed.
2014-10-08 21:26:09 +00:00
Renzo Lucioni
00d976b85d
Use Backbone for student account and profile JS.
...
Validate student account and profile form fields. Use RequireJS for Jasmine tests of account and profile JS.
2014-10-08 15:50:13 -04:00
stephensanchez
4d68738c38
Adding new styles to the new donation button.
2014-10-08 19:34:25 +00:00
Will Daly
c4eee8ebc3
Merge pull request #5502 from edx/will/per-course-donation-button
...
Add donation button to the enrollment success message
2014-10-08 06:05:37 -04:00
Nimisha Asthagiri
d7f850a764
Merge branch 'release'
...
Conflicts:
lms/djangoapps/instructor/features/data_download.py
2014-10-07 16:23:28 -04:00
Will Daly
f8365a2d3b
Add donation end-point
...
Make donations configurable
Added donation button to dashboard
Generalize merchant defined data for payment processor
2014-10-07 14:22:55 -04:00
stephensanchez
afaaca969a
Adding new styles for dashboard notifications.
...
Change the reverification failure message styling.
Changing templates so new styles do not appear in courseware.
Removing unused aria tag.
PR comments on cleaning up SASS
Fix signup LMS test.
Copy changes per review on PR
Updating based on PR comments
Style and HTML changes for notifications
2014-10-07 15:44:47 +00:00
Daniel Friedman
ba3f7f9409
Make student profile CSV download a background task, add cohort column
2014-10-02 14:21:13 -04:00
cahrens
e9e37dfaa1
Don't put all of xmodule_js as src (changes coverage metrics).
2014-10-01 15:11:13 -04:00
Christina Roberts
7f4cc1c75c
Merge pull request #5407 from edx/cohort-management
...
Cohorts UI
2014-10-01 11:01:03 -04:00
Andy Armstrong
6219ecacfe
Support adding cohorts from the instructor dashboard
...
TNL-162
2014-10-01 09:22:32 -04:00
Brian Talbot
b58f7ad7b4
resolving display issues by re-implementing discussions-scoped is-hidden classes
2014-10-01 09:22:32 -04:00
Brian Talbot
21aab92183
LMS: revising .is-hidden utility class to be used at a global level
2014-10-01 09:22:31 -04:00
Brian Talbot
62db7a82a1
converting instructor dashboard message UI to use .is-hidden vs.is-shown stateful CSS classes
2014-10-01 09:22:31 -04:00
Andy Armstrong
8627fdef32
Support adding students to a cohort via the instructor dashboard.
...
TNL-163
2014-10-01 09:22:31 -04:00
Brian Talbot
13882b7544
adding copy revisions and light styling support for cohort management
2014-10-01 09:22:31 -04:00
Brian Talbot
3aa842db52
Adding static rendering for cohort group creation UI
...
* adding styling/markup for "add new group" controls, messages, and form
* small FED and UI changes to overall cohort management UI
2014-10-01 09:22:31 -04:00
Nimisha Asthagiri
b4c826e747
TNL-329 Client-side work for displaying cohort description.
2014-10-01 09:22:30 -04:00
Brian Talbot
138fc14544
addressing FED feedback
2014-10-01 09:22:30 -04:00
Brian Talbot
267e8c97f1
LMS: adds static cohort group management UI to the Instructor Dashboard
2014-10-01 09:22:30 -04:00
Brian Talbot
f753a09fbd
LMS: revises membership UI layout on instructor dashboard
2014-10-01 09:22:29 -04:00
Andy Armstrong
9e366fe202
Show cohorts on the new instructor dashboard
...
TNL-161
Remove placeholder text
2014-10-01 09:22:29 -04:00
stephensanchez
9698c631ae
Tweak to old header styles to fix login button
2014-10-01 13:12:56 +00:00
Renzo Lucioni
e895e10185
Merge pull request #5427 from edx/renzo/profile-page-preferred-language
...
Allow changing of language preference from profile page
2014-09-30 23:34:52 -04:00
Renzo Lucioni
254a0ce6c8
Allow changing of language preference from profile page
2014-09-30 21:11:02 -04:00
Brian Talbot
872dae0f27
LMS: resolving vertical alignment issues with new header global nav items
2014-09-30 08:44:02 -04:00
Andy Armstrong
0ed3a95d3a
Merge branch 'release'
...
Conflicts:
AUTHORS
common/static/js/vendor/ova/OpenSeaDragonAnnotation.js
common/test/acceptance/pages/lms/dashboard.py
2014-09-25 16:25:45 -04:00
Will Daly
afa39a862e
Merge pull request #5383 from edx/will/account-and-profile-rebase
...
Add Django apps for student account and profile
2014-09-25 09:34:10 -04:00
Will Daly
7f8c6bb058
Add Django apps for student account and profile.
...
Add Python APIs for account/profile information to user_api
Updating profile page to have social linking
Authors: Renzo Lucioni, Alasdair Swan, Stephen Sanchez, Will Daly
2014-09-25 08:36:22 -04:00
Frances Botsford
b889f9ef11
fixes for status for prof ed and verified registration on both variants of AB test
2014-09-24 14:11:18 -04:00
polesye
00c7e60e07
TNL-171: Change topic of a previously posted post.
2014-09-24 20:28:14 +03:00
AlasdairSwan
328c076bf0
Merge pull request #5333 from edx/alasdair/header-footer-accessibility-updates
...
Alasdair/header footer accessibility updates
2014-09-24 13:08:15 -04:00
Waheed Ahmed
f14dd9d3c5
Disabled student view if course is not yet released for students.
...
LMS-6617
Fixed wiki merge url regex.
TNL-413
ECOM-345 changed any lists that could display with only 1 item to divs
ECOM-345 Added aria tags for header
ECOM-364 Accessibility update for footer
added my name to the authors file
Addressing feedback from code review - removing unnecessary element references in selectors
Updated header aria-label to be main
2014-09-24 16:52:21 +00:00
David Baumgold
9542b0a885
Revert "Puts course listings in a sane order"
...
This reverts commit 1955aade36675289bdbc01554b6f74242754a746.
2014-09-23 18:45:59 -04:00
David Baumgold
15b8aa4b6c
Merge pull request #3747 from edx/pmitros/sane-course-listing-order
...
Puts course listings in a sane order
2014-09-23 13:09:09 -04:00
Brian Talbot
1b25be655c
revising markup and styling for listing header on LMS course dashboard
2014-09-23 12:02:30 -04:00
Frances Botsford
ef1ef98653
adjusting ID verified status to be just verified status
2014-09-22 16:10:23 -04:00
Frances Botsford
8bd092ec4b
adjusting style for professional educationand verification status
2014-09-19 16:27:20 -04:00
chrisndodge
7593ad3a01
Merge pull request #5050 from edx/muhhshoaib/Ex-74-registration-code-redemption
...
Ex-74 Registration Code redemption
2014-09-16 11:58:42 -04:00
Muhammad Shoaib
739d2f0906
Ex-74 Registration Code redemption
...
fix the translation issues
added a check if a user is already registered in a course. Changed the messages
added course depth=0 and removed pep8 violations
2014-09-16 07:48:21 +00:00