Brian Talbot
44982ae3ca
correcting for updated Bourbon radial-gradient mixin syntax
2014-06-11 21:19:46 -04:00
Brian Talbot
02b0725456
correcting for Bourbon deprecated inline-block() mixin
2014-06-11 21:19:46 -04:00
jsa
5dfd4d4dcc
clarify and internationalize the search spell correction message.
2014-06-11 12:41:34 -04:00
jsa
58c5066e66
Add support for search spell corrections to Forums UX.
...
Co-authored-by: Brian Talbot <btalbot@edx.org >
JIRA: FOR-591
2014-06-05 15:00:29 -04:00
Waheed Ahmed
cc36162df1
Fixed links for units loaded via ajax.
...
LMS-2711
2014-06-02 14:19:19 +05:00
Calen Pennington
9feff62857
Merge pull request #3834 from cpennington/ok-merge-from-master
...
Merge master into opaque-keys
2014-05-23 11:36:52 -04:00
Sarina Canelake
faeee559fd
Fix Instructor Dash UX (LMS-2748)
2014-05-22 16:53:20 -04:00
Calen Pennington
cd862b3253
Merge remote-tracking branch 'edx/master' into opaque-keys
...
Conflicts:
cms/djangoapps/contentstore/tests/test_contentstore.py
cms/djangoapps/contentstore/views/component.py
cms/djangoapps/contentstore/views/item.py
cms/djangoapps/contentstore/views/preview.py
cms/djangoapps/contentstore/views/tests/test_container.py
cms/static/js/spec/views/unit_spec.js
cms/static/js/utils/module.js
cms/templates/container.html
cms/templates/studio_vertical_wrapper.html
cms/templates/studio_xblock_wrapper.html
common/djangoapps/student/views.py
lms/templates/notes.html
lms/templates/textannotation.html
lms/templates/videoannotation.html
2014-05-22 10:52:00 -04:00
Waheed Ahmed
b6a90e0bfa
Fixed register button on edge homepage.
...
LMS-2719
2014-05-22 12:09:23 +05:00
Waqas Khalid
95636a9556
Revert "Handle the indexerror exception on create_order"
...
It was merged by mistake during the code freeze.
2014-05-20 18:33:54 +05:00
Waqas Khalid
33871e4515
Handle the indexerror exception on create_order
...
LMS-2646
2014-05-20 16:04:58 +05:00
Calen Pennington
d4280e8529
Fix merge conflicts
2014-05-16 14:10:50 -04:00
Calen Pennington
18c91d0f1d
Merge remote-tracking branch 'edx/master' into opaque-keys-merge-master
...
Conflicts:
cms/djangoapps/contentstore/tests/utils.py
cms/djangoapps/contentstore/views/import_export.py
cms/djangoapps/contentstore/views/tests/test_import_export.py
common/djangoapps/student/views.py
lms/djangoapps/class_dashboard/dashboard_data.py
lms/djangoapps/instructor/views/instructor_dashboard.py
lms/static/js/staff_debug_actions.js
lms/templates/notes.html
lms/templates/staff_problem_info.html
2014-05-16 14:01:20 -04:00
David Adams
9bc7a518ee
Fixes issue with metrics tab click handlers
...
Click handlers were not getting attached to DOM elements in some cases on slow running machines.
Added logic to attach handlers when elements are ready.
Added 2 buttons on metrics tab:
Download Subsection Data for downloading to csv.
Download Problem Data for downloading to csv.
2014-05-15 11:45:59 -07:00
Brian Wilson
aacbc5eddb
Merge branch 'release' (after release-2014-05-14).
2014-05-15 14:34:22 -04:00
Waheed Ahmed
1648442052
Reset attempts, delete state and rescore buttons not working on staff debug.
...
LMS-2706
2014-05-15 12:47:51 +05:00
Calen Pennington
7e55d5eb5c
Merge remote-tracking branch 'edx/master' into opaque-keys-merge-master
2014-05-14 10:00:16 -04:00
Brian Talbot
2c9a7b51fd
Merge pull request #3696 from edx/talbs/fix-lms-dashboard-images
...
FIX - LMS: Dashboard Course Image Dimensions
2014-05-13 16:35:58 -04:00
Brian Talbot
cd1ec5fd58
resolving display issue where older/smaller courses images wouldn't fill designated area on the student dashboard
2014-05-13 16:25:44 -04:00
Calen Pennington
240d91daeb
Merge remote-tracking branch 'edx/master' into opaque-keys-merge-master
...
Conflicts:
cms/djangoapps/contentstore/management/commands/tests/test_import.py
cms/djangoapps/contentstore/tests/test_import.py
common/lib/xmodule/xmodule/modulestore/tests/test_mongo.py
common/lib/xmodule/xmodule/modulestore/xml_importer.py
lms/djangoapps/bulk_email/tests/test_course_optout.py
lms/djangoapps/bulk_email/tests/test_email.py
lms/djangoapps/bulk_email/tests/test_err_handling.py
lms/djangoapps/class_dashboard/tests/test_dashboard_data.py
lms/djangoapps/courseware/courses.py
lms/djangoapps/django_comment_client/base/views.py
lms/djangoapps/instructor/tests/test_email.py
lms/djangoapps/instructor/tests/test_legacy_anon_csv.py
lms/djangoapps/instructor/tests/test_legacy_download_csv.py
lms/djangoapps/instructor/tests/test_legacy_email.py
lms/djangoapps/instructor/tests/test_legacy_enrollment.py
lms/djangoapps/instructor/tests/test_legacy_forum_admin.py
lms/djangoapps/instructor/tests/test_legacy_gradebook.py
lms/djangoapps/instructor/tests/test_legacy_raw_download_csv.py
lms/djangoapps/instructor/tests/test_legacy_reset.py
lms/djangoapps/instructor/views/api.py
lms/djangoapps/instructor/views/instructor_dashboard.py
lms/djangoapps/instructor/views/legacy.py
lms/templates/courseware/instructor_dashboard.html
2014-05-13 15:30:56 -04:00
Calen Pennington
a247bb7b9e
Fix StaffDebug javascript tests
2014-05-13 12:57:22 -04:00
Calen Pennington
6fcf65ef62
Fix staff debug view
2014-05-13 11:58:56 -04:00
Waheed Ahmed
7a96faf9a3
Merge pull request #3585 from dragonfi/master
...
Fix #3347 : "Run Code" reloads page in Matlab Problem
2014-05-13 19:06:40 +05:00
dragonfi
8430be3d18
Fix #3347 : "Run Code" reloads page in Matlab Problem
...
Instead of refreshing only the necessary parts,
"Run Code" reloads the whole page.
This commit fixes this behaviour, by refreshing the
specific elements belonging to the Problem instead.
Also tidies up indentation.
2014-05-12 22:26:52 +02:00
Sarina Canelake
a5381db070
Only show banner on legacy dash for edx.org
...
LMS-1296
2014-05-12 12:42:19 -04:00
Frances Botsford
b90f1e41e5
UI cleanup of new instructor dashboard
...
Stylize warning banners; more UI touches for the intructor dash:
clean up nav structure, compact header so content is higher on the page
LMS-1296
2014-05-12 10:18:28 -04:00
Sarina Canelake
bc0c13828f
Add segment.io tracking for legacy instructor dashboard
...
LMS-1296
2014-05-12 10:18:28 -04:00
Sarina Canelake
c224fe57ef
Add banners to the instructor dashboard
...
Notification banner to default dash to announce the change
Warning banner on legacy instruction dashboard to explain it has been deprecated
LMS-1296
2014-05-12 10:18:27 -04:00
Calen Pennington
155ffe37ca
Merge remote-tracking branch 'edx/master' into opaque-keys-merge-master
...
Conflicts:
cms/djangoapps/contentstore/views/item.py
cms/djangoapps/contentstore/views/tests/test_container.py
cms/djangoapps/contentstore/views/tests/test_tabs.py
common/lib/xmodule/xmodule/modulestore/mongo/draft.py
lms/djangoapps/certificates/management/commands/gen_cert_report.py
lms/djangoapps/certificates/queue.py
lms/djangoapps/certificates/views.py
lms/djangoapps/courseware/module_render.py
lms/djangoapps/courseware/tests/test_module_render.py
lms/djangoapps/instructor/views/api.py
lms/djangoapps/instructor/views/instructor_dashboard.py
lms/djangoapps/instructor/views/legacy.py
lms/djangoapps/shoppingcart/tests/test_models.py
lms/djangoapps/verify_student/views.py
2014-05-09 15:29:32 -04:00
Carson Gee
379745e3a4
Merge pull request #2686 from edx/feature/ichuang/add-reset-links-to-staff-debug
...
add problem reset link to staff debug page
2014-05-09 13:29:29 -04:00
Carson Gee
7c1e6d83e4
Fix message handling to be more internationalizable
2014-05-09 11:21:39 -04:00
Carson Gee
b3ec4d1b6b
Switching to new dashboard API and adding rescore to actions list
2014-05-08 19:03:14 -04:00
Calen Pennington
cd746bf8e5
Make course ids and usage ids opaque to LMS and Studio [partial commit]
...
This commit adds the non-courseware lms/djangoapps and lms/lib.
These keys are now objects with a limited interface, and the particular
internal representation is managed by the data storage layer (the
modulestore).
For the LMS, there should be no outward-facing changes to the system.
The keys are, for now, a change to internal representation only. For
Studio, the new serialized form of the keys is used in urls, to allow
for further migration in the future.
Co-Author: Andy Armstrong <andya@edx.org >
Co-Author: Christina Roberts <christina@edx.org >
Co-Author: David Baumgold <db@edx.org >
Co-Author: Diana Huang <dkh@edx.org >
Co-Author: Don Mitchell <dmitchell@edx.org >
Co-Author: Julia Hansbrough <julia@edx.org >
Co-Author: Nimisha Asthagiri <nasthagiri@edx.org >
Co-Author: Sarina Canelake <sarina@edx.org >
[LMS-2370]
2014-05-08 12:09:23 -04:00
Carson Gee
2998a2e9b7
Code review changes
...
i18n
2014-05-07 16:16:37 -04:00
Giulio Gratta
6963d24e5d
Merge pull request #3597 from caesar2164/giulio/help-modal-features
...
Changes for Help Modal to work on Stanford Site
2014-05-07 10:32:22 -07:00
Ned Batchelder
e25bbde4f2
Merge pull request #3618 from edx/ned/remove-press-stories
...
Remove press-page machinery and assets
2014-05-06 17:35:21 -04:00
Giulio Gratta
ba6b0cf4e7
Changes for Help Modal to work on Stanford Site
...
- moved zendesk endpoint to new condition
- some help modal styling
2014-05-06 12:06:04 -07:00
Ned Batchelder
db8c4de202
Remove press-page machinery and assets
2014-05-06 13:29:17 -04:00
Christina Roberts
df262d4fc7
Merge pull request #3229 from edx/christina/container-dnd
...
Drag and drop on container page
2014-05-06 11:09:29 -04:00
Brian Talbot
5365dbe2fb
LMS: adding visual reinforcement of a user's enrollment type (per course) to Dashboard UI
...
LMS-1071
2014-05-05 19:34:23 +05:00
Giulio Gratta
fa63507034
Adds very basic about page style to ul, ol and dl
...
About pages need basic support for lists since professors often want to display lists or 'definitions'
2014-05-02 13:13:46 -07:00
Frances Botsford
fd7142bcde
dnd container page styling
2014-05-02 15:09:23 -04:00
Ned Batchelder
82bd46d5a5
Merge pull request #3450 from johncox-google/johncox/feature/buttons
...
Change signin control from text list to buttons.
2014-04-25 17:38:16 -04:00
David Baumgold
5edae3edb0
Merge pull request #2780 from FiloSottile/progress_success_button
...
Show a success button at the top of the Progress page
2014-04-25 16:56:58 -04:00
John Cox
ce0b640712
Add third-party auth implementation and tests
2014-04-25 12:11:20 -07:00
marco
83defda7d4
visual styling adjustments to discussion listing metadata, simplifying the visual representation of votes, increasing the line height of each post while also increasing the size of the icons for following and comments. visual styling adjustments also included for the discussion itself, pushing comments to be full width within a response, and small typography adjustments to the post count metadata and the add response button
2014-04-24 19:33:03 -04:00
Greg Price
0e59038c72
Add pagination to forum user profile page
2014-04-23 16:49:50 -04:00
Carson Gee
5775634482
Added jasmine tests and factored out javascript functions to new file
2014-04-23 14:56:32 -04:00
Adam Palay
82142a4936
pass event to callback functions in membership.coffee (LMS-2547)
2014-04-17 11:43:36 -04:00
Diana Huang
79fea6205e
Merge branch 'release'
...
Conflicts:
lms/static/coffee/src/instructor_dashboard/membership.coffee
lms/templates/instructor/instructor_dashboard_2/membership.html
requirements/edx/github.txt
2014-04-16 15:41:59 -04:00