Menu

QuickRev 2021.1 released

Take a look at http://quickrev.sourceforge.net/news/ for a complete overview

  • Different Reviewer(s) / Initiator In Each Review Cycle.
    You can now change the reviewer and/or initiator in each review cycle.
    It is even possible to reduce or extend the number of reviewers in a review cycle to e.g. let just one reviewer verify all changes or replace a reviewer if he/she will not continue the review.
    If you will open an ongoing review where you are neither the initiator nor a reviewer QuickRev will ask what you want to do. If different initators are assigned to a review QuickRev will save additionally who has solved which review comments.

  • Add additional Notes on Information Tab.
    On the Information tab additional notes can be assigned to the review, these notes store the user who added the note.

  • Extended File Browser Capabilities.
    The file browsers have been extended to show files by there review state properties like:
    'has comments / added in verification cycle / deleted / etc.'
    The file browsers will now be opened by default after staring QuickRev.
    This behaviour can be configured via the 'Preferences' dialog.

  • Add Hyperlinks to Descriptions / Comments / Emails and Default-Comments and -Solutions
    The context menu of all relevant text fields has been extended by a new menu item 'Insert Hyperlink' to insert hyperlinks and open them in an external browser.

  • Added possibility to execute JavaScript code in email notification templates.
    Syntax: ${javascript:[ ... javascript code ... ]}

Example:

  ${javascript:[
    // create a link and add the user name as parameter
    // with spaces replaced with underscores

    var userName = "%username%".replaceAll(" ", "_")
    var link =
     "<a href=\"http://www.git-repository.somewhere?user="
     userName +
     "\">Link to GIT repo</a>"

    // link is the result
    link
  ]}
  • Made comment-links in comment tool tips clickable.

  • Updated lombok version to 1.18.16

  • Updated jcalendar version to 1.4

  • fix: default start location of some dialogs to be on center of QuickRev instead of center on screen (which might be on the wrong screen when working with multiple displays)

  • fix: In case neither the commit hash not the file hash can be found in the GIT history of the file the history dialog will show an error message instead of the GIT file history.

Posted by Tom Seidel 2021-05-30 Labels: 2021.1

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.