Adam Palay
9b313d732f
fix bug
2014-05-13 15:32:46 -04:00
Brian Wilson
d6a74a644d
Merge branch 'master' into release
...
Conflicts:
cms/static/js/views/modals/edit_xblock.js
2014-05-13 11:10:48 -04:00
Adam
7d6e3319eb
Merge pull request #3595 from edx/adam/fix-typo-2
...
put google analytics in quotation marks in linkedin email template
2014-05-12 17:10:41 -04: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
b7a0de7f3b
Change URL patterns for instructor dashboard
...
Fix acceptance and unit tests
LMS-1296
2014-05-12 10:18:28 -04:00
Sarina Canelake
09442ef4ac
Port spoc gradebook to new instructor dash
...
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
Sarina Canelake
ced09a6b04
Switch default instructor dashboard to new dash
...
LMS-1296
2014-05-12 10:18:27 -04:00
David Baumgold
c0a5171c75
Merge pull request #3466 from lduarte1991/lduarte-harvardx
...
Reconnecting Token Generator for Annotation Tool
2014-05-09 16:14:42 -04:00
Sarina Canelake
193a816395
Merge pull request #3609 from edx/sarina/i18n-cleanup
...
Clarify strings for i18n
2014-05-09 15:00:36 -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
Sarina Canelake
81a8bc39f6
Clarify strings for i18n
2014-05-09 10:23:46 -04:00
Carson Gee
b3ec4d1b6b
Switching to new dashboard API and adding rescore to actions list
2014-05-08 19:03:14 -04:00
lduarte1991
edeebe7bea
Fixes from @singingwolfboy in PR #3466
2014-05-08 11:37:49 -04:00
Carson Gee
2998a2e9b7
Code review changes
...
i18n
2014-05-07 16:16:37 -04:00
marcotuts
909d6db4a3
Merge pull request #3629 from edx/jrbl/oops-fix-dashboard-template
...
Fix dashboard template around final grade status
2014-05-07 10:57:54 -04:00
Joe Blaylock
825ac1cd42
Fix dashboard template around final grade status
...
* ae8847cd6e checked in buggy conditional in the dashboard templates
that caused an empty 'details being wrapped up' box to display
regardless of whether it was true.
* Simplify conditional so that we care only whether output of the view's
_cert_info() says 'processing', which should be the value computed when
either no cert status exists or when the certs are, in fact processing.
This should mean that the "details being wrapped up" message is
displayed when certs haven't run and the grade box is displayed the
rest of the time.
2014-05-06 15:12:36 -07:00
Diana Huang
aa8ae81034
Show same thing on dash for audit and honor code students.
2014-05-06 17:52:43 -04: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
Adam Palay
5613f19994
add quotation mark to _dashboard_course_listing.html
2014-05-06 14:44:40 -04: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
Renzo Lucioni
bfee237a0d
Add ability to deactivate GA snippet
2014-05-05 17:31:07 -04:00
Adam Palay
3804bb1f8f
put google analytics in quotation marks in linkedin email template
2014-05-05 12:08:36 -04:00
Waqas
a07da78a0f
Add the "VERIFIED_CERTIFICATES" toggle on dashboard
2014-05-05 20:10:26 +05:00
Brian Talbot
316f25e6d5
LMS: copy change to refer to 'ID Verified' enrollment as 'Verified' in Dashboard UI
2014-05-05 19:34:23 +05: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
Joe Blaylock
ae8847cd6e
Certificates: URL endpoint for cert gen
...
* API endpoint for certificate generation, an authenticated post with course
id requests that grading be carried out and a cert generated for
request.user in that course, using the usual grading and certificate
machinery (ie, it does not imply whitelisting, though whitelists and
blacklists will be respected)
- Logs each request as it comes in
- Calls xq.add_cert() and consequently, does grading synchronously on
this app host and then queues request for certificate agent.
- example usage:
```
curl --data "student_id=9999&course_id=Stanford/2013/Some_Class" http://127.0.0.1:8000/request_certificate
```
* Studio advanced setting added, "certificates_show_before_end", which
determines whether a course should permit certificates to be downloadable
by students before the coures's end date has passed.
- Modifications to dashboard view and templates to allow display of
certificate download links before course has ended.
(XXX: may declare failing students as failing before the course has ended.)
- To test, turn the setting on in a course which hasn't ended yet, and
force certificate generation for a student, then check their
dashboard.
2014-05-02 14:34:21 -07:00
Andy Armstrong
f3a23f3973
Only show drag handles in draft mode
2014-05-02 16:20:12 -04:00
cahrens
8e00f6dc3b
Restore the ability to drag at any level inside a vertical and clean up templates.
2014-05-02 15:09:24 -04:00
Frances Botsford
fd7142bcde
dnd container page styling
2014-05-02 15:09:23 -04:00
cahrens
fb150bcf64
Drag and drop on container page.
...
STUD-1309
2014-05-02 15:09:15 -04:00
Adam
a5235a9cb4
Merge pull request #3574 from edx/release
...
Release
2014-05-02 11:56:26 -04:00
Victor Shnayder
6e4b129f48
Merge pull request #3551 from edx/victor/remove-iframe-ga
...
Remove google analytics tracking from iframes used in Drupal course abou...
2014-05-02 10:55:36 -04:00
Adam Palay
80f5784657
puts GA id in quotes
2014-05-01 14:41:13 -04:00
Victor Shnayder
a2bb5f29ff
Merge pull request #3556 from edx/victor/give-audit-certs
...
Issue certificates to all students who earn them, even if they are in an audit track
2014-04-30 16:00:12 -04:00
Victor Shnayder
821d5874a8
Issue certificates to all students who earn them, even if they are in an audit track
...
LMS-2573
2014-04-30 14:44:08 -04:00
e0d
2bfb1b4a56
Merge branch 'release'
2014-04-30 14:42:27 -04:00
Victor Shnayder
9dd9422a74
Remove google analytics tracking from iframes used in Drupal course about pages
...
This fixes two issues:
- if the course pointed to doesn't exist, GA was added to the iframe twice
- more importantly, we don't want to count these as separate views anyway--
we just care about the about page itself.
- I also added a note about where we would put our segment.io widget if we want it
later
LMS-2581
2014-04-30 14:34:45 -04:00
lduarte1991
26eb16ebc2
Added unit signifier - narrower annotation target
2014-04-30 12:24:07 -04:00
Dave St.Germain
5811fdc84e
Merge pull request #3506 from edx/dcs/LMS-2562
...
Set the page in the correct place.
2014-04-30 11:30:09 -04:00
Jason Bau
f8c062b6ce
lti 2.0 result service rest endpoint
2014-04-29 12:01:12 -07:00
Dave St.Germain
14f2f67c78
Set the page in the correct place.
2014-04-28 17:01:03 -04:00
Adam Palay
8ad4cdb366
factor out google analytics ids (LMS-2555)
2014-04-28 16:47:17 -04:00
Sarina Canelake
e76f6dc8fe
Fix i18n of video transcript
2014-04-28 12:31:41 -04:00
Sarina Canelake
7a51382020
Merge pull request #3438 from edx/sarina/fix-video-i18n
...
Don't scrape unnecessary strings for i18n
2014-04-28 10:45:04 -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