Bridger Maxwell
390823bdea
Added django-wiki's requirements to requirements.txt, because they weren't being included automatically.
2012-08-22 11:37:01 -04:00
Calen Pennington
be94e176ff
Add pytz to requirements
2012-08-21 16:29:47 -04:00
David Ormsbee
356fac144b
Remove pystache in favor of our custom version
2012-08-20 18:04:37 -04:00
John Jarvis
bb80c66ed7
ensuring pystache>=0.5.2
2012-08-20 16:41:48 -04:00
John Jarvis
55251039d9
updating dependencies for pystache, networkx, graphviz and removing redundant dependency for django-staticfiles
2012-08-20 16:35:42 -04:00
John Jarvis
5f72e0c7a0
moving all requirements that use a repo to repo-requirements.txt including github requirements
2012-08-20 14:05:51 -04:00
David Ormsbee
e79d56376a
Use -e in django-wiki requirement
2012-08-19 16:03:35 -04:00
Bridger Maxwell
24c0b5145d
Updated django-wiki and plugin imports.
2012-08-19 14:41:49 -04:00
Bridger Maxwell
361e409d4e
Got the tests passing!
2012-08-18 00:02:09 -04:00
Bridger Maxwell
68f3aabc15
Updated django-wiki requirement.
2012-08-17 17:42:23 -04:00
Bridger Maxwell
90eeaa0538
Updated django-wiki requirement.
2012-08-17 14:52:54 -04:00
Bridger Maxwell
385772373a
Updated django-wiki requirement with fixed version.
2012-08-16 17:32:11 -04:00
Bridger Maxwell
337f109af7
Moved django-wiki submodule to be a pip install from git.
2012-08-16 10:54:34 -04:00
Bridger Maxwell
8fb83ee33c
Added django-wiki as a submodule.
2012-08-15 23:01:06 -04:00
Bridger Maxwell
1f43ae6d3e
Renamed namespace to wiki_slug in course_module.py.
2012-08-14 13:49:53 -04:00
Bridger Maxwell
45baccae85
Added a django template loader that can return Mako templates. Started pulling in new wiki.
2012-08-10 11:31:29 -04:00
Bridger Maxwell
14a35b9605
Upgrading to django 1.4.
2012-08-08 11:57:15 -04:00
ichuang
10ebcefd54
add openid authentication
2012-08-01 14:59:55 -04:00
Calen Pennington
0bfcefd214
Merge pull request #327 from MITx/fix-beautifulsoup4
...
djangoapps/student/views.py now uses soup.getText, which needs beautifulsoup4
2012-08-01 08:39:38 -07:00
John Jarvis
71898e4869
removing matplotlib from requirements.txt
2012-08-01 10:54:50 -04:00
ichuang
381d247589
djangoapps/student/views.py now uses soup.getText, which needs beautifulsoup4
2012-07-31 21:43:29 -04:00
Calen Pennington
ebe67d2d7d
Merge remote-tracking branch 'origin/release/1.0'
...
Conflicts:
common/djangoapps/student/views.py
2012-07-23 13:55:20 -04:00
Victor Shnayder
42fa0806fe
Fix paths in create-dev-env.sh
...
* need to be in mitx/ to install common/lib/*
* create data dir if it doesn't exit
* add a few more log messages
* Change url for our fork of django-pipeline to stop the hanging checkouts.
It works either way on my machine, so not sure if this will fix it.
2012-07-19 16:13:56 -04:00
Matthew Mongeau
2bfe0cb92d
Add parsed rss entries to home page with caching
2012-07-17 12:56:28 -04:00
John Jarvis
07eeaf7573
-f should be -r in requirements.txt
2012-07-11 11:39:51 -04:00
John Jarvis
06edcc0f9b
adding repo-requirements for modules that are checked into the repo
2012-07-11 09:16:54 -04:00
David Ormsbee
8589a1d9a9
reorder requirements to make it a little easier to see django-related reqs
2012-07-10 14:36:18 -04:00
David Ormsbee
caad217ec2
add other django-* dependencies from my pip freeze results
2012-07-10 14:34:05 -04:00
David Ormsbee
15b0801ecb
add django-keyedcache dependency
2012-07-10 14:31:35 -04:00
David Ormsbee
23f0bee8a9
django-followit
2012-07-10 14:29:58 -04:00
David Ormsbee
9ec0ecdc6e
fix dependency for django-kombu
2012-07-10 14:26:55 -04:00
David Ormsbee
fd7eec72e6
add djkombu dependency
2012-07-10 14:23:55 -04:00
David Ormsbee
7867277611
add django-countries dependency
2012-07-10 14:18:52 -04:00
David Ormsbee
efba36eb20
add South dependency for migrations
2012-07-10 14:17:47 -04:00
Calen Pennington
fdd9663699
Merge remote-tracking branch 'origin/master' into dormsbee/multicourse
...
Conflicts:
common/lib/xmodule/xmodule/capa_module.py
common/lib/xmodule/xmodule/modulestore/xml.py
lms/djangoapps/courseware/views.py
lms/templates/index.html
lms/templates/info.html
lms/templates/main.html
lms/templates/navigation.html
requirements.txt
2012-07-10 13:39:19 -04:00
Calen Pennington
dbd82c4bc8
Install numpy before trying to install scipy from requirements.txt
2012-07-05 13:07:54 -04:00
Calen Pennington
e9ee1566d6
Modularize capa and mitxmako so that xmodule can properly depend on them
2012-07-05 12:48:18 -04:00
Calen Pennington
386acbe1ff
Add tests of the github_sync service hook view
2012-07-05 12:15:49 -04:00
Calen Pennington
ab851c0b1a
Add tests for the core github_sync functionality
2012-07-05 11:54:43 -04:00
Calen Pennington
10add56660
Add url to point git service hooks at in order to trigger an import from github
2012-07-03 13:43:56 -04:00
David Ormsbee
3859c2be19
Add scanning of data directory for courses.
...
These are then displayed at /courses.
2012-06-21 10:59:48 -04:00
Calen Pennington
4cb285f1f9
Switch the cms over to using django-pipeline
2012-06-21 10:59:46 -04:00
Calen Pennington
bb2910fce5
Read week headings from mongodb
2012-06-21 10:59:43 -04:00
Victor Shnayder
e527a6cf66
added rednose to requirements (adds color output to nose)
2012-06-21 10:59:43 -04:00
Matthew Mongeau
e56a19b4e8
Added django_nose and nosexcover to requirements.txt
2012-06-21 10:59:39 -04:00
Calen Pennington
cabcc0c1d9
Allow login in the cms, and read a particular course from mongo
2012-06-21 10:59:36 -04:00
Calen Pennington
cac53cf1a0
Switch the cms over to using django-pipeline
2012-06-19 14:30:19 -04:00
Calen Pennington
34a696cdf6
Merge branch 'master' into cpennington/cms
...
Conflicts:
rakefile
requirements.txt
2012-06-18 13:46:33 -04:00
Calen Pennington
fe45de3833
Read week headings from mongodb
2012-06-18 11:20:57 -04:00
Victor Shnayder
15ac575301
added rednose to requirements (adds color output to nose)
2012-06-15 18:29:03 -04:00