ichuang
2e4f21ee3b
replace_static_urls should only be run once (currently twice, eg if
...
html is in a veritical)
2012-08-10 15:25:41 -04:00
Victor Shnayder
38a89e9f1a
Make courseware navigation work again.
...
* bodyclass block got accidentally deleted
2012-08-10 14:51:47 -04:00
Bridger Maxwell
3f4c4d7487
Got most of the wiki article page working. It shows the article menu now.
2012-08-10 14:46:53 -04:00
David Ormsbee
b3676cd760
Add replication tests
2012-08-10 14:43:43 -04:00
Calen Pennington
310788ca08
Merge pull request #384 from MITx/feature/tomg/fall-design
...
fixed course name title bar bug
2012-08-10 10:05:59 -07:00
Tom Giannattasio
538185173a
added truncation for super long titles
2012-08-10 11:48:07 -04:00
Victor Shnayder
6882b4b53d
responding to review comments on #383
2012-08-10 11:42:54 -04:00
Tom Giannattasio
c6d5d4aaae
fixed instructor tab active state
2012-08-10 11:42:54 -04:00
Victor Shnayder
a6148856b2
make the tests work around the 404 bug
2012-08-10 11:42:54 -04:00
Victor Shnayder
c3814a81fd
In-progress auth tests
...
* need to actually return 404 codes to clients when DEBUG=False
* add option to make nose more verbose and drop to pdb on error
2012-08-10 11:42:54 -04:00
Victor Shnayder
8e364e6d45
ensure float when computing module score
2012-08-10 11:42:54 -04:00
Victor Shnayder
c9fd7b22a0
Add instructor dashboard
...
* dashboard links to gradebook and dummy grade summary page
2012-08-10 11:42:53 -04:00
Victor Shnayder
43d6948f02
Fix links to student profile pages from gradebook
2012-08-10 11:42:53 -04:00
Victor Shnayder
1903a66bea
Style cleanup in gradebook
...
* don't display thousands of '%' characters
* s/percentage/fraction/, since that's what it is
2012-08-10 11:42:53 -04:00
Victor Shnayder
15a4db1774
Only show enrolled students in course gradebook
...
* also added todo about need for pagination
2012-08-10 11:42:53 -04:00
Victor Shnayder
2005492f7f
Remove noisy debug message
...
* also adds a comment to lms/urls.py
2012-08-10 11:41:05 -04:00
Tom Giannattasio
022c65a6b4
fixed class name header bug
2012-08-10 11:40:16 -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
Calen Pennington
5f44b08f9c
Merge pull request #382 from MITx/feature/victor/check-access-control
...
Did a quick security scan through views.
2012-08-10 07:59:24 -07:00
Victor Shnayder
8740ba8837
Did a quick security scan through views.
...
* we appear to be fairly consistent in using is_staff and has_staff_access_to_course
* cleaned up some docstrings and little code things as I went
* fixed small bug in change_enrollment view (check for non-anon user)
2012-08-10 10:43:20 -04:00
Calen Pennington
1f1a87d970
Merge pull request #379 from MITx/feature/victor/keep-accordion-state
...
Make accordion remember state
2012-08-10 07:15:57 -07:00
Calen Pennington
e29feb089a
Merge pull request #377 from MITx/feature/tomg/fall-design
...
wayfinding style changes
2012-08-10 05:51:50 -07:00
David Ormsbee
165d5dcfd3
add config files for running different server groups in dev
2012-08-10 02:02:44 -04:00
David Ormsbee
0d824c6c02
Move modx_dispatch URL calls into the course
2012-08-10 02:02:44 -04:00
Victor Shnayder
1c3038ff3a
Make accordion remember state
...
* use url_name to compare to passed params
* remove unused fields from template context
* Also make it possible to link to a chapter
2012-08-09 19:47:08 -04:00
Mike Chen
2a9bf1a115
Merge branch 'master' of github.com:MITx/mitx into ccp0101/playground
2012-08-09 14:46:01 -04:00
Tom Giannattasio
ced521c17d
cleaned up textbook nav styles
2012-08-09 14:44:50 -04:00
Mike Chen
efad5632d8
set invisible instead of remove to preserve space of voting arrows when voting is disabled
2012-08-09 13:03:28 -04:00
David Ormsbee
b78c038bf2
Merge pull request #375 from MITx/dormsbee/new_jobs
...
Dormsbee/new jobs
2012-08-09 10:00:14 -07:00
Mike Chen
3ae1de5ed9
Merge branch 'master' of github.com:MITx/mitx into ccp0101/playground
2012-08-09 12:52:15 -04:00
Mike Chen
67ab56af6c
Merge branch 'brittany' of github.com:dementrock/mitx into ccp0101/playground
...
Conflicts:
lms/templates/discussion/_thread.html
2012-08-09 12:44:43 -04:00
Mike Chen
f7924aef08
Merge branch 'master' of github.com:dementrock/mitx into ccp0101/playground
...
Conflicts:
lms/urls.py
2012-08-09 12:40:55 -04:00
Tom Giannattasio
3c23aca898
styled bulleted lists on jobs page
2012-08-09 12:26:32 -04:00
Tom Giannattasio
3d3ee02e52
started textbook nav styles
2012-08-09 12:16:13 -04:00
Mike Chen
46a7c51df5
remove voting arrows if one cannot vote
2012-08-09 12:12:43 -04:00
David Ormsbee
775ddf6fcc
Add updated jobs descriptions for content related positions
2012-08-09 12:11:37 -04:00
Mike Chen
2fae27d582
temporarily disable trending and active if no such data is passed to template.
2012-08-09 12:05:19 -04:00
Mike Chen
b449334462
generate permanent link for thread/comment on client side
2012-08-09 12:04:38 -04:00
Tom Giannattasio
e82582e329
added course name to global nav bar
2012-08-09 11:17:26 -04:00
Calen Pennington
f2c8d5b427
Merge pull request #364 from MITx/MITx/feature/bridger/fast_course_grading
...
Even Faster Course Grading
2012-08-09 07:49:19 -07:00
kimth
58a1248d32
New external grader format: JSON-serialized dict
2012-08-09 08:29:12 -04:00
Tom Giannattasio
5c14a1ce65
added admin controls to main post and comments
2012-08-08 16:42:19 -04:00
Kyle Fiedler
971ec9891e
Added new selections styles
2012-08-08 16:27:48 -04:00
Kyle Fiedler
ccc1f1dfd5
Removed padding and added line-height for the tutorials
2012-08-08 16:27:48 -04:00
Kyle Fiedler
17d072711b
Make the sidebar links more standard, and remove some of their styling
2012-08-08 16:27:47 -04:00
Bridger Maxwell
e4329c312d
Fixed log of error. Xmodules don't have ids, so I log the location instead.
2012-08-08 16:03:28 -04:00
Bridger Maxwell
3930dabdc9
Merge remote-tracking branch 'origin/master' into MITx/feature/bridger/fast_course_grading
2012-08-08 16:00:22 -04:00
Calen Pennington
6abc2d733f
Merge pull request #370 from MITx/feature/bridger/django1.4
...
Feature/bridger/django1.4
2012-08-08 12:52:33 -07:00
Mike Chen
f4edc050d0
confirm before deleting comment/thread
2012-08-08 14:57:13 -04:00
Mike Chen
b06e31d2ed
fix Close Thread showing for students and empty bracket in search bar
2012-08-08 14:51:49 -04:00