- 16 Aug, 2017 1 commit
-
-
RSS_TIMEOUT was removed in e8ee2978 but missed in lms/envs
Kevin Falcone committed
-
- 21 Jul, 2017 1 commit
-
-
ANALYTICS_API_KEY was used to make direct requests to the ANALYTICS_SERVER_URL which was our original original analytics effort.
Kevin Falcone committed
-
- 20 Jun, 2017 1 commit
-
-
PSA was monolothic, now split, with new features, like a DB-backed partial pipeline. FB OAuth2 version also upped. Partial pipelines don't get cleared except when necessary. They persist for special cases like change of browser while still mid-pipeline (i.e. email validation step). Refactor, cleanup, and update of a lot of small things as well. PLEASE NOTE the new `social_auth_partial` table.
Uman Shahzad committed
-
- 05 Jun, 2017 1 commit
-
-
Defaults to SUPPORT_SITE_LINK intentionally. Also fixed surrounding quality tests, and overall quality improvements.
Uman Shahzad committed
-
- 26 May, 2017 1 commit
-
-
This also serves as a slight refactor of ENT-392.
Uman Shahzad committed
-
- 24 May, 2017 1 commit
-
-
Anthony Mangano committed
-
- 12 May, 2017 1 commit
-
-
The read_cached_programs switch was used to control the release of changes for reading programs exclusively from the cache. With those changes stable, the switch is no longer necessary. LEARNER-382
Renzo Lucioni committed
-
- 01 May, 2017 1 commit
-
-
Brian Jacobel committed
-
- 23 Sep, 2016 1 commit
-
-
It should help catch unicode encoding problems earlier. This also updates python-saml dependency to a version that includes a patch for unicode strings.
Matjaz Gregoric committed
-
- 29 Jul, 2016 1 commit
-
-
wajeeha-khalid committed
-
- 27 Jul, 2016 1 commit
-
-
Saleem Latif committed
-
- 15 Jul, 2016 1 commit
-
-
Part of ECOM-4566.
Renzo Lucioni committed
-
- 05 Jul, 2016 1 commit
-
-
Refactor all S3 code to use the django storage API and add swift settings for openstack deployments
Omar Khan committed
-
- 16 May, 2016 1 commit
-
-
Moves ENABLE_INSTRUCTOR_EMAIL and REQUIRE_COURSE_EMAIL_AUTH from settings files to admin-accessible configuration models. This allows for the bulk email settings to be modified without a new AMI deploy. See TNL-4504. Also updates tests: -python tests mock out the new configurations in place of the old settings -lettuce test has been moved to bokchoy (note that there was some loss of coverage here - the lettuce tests had been doing some voodoo to allow for cross-process inspection of emails messages being "sent" by the server, from the client! In discussion with testeng, this seems outside the realm of a visual acceptance test. So, the bokchoy test simply confirm the successful queueing of the message, and leaves the validation of sending messages to the relevant unit tests.) -bok choy fixture has been added, to replace the settings in acceptance.py -lettuce and bok choy databases have been updated to reflect the backend changes The new default is to have bulk_email disabled, we'll need to call this out in the next OpenEdx release to ensure administrators enable this feature if needed.
Eric Fischer committed
-
- 07 Apr, 2016 1 commit
-
-
Amir Qayyum Khan committed
-
- 06 Apr, 2016 2 commits
-
-
ECOM-4040
Jim Abramson committed -
- Icon images can be uploaded from the django admin - Test coverage improved
Omar Khan committed
-
- 01 Apr, 2016 1 commit
-
-
- Icon images can be uploaded from the django admin - Test coverage improved
Omar Khan committed
-
- 23 Mar, 2016 1 commit
-
-
HOSTNAME_MODULESTORE_DEFAULT_MAPPINGS,
Ehtesham committed
-
- 10 Feb, 2016 1 commit
-
-
Jesse Zoldak committed
-
- 03 Feb, 2016 1 commit
-
- 28 Jan, 2016 1 commit
-
-
asadiqbal committed
-
- 05 Jan, 2016 1 commit
-
-
Jonathan Piacenti committed
-
- 01 Jan, 2016 1 commit
-
-
arbabnazar committed
-
- 30 Oct, 2015 1 commit
-
-
Muhammad Shoaib committed
-
- 24 Sep, 2015 1 commit
-
-
Bill DeRusha committed
-
- 17 Sep, 2015 1 commit
-
-
fixed object has no attribute 'get' fixed 'LazySettings' object has no attribute add social settings to cms/env/aws
Zia Fazal committed
-
- 13 Aug, 2015 1 commit
-
-
Chris Dodge committed
-
- 15 Jul, 2015 1 commit
-
-
Sarina Canelake committed
-
- 08 Jul, 2015 1 commit
-
-
Matt Drayer committed
-
- 07 Jul, 2015 1 commit
-
-
Matt Drayer committed
-
- 02 Jul, 2015 1 commit
-
-
* updated the flags for social media sharing * added facebook feed ui to share public url * update the condition logic * update the code as per suggestion and added pick new style for share buttons * update the css class reference * update the bok-choy test * updated description and some text touch-ups * moved the JS related to facebook into separate location * js formatting * Add trailing comma per chrisndodge * Add wait to fix flaky test...maybe
asadiqbal committed
-
- 26 Jun, 2015 1 commit
-
-
Braden MacDonald committed
-
- 19 Jun, 2015 1 commit
-
-
Braden MacDonald committed
-
- 08 Jun, 2015 1 commit
-
-
Chris Dodge committed
-
- 13 Apr, 2015 1 commit
-
-
- sharing enabled for custom URLs only if URL actually specified
Matt Drayer committed
-
- 13 Mar, 2015 1 commit
-
-
Matt Drayer committed
-
- 16 Feb, 2015 1 commit
-
-
xblock-external-ui: Include CSRF token in the API answer xblock-external-ui: Include full path when building local_url xblock-external-ui: Fix TestHandleXBlockCallback & bok_choy, add tests xblock-external-ui: Only return `instance` in `_invoke_xblock_handler()` xblock-external-ui: Group resources by hash tag to avoid duplicate loads xblock-external-ui: PEP8 xblock-external-ui: Fail early if the XBlock view is called anonymously We used to serve anonymous requests, but most XBlocks assume that the user is logged in, which can generate a lot of errors when the user is accessed or when an XBlock ajax callback is queried. Fail early to only get one error per page load, and prevent displaying the XBlock altogether when the LMS doesn't find an active user session. xblock-external-ui: Add request params in view render context xblock-external-ui: HTTP error status when file is too large for handler xblock-external-ui: Fix unicode encodings in XBlock rendering xblock-external-ui: Feature flag for API call ENABLE_XBLOCK_VIEW_ENDPOINT
Xavier Antoviaque committed
-
- 29 Jan, 2015 1 commit
-
-
Removes old payment and verification endpoints, views, templates, and tests, making the new split flow the default. The SEPARATE_VERIFICATION_FROM_PAYMENT feature flag is also removed.
Renzo Lucioni committed
-
- 26 Jan, 2015 1 commit
-
-
Renzo Lucioni committed
-