Ahsan Ulhaq
702663d978
Merge pull request #7889 from edx/ahsan/AC-102-forums-vote-tracking-missing-spaces-awkward-reading
...
Forums vote tracking missing spaces causes awkward reading
2015-05-05 05:48:59 -04:00
Brian Talbot
f7bc309a2c
adding missing Open Sans typeface files expected by Bourbon Sass mixin
2015-05-04 13:07:51 -04:00
Ahsan Ulhaq
95b2b82896
Forums vote tracking missing spaces causes awkward reading
...
AC-102
2015-05-02 19:52:20 +05:00
Awais Jibran
6e6aa036e7
Switching between discussion threads take focus to bottom of the page.
...
TNL-1530
2015-04-29 20:28:52 +05:00
jsa
efde11d552
Use ecommerce api v2.
...
XCOM-213 XCOM-214
2015-04-27 16:57:17 -04:00
muhammad-ammar
9c2d18710c
Jasmine tests for account settings page.
...
TNL-1499
2015-04-17 17:23:14 -04:00
Calen Pennington
8f133f6696
Merge pull request #6035 from edx/jeskew/xmodule_to_xblock_vertical
...
Convert Vertical XModule to pure Vertical XBlock.
2015-03-31 11:10:22 -04:00
Calen Pennington
b50876fc32
Make XBlockToXModuleShim use json-init-args to record the XModule constructor to shim to
2015-03-30 16:37:53 -04:00
Waqas Khalid
01bdfb125e
Merge pull request #7403 from edx/waqas/tnl1717-discussion-404
...
View discussion of user profile return 404
2015-03-30 14:36:25 +05:00
Will Daly
cb21a0819c
A11y fixes for EdX header.
...
Update <nav> elements to correctly group links
for screen readers.
Fix RTL display issue with responsive header
on the login/registration page.
2015-03-23 08:47:35 -04:00
Waqas Khalid
daadfeab66
View discussion of user profile return 404
...
If you open a particular user profile page there
will be discussion where that user has collaborated.
If you click on view discussion link it would return
404 becuase of the missing discussion id in the link.
I fixed it by adding the thread commentable id to link
instead of getting the id from discussion object.
TNL-1717
2015-03-19 15:33:45 +05:00
Syed Hassan Raza
64515f1d62
Add metatag <path_prefix> for pdf_viewer.html
2015-03-12 17:19:38 +05:00
Giulio Gratta
4726da6cf9
Upgrade PDF.js library from v0.8.1243 -> v1.0.907
2015-03-09 16:12:27 -07:00
Sarina Canelake
e1dc0f5cdc
Remove unused common image
2015-03-06 13:05:03 -05:00
Sarina Canelake
73c309935b
Merge pull request #6679 from open-craft/problem-tooltips
...
Support for inline explanatory popups in problem XML
2015-02-18 08:37:03 -05:00
Waqas Khalid
11159ba71e
Discussion forum doesn't work when mathjax is down
...
When mathjax is down discussion forum doesn't work
as we were using markdown.js with processor as
mathjax. Unavailability of mathjax raise error in
js which stops discussion to render. So I made
markdown independent of mathjax. Markdown now will
use mathjax when it is available otherwise ignore it.
TNL-1149
2015-02-10 13:12:41 +05:00
Mat Moore
d857695d62
Vote buttons should be disabled while in use
...
Clicking quickly on up/down votes in forums generates a race condition
where the votes can continue going up or down (and I can get e.g. large
negative numbers). This is client-side; the server-side is not affected.
This is caused by safeAjax calling code (including updateWithUndo) not
handling the possible undefined return value. This is returned in the case
where the element that triggers the event is already disabled.
Corrected typo in DiscussionThreadView cleanup: @responseRequest -> @responsesRequest
Resolves TNL-1061
2015-02-07 09:52:39 +00:00
Braden MacDonald
d12e173c66
Change TooltipManager API so we can remove fake event
2015-02-06 09:39:37 -08:00
Braden MacDonald
3fd9fa6415
Support for inline explanatory popups in problem XML
2015-02-05 16:56:02 -08:00
Brian Talbot
5785df241d
Merge pull request #6875 from edx/talbs/update-font-awesome-4.3
...
Upgrade: Font Awesome 4.3.0
2015-02-05 12:38:49 -05:00
Chris
6266dcf1e7
Merge pull request #6820 from edx/clrux/forums-assign-regions
...
Assign regions/landmarks for easier navigation
2015-02-03 16:03:18 -05:00
Brian Talbot
89a05d8880
Upgrading Font Awesome vendor files from 4.2.0 to 4.3.0
2015-02-03 15:21:20 -05:00
Chris Rodriguez
66f909cd50
Assigning regions to forum areas and adding ARIA to new post form
2015-02-03 10:34:37 -05:00
Marco Morales
951773150f
updated icons on discussion forums
2015-01-31 18:40:38 -05:00
Adam Palay
bfcfbfab2f
Merge remote-tracking branch 'origin/release' into merge-release-into-master
...
Conflicts:
requirements/edx/github.txt
2015-01-30 09:44:42 -05:00
David Baumgold
6134bedfca
Merge pull request #6443 from open-craft/kelketek/hide-irrelevant-cohort-menu
...
Add classes to cohort selector element group
2015-01-29 11:49:33 -05:00
Syed Hassan Raza
a1ffcc5259
Disable referrer (TNL-1144)
2015-01-29 09:53:55 -05:00
Chris Rodriguez
d30088dd0d
Using .sr instead of aria-label
2015-01-29 08:39:54 -05:00
Chris Rodriguez
42486a5ee6
Adding ARIA label to selected conversation
2015-01-29 08:39:54 -05:00
Jonathan Piacenti
ed20d5a136
Inverted boolean for rendering in CheckVisible.
2015-01-28 22:58:56 +00:00
Jonathan Piacenti
bd57d56bdd
Add classes to group of elements for cohort selector.
...
Retriggring Jenkins build
2015-01-28 22:51:46 +00:00
Will Daly
b467ae8cde
Revert "Add RequireJS and RequireJS Optimizer configuration to the LMS"
...
This reverts commit b8184d188f .
2015-01-28 17:26:46 -05:00
Will Daly
b8184d188f
Add RequireJS and RequireJS Optimizer configuration to the LMS
...
[second attempt which addresses bug building Studio]
2015-01-27 17:56:29 -05:00
Will Daly
1f2b155746
Revert "Add RequireJS and RequireJS Optimizer configuration to the LMS"
...
This reverts commit 1d6fceda50 .
2015-01-21 17:13:27 -05:00
Will Daly
1d6fceda50
Add RequireJS and RequireJS Optimizer configuration to the LMS
...
Respond to review comments:
- Rename build and config files for consistency between lms/studio.
- Fix merge conflicts with lms require config.
- Devstack uses optimized pipeline to skip require JS optimizer step
- Add tests for render_require_js_path_overrides
2015-01-20 14:27:23 -05:00
Andy Armstrong
ac58ebf7da
Rename 'cohort groups' to just 'cohorts'
2015-01-15 10:33:48 -05:00
Bertrand Marron
c4a7d770cc
Remove all ellipses
...
It's a problem for accessibility
2015-01-15 09:03:12 -05:00
polesye
fc0f6e9878
Logger: Add possibility to send sync requests.
2015-01-15 02:16:11 +02:00
polesye
c7153be040
TNL-213: Let Students Add Personal Notes to Course Content.
...
Co-Authored-By: Jean-Michel Claus <jmc@edx.org >
Co-Authored-By: Brian Talbot <btalbot@edx.org >
Co-Authored-By: Tim Babych <tim@edx.org >
Co-Authored-By: Oleg Marshev <oleg@edx.org >
Co-Authored-By: Chris Rodriguez <crodriguez@edx.org >
2015-01-14 23:34:11 +02:00
Braden MacDonald
6be35e0fc1
Merge pull request #6459 from edx/content-libraries
...
Content libraries MVP
2015-01-13 11:20:20 -08:00
Waqas Khalid
70b38fc3a3
Merge pull request #6034 from mlkwaqas/waqas/tnl776-multiple-inline-discussion-problem
...
In inline discussion two discussion module override actions
2015-01-13 19:59:23 +05:00
Waqas Khalid
2a67632b7b
Unable to report/vote/endorse after editing response
...
When user update the response after editing he would
be unablt to report/vote/endorse the response. This
problem was caused due to double binding of event in
backbone view.
TNL-720
2015-01-13 13:47:02 +05:00
Braden MacDonald
3e0f08ebc2
Studio support for creating and editing libraries (PR 6046)
...
SOL-1, SOL-2, SOL-3
2015-01-12 13:37:50 +03:00
Brian Talbot
f128629f48
fixing styling and class syntax (to new FA-based classes) for missing UI elements
2015-01-09 12:01:26 -05:00
Waqas Khalid
82eed83f64
In inline discussion two discussion module override actions
...
In inline discussion if we have two discussion module the
new post button open form for both discussions as well as
cancel button of one discussion call the cancel of other.
Click and button actions are now being handled inside view
of each module so that they don't disturb eachother.
TNL-776
2015-01-09 17:10:10 +05:00
David Baumgold
1b02ed5d95
Merge pull request #6252 from edx/studio-move-branded
...
Placeholder image for Open edX Studio logo, when not running on edx.org
2015-01-08 12:42:40 -05:00
David Baumgold
96d86e4e17
Placeholder image for Open edX Studio logo, when not running on edx.org
2015-01-08 12:42:26 -05:00
Chris
c5d2dd7536
Upgrading Font Awesome vendor files from 3.2.1 to 4.2.0
...
* updating vendor files
* updating class syntax (to new FA-based classes) for all UI elements
* correcting broken tests
2015-01-06 15:24:12 -05:00
Marco Morales
38b7e4cc50
SASS compilation variable conventions update, focusing on basic colors, baseline variable usage for padding and margins, ui-depth extends, along with other small fixes. The intent with this is to not have any user-facing impact, and instead move us closer toward having files that use our newer sass conventions.
2015-01-05 17:30:13 -05:00
AlasdairSwan
0be8ab3aab
Merge pull request #6406 from edx/alasdair/logistration-2.0
...
ECOM-783 updated logistration in light of redesign
2015-01-05 12:48:32 -05:00