From contact method | Email contact method 20 |
---|---|
Item | Git commits |
Item version number | 1 |
Home: https://github.com/mikemintz/deme
Commit: 8547d1be3a098c8fc1ced2f9964b14137bc16421
https://github.com/mikemintz/deme/commit/8547d1be3a098c8fc1ced2f9964b14137bc16421
Author: Mike Mintz <mikemintz@cs.stanford.edu>
Date: 2011-09-12 (Mon, 12 Sep 2011)
Changed paths:
M deme_django/docs/installation.rst
Log Message:
-----------
Updated installation doc
Commit: 55b36e5e718841603405991985e80bb3e3c1e992
https://github.com/mikemintz/deme/commit/55b36e5e718841603405991985e80bb3e3c1e992
Author: Mike Mintz <mikemintz@cs.stanford.edu>
Date: 2011-09-12 (Mon, 12 Sep 2011)
Changed paths:
M deme_django/TODO
Log Message:
-----------
Updated TODO
Commit: 272bacc4d967e66f78e4bbd0d3948ac51d07c709
https://github.com/mikemintz/deme/commit/272bacc4d967e66f78e4bbd0d3948ac51d07c709
Author: Mike Mintz <mikemintz@cs.stanford.edu>
Date: 2011-09-12 (Mon, 12 Sep 2011)
Changed paths:
M deme_django/TODO
M deme_django/cms/templates/default_layout.html
M deme_django/cms/templates/group/show.html
M deme_django/cms/templatetags/item_tags.py
M deme_django/modules/poll/templates/poll/approvenpoll.html
M deme_django/modules/project/models.py
M deme_django/modules/project/templates/project/project.html
Log Message:
-----------
Merge branch 'master' of github.com:mikemintz/deme
Commit: 17ac03b2fa2f90cb4a97549789b5d5bdb128fcc5
https://github.com/mikemintz/deme/commit/17ac03b2fa2f90cb4a97549789b5d5bdb128fcc5
Author: Mike Mintz <mikemintz@cs.stanford.edu>
Date: 2011-09-12 (Mon, 12 Sep 2011)
Changed paths:
M deme_django/cms/templatetags/item_tags.py
Log Message:
-----------
Fixed permission check I broke in an earlier commit for displaying the name of a comment.
Commit: 595337a58d430fe1d557f81f33c6357379bd7c26
https://github.com/mikemintz/deme/commit/595337a58d430fe1d557f81f33c6357379bd7c26
Author: Mike Mintz <mikemintz@cs.stanford.edu>
Date: 2011-09-12 (Mon, 12 Sep 2011)
Changed paths:
M deme_django/cms/templates/textdocument/show.html
Log Message:
-----------
Changed the wording in textdocument show from 'Add Highlight' to 'Add Excerpt'
Commit: c24546bcf26fd88c281c265ac38b894ad17b534c
https://github.com/mikemintz/deme/commit/c24546bcf26fd88c281c265ac38b894ad17b534c
Author: Mike Mintz <mikemintz@cs.stanford.edu>
Date: 2011-09-12 (Mon, 12 Sep 2011)
Changed paths:
M deme_django/cms/templatetags/item_tags.py
M deme_django/cms/views.py
Log Message:
-----------
We now allow filters (in crumbs and list view) to traverse relations
that are not item types (as long as the final model and the initial
instance are items. And when you click "View comment as item" it loads
with the breadcrumbs showing which top-level item you came from.
Commit: c4c6265de4f2e8d983fb68b882cbfb971c172134
https://github.com/mikemintz/deme/commit/c4c6265de4f2e8d983fb68b882cbfb971c172134
Author: Mike Mintz <mikemintz@cs.stanford.edu>
Date: 2011-09-12 (Mon, 12 Sep 2011)
Changed paths:
M deme_django/cms/templatetags/item_tags.py
M deme_django/static/stylesheets/base.css
Log Message:
-----------
Added link to comment grid on comment box.
Commit: 6cb4a5950b81b33c288aad8c0c8da3e558eada64
https://github.com/mikemintz/deme/commit/6cb4a5950b81b33c288aad8c0c8da3e558eada64
Author: Mike Mintz <mikemintz@cs.stanford.edu>
Date: 2011-09-12 (Mon, 12 Sep 2011)
Changed paths:
M deme_django/cms/templatetags/item_tags.py
Log Message:
-----------
Improved drop-down details of comment
Commit: daf539331e621d6cb2ab8f8308bcdd04150db05d
https://github.com/mikemintz/deme/commit/daf539331e621d6cb2ab8f8308bcdd04150db05d
Author: Mike Mintz <mikemintz@cs.stanford.edu>
Date: 2011-09-13 (Tue, 13 Sep 2011)
Changed paths:
M deme_django/cms/templates/textdocument/show.html
M deme_django/cms/templatetags/item_tags.py
M deme_django/static/stylesheets/base.css
Log Message:
-----------
Implemented basic highlighting and pointing when clicking on transclusions and comments.
Commit: 39e7b901c1293cdde9f3302cda1fe08bab32c192
https://github.com/mikemintz/deme/commit/39e7b901c1293cdde9f3302cda1fe08bab32c192
Author: Mike Mintz <mikemintz@cs.stanford.edu>
Date: 2011-09-13 (Tue, 13 Sep 2011)
Changed paths:
M deme_django/TODO
M deme_django/cms/models.py
Log Message:
-----------
FileDocument.destroy now destroys all datafiles in all versions, not just in the latest version.
Compare: https://github.com/mikemintz/deme/compare/3b07306...39e7b90