- Jan 25, 2016
-
-
Adam Palay authored
This reverts commit 46df4545, reversing changes made to 039e6cdf.
-
- Jan 22, 2016
-
-
Ahsan Ulhaq authored
ECOM-3419
-
- Jan 20, 2016
-
-
Giovanni Di Milia authored
The CCXCon app is used to push course updated to the CCXCon externale service.
-
Ahsan Ulhaq authored
-
- Jan 15, 2016
-
-
Felipe Montoya authored
Adding the declaration of the settings object to openedx.conf to be able to import it from a nicer location Resolving quality violations Merging dicts with the settings definition when they exist in the microsite configuration Using a cache to improve the perfomance of quering any dictionary in the microsite definition Ignoring the invalid-name pylint warning since the names must be kept thsi way to stay the same as the ones in django. Removing the default dict argument as per https://docs.python.org/2/tutorial/controlflow.html#default-argument-values Extracting the implementation of the microsite to a selectable backend. Leaving the function startup.enable_microsites for backwards compatibilityy Adding a database backend Using a cache to improve the perfomance of quering any dictionary in the microsite definition. Changed the database backend so that it extends the settings file backend and removed all the unnecessary methods. Using the backend provider for the get_dict function some tweeks and some initial unit tests Using getattr as a function insteal of calling the underlying __getattr__ directly Adding an ModelAdmin object for the microsite model in the django-admin panel refactor enable_microsites() consolidate/refactor some shared code add config to aws.py and add migration files fix tests Changes to get the backends to run after the refactor add archiving capabilities to microsites. Also make a few notes about performance improvements to make fix tests Making the query to find if microsites exist in the database faster add ORG to microsite mapping tables and some performance improvements allow for Mako templates to be pulled from the database fix tests For the database template backend the uri of the template does not use the filesystem relative path Fixing pylint violations Added caching of the templates stored in the database Fixing pylint errors fix pylint Clearing the cache on model save Fixing pylint errors rebased and added test coverage rebased cdodge/microsite-improvements branch with master and added test coverage added missing migration fix quality violations add more test coverage mattdrayer: Add microsite_configuration to cms.INSTALLED_APPS added microsite settings to cms/envs/test.py run session cookie tests only in LMS fixed broken tests putting middleware changes back Preventing the template_backend to be called on requests which have no microsite changes to address feedback from mjfrey changed BaseMicrositeBackend to AbstractBaseMicrositeBackend changes after feedback from mattdrayer fixed broken tests and quality violations Allowing the backend to handle the enable_pre_startup routine Typos and docstrings Adressing feedback Fixing python tests add comment to explain why we need enable_microsites_pre_startup()
-
- Jan 14, 2016
-
-
Hasnain authored
Allow file extensions in MKTG_URL_LINK_MAP template keys Set content type on requests for static templates based on the template key
-
- Dec 22, 2015
-
-
Saleem Latif authored
-
- Dec 14, 2015
-
-
Sarina Canelake authored
-
- Dec 08, 2015
-
-
Sarina Canelake authored
-
- Dec 04, 2015
-
-
Peter Fogg authored
Page skeleton and endpoint to submit FA requests to Zendesk. ECOM-2824 ECOM-3038
-
- Dec 01, 2015
-
-
Braden MacDonald authored
-
- Nov 25, 2015
-
-
Clinton Blackburn authored
- API built atop Django REST Framework - Added support for OAuth 2.0 and session authentication - Added permissions around eligibility data ECOM-2609
-
- Nov 22, 2015
-
-
Ned Batchelder authored
-
- Nov 13, 2015
-
-
Peter Fogg authored
SWAT-92
-
- Nov 10, 2015
-
-
Usman Khalid authored
Please note that this is a squshed commit and the work of: Symbolist, macdiesel, nedbat, doctoryes, muzaffaryousaf and muhammad-ammar
-
- Nov 05, 2015
-
-
Nimisha Asthagiri authored
-
- Oct 30, 2015
-
-
Nimisha Asthagiri authored
-
- Oct 28, 2015
-
-
Peter Fogg authored
-
Peter Fogg authored
-
- Oct 24, 2015
-
-
Ben Patterson authored
-
- Oct 15, 2015
-
-
Justin Abrahms authored
This is necessary for course imports to not throw a SuspiciousOperation error.
-
- Oct 06, 2015
-
-
Usman Khalid authored
TNL-3137
-
- Oct 05, 2015
-
-
Brian Beggs authored
-
- Oct 02, 2015
-
-
Usman Khalid authored
TNL-3137
-
- Sep 24, 2015
-
-
Brandon DeRosier authored
This reverts commit 783e83de.
-
- Sep 23, 2015
-
-
Brian Beggs authored
-
- Sep 22, 2015
-
-
Usman Khalid authored
TNL-3137
-
- Sep 21, 2015
-
-
Nimisha Asthagiri authored
-
- Sep 17, 2015
-
-
Dennis Jen authored
- Course overviews will cache courses upon publish. - Added management command to warm up cache. - OAuth2 handler returns courses via course overviews.
-
- Sep 11, 2015
-
-
Bill DeRusha authored
remove "defensive code" until we can figure out how to actually catch the errors,
-
- Sep 08, 2015
-
-
Bill DeRusha authored
-
- Sep 04, 2015
-
-
William Ono authored
PR #8930
-
- Sep 02, 2015
-
-
Andy Armstrong authored
TNL-1935
-
- Aug 27, 2015
-
-
Braden MacDonald authored
-
Ned Batchelder authored
The old line: from path import path produced pylint errors because of the baroque way that path.py defined "path". We tried to get them to change how they defined it, but they deleted the name instead: https://github.com/jaraco/path.py/issues/102 (Jason then changed his mind, but this is a better way to use path.py, it avoids the pylint error at least.)
-
- Aug 24, 2015
-
-
Bill DeRusha authored
TNL-3014 Add tests for search Add text_search to TeamsListView Add reindex command line tool for course teams Add Search Pagination and update comments Move paginate_search_results to common library
-
- Aug 11, 2015
-
-
Clinton Blackburn authored
Endpoints support create, read, and list operations. NOTE: This commit also includes a retrofitted SimpleRouter that supports overriding the lookup regex. This retrofit is simpler to implement than updating edx-ora2 which is pinned to DRF 2.3.x. XCOM-524
-
- Aug 10, 2015
-
-
Matt Drayer authored
* asadiqbal08/SOL-1058: Add edx-organizations to certificate web view * Support organization logo asset management * Remove organization fields from Studio certificate configuration model * SOL-981 pull request feedback fixes
-
- Jul 31, 2015
-
-
Sarina Canelake authored
-
- Jul 08, 2015
-
-
Brandon DeRosier authored
This reverts commit 85b3bfe4.
-