##// 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-2.0.0.rst
27 lines | 1.0 KiB | text/x-rst | RstLexer
/ docs / release-notes / release-notes-2.0.0.rst
project: added all source files and assets
r1 |RCE| 2.0.0 |RNS|
-----------------
General
^^^^^^^
* released 2013-08-07
* First introduction as |RCE|
News
^^^^
* Renamed to RhodeCode Enterprise.
* New UI based on font icons.
* Changed buttons to Twitter Bootstrap and Flat design.
* Only the most important button on a page is green.
* Capitalized labels.
* Pluggable Auth system.
* Extended API methods. Please check the latest docs for API changes.
* Only one most important button is green in a page.
* Reduced size of summary page info.
* Moved statistics to dedicated page for consistent summary view.
* New filtered and styled select fields using select2 widget. Select fields with bigger ammount of data are lazy loaded for performance.
* Implemented separate compare page for easy comparing changesets between revisions, tags and bookmarks.
* Repository, repository groups, users and users groups pages are now using same data_table rendered for consistency. All are now sortable with a special filter box.
* Small improvements on pull requests.
Fixes
^^^^^
* No fixes