FinalsClub / karmaworld

KarmaNotes.org v3.0
GNU Affero General Public License v3.0
7 stars 6 forks source link

Add ability to edit tags on notes #329

Closed JHilker closed 10 years ago

JHilker commented 10 years ago

Also fixes tags the ability to add tags and swaps back to the main version of django-taggit

Resolves https://github.com/FinalsClub/karmaworld/issues/315

AndrewMagliozzi commented 10 years ago

Sweet. Let's do a quick code review today.

On Feb 11, 2014, at 9:22 AM, Jacob Hilker notifications@github.com wrote:

Also fixes tags the ability to add tags and swaps back to the main version of django-taggit

You can merge this Pull Request by running

git pull https://github.com/FinalsClub/karmaworld 315-editable-note-tags Or view, comment on, or merge it at:

https://github.com/FinalsClub/karmaworld/pull/329

Commit Summary

Add ability to edit tags on notes File Changes

M karmaworld/apps/document_upload/models.py (2) M karmaworld/apps/document_upload/views.py (4) M karmaworld/apps/notes/views.py (20) M karmaworld/apps/users/models.py (2) M karmaworld/assets/css/global.css (3) M karmaworld/assets/css/note_course_pages.css (23) M karmaworld/assets/js/note-detail.js (60) M karmaworld/templates/courses/course_detail.html (4) M karmaworld/templates/notes/note_detail.html (24) M karmaworld/urls.py (4) M reqs/common.txt (2) Patch Links:

https://github.com/FinalsClub/karmaworld/pull/329.patch https://github.com/FinalsClub/karmaworld/pull/329.diff — Reply to this email directly or view it on GitHub.