Arjun Singh
795c116389
populate dropdown
2012-08-31 03:27:02 -07:00
Matthew Mongeau
5bfb51681a
Display current topic and adjust font size.
2012-08-30 20:03:13 -04:00
Matthew Mongeau
28343b3afb
Hide menu when clicking body.
2012-08-30 19:50:00 -04:00
Matthew Mongeau
dc9f49b6d2
Show dropdown on click.
2012-08-30 19:43:38 -04:00
Victor Shnayder
d815d50aee
Remove obsolete eager flag for xml modulestore
...
* has to be eager
2012-08-30 19:26:50 -04:00
Victor Shnayder
484735bf03
make jump_to go to right position in a sequence.
2012-08-30 18:55:38 -04:00
Victor Shnayder
021ccde1b4
Make jump_to work with the xml modulestore
...
* it now works in the context of a specific course_id
* add tracking of parent locations to xml modulestore
* adjust lots of tests, including some refactoring
* NOT working yet: jumping to the right position in a sequence.
2012-08-30 18:47:11 -04:00
Matthew Mongeau
3521d42175
Add highlighting back in
2012-08-30 17:46:23 -04:00
Matthew Mongeau
88100bf79f
Remove loading icon.
2012-08-30 17:04:37 -04:00
Matthew Mongeau
6a27f6ddc4
Track comment
2012-08-30 17:01:57 -04:00
Tom Giannattasio
000a745c6e
Merge branch 'feature/tomg/new-discussions' of github.com:MITx/mitx into feature/tomg/new-discussions
2012-08-30 16:52:55 -04:00
Tom Giannattasio
a728134129
merge conflict fixes
2012-08-30 16:52:34 -04:00
Matthew Mongeau
31f7d6f4f4
Keep active thread active
2012-08-30 16:50:46 -04:00
Matthew Mongeau
074ba9ce71
Sorting
2012-08-30 16:44:10 -04:00
Victor Shnayder
22aa325d83
Enable linking into the middle of sequences
...
* add a url that has an extra /{position} at the end
* pass it through to get_module
2012-08-30 16:37:40 -04:00
Tom Giannattasio
da413f6de8
added sticky sidebar
2012-08-30 16:37:22 -04:00
Kyle Fiedler
1939b001e4
Added better animation in
2012-08-30 16:26:01 -04:00
Matthew Mongeau
6ee27d02e4
Searching and fixes.
2012-08-30 15:55:46 -04:00
John Jarvis
4c8ff6419e
Merge branch 'master' of github.com:MITx/mitx into jarv/add-local-logging
2012-08-30 15:37:04 -04:00
Kyle Fiedler
bc288424a4
Rework styles for test results and style file upload
2012-08-30 15:22:27 -04:00
Tom Giannattasio
7ece39f345
Merge branch 'feature/tomg/new-discussions' of github.com:MITx/mitx into feature/tomg/new-discussions
2012-08-30 13:38:05 -04:00
Tom Giannattasio
757c817b95
tweaked comment styles
2012-08-30 13:37:50 -04:00
Matthew Mongeau
3cc3876b74
Add new post back in.
2012-08-30 13:32:14 -04:00
Kyle Fiedler
3be48e5012
Formatted new hints and testing blocks
2012-08-30 13:18:01 -04:00
Kyle Fiedler
a9f624115c
Added styles for hints
2012-08-30 13:18:01 -04:00
Matthew Mongeau
476f4fa7ea
Fix liking.
2012-08-30 13:16:19 -04:00
David Ormsbee
a27ba692a8
Merge pull request #593 from MITx/feature/ichuang/fix-typo-in-lms-migration
...
missing "settings." in line in lms_migration
2012-08-30 10:11:09 -07:00
David Ormsbee
8c5b203dfb
Merge pull request #591 from MITx/kimth/gentler-frontend
...
A gentler, more helpful frontend
2012-08-30 10:10:44 -07:00
Matthew Mongeau
1acb6185de
Get math working.
2012-08-30 13:06:37 -04:00
Matthew Mongeau
afd6126e36
Fix some styles.
2012-08-30 12:43:02 -04:00
Matthew Mongeau
6287e43f55
Add ability to create replies.
2012-08-30 11:50:58 -04:00
Tom Giannattasio
5267f03b97
Merge branch 'feature/tomg/new-discussions' of github.com:MITx/mitx into feature/tomg/new-discussions
2012-08-30 11:38:46 -04:00
Matthew Mongeau
362bbb1794
Close form
2012-08-30 11:38:34 -04:00
Tom Giannattasio
1559b86e27
added new post markup, style and basic interactions
2012-08-30 11:37:50 -04:00
Matthew Mongeau
abc0092fe1
Formatting around wmd
2012-08-30 11:23:06 -04:00
Carlos Andrés Rocha
87967b9eb8
[34078525] Makes OpenID provider login box modal.
2012-08-30 11:15:08 -04:00
Matthew Mongeau
04e8e5378c
Fix load order.
2012-08-30 11:12:16 -04:00
Victor Shnayder
4ce41c0111
fix course_ids for Berkeley internal courses and 3.091
2012-08-30 10:53:38 -04:00
Matthew Mongeau
24c7632664
Start responses.
2012-08-30 10:17:47 -04:00
Ibrahim Awwal
b80ceecf87
Note when posts have been updated, and put the creation date in the title text.
2012-08-30 00:19:42 -07:00
Ibrahim Awwal
02e6fd17e4
Make 'date' the first sort key since it's the new default (students seem to prefer it, especially since top is kind of unclear).
2012-08-29 22:20:20 -07:00
Ibrahim Awwal
cd84b63228
Make the search button line up with the search field better.
2012-08-29 22:13:38 -07:00
Ibrahim Awwal
b13c5acd4f
Save the user's selected sort order on the comments service.
...
Requires cs_comments_service to have the field default_sort_key on users.
2012-08-29 22:13:37 -07:00
Ibrahim Awwal
7655e9eea0
Ensure that js files are returned in alphabetical order by django-pipeline.
...
On most systems this seems to be the default behavior, but glob2.glob's order isn't guaranteed and on my machine the order seems to be random, which causes javascript which depends on include order to fail.
2012-08-29 22:13:37 -07:00
Ibrahim Awwal
e1aa30b36f
Style comments from moderators in light blue, and admins in light green. Also puts text after the author's name (there should be something for colorblind people, not sure what form it should take though).
2012-08-29 21:52:22 -07:00
Ibrahim Awwal
e58af44620
Annotate comment content wrappers with classes for the roles of the author.
2012-08-29 19:41:46 -07:00
Ibrahim Awwal
08b233f603
Ensure that js files are returned in alphabetical order by django-pipeline.
...
On most systems this seems to be the default behavior, but glob2.glob's order isn't guaranteed and on my machine the order seems to be random, which causes javascript which depends on include order to fail.
2012-08-29 19:41:14 -07:00
kimth
86409a2a26
Adjust comments for Sequence js
2012-08-29 22:11:26 -04:00
ichuang
cb07b0601e
missing "settings." in line in lms_migration
2012-08-29 22:04:39 -04:00
kimth
bb55a76379
Allow courseware to navigate to specific tabs of a sequence
2012-08-29 22:01:16 -04:00