Kyle Fiedler
28aaa88923
Make site fluid, add new homepage image
2012-07-20 13:43:32 -04:00
Kyle Fiedler
11dae2758b
Change some numbers
2012-07-20 13:43:31 -04:00
Rocky Duan
639641a167
Merge branch 'master' of github.com:MITx/mitx
2012-07-20 13:27:38 -04:00
Rocky Duan
9189fae31e
create new post
2012-07-20 13:27:18 -04:00
Bridger Maxwell
cdc2ff04f8
Added a datetime stamp to course enrollments.
2012-07-20 13:14:59 -04:00
Bridger Maxwell
36373bb457
Added an unenroll link (and confirmation) to the dashboard. Enrolling is now a POST of a form.
2012-07-20 12:21:35 -04:00
Rocky Duan
3d43ba81ce
some basic functionalities of discussion
2012-07-20 12:19:20 -04:00
David Ormsbee
bcbf352886
Removed BosInno article
2012-07-20 11:28:14 -04:00
David Ormsbee
9c90592d82
Merge pull request #238 from MITx/kf-multicourse-design
...
Kf multicourse design
2012-07-20 08:21:52 -07:00
Kyle Fiedler
c7e43d98dc
Rearranged more images, made some smaller, made some slight changes to the design on the homepage and made all edX proper case
2012-07-20 11:18:39 -04:00
Kyle Fiedler
cb8d08c85d
Remove lowercase edX in all caps
2012-07-20 11:11:47 -04:00
Kyle Fiedler
90d6cee672
Made the whole course container a link
2012-07-20 11:11:47 -04:00
Kyle Fiedler
4d63b58619
Added more social links and took the pointer off the media thats not a link
2012-07-20 11:11:46 -04:00
Calen Pennington
47892b8950
Merge pull request #237 from MITx/cpennington/rss-feed-fix
...
Don't start the rss feed with a blank line, as that causes some versions...
2012-07-20 07:22:06 -07:00
Calen Pennington
43cd2c2190
Merge pull request #216 from MITx/victor/fix_dev_script
...
Update dev script repos
2012-07-20 07:16:04 -07:00
Calen Pennington
2017138f6c
Don't start the rss feed with a blank line, as that causes some versions of sax parser to fail
2012-07-20 09:31:29 -04:00
David Ormsbee
67ae7dee1a
Merge pull request #236 from MITx/dormsbee/copy_edits_1
...
Dormsbee/copy edits 1
2012-07-20 05:20:54 -07:00
David Ormsbee
8907b1210d
Initial commit of press release material. We'll move it after it's styled properly.
2012-07-20 08:18:49 -04:00
David Ormsbee
b717b0efd0
Add real news and announcements at the bottom of the homepage via internal RSS for now.
2012-07-20 07:21:11 -04:00
David Ormsbee
6d63b852dd
fix typo in course registration modal, re-add the course number in the annoymous case
2012-07-19 18:52:01 -04:00
David Ormsbee
a7491516dd
Merge pull request #234 from MITx/mm-month-names
...
Add month names
2012-07-19 14:35:47 -07:00
Matthew Mongeau
be450e6864
Add month names
2012-07-19 17:33:07 -04:00
Rocky Duan
be369938ae
Merge branch 'master' of github.com:MITx/mitx
2012-07-19 17:08:46 -04:00
Rocky Duan
2b89a82ac2
add discussion app & url conf
2012-07-19 17:08:29 -04:00
David Ormsbee
bb0ae695b0
Merge pull request #233 from MITx/mm-more-copy
...
Mm more copy
2012-07-19 13:47:19 -07:00
Matthew Mongeau
b51dc5aec2
Link faq to courses page.
2012-07-19 16:41:29 -04:00
Matthew Mongeau
0cfd915161
Link faq to be able to sign up from corresponding question.
2012-07-19 16:41:24 -04:00
Matthew Mongeau
5a81f819d9
Remove honor code summary from sign up form.
2012-07-19 16:38:06 -04:00
Matthew Mongeau
7a7d09113f
Strip help page down.
2012-07-19 16:38:06 -04:00
Matthew Mongeau
1d7203ef98
Link university on dashboard.
2012-07-19 16:38:06 -04:00
Matthew Mongeau
16f4ed27bf
Change default gender option to be blank.
2012-07-19 16:38:05 -04:00
Matthew Mongeau
0e76c4a9d7
Fix faq titles.
2012-07-19 16:38:05 -04:00
Matthew Mongeau
18dd26a9e6
Update honor code title.
2012-07-19 16:38:05 -04:00
ichuang
703c7a95a8
Merge pull request #226 from MITx/arjun/choiceresponse
...
Arjun/choiceresponse
2012-07-19 13:36:29 -07:00
bridger
e247239b69
Merge pull request #231 from MITx/dormsbee/no_org_fix
...
Keep courses and front page from erroring when we're missing an org in data
2012-07-19 13:27:39 -07:00
Arjun Singh
25b6db762f
Replacing startouttext/endouttext with text in examples.
2012-07-19 13:24:19 -07:00
David Ormsbee
17263dcd1b
Keep courses and front page from erroring when we're missing an org in the data.
2012-07-19 16:19:16 -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
Arjun Singh
c87f9cd523
Added tests for ChoiceResponses.
2012-07-19 13:07:00 -07:00
David Ormsbee
739b981820
Merge pull request #229 from MITx/release_fixes
...
University profile caching and csrf cookie. Course about page caching.
2012-07-19 12:53:25 -07:00
Bridger Maxwell
287cfd7dcc
university_profile didn't have the ensure_csrf_cookie decorator. course_about and university_profile didn't have the cache_if_anonymous decorator.
2012-07-19 15:47:19 -04:00
Arjun Singh
6871326001
Adding information and an example for ChoiceResponse
2012-07-19 12:41:28 -07:00
Kyle Fiedler
f1ca467863
Added some organization to the images and started to make them smaller, replace the homepage image
2012-07-19 15:20:32 -04:00
Kyle Fiedler
2b61eebf51
Added some style for the university blurbs and made the course boxes a little higher
2012-07-19 15:20:32 -04:00
Rocky Duan
6f74c9577d
display simple threaded comment
2012-07-19 14:46:08 -04:00
David Ormsbee
af4813a78b
Merge pull request #227 from MITx/mm-copy
...
Mm copy
2012-07-19 10:53:53 -07:00
Matthew Mongeau
21bc4a432f
Fix email addresses on help page.
2012-07-19 13:45:29 -04:00
Matthew Mongeau
90d27751c4
Fix copy on contact page.
2012-07-19 13:45:16 -04:00
Matthew Mongeau
1b4460360d
Update harvard image.
2012-07-19 13:34:38 -04:00
Matthew Mongeau
e9d8cbb80b
Updated jobs copy
2012-07-19 13:34:38 -04:00