stephensanchez
128d4836c0
Change design to check for min price or suggested prices.
2014-10-22 20:26:03 +00:00
Sarina Canelake
d1f256af29
Merge pull request #5566 from Kelketek/lazy_coursemode_translation
...
Lazy loading of CourseMode model's internationalization.
2014-10-17 10:26:05 -04:00
Renzo Lucioni
bd7715a393
Clean up after track selection experiment
2014-10-14 13:56:49 -04:00
Jonathan Piacenti
d09d729b75
Lazy loading of CourseMode model's internationalization.
2014-10-13 21:30:07 +00: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
Usman Khalid
4e796c575a
Merge pull request #5366 from edx/usman/tnl367-transaction-level-decorator
...
MySQL transaction isolation level decorator.
2014-10-02 19:16:46 +05: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
Usman Khalid
32063fe003
Added commit_on_success_with_read_committed decorator to views
...
which raise IntegrityErrors.
TNL-367
2014-10-01 19:48:37 +05:00
Renzo Lucioni
cc6e63dd22
Prepare track selection page for new audit track
2014-09-12 13:58:13 -04:00
Renzo Lucioni
0b2840ee6f
Skip audit enrollment if user is in the experimental branch
2014-09-08 14:17:04 -04:00
Will Daly
83bfb17807
Use new-style course locators consistently when setting the donation amount in the session
...
Update devstack settings to use new CyberSource API
2014-08-28 13:55:31 -04:00
Will Daly
714f9bb69f
Auto enroll students even if there are multiple course modes
...
Add session middleware to an external auth test to fix a test failure with the auto-registration AB-test changes
2014-08-15 10:26:27 -04:00
Diana Huang
9aa095dd21
Adapt flow for new 'professional' mode.
...
ECOM-41
2014-08-12 18:44:46 +00:00
Julia Hansbrough
805c325653
Update redirect and wording for prof ed
...
- Changes registraiton button text for professional ed courses
- Professional ed courses do not see "choose your track" page; go straight to verification flow
2014-08-12 18:44:40 +00:00
chrisndodge
246a431760
Merge pull request #4590 from edx/cdodge/fix-reg-codes
...
eCommerce enhancements (pt. 2)
2014-08-05 13:12:52 -04:00
Chris Dodge
a1248f614e
add more detail to new CourseModesArchive table
2014-08-05 10:00:17 -04:00
Muhammad Shoaib
33d5b49e81
added course price set/view/edit functionality
...
added CoursmodeArchive model to save the old prices history
analytics -> instructor_analytics
analytics -> instructor_analytics
2014-08-05 10:00:13 -04:00
Diana Huang
ec13aabe97
Fix up tests and enrollment behavior.
2014-08-05 09:32:39 -04:00
Diana Huang
52f9613274
Add an optional description field to course modes.
2014-08-05 09:32:39 -04:00
Diana Huang
3d942503c2
Add the ability to override non-standard verified mode names
2014-08-05 09:32:39 -04:00
Diana Huang
cfc3b46c5c
Allow verified to be offered without audit
2014-08-05 09:32:38 -04:00
Julia Hansbrough
d9dd45662e
Enables LMS to handle deprecated URLs
...
LMS-2651
2014-07-09 21:51:37 +00:00
Sarina Canelake
3adc2f0a2e
Fix opaque_keys imports from hotfixes
2014-06-11 21:32:41 -04:00
Sarina Canelake
7e36c35043
Merge branch 'release'
2014-06-11 21:30:05 -04:00
Calen Pennington
f6ea16223b
Allow users that have unregistered from a verified course to re-register.
...
Fixes LMS-2830
2014-06-11 12:37:53 -04:00
Sarina Canelake
2aea261d48
Merge branch 'release'
...
Conflicts:
common/djangoapps/course_modes/views.py
common/djangoapps/student/tests/test_roles.py
common/djangoapps/student/views.py
common/lib/opaque_keys/opaque_keys/__init__.py
common/lib/opaque_keys/opaque_keys/tests/test_opaque_keys.py
common/lib/xmodule/xmodule/contentstore/mongo.py
lms/djangoapps/certificates/management/commands/gen_cert_report.py
lms/djangoapps/notes/views.py
2014-06-10 16:59:23 -04:00
Don Mitchell
2c6437a279
Fix performance regression
...
Remove course_from_id
don't fetch whole course when the root will do
don't fetch even the root if the id will do
check for definition.data == null
2014-06-09 15:10:47 -04:00
Calen Pennington
cfcbdc0145
Move to OpaqueKey implementations from the external library
...
[LMS-2757]
2014-05-29 17:03:35 -04:00
Usman Khalid
1ecfac3f84
Added trailing slashes otherwise the course_id regex sometimes eats up get parameters.
...
LMS-2738
2014-05-26 15:50:23 +05:00
Sarina Canelake
c7bf96f048
Merge pull request #3822 from edx/sarina/course-modes-display
...
Sarina/course modes display
2014-05-22 11:40:15 -04:00
Sarina Canelake
4723467345
Validate forms to allow old and new style course key serialization syntax
2014-05-21 17:44:50 -04:00
Calen Pennington
3d90c83199
Call other CourseModeView methods using serialized course_id
2014-05-21 14:27:01 -04:00
Calen Pennington
e2bfcf2a36
Make course ids and usage ids opaque to LMS and Studio [partial commit]
...
This commit updates common/djangoapps.
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-07 12:54:49 -04:00
Julia Hansbrough
ea0ae11171
Response to CR 1-14
2014-01-15 00:27:14 +00:00
Julia Hansbrough
f2b0394211
CR response
2014-01-13 15:57:14 +00:00
Julia Hansbrough
421f02518b
Merge pull request #1744 from edx/flowerhack/feature/verified-cert-events
...
Events for entering verified flow & buying
2013-12-10 11:47:47 -08:00
David Baumgold
d15391fdfa
Update factory_boy to 2.2.1
2013-12-05 15:50:49 -05:00
Julia Hansbrough
83f42f5691
Response to CR
2013-12-05 19:14:45 +00:00
Julia Hansbrough
f880bcb652
Response to CR
2013-12-05 19:14:45 +00:00
Julia Hansbrough
e8196d9761
Events for entering verified flow & buying
2013-12-05 19:10:27 +00:00
David Baumgold
8eff442752
mitxmako => edxmako
2013-12-03 14:15:09 -05:00
Julia Hansbrough
05996a71df
Added expiration_datetime field to CourseModes
...
Added an expiration_datetime field to CourseModes, intended to eventually replace expiration_date.
Included relevant schema and data migration file.
LMS-1454
2013-11-08 15:30:37 +00:00
Julia Hansbrough
7ab8142e82
Response to Dave & Diana's CR
2013-11-04 18:38:44 +00:00
Julia Hansbrough
63940141c8
End-to-end refunding with tests
2013-11-04 18:37:55 +00:00
Julia Hansbrough
045e69f3c5
Can check verified-ness and expiration date
2013-11-04 18:37:54 +00:00
Diana Huang
dc0e3d04ab
Determine which mode was selected more intelligently.
...
LMS-1384
2013-11-04 10:25:28 -05:00
Diana Huang
4be5bccbcf
Make sure the correct mode is chosen during upgrade
...
LMS-1127
2013-10-28 15:09:20 -04:00
Julia Hansbrough
16356e5cf6
Fixed LMS-1062
2013-10-25 15:23:51 -04:00
Diana Huang
115ccf87de
Add in new hooks for the dashboard into the upgrade path.
2013-10-25 15:21:42 -04:00
Diana Huang
e13dd094af
Add an upgrade parameter to the verification views.
2013-10-25 15:21:42 -04:00