- 12 Sep, 2012 2 commits
-
-
Ibrahim Awwal committed
-
loaded into the page in a data attribute instead of loaded on request via ajax. The user profile page also does not provide facilities for adding comments/responses, which I think would clutter the page too much. Also removed some unused stuff from views.py.
Ibrahim Awwal committed
-
- 11 Sep, 2012 26 commits
-
-
Ibrahim Awwal committed
-
Backbone.Model attributes because Model attributes get serialized into JSON which is wasteful.
Ibrahim Awwal committed -
Ibrahim Awwal committed
-
Ibrahim Awwal committed
-
Carlos Andrés Rocha committed
-
Matthew Mongeau committed
-
Tom Giannattasio committed
-
Tom Giannattasio committed
-
Ibrahim Awwal committed
-
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.
Ibrahim Awwal committed -
Ibrahim Awwal committed
-
Ibrahim Awwal committed
-
Ibrahim Awwal committed
-
down on the amount of data shuffled around and saves some rendering time on the forum index as well.
Ibrahim Awwal committed -
used anywhere anyway.
Ibrahim Awwal committed -
I don't know why this was ever defined when python has a ternary operator which doesn't require its arguments to be evaluated if the condition evaluates to false, whereas this helper method does.
Ibrahim Awwal committed -
Ibrahim Awwal committed
-
Ibrahim Awwal committed
-
Arjun Singh committed
-
Matthew Mongeau committed
-
Ibrahim Awwal committed
-
This reverts commit 6ee6e1c6.
Ibrahim Awwal committed -
Related templates should probably also be deleted. I did this mainly because it's confusing to have so many functions with similar names and there's a lot of unused stuff from discussion v1.
Ibrahim Awwal committed -
Ibrahim Awwal committed
-
Arjun Singh committed
-
Ibrahim Awwal committed
-
- 10 Sep, 2012 12 commits
-
-
Ibrahim Awwal committed
-
Tom Giannattasio committed
-
Matthew Mongeau committed
-
Tom Giannattasio committed
-
Tom Giannattasio committed
-
Arjun Singh committed
-
Arjun Singh committed
-
Suppress underscore errors when not on the right page. Ideally page specific JS execution would take care of this.
Ibrahim Awwal committed -
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.
Ibrahim Awwal committed -
Tom Giannattasio committed
-
Matthew Mongeau committed
-
Tom Giannattasio committed
-