Ahsan Ulhaq
1d85598336
Change name and email modal couple of accessibilty issues
...
fieldset element was unnecessary and input fields were not
associated with their parent label
TNL-1076
2015-01-29 15:00:54 +05:00
Zia Fazal
ca3d84a5d4
New pre-requisite course feature via milestones app
2015-01-15 15:17:38 -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
David Baumgold
19c43725dd
Merge pull request #6393 from edx/remove-useless-gettext
...
HTML should not be i18ned
2014-12-30 21:25:17 -05:00
David Baumgold
a2760ecc8e
HTML should not be i18ned
2014-12-30 19:40:40 -05:00
David Baumgold
908e85e079
role=dialog
2014-12-29 14:59:34 -05:00
David Baumgold
a3572bdbf8
Should be aria-labelledby
2014-12-29 14:48:58 -05:00
Afzal Wali
872dbb874b
WL-172 Show a Order History list on the Student Dashboard for any PaidCourseRegistration or RegCodeItem that the user might have purchased
2014-12-17 16:19:06 -05:00
Will Daly
464dfcfabc
Show student verification status on the dashboard.
2014-12-02 09:42:24 -05:00
Will Daly
33f0e92d62
Merge remote-tracking branch 'origin/master' into will/combine-reg-login-form
2014-10-22 17:13:30 -04:00
Will Daly
9e9dec1de1
Integrate third party auth into the combined login/registration page.
...
Change third party auth login failure code to a 401, to detect authentication
success with no linked account.
If already authenticated, redirect immediately to the dashboard.
Use "Location" header correctly for 302 redirects from student views.
Add utility functions for simulating a running third-party auth pipeline.
Add a utility function for checking whether third party auth is enabled.
Respect default values sent by the server
2014-10-22 17:10:49 -04:00
Will Daly
e7609597bc
Change text of registration to enrollment
2014-10-20 12:32:57 -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
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
Calen Pennington
5eaac26c0b
Fix typo in #5392 (encodeURICoponont)
2014-10-06 14:12:46 -04:00
Stephen Sanchez
aba57382ab
Merge pull request #5420 from edx/sanchez/enrollment-success-message
...
Add new enrollment message to the dashboard
2014-10-02 09:59:39 -04:00
Stephen Sanchez
bf112f7ef0
Add new enrollment message to the dashboard
...
The body of the enrollment message template
Tokenize platform name in message.
Changing to a datetime enrollment approach
Adding sorting. A little refactoring.
Adding confguration model for time delta
Adding admin registration and basic form for new config model.
Fixing docstring typo
Updating default time delta to 0, adding test to show it disabled functionality.
Removing the form from configuration and tweaking the enrollment message html
2014-10-02 12:32:35 +00:00
Calen Pennington
183e04106a
Merge pull request #5392 from cpennington/escape-course-ids-in-html
...
Properly escape CourseKeys and UsageKeys in html templates
2014-10-01 12:32:54 -04:00
Calen Pennington
77a04daa07
Properly escape CourseKeys and UsageKeys in html templates
...
[LMS-11372]
[LMS-11370]
2014-10-01 10:26:52 -04:00
David Baumgold
9542b0a885
Revert "Puts course listings in a sane order"
...
This reverts commit 1955aade36675289bdbc01554b6f74242754a746.
2014-09-23 18:45:59 -04:00
Brian Talbot
1b25be655c
revising markup and styling for listing header on LMS course dashboard
2014-09-23 12:02:30 -04:00
Piotr Mitros
19356ffd4b
Puts course listings in a sane order
2014-09-23 12:02:30 -04:00
Renzo Lucioni
66187ab907
Clean up translated strings in registration page, dashboard, and track selection flow
2014-09-17 14:38:24 -04:00
Renzo Lucioni
22f58be4aa
Add tracking on expand of upsell message
2014-09-12 11:58:24 -04:00
Chris Dodge
1379158e8d
make the 'ENABLE_THIRD_PARTY_AUTH' feature flag be microsite aware
2014-09-10 12:38:40 -04:00
Muhammad Shoaib
2cc0433833
Implement mediated bulk purchase epic
...
Updating EX-60 logic
2014-09-02 13:03:24 -04:00
Frances Botsford
b371783e63
login, registration, and dashboard page changes for third-party auth
2014-08-26 15:38:54 +00:00
asadiqbal08
932010df59
refund message for purchased courses
...
Add little more logic for paid courses
2014-08-05 10:00:16 -04:00
marco
a129fd4a27
adjusted styling of dashboard profile area to remove heavier gradients and other small cleanups
2014-07-17 14:26:22 -04:00
Sarina Canelake
c68fce1f0a
Fix i18n translation issues
2014-06-17 12:03:27 -04:00
John Cox
ce0b640712
Add third-party auth implementation and tests
2014-04-25 12:11:20 -07:00
Waqas
442db0b4aa
User doesn't exist in verify student banner toggle off view
...
LMS-2510
2014-04-23 15:36:56 +05:00
Giulio Gratta
1cd5a80d1e
replace unicode 'X' with font-awesome 'remove'
2014-03-11 12:48:58 -07:00
Giulio Gratta
2ae18c005f
change 'modal' wording to something more general and less jargony
2014-03-11 11:05:42 -07:00
Giulio Gratta
35112e9e78
Variable-ize "Certificate of Achievement" text
2014-02-25 10:19:03 -08:00
thedeadparrot
b61649f9eb
Refactor out new lang_pref djangoapp
2014-02-14 22:35:14 +00:00
thedeadparrot
afdd8d68cb
Better dashboard display behavior
...
* Don't show sidebar if only one language is present
* only add in the default language code if it's not already present
2014-02-14 22:35:13 +00:00
thedeadparrot
f6e14e62b5
Change setlang url
2014-02-14 22:35:12 +00:00
Brian Talbot
a6f147afa5
LMS: revising modal UI to support translators
2014-02-14 22:35:08 +00:00
Diana Huang
be189e607e
Store user preferences for languages
...
Also, refactor tests such that we're not deleting users or prefs
2014-02-14 22:35:07 +00:00
Julia Hansbrough
cb6b52f890
wiring for language selector
2014-02-14 10:32:10 -05:00
Brian Talbot
895bb5e029
LMS: adding language selector to user dashboard (WIP)
2014-02-14 10:32:10 -05:00
Dave St.Germain
9945d3e9cf
Add a means to skip to more specific parts of the page. Contributes to
...
LMS-2156
2014-02-05 11:28:11 -05:00
Frances Botsford
63a22ad0e5
PR review changes for LMS reverification
2014-01-31 22:20:32 +00:00
Julia Hansbrough
69b5b033fd
Midcourse reverifications: dismissal banner
...
Added a banner that students can use to dismiss the "you have failed reverification" message. Also, removed unused code, wired up the sidebar for design
2014-01-31 22:20:32 +00:00
Julia Hansbrough
3e1519c62a
Midcourse reverification: increased quality
...
Also, removed an unused template
2014-01-31 22:08:09 +00:00
Frances Botsford
5aea466093
styling complete on reverify dash
2014-01-31 22:08:08 +00:00