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
Carlos Andrés Rocha
e55e1a99cb
Fix django pipeline configuration for discussion forum coffescript includes
2012-09-10 12:12:31 -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
Arjun Singh
80a9620a84
Merge branch 'feature/tomg/new-discussions' of github.com:MITx/mitx into feature/tomg/new-discussions
2012-09-07 14:20:03 -10:00
Tom Giannattasio
4f4f35f59e
prevent defaults added
2012-09-07 17:04:06 -04:00
Tom Giannattasio
891a223f72
tweaked styling of inline pagination
2012-09-07 16:50:32 -04:00
Tom Giannattasio
a0c887cd5f
new inline post styles
2012-09-07 16:24:25 -04:00
Arjun Singh
9d222469fa
Merge branch 'feature/tomg/new-discussions' of github.com:MITx/mitx into feature/tomg/new-discussions
2012-09-07 10:22:15 -10:00
Tom Giannattasio
319d7e149e
restyled inline new post form
2012-09-07 14:43:44 -04:00
Tom Giannattasio
e5817f532b
fixed sass error for toast notifications
2012-09-07 13:37:28 -04:00
Tom Giannattasio
f7e20801cd
added toast style error message styling
2012-09-07 11:44:17 -04:00
Tom Giannattasio
deaa49b15a
fixed dogear issue
2012-09-07 11:44:17 -04:00
Arjun Singh
e1c3696b3f
Merge branch 'feature/tomg/new-discussions' of github.com:MITx/mitx into feature/tomg/new-discussions
2012-09-07 02:06:18 -10:00
Ibrahim Awwal
0cb2517207
Pagination urls now work for deep linking, although the discussion isn't automatically shown yet.
2012-09-07 04:16:39 -07:00
Ibrahim Awwal
b2f3eee93b
Pagination in inline discussion views.
2012-09-07 03:37:19 -07:00
Arjun Singh
4b74354973
Merge branch 'feature/tomg/new-discussions' of github.com:MITx/mitx into feature/tomg/new-discussions
2012-09-06 22:43:17 -10:00
Ibrahim Awwal
c3e3fee963
Convert expand/collapse into buttons and change default sort order to date. Buttons should be styled better but I don't know how to do it.
2012-09-06 23:37:43 -07:00
Arjun Singh
36b3524552
Merge branch 'feature/tomg/new-discussions' of github.com:MITx/mitx into feature/tomg/new-discussions
2012-09-06 18:22:15 -10:00
Ibrahim Awwal
a40c8fad2d
Fix inline thread rendering when expanding and contracting.
2012-09-06 19:04:56 -07:00
Ibrahim Awwal
b33ef47d20
Clear body textarea after a successful post.
2012-09-06 18:35:03 -07:00
Ibrahim Awwal
c4c956dbbb
Fix accidental code formatting of abbreviated posts and put administrative buttons in the expanded content.
2012-09-06 18:09:09 -07:00
Ibrahim Awwal
0022efb7e4
Add loading animation to discussion module.
2012-09-06 18:08:28 -07:00
Matthew Mongeau
366e9c674b
Code for displaying endorsed checkmark.
2012-09-06 17:46:04 -04:00
Tom Giannattasio
1d06a0feda
fixed 1px drop menu glitch
2012-09-06 17:41:47 -04:00
Tom Giannattasio
9923323fdc
styled new post error messages
2012-09-06 17:22:00 -04:00
Tom Giannattasio
8529ef35a9
added title focus on new post; tweaked tag input styles
2012-09-06 14:57:37 -04:00
Tom Giannattasio
2b5718a98b
fixed blank slate sidebar resize glitch
2012-09-06 14:02:23 -04:00
Tom Giannattasio
92e9edc05b
focus search on drop
2012-09-06 11:49:57 -04:00
Tom Giannattasio
5304c9cb99
delegated tooltips
2012-09-06 11:39:23 -04:00
Tom Giannattasio
32f79abd9f
added sidebar styling for staff posts and responses
2012-09-06 11:27:46 -04:00
Ibrahim Awwal
58f4f01ecd
Fix follow dogear causing page to scroll up on click.
2012-09-06 04:49:38 -07:00
Ibrahim Awwal
e77e5a4e52
Modify jquery.tagsinput plugin to allow filtering tags, and filter tags by converting them to lowercase so the service doesn't just error when you submit.
2012-09-06 04:12:29 -07:00
Ibrahim Awwal
4354afe1b5
Fix markdown in thread bodies and comments.
2012-09-06 03:40:10 -07:00
Ibrahim Awwal
2811822b93
Attach the discussion_id to posts made from the embedded discussion forum.
2012-09-06 02:11:47 -07:00
Ibrahim Awwal
00d21acd79
Add newly posted threads to the inline thread list.
2012-09-06 01:33:40 -07:00
Ibrahim Awwal
2eb763e4ce
New post form on inline discussion, works, with some bugs in styling.
2012-09-06 00:25:54 -07:00
Ibrahim Awwal
00a6526fd0
Make voting render properly in inline discussions. Also might have fixed
...
following if it wasn't working before.
2012-09-05 17:58:18 -07:00
Arjun Singh
242f523d74
Explicit request timeout
2012-09-05 15:09:15 -07:00
Arjun Singh
bf5eba4d76
Change new post copy
2012-09-05 15:09:08 -07:00
Ibrahim Awwal
79fedc0bb7
Replace unicode characters with entities for now - it breaks xmodule rendering otherwise.
2012-09-05 14:40:01 -07:00
Tom Giannattasio
64d9db8497
fixed variable height filter drop items bug
2012-09-05 17:14:28 -04:00
Arjun Singh
e70673cf07
add loading callback back in for new post
2012-09-05 13:05:59 -07:00
Matthew Mongeau
df8256085c
Update display when creating new post.
2012-09-05 15:56:58 -04:00