Changes between Version 10 and Version 11 of CodeCommentsPlugin


Ignore:
Timestamp:
May 12, 2018, 8:49:43 AM (6 years ago)
Author:
figaro
Comment:

Further cosmetic changes, link updates

Legend:

Unmodified
Added
Removed
Modified
  • CodeCommentsPlugin

    v10 v11  
    99The problem that this plugin solves, is two-fold. When reviewing code, it's difficult to associate your comments with their appropriate context. Then, collecting all of these new issues into actionable tickets requires typically a lot of manual effort.
    1010
     11Key features:
     12 * Comments on files – you can comment on every file in the repository.
     13 * Inline comments on files – comment on a specific line. The comments appears in context, below the line in question.
     14 * Comments on changesets – useful when doing code reviews of incoming commits.
     15 * Inline comments on changesets - comment on a specific line of the changeset.
     16 * Comments on attachment pages – useful when reviewing patches.
     17 * Wiki Markup – you can use the standard Trac wiki markup inside your comments.
     18 * Instant preview – to make sure you get the formatting right.
     19 * Sending comments to tickets – you can select arbitrary number of comments and create a new ticket out of them. The text of the ticket defaults to links to the comments and their text, but you can edit these before saving the ticket.
     20 * Comments/ticket cross-reference – to remember which comments are already in tickets and which are not.
     21 * Notifications – if you have configured Trac to email ticket notifications then comment notifications will just work!
     22 * Subscriptions – Authors of changesets and attachments, and anyone who creates a comment are subscribed to notifications of comments; to have changeset authors automatically subscribed, your repositories must be configured for synchronisation with Trac.
     23
     24Screenshot of comments added to a code artefact:
     25
    1126[[Image(0.png, border=2)]]
    1227
     
    1732
    1833If you found a bug, create a
    19 [https://github.com/Automattic/trac-code-comments-plugin/issues new issue] on github.
     34[https://github.com/trac-hacks/trac-code-comments-plugin/issues new issue] on github.
    2035
    2136== Download
    2237
    23 Download the source from [https://github.com/Automattic/trac-code-comments-plugin/downloads here].
     38Download the source from [https://github.com/trac-hacks/trac-code-comments-plugin/downloads here].
    2439
    2540== Source
    2641
    27 You can check out CodeCommentsPlugin, from [https://github.com/Automattic/trac-code-comments-plugin github].
     42You can check out CodeCommentsPlugin, from [https://github.com/trac-hacks/trac-code-comments-plugin github].
    2843
    2944== Installation
     
    3146More information on installation and configuration can be found in the README.
    3247
    33 Please note that one needs to do a [https://github.com/Automattic/trac-code-comments-plugin/pull/26/files manual patch] first if MySQL is used as backend, else critical JS errors may occur, as mentioned in ​https://github.com/Automattic/trac-code-comments-plugin/issues/25.
     48Please note that you need to apply a [https://github.com/trac-hacks/trac-code-comments-plugin/pull/26/files manual patch] first if MySQL is used as database backend, or else critical Javascript errors may occur, as mentioned in https://github.com/trac-hacks/trac-code-comments-plugin/issues/25.
    3449
    35 And here are the patches for support of [https://github.com/Orio91/trac-code-comments-plugin/commit/a5a87f7a84d366a6ac0047f23ce4044116b841f7 git repositoy] and [https://github.com/Orio91/trac-code-comments-plugin/commit/cc9de9865178fe1402d8adf5d0a7dd0db5ab996c multiple repositories], as mentioned in https://github.com/Automattic/trac-code-comments-plugin/issues/14.
     50And here are the patches for support of [https://github.com/Orio91/trac-code-comments-plugin/commit/a5a87f7a84d366a6ac0047f23ce4044116b841f7 git repositoy] and [https://github.com/Orio91/trac-code-comments-plugin/commit/cc9de9865178fe1402d8adf5d0a7dd0db5ab996c multiple repositories], as mentioned in https://github.com/trac-hacks/trac-code-comments-plugin/issues/14.
    3651
    3752== Author/Contributors