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
Renzo Lucioni
cc6e63dd22
Prepare track selection page for new audit track
2014-09-12 13:58:13 -04:00
Brian Talbot
5d16e802bb
LMS: optimizing header PNG asset
2014-09-11 07:37:27 -04:00
Brian Talbot
337d6cbc2b
LMS: revising markup/styling of edx-specific footer
2014-09-11 07:37:26 -04:00
Brian Talbot
def8b5bf24
LMS: removing breakpoint-centric styling + small comment cleaning on edx-specific footer
2014-09-11 07:37:26 -04:00
Brian Talbot
f77466d0b3
LMS: resolves focus background-color issue of 3rd party login buttons
2014-09-09 12:49:28 -04:00
Brian Talbot
a6f2dd67e4
Merge pull request #5105 from edx/talbs/os-ggg-a11y
...
LMS: Accessibility Tweaks
2014-09-05 13:57:57 -04:00
Brian Talbot
f11b44c49e
LMS: revising more pronounced focus state of onboarding buttons
2014-09-05 12:50:15 -04:00
Waqas Khalid
32d9234b39
Merge pull request #3880 from mlkwaqas/waqas/lms2646-create-order-list-index-error
...
Handle the indexerror exception on create_order
2014-09-05 17:07:46 +05:00
Giulio Gratta
e0b7e8cfbb
increase contrast of submission_feedback text
2014-09-04 17:45:47 -04:00
Giulio Gratta
e0262bd7a9
Make primary button focus state more pronounced
2014-09-04 17:45:47 -04:00
Han Su Kim
578be6cc70
Merge branch 'release'
2014-09-04 15:50:33 -04:00
Don Mitchell
afa57f505b
Remove client side parsing of module_id
...
in analytics dashboard.
LMS-11209
2014-09-03 21:59:29 -04:00
Greg Price
d303041c55
Fix size of endorser username in forum responses
2014-09-03 16:13:33 -04:00
Greg Price
a703cc8fa8
Fix forum nav header width
2014-09-03 15:51:12 -04:00
Renzo Lucioni
93a263b92f
Correct 3rd party auth login page message and styling
2014-09-03 09:50:45 -04:00
Muhammad Shoaib
2cc0433833
Implement mediated bulk purchase epic
...
Updating EX-60 logic
2014-09-02 13:03:24 -04:00
Waqas Khalid
d11aaec3a1
Handle the indexerror exception on create_order
...
LMS-2646
2014-09-02 19:08:53 +05:00
Julia Hansbrough
c7d4183310
Merge pull request #4915 from edx/flowerhack/redo-third-party
...
Facebook auth support.
2014-08-30 02:50:57 -04:00
Greg Price
988e4e6da5
Update UI for forum actions
...
The actions are now consolidated in one location for each piece of
content. Primary actions (vote, follow, endorse, mark as answer) are
buttons, and secondary actions (pin, edit, delete, report, close) are in
a menu. This also includes improved front-end error handling for the
actions and significant test cleanup.
Co-authored-by: jsa <jsa@edx.org >
Co-authored-by: marco <marcotuts@gmail.com >
Co-authored-by: Frances Botsford <frances@edx.org >
Co-authored-by: Brian Talbot <btalbot@edx.org >
2014-08-29 15:59:33 -04:00
Greg Price
80d1cae6a0
Add filter menu to forum nav sidebar
...
The menu allows filtering to unread, unanswered, or flagged threads.
This includes passing through the appropriate query parameters to the
comments service.
2014-08-29 15:59:33 -04:00
Greg Price
eaa93bf615
Hide comments in marked answers in forum questions
...
A link to show the comments appears in their place.
2014-08-29 15:59:33 -04:00
Greg Price
ec482c0dc2
Allow authors of forum questions to mark answers
...
Co-authored-by: jsa <jsa@edx.org >
2014-08-29 15:59:32 -04:00
Greg Price
c23a27bac4
Add post type control to forum new post form
...
Also change server to pass post type through to the comments service.
2014-08-29 15:59:32 -04:00
Greg Price
2e30874180
Add post type indicators to forum sidebar nav
...
The previously existing checkmark for threads with endorsed responses is
removed, as it is mostly redundant.
2014-08-29 15:59:32 -04:00
Greg Price
aaa2f35336
Change endorsement UI for forum question threads
...
Responses to question threads can be "marked as answer" instead of
"endorsed".
2014-08-29 15:59:32 -04:00
Greg Price
182ae7aeb0
Add endorsement info to marked answers in forum
...
Co-authored-by: jsa <jsa@edx.org >
2014-08-29 15:59:31 -04:00
Greg Price
10063a3120
Distinguish forum thread types in rendering
...
Each thread's type is now included in its post details, and question
threads have marked answers shown immediately below the body of the
initial post.
2014-08-29 15:59:31 -04:00
Greg Price
7470e60004
Unify forum thread views (and templates)
2014-08-29 15:59:31 -04:00
Greg Price
ab2b7f344d
Clean up dead forums front-end code
2014-08-29 15:59:31 -04:00
Greg Price
854621be60
Update forum new post form
...
Add help text to several fields, update visual styling, and make it
appear in the right-hand pane of the discussion tab instead of sliding
down from the top.
Co-authored-by: jsa <jsa@edx.org >
Co-authored-by: marco <marcotuts@gmail.com >
2014-08-29 15:59:31 -04:00