TFS Changeset History Helper

Changeset reference utilities

Ajankohdalta 19.2.2016. Katso uusin versio.

Tästä skriptistä on versioita, joissa koodia päivitettiin. Näytä kaikki versiot.

  • v1.8.0 5.7.2017 migrate code to support visualstudio.com
  • v1.7.2 30.3.2017 fix commit message for commits that are a merge of multiple commits (did you follow that?)
  • v1.7.1 14.3.2017 show a blank button when there is no Task ID to copy
  • v1.7.0 19.1.2017 Improved handling of tasks container (now on the right, not cluttering the changelist data)
  • v1.6.6 19.1.2017 minor update for compatibility with TFS 2017 Helper
  • v1.6.5 8.12.2016 improved button UX
  • v1.6.4 18.11.2016 Changes precipitated by TFS 2017 Helper. Did you know that script is basically a dependency of this one? Because it is.
  • v1.6.3 18.11.2016 more fixes for recent TFS 2017 changes
  • v1.6.2 17.11.2016 Updated styles for TFS 2017
  • v1.6.1 8.11.2016 Tweaked the formatting of the text when you click the Link copy button. Makes more sense in Slack, which is where these are most often used.
  • v1.6.0 3.11.2016 Added Task-related utilities: Copy button, interactive navigation to the tasks (when the list overflows), and fetching the full list of associated tasks from the API regardless of what the commit message is.
  • v1.5.0 1.11.2016 Technical: more reliable way to copy. UX: easier, more obvious way to copy (buttons).
  • v1.4.1 14.9.2016 New commit messages to copy
  • v1.4.1 14.9.2016 New commit messages to copy
  • v1.3.0 9.5.2016 remove dependency on jQuery, use page's own jQuery so we can access the element data bound by it.
  • v1.2.0 2.5.2016 Moved "(merged c12345 to QA)" to the beginning of the string, so it stops being cut off by a stupid TFS that things a modern browser can't handle more than 80 characters.
  • v1.1.5 19.4.2016 slight change to @match to include urls without additional parts
  • v1.1.2 3.3.2016 Generating a commit message from a changeset that has already been merged to QA will result in the postfix "merge c12345 to Release" instead of a double "merge c12345 to QA".
  • v1.1.1 19.2.2016 hide the background user image (unless it is the only image). It messes up user images that have transparency.
  • v1.1.0 17.2.2016