Carol Tong
163e6f0a19
Update config.ini file with new paths
2015-11-24 12:27:27 -05:00
Usman Khalid
6cb62f2697
Rebase upgrade Django to v1.8.5
...
Please note that this is a squshed commit and the work of:
Symbolist, macdiesel, nedbat, doctoryes, muzaffaryousaf and muhammad-ammar
2015-11-10 15:00:19 -05:00
Christine Lytwynec
468864a314
add paver test_a11y and a11y_coverage commands
2015-11-05 13:55:35 -05:00
Andy Armstrong
cd3f8ded2b
Fix typo
2015-11-03 18:46:42 -05:00
Ben Patterson
c009035806
Fix formatting.
2015-11-03 13:08:44 -05:00
Ben Patterson
343d285651
Improve documentation for bok-choy.
...
Includes info about the serversonly/testsonly pattern, as well
as multiprocessing.
2015-11-03 12:15:13 -05:00
Vedran Karačić
731d8a4e68
Changed command description texts to be sentences
2015-11-02 18:25:20 +00:00
Jim Abramson
88bfeafe4c
Merge pull request #10274 from edx/jsa/update-erac
...
Update from ecommerce-api-client 1.1 to edx-rest-api-client 1.2
2015-10-21 14:20:53 -04:00
jsa
56b7b7007e
Update from ecommerce-api-client 1.1 to edx-rest-api-client 1.2
2015-10-20 17:44:19 -04:00
Christine Lytwynec
b887280a96
update testing.rst
2015-10-20 14:24:51 -04:00
wajeeha-khalid
2c3d64a535
Update users.rst
2015-10-13 11:54:46 +05:00
Andy Armstrong
421a9cc0ea
Add details about debugging Jasmine tests
2015-10-08 13:52:39 -04:00
Usman Khalid
f6193c872e
Merge pull request #10059 from edx/usman/use-included-staticfiles-app
...
Upgrade django pipeline to v.1.5.3.
2015-10-08 16:10:36 +05:00
wajeeha-khalid
574807f051
Update accounts.rst
2015-10-06 21:59:20 +05:00
Usman Khalid
dbcd1bf430
Use django.contrib.staticfiles instead of django-staticfiles.
...
TNL-3137
2015-10-06 19:52:38 +05:00
Brian Beggs
0ca679e244
Revert "Upgrade django-pipeline and staticfiles"
2015-10-05 14:40:28 -04:00
Mark Hoeber
d3f39b2ffb
Merge pull request #10025 from edx/markhoeber-intersphinx-fix
...
Doc Label fix for Intersphinx
2015-10-02 14:30:22 -04:00
Mark Hoeber
35034841fb
Doc Label fix for Intersphinx
2015-10-02 13:48:35 -04:00
Usman Khalid
0ce679fc06
Merge pull request #9934 from edx/usman/use-included-staticfiles-app
...
Upgrade django-pipeline and staticfiles.
2015-10-02 22:37:24 +05:00
Usman Khalid
2b59d46a31
Use django.contrib.staticfiles instead of django-staticfiles.
...
TNL-3137
2015-10-02 18:26:25 +05:00
Alison Hodges
adffb10cbe
Updates the description provided for a new enrollment report
...
https://github.com/edx/edx-platform/pull/9345
2015-10-01 16:28:42 -04:00
muzaffaryousaf
77cdf85c61
Upgrade django-filter.
...
TNL-3445
2015-09-30 18:25:32 +05:00
David Baumgold
9fbb280a9c
Don't repeat the word 'standard'
2015-09-24 17:10:00 -04:00
Mark Hoeber
334999180f
Add main index api doc label for inter sphinx
2015-09-24 10:00:25 -04:00
Brian Beggs
c26bb9188a
Revert "Upgrade django-pipeline and staticfiles"
2015-09-23 15:52:24 -04:00
Usman Khalid
158bdf4d09
Use django.contrib.staticfiles instead of django-staticfiles.
...
TNL-3137
2015-09-22 20:39:44 +05:00
Brian Beggs
60e4a9f31f
Merge pull request #9653 from edx/ammar/remove-django-threaded-multihost
...
remove django-threaded-multihost
2015-09-11 14:08:30 -04:00
Mark Hoeber
1aa73aa639
Merge pull request #9712 from edx/markhoeber-apidocfix
...
Fix and cleanup of API doc
2015-09-11 12:34:51 -04:00
Mark Hoeber
d33f237644
Fix and cleanup of API doc
2015-09-10 15:55:17 -04:00
muzaffaryousaf
e33d1dc563
Upgrading django-sekizai
...
TNL-2811
2015-09-09 14:33:13 +05:00
muzaffaryousaf
86553c2f13
Upgrading django-ses
...
TNL-2811
2015-09-09 12:56:44 +05:00
Brian Beggs
c45b8a1720
Merge pull request #9657 from edx/ammar/remove-django-robots-from-requiremtns.txt
...
Remove django-robots from docs/shared/requirements.txt
2015-09-08 14:52:58 -04:00
Brian Beggs
ef032e9ab4
Merge pull request #9652 from edx/ammar/remove-django-kombu
...
Remove django-kombu
2015-09-08 14:38:23 -04:00
muhammad-ammar
19c89a3c84
remove django-robots from docs/shared/requirements.txt
2015-09-08 18:06:55 +05:00
muhammad-ammar
6ffbb4e3ba
remove django-threaded-multihost
2015-09-08 15:11:09 +05:00
muhammad-ammar
5858d62b53
remove django-kombu
2015-09-08 15:09:37 +05:00
muhammad-ammar
6163d2e071
Remove django-masquerade
...
TNL-2811
2015-09-08 14:22:30 +05:00
muzaffaryousaf
65960ca007
Upgrade sorl-thumbnail to 12.3.
2015-09-02 17:03:16 +05:00
Ned Batchelder
2a0259095d
Change imports from path to use the stablest name.
...
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.)
2015-08-27 12:59:25 -04:00
Will Daly
5d53c4a12a
Remove django-followit and django-keyedcache
2015-08-21 10:09:11 -07:00
Christine Lytwynec
5e1ba5897c
Update testing.rst with info about bok choy accessibility tests
2015-07-29 11:44:15 -04:00
srpearce
b12d3f6303
Merge pull request #8773 from edx/sylvia/docs/DOC-2102
...
Sylvia/docs/doc 2102
2015-07-17 15:42:59 -04:00
Sylvia Pearce
c2420b0940
Final tweaks to API documentation updates
2015-07-15 21:46:11 +00:00
Sylvia Pearce
d2b6ac84d3
Reorganize and update API documentation
2015-07-15 14:31:02 -04:00
David Baumgold
fcf84e68d0
Update lxml to 3.4.4
2015-07-13 16:14:39 -04:00
Daniel Friedman
d87a0f146b
Update docs for testing common requirejs tests
2015-07-02 14:12:32 -04:00
Alison Hodges
9ed127ec8a
Fixes DOC-1715, video doc is now in the correct RTD project
2015-06-25 14:14:07 -04:00
Mark Hoeber
7c2a4bc737
Merge pull request #8214 from edx/markhoeber-doc1987
...
Profile Images API doc
2015-06-09 12:51:58 -04:00
Mark Hoeber
0df14f53d9
Profile Images API doc
2015-06-09 11:54:31 -04:00
Utkarsh
7d33892284
Update testing.rst
2015-06-09 10:43:46 -04:00