Matthew Mongeau
ba56afae7c
Clear search when clicking topic dropdown.
2012-09-12 16:57:19 -04:00
Matthew Mongeau
d425f525b8
Display tags.
2012-09-12 16:43:52 -04:00
Kyle Fiedler
da87af5351
Fix missplaced k
2012-09-12 16:37:41 -04:00
Kyle Fiedler
2b9268ad48
Added widow fix for subtitles too
2012-09-12 16:35:21 -04:00
Kyle Fiedler
b6e03c60b6
Added back the ie fixes from before
2012-09-12 16:01:39 -04:00
Kyle Fiedler
1dceff78b5
Fix alignment in tables for ie
2012-09-12 16:01:38 -04:00
Tom Giannattasio
1d71a2cfbd
tweaked usernames so they were more prominent throughout
2012-09-12 13:40:11 -04:00
Kyle Fiedler
ec9521a9f5
removed list bullets from tutorials
2012-09-12 13:01:10 -04:00
Tom Giannattasio
ba52523d6d
Merge pull request #657 from MITx/bug/kfiedler/histogram
...
Removed display none for histogram
2012-09-12 08:53:07 -07:00
Tom Giannattasio
40eba7f792
Merge pull request #664 from MITx/feature/kfiedler/pressrelease
...
Add new press releases
2012-09-12 08:52:49 -07:00
Matthew Mongeau
1a402f7fda
Mark responses and comments as staff
2012-09-12 11:09:36 -04:00
Tom Giannattasio
d1292949be
fixed spinner positioning on inline discussions
2012-09-12 11:03:18 -04:00
Kyle Fiedler
05c3e028c2
Added new press releases
2012-09-12 10:38:17 -04:00
Tom Giannattasio
9ef83b0ca5
edit post style clean up
2012-09-12 10:19:25 -04:00
Tom Giannattasio
7098b2e658
cleaned up loading animation in post-list
2012-09-12 10:07:16 -04:00
Tom Giannattasio
87dcd07112
delayed appearance of spinner in thread so things are less jumpy
2012-09-12 10:07:16 -04:00
Tom Giannattasio
d88de52181
fixed jump to top on browse buttons
2012-09-12 09:41:34 -04:00
Tom Giannattasio
ff94541e40
tweaked inline hide/show and new post buttons
2012-09-12 09:41:34 -04:00
Arjun Singh
452414da37
Kill requests for loading responses when selecting another thread. This ensures that the thread you're viewing has the right responses loaded.
2012-09-12 06:13:46 -07:00
Ibrahim Awwal
1be378e697
Render comment replies properly, and update them after receiving a response.
2012-09-11 14:31:03 -07:00
Ibrahim Awwal
a91a5df499
Use regular javascript attributes for parent reference rather than setting
...
Backbone.Model attributes because Model attributes get serialized into
JSON which is wasteful.
2012-09-11 13:57:51 -07:00
Ibrahim Awwal
2c6c64d533
Sort comment replies in chronological order, keeping the parent references.
2012-09-11 13:12:01 -07:00
Carlos Andrés Rocha
2900c169cc
Load inline comments templates at render time and not during page load
2012-09-11 15:58:16 -04:00
Matthew Mongeau
f4ba65c5d5
Show and hide search correctly. Added loading icon.
2012-09-11 13:30:00 -04:00
Kyle Fiedler
4732e39cb4
info-title margin fixed
2012-09-11 12:09:42 -04:00
Tom Giannattasio
a0eefd1ea2
tweaked inline responses and new response toolbar
2012-09-11 10:59:40 -04:00
Kyle Fiedler
3fd640aef3
Removed display none for histogram
2012-09-11 10:22:03 -04:00
Ibrahim Awwal
2d105265f9
Add @references for deeply nested (3+) comments.
2012-09-11 05:43:21 -07:00
Ibrahim Awwal
fc459f7e44
Displays deeply nested comments inline.
...
This just puts them in three traversal order rather than chronological order.
Not sure which makes the most sense, but I'll implement both ways.
2012-09-11 05:08:55 -07:00
Ibrahim Awwal
ce16d22451
Fix anonymous posts on the inline discussion view.
2012-09-11 04:09:53 -07:00
Ibrahim Awwal
8b7940f413
Fixed context links after searching for real, and removed some more dead code.
2012-09-11 03:40:33 -07:00
Arjun Singh
a49b638027
Edit post works now.
2012-09-11 01:07:03 -07:00
Matthew Mongeau
79775c6ea8
Remove all number. Toggle search and dropdown.
2012-09-10 21:51:25 -07:00
Ibrahim Awwal
0da2f60a5e
[ Fixes #35791223 ] Clear the WMD preview after posting a new post.
2012-09-10 17:29:34 -07:00
Ibrahim Awwal
96eb40384f
Fix markdown in thread view.
2012-09-10 16:45:48 -07:00
Tom Giannattasio
5688cbf0f9
hid inline response toolbar due to lacking inline styles for the icons
2012-09-10 16:14:04 -07:00
Tom Giannattasio
d673b3bcf9
tweaked expanded style
2012-09-10 16:14:04 -07:00
Tom Giannattasio
cf998898bd
tweaked new post modal styles
2012-09-10 16:14:03 -07:00
Arjun Singh
7fa68bcc80
Remove unused css class
2012-09-10 15:52:53 -07:00
Arjun Singh
7ad9b39b98
Merge master
2012-09-10 15:33:59 -07:00
Ibrahim Awwal
042ab6d2ef
Suppress underscore errors when not on the right page. Ideally page specific JS execution would take care of this.
2012-09-10 14:08:18 -07:00
Ibrahim Awwal
259e6e46ad
Fix discussion module
...
It worked in Chrome because Chrome appears to magically infer some missing
arguments to methods. This is the second time this happened, should be more
careful about it in the future, because it causes confusion when features
work for some students but not others.
2012-09-10 12:59:14 -07:00
Tom Giannattasio
19bd60e905
tightened dropdown topic name treatment
2012-09-10 12:23:47 -07:00
Matthew Mongeau
5e0913547f
Add backbone checks.
2012-09-10 12:23:29 -07:00
Tom Giannattasio
d0c2d31558
new show/hide button for inline discussions
2012-09-10 12:12:46 -07:00
Tom Giannattasio
9c85be9d5e
fixed show/hide glitch on inline discussion button
2012-09-10 12:12:07 -07:00
Tom Giannattasio
8b64dd6a27
new inline thread styles
2012-09-10 12:11:43 -07:00
Tom Giannattasio
5841bdcef0
tweaking loading animation so that it removes more smoothly
2012-09-10 12:11:01 -07:00
Arjun Singh
aa7af4e6fe
Make thread view with subview work
2012-09-10 11:40:52 -07:00
Tom Giannattasio
4f4f35f59e
prevent defaults added
2012-09-07 17:04:06 -04:00