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
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
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
Tom Giannattasio
ced521c17d
cleaned up textbook nav styles
2012-08-09 14:44:50 -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
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
David Ormsbee
775ddf6fcc
Add updated jobs descriptions for content related positions
2012-08-09 12:11:37 -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
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
David Ormsbee
d5dd59bcbb
Merge pull request #369 from MITx/feature/halogenandtoast/table_of_contents
...
Feature/halogenandtoast/table of contents
2012-08-08 11:45:52 -07:00
Matthew Mongeau
bcdcd7341f
include courseware js
2012-08-08 14:13:34 -04:00
Matthew Mongeau
0b03834f51
XML based table of contents for books.
2012-08-08 14:13:20 -04:00
Calen Pennington
7facb262fc
Remove openid link when feature is disabled. https://www.pivotaltracker.com/story/show/34090805
2012-08-08 14:10:05 -04:00
Bridger Maxwell
14a35b9605
Upgrading to django 1.4.
2012-08-08 11:57:15 -04:00
Calen Pennington
80b8529f2f
Merge branch 'hotfix/1.0.4'
...
Conflicts:
common/djangoapps/util/middleware.py
2012-08-08 11:05:26 -04:00
Bridger Maxwell
696804da13
Changes from pull request comments.
2012-08-08 10:28:40 -04:00
ichuang
9241841195
improve staff_problem_info jquery, so the histogram is also toggled
2012-08-07 18:36:04 -04:00
Bridger Maxwell
ec04b0cb13
Changed yield_module_descendents to be stack-based, so it plays nicer with the profiler.
2012-08-07 16:16:31 -04:00
ichuang
165ffe0a4d
Merge pull request #362 from MITx/ichuang/minor-disable-django-debug-dev-ike
...
disable diajgo debug toolbar on mit server (dev_ike.py)
2012-08-07 12:32:52 -07:00
Bridger Maxwell
a9d67c3e8d
Added has_score attribute to xmodule, for problem-like xmodules.
2012-08-07 15:20:47 -04:00
ichuang
8bbf433479
disable diajgo debug toolbar on mit server (dev_ike.py)
2012-08-07 15:10:00 -04:00
David Ormsbee
f4138cae70
re-enable ENABLE_LMS_MIGRATION in dev, fix the course check filter to use ACCESS_REQUIRE_STAFF_FOR_COURSE
2012-08-07 15:01:12 -04:00
David Ormsbee
fbd813ae3b
disable ENABLE_LMS_MIGRATION in dev mode, so courses are always displayed
2012-08-07 14:55:59 -04:00
Bridger Maxwell
735488fa51
Merge remote-tracking branch 'origin/master' into MITx/feature/bridger/fast_course_grading
2012-08-07 14:40:37 -04:00
Calen Pennington
a237322b70
Merge pull request #359 from MITx/ichuang/minor-fix-edit-link
...
change edit link showhide to use <a> instead of <input> type submit
2012-08-07 11:40:31 -07:00
ichuang
9d2b821c26
change edit link showhide to use <a> instead of <input> type submit
...
(fixes issues with edit links in multipart problems and video)
2012-08-07 14:34:28 -04:00
Bridger Maxwell
638a5059da
Added stores_state attribute for xmoduledescriptors as a way to declare if the module stores state in the database.
2012-08-07 14:34:05 -04:00
thomasxiii
258b9eb530
Merge pull request #349 from MITx/feature/kfiedler/courseware-style
...
A bunch of various fixes and de-styling
2012-08-07 10:20:10 -07:00
Kyle Fiedler
dd6ec19e80
Make the modal window work in the courseware
2012-08-07 11:59:49 -04:00
kimth
a9a19f40c3
Merge master
2012-08-07 11:51:44 -04:00
kimth
b6dc622e42
Remove temporary datetime
2012-08-07 11:43:00 -04:00
kimth
c39edb650b
StudentModule lookups in queue callback use target user, rather than request.user
2012-08-07 11:38:04 -04:00
Victor Shnayder
932a9be747
Make tests pass again
...
* test enrolls in course before testing pages
* support github edit links with new file structure
* Some pep8 cleanups
2012-08-07 11:06:47 -04:00
ichuang
462d75936a
Merge pull request #357 from MITx/hotfix-registration
...
fix typo in registration button jquery
2012-08-07 07:11:53 -07:00
ichuang
4b2091b173
fix typo in registration button jquery
2012-08-07 10:09:55 -04:00
Calen Pennington
c5fa6bac89
Merge pull request #353 from MITx/ichuang/showhide-staff-debug
...
make the staff debug information appear in a show/hide span
2012-08-07 05:43:14 -07:00
Bridger Maxwell
3dffcaca1c
Fixed capitalization in gradebook css.
2012-08-07 08:42:08 -04:00