Show More
@@ -0,0 +1,78 b'' | |||
|
1 | |RCE| 4.4.0 |RNS| | |
|
2 | ----------------- | |
|
3 | ||
|
4 | Release Date | |
|
5 | ^^^^^^^^^^^^ | |
|
6 | ||
|
7 | - 2016-09-16 | |
|
8 | ||
|
9 | ||
|
10 | General | |
|
11 | ^^^^^^^ | |
|
12 | ||
|
13 | - UI: introduced Polymer webcomponents into core application. RhodeCode will | |
|
14 | be now shipped together with Polymer framework webcomponents. Most of | |
|
15 | dynamic UI components that require large amounts of interaction | |
|
16 | will be done now with Polymer. | |
|
17 | - live-notifications: use rhodecode-toast for live notifications instead of | |
|
18 | toastr jquery plugin. | |
|
19 | - Svn: moved svn http support out of labs settings. It's tested and stable now. | |
|
20 | ||
|
21 | ||
|
22 | New Features | |
|
23 | ^^^^^^^^^^^^ | |
|
24 | ||
|
25 | - Integrations: integrations can now be configure on whole repo group to apply | |
|
26 | same integrations on multiple projects/groups at once. | |
|
27 | - Integrations: added scopes on integrations, scopes are: Global, | |
|
28 | Repository Group (with/without children), Repositories, Root Repositories Only. | |
|
29 | It will allow to configure exactly which projects use which integrations. | |
|
30 | - Integrations: show branches/commits separately when posting push events | |
|
31 | to hipchat/slack, fixes #4192. | |
|
32 | - Pull-requests: summary page now shows update dates for pull request to | |
|
33 | easier see which one were receantly updated. | |
|
34 | - UI: hidden inline comments will be shown in side view when browsing the diffs | |
|
35 | - Diffs: added inline comments toggle into pull requests diff view. #2884 | |
|
36 | - Live-chat: added summon reviewers functionality. You can now request | |
|
37 | presence from online users into a chat for collaborative code-review. | |
|
38 | This requires channelstream to be enabled. | |
|
39 | - UX: added a static 502 page for gateway error. Once configured via | |
|
40 | Nginx or Apache it will present a custom RhodeCode page while | |
|
41 | backend servers are offline. Fixes #4202. | |
|
42 | ||
|
43 | ||
|
44 | Security | |
|
45 | ^^^^^^^^ | |
|
46 | ||
|
47 | - Passwords: forced password change will not allow users to put in the | |
|
48 | old password as new one. | |
|
49 | ||
|
50 | ||
|
51 | Performance | |
|
52 | ^^^^^^^^^^^ | |
|
53 | ||
|
54 | - Vcs: refactor vcs-middleware to handle order of .ini file backends in | |
|
55 | detection of vcs protocol. Detection ends now on first match and speeds | |
|
56 | overall transaction speed. | |
|
57 | - Summary: Improve the algorithm and performance of detection README files | |
|
58 | inside summary page. In some cases we reduced cold-cache time from 50s to 1s. | |
|
59 | - Safari: improved speed of large diffs on Safari browser. | |
|
60 | - UX: remove position relative on diff td as it causes very slow | |
|
61 | rendering in browsers. | |
|
62 | ||
|
63 | Fixes | |
|
64 | ^^^^^ | |
|
65 | ||
|
66 | - UX: change confirm password widget to have spacing between the fields to | |
|
67 | match rest of ui, fixes: #4200. | |
|
68 | - UX: show multiple tags/branches in changelog/summary instead of | |
|
69 | truncating them. | |
|
70 | - My-account: fix test notifications for IE10+ | |
|
71 | - Vcs: change way refs are retrieved for git so same name branch/tags and | |
|
72 | remotes can be supported, fixes #298. | |
|
73 | - Lexers: added small extensions table to extend syntax highlighting for file | |
|
74 | sources. Fixes #4227. | |
|
75 | - Search: fix bug where file path link was wrong when the repository name was | |
|
76 | in the file path, fixes #4228 | |
|
77 | - Fixed INT overflow bug | |
|
78 | - Events: send pushed commits always in the correct in order. |
General Comments 0
You need to be logged in to leave comments.
Login now