Omar Al-Ithawi
4f4349a63b
Make staff debug info code to be always LTR
2014-10-23 14:26:56 +03:00
Brian Talbot
5a31005e96
Merge pull request #5563 from lpil/master
...
Stop page extending out of viewport width by 40px
2014-10-17 17:14:01 -04:00
Frances Botsford
c92f52e0bd
cleanup and response to PR review
2014-10-17 13:51:43 -04:00
Omar Al-Ithawi
d8bf0ef5a5
Elegant rtl/ltr css switch, LMS RTL fixes, language aware @cache_if_anonymous
2014-10-17 13:51:42 -04:00
Frances Botsford
ce3cb27864
switching RTL on the fly - added bi-app for sass compiling
2014-10-17 13:51:42 -04:00
Omar Al-Ithawi
9b287960e7
LMS RTL fixes
2014-10-17 13:51:42 -04:00
Frances Botsford
e255ac1f29
Initial pass at LMS and Studio RTL
2014-10-17 13:51:42 -04:00
Louis Pilfold
16ed497497
Use box-sizing SCSS mixin rather than property
2014-10-17 09:09:19 +01:00
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
Louis Pilfold
a501fbfc2d
Stop page extending out of viewport width by 40px
...
Currently the .container and .wrapper-footer elements are set to 100%,
and also have horizontal padding added to them. This results in a total
width of greater than the full width of the viewport; This causing the
browser to scroll horizonally into empty space, regardless of how wide
the viewport is.
I had added the `box-sizing: border-box` to these elements in order to
resolve this.
Cheers,
Louis
2014-10-13 14:43:16 +01: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