##// END OF EJS Templates
integrations: refactor/cleanup + features, fixes #4181...
integrations: refactor/cleanup + features, fixes #4181 * added scopes on integrations, scopes are: - repo only - repogroup children only - root repos only - global (any repo) * integrations schemas now have separate section for the settings (eg. slack) and options (eg. scope/enabled) * added descriptions to integration types * added icons to integration types * added 'create new' integration page * added scope of integration to integrations list * added breadcrumbs for each repo/repogroup/global integrations pages * added sorting to integrations list * added pagination to integrations list * added icons to integrations list * added type filter to integrations list * added message to integrations list if none we found * added extra permissions check on integrations views * db migration from 56 => 57 - adds child_repos_only field * added tests for integrations triggered on events * added tests for integrations schemas * added tests for integrations views for repo/repogroup/admin

File last commit:

r1:854a839a default
r731:7a6d3636 default
Show More
release-notes-1.7.2.rst
29 lines | 1.4 KiB | text/x-rst | RstLexer

|RCE| 1.7.2 |RNS|

General

  • released 2013-07-18

News

  • Added handling of copied files in diffs.
  • Implemented issue #387 side-by-side diffs view.
  • Added option to specify other than official bugtracker url to post issues with RhodeCode.
  • Markdown renderer now uses github flavored syntax with a better newline handling
  • Added User pre-create, create and delete hooks for rcextensions.
  • Branch selectors: show closed branches too for Mercurial.
  • Updated codemirror to latest version and added syntax coloring dropdown for various languages CodeMirror supports.
  • Added --no-public-access / --public-access flags into setup-rhodecode command to enable setup without public access.
  • Various small updates to pull requests.
  • Bumped Mercurial version to latest.
  • Diffs view doesn't show content of delete files anymore.

Fixes

  • Added missing __get_cs_or_redirect method for file history. Fixes issue with displaying a history of file that is not present at tip.
  • Pull request: urlify description and fix javascript injection.
  • Fixed some missing IP extraction for action logger.
  • Fixed bug with log_delete hook didn't properly store user who triggered delete action.
  • Fixed show as raw link for private gists.
  • Fixes issue #860. IMC web commits poisoned caches when they failed with commit.
  • Fixes issue #856 file upload >1000 bytes on windows throws exception.