[mikemintz/deme] 0c042c: Fixed incorrect 'You must specify the item you are...

From contact method Email contact method 20
Item Git commits
Item version number 1
Branch: refs/heads/master
Home: https://github.com/mikemintz/deme
Commit: 0c042c2941e59f778529c3eb78352dac9f8c6403
https://github.com/mikemintz/deme/commit/0c042c2941e59f778529c3eb78352dac9f8c6403
Author: Mike Mintz <mikemintz@cs.stanford.edu>;
Date: 2013-04-24 (Wed, 24 Apr 2013)

Changed paths:
M deme_django/cms/views.py

Log Message:
-----------
Fixed incorrect 'You must specify the item you are commenting on' error when creating a new comment with an invalid form.


Commit: b8ab359349bf913ca0ceb705ce8ff8602da44c04
https://github.com/mikemintz/deme/commit/b8ab359349bf913ca0ceb705ce8ff8602da44c04
Author: Mike Mintz <mikemintz@cs.stanford.edu>;
Date: 2013-04-24 (Wed, 24 Apr 2013)

Changed paths:
M deme_django/cms/templatetags/item_tags.py

Log Message:
-----------
Distinguished possible_abilities and possible_abilities_and_names variables.


Commit: c98f156f876cbc124f1ede48171ce974cf7e956a
https://github.com/mikemintz/deme/commit/c98f156f876cbc124f1ede48171ce974cf7e956a
Author: Mike Mintz <mikemintz@cs.stanford.edu>;
Date: 2013-04-24 (Wed, 24 Apr 2013)

Changed paths:
M deme_django/cms/templatetags/item_tags.py

Log Message:
-----------
Added assertion in permission editor code.


Commit: c3cd54ba329ec05a6d3cb94593bb585257edbfee
https://github.com/mikemintz/deme/commit/c3cd54ba329ec05a6d3cb94593bb585257edbfee
Author: Mike Mintz <mikemintz@cs.stanford.edu>;
Date: 2013-04-24 (Wed, 24 Apr 2013)

Changed paths:
M deme_django/cms/templatetags/item_tags.py

Log Message:
-----------
The permission editor now defaults to inherit certain permissions from a comment's parent (view* and comment_on with the same source/ability/allowed).


Commit: 73eb6984f5e907e2b61d095566ee91f44d449789
https://github.com/mikemintz/deme/commit/73eb6984f5e907e2b61d095566ee91f44d449789
Author: Mike Mintz <mikemintz@cs.stanford.edu>;
Date: 2013-04-24 (Wed, 24 Apr 2013)

Changed paths:
M deme_django/cms/templatetags/item_tags.py

Log Message:
-----------
Split up some code over multiple lines for advanced comment.


Commit: 77d4cf3b774228ca62a29e156c41279b9d3372f8
https://github.com/mikemintz/deme/commit/77d4cf3b774228ca62a29e156c41279b9d3372f8
Author: Mike Mintz <mikemintz@cs.stanford.edu>;
Date: 2013-04-24 (Wed, 24 Apr 2013)

Changed paths:
M deme_django/cms/templates/templatetags/privacy_editor.html

Log Message:
-----------
Permission editor sets permission_counter to a random number as a quick solution to allow multiple permission editors on the same page with otherwise conflicting ids.


Commit: b14f61226e42c3397a3c44a6dbac9599effbd093
https://github.com/mikemintz/deme/commit/b14f61226e42c3397a3c44a6dbac9599effbd093
Author: Mike Mintz <mikemintz@cs.stanford.edu>;
Date: 2013-04-24 (Wed, 24 Apr 2013)

Changed paths:
M deme_django/modules/community_forum/templates/discussionboard/show.html

Log Message:
-----------
Discussion board viewer now displays the original commenter details instead of N/A when there are no replies.


Commit: 3356679b9020fa0a9ae73329a70949809363f936
https://github.com/mikemintz/deme/commit/3356679b9020fa0a9ae73329a70949809363f936
Author: Mike Mintz <mikemintz@cs.stanford.edu>;
Date: 2013-04-24 (Wed, 24 Apr 2013)

Changed paths:
M deme_django/modules/community_forum/templates/discussionboard/newdiscussion.html
M deme_django/modules/community_forum/templates/discussionboard/show.html
M deme_django/modules/community_forum/templates/discussionboard/viewdiscussion.html
M deme_django/modules/community_forum/templatetags/air_extras.py
M deme_django/modules/community_forum/views.py

Log Message:
-----------
Discussion board viewer now works on any item type to display comments. The discussion board item still exists.


Commit: 802c7404a93d0634cb680ed36f7e7c13cb4818f2
https://github.com/mikemintz/deme/commit/802c7404a93d0634cb680ed36f7e7c13cb4818f2
Author: Mike Mintz <mikemintz@cs.stanford.edu>;
Date: 2013-04-24 (Wed, 24 Apr 2013)

Changed paths:
R deme_django/modules/community_forum/migrations/0002_auto__add_discussionboard.py
M deme_django/modules/community_forum/models.py
R deme_django/modules/community_forum/templates/discussionboard/newdiscussion.html
R deme_django/modules/community_forum/templates/discussionboard/show.html
R deme_django/modules/community_forum/templates/discussionboard/viewdiscussion.html
M deme_django/modules/community_forum/templatetags/air_extras.py
M deme_django/modules/community_forum/views.py
A deme_django/modules/discussionboard/__init__.py
A deme_django/modules/discussionboard/migrations/0001_initial.py
A deme_django/modules/discussionboard/migrations/__init__.py
A deme_django/modules/discussionboard/models.py
A deme_django/modules/discussionboard/templates/discussionboard/newdiscussion.html
A deme_django/modules/discussionboard/templates/discussionboard/show.html
A deme_django/modules/discussionboard/templates/discussionboard/viewdiscussion.html
A deme_django/modules/discussionboard/templatetags/__init__.py
A deme_django/modules/discussionboard/templatetags/discussion_extras.py
A deme_django/modules/discussionboard/urls.py
A deme_django/modules/discussionboard/views.py

Log Message:
-----------
Moved discussionboard out of community_forum and into its own module.


Commit: e90c15cb3c8fa89280dc61b7fc25a41a5975d8ff
https://github.com/mikemintz/deme/commit/e90c15cb3c8fa89280dc61b7fc25a41a5975d8ff
Author: Mike Mintz <mikemintz@cs.stanford.edu>;
Date: 2013-04-24 (Wed, 24 Apr 2013)

Changed paths:
M deme_django/modules/discussionboard/templates/discussionboard/show.html
M deme_django/modules/discussionboard/templatetags/discussion_extras.py

Log Message:
-----------
Discussion board viewer now obeys permissions.


Compare: https://github.com/mikemintz/deme/compare/68834e8d91d9...e90c15cb3c8f

For Internet Explorer users: Click on the Tools menu, located at the top of your browser window. When the drop-down menu appears, select the option labeled Full Screen.

For Chrome users:Click on the Chrome "wrench" icon, located in the upper right hand corner of your browser window. When the drop-down menu appears, select the choice labeled Full Screen.

For Firefox user:Click on the View menu, located at the top of your browser window. When the drop-down menu appears, select the option labeled Full Screen.

For Safari users: Safari currently does not support the ability to go fullscreen.