##// END OF EJS Templates
svn: fixed case of wrong extracted repository name for SSH backend. In cases...
svn: fixed case of wrong extracted repository name for SSH backend. In cases where we commited to a nested subdirs SVN reported the access path with the subdir paths in it. We couldn't then match that extended name into proper rhodecode repository for ACL checks. - Current implementation gives an slight overhead as we have to lookup all repositories - fixes #5606

File last commit:

r1:854a839a default
r4281:5da17e74 default
Show More
release-notes-1.6.0.rst
18 lines | 617 B | text/x-rst | RstLexer
/ docs / release-notes / release-notes-1.6.0.rst
project: added all source files and assets
r1 |RCE| 1.6.0 |RNS|
-----------------
Release Date
^^^^^^^^^^^^
* released 2013-05-12
Fixes
^^^^^
* #818: Bookmarks Do Not Display on Changeset View.
* Fixed issue with forks form errors rendering.
* #819 review status is showed in the main changelog.
* Permission update function is idempotent, and doesn't override default permissions when doing upgrades.
* Fixed some unicode problems with git file path.
* Fixed broken handling of adding an htsts headers.
* Fixed redirection loop on changelog for empty repository.
* Fixed issue with web-editor that didn't preserve executable bit after editing files.