Show More
@@ -1,55 +1,57 b'' | |||||
1 | |RCE| 4.1.0 |RNS| |
|
1 | |RCE| 4.1.0 |RNS| | |
2 | ----------------- |
|
2 | ----------------- | |
3 |
|
3 | |||
4 | Release Date |
|
4 | Release Date | |
5 | ^^^^^^^^^^^^ |
|
5 | ^^^^^^^^^^^^ | |
6 |
|
6 | |||
7 |
- 2016-06- |
|
7 | - 2016-06-12 | |
8 |
|
8 | |||
9 | General |
|
9 | General | |
10 | ^^^^^^^ |
|
10 | ^^^^^^^ | |
11 |
|
11 | |||
12 |
- Migrated more views to Pyramid. Those now include login, social plugins, |
|
12 | - Migrated more views to Pyramid. Those now include login, social auth plugins, | |
13 | - Started Implementing Pyramid Events system in exchange to rcextensions callbacks |
|
13 | full text search. | |
14 | - JS routes assets are now generated in development mode automatically |
|
14 | - Started implementing Pyramid Events system in exchange to rcextensions callbacks. | |
|
15 | - JS routes assets are now generated in development mode automatically. | |||
15 | - ini: Add fallback authentication plugin setting. In case only one |
|
16 | - ini: Add fallback authentication plugin setting. In case only one | |
16 | authentication backend is enabled users can now enable fallback auth if |
|
17 | authentication backend is enabled users can now enable fallback auth if | |
17 | they cannot log-in due to external servers being down |
|
18 | they cannot log-in due to external servers being down. | |
18 | - Bumped Mercurial to 3.8.3 version |
|
19 | - Bumped Mercurial to 3.8.3 version. | |
19 | - Bumped RhodeCode Tools to 0.8.3 version |
|
20 | - Bumped RhodeCode Tools to 0.8.3 version. | |
20 |
|
21 | |||
21 | New Features |
|
22 | New Features | |
22 | ^^^^^^^^^^^^ |
|
23 | ^^^^^^^^^^^^ | |
23 |
|
24 | |||
24 |
- |
|
25 | - Search: add syntax highlighting, line numbers and line context to file | |
25 | content search results |
|
26 | content search results. | |
26 | - Go To switcher now searches commit hashes as well |
|
27 | - Enabled new Elastic Search based engine. | |
27 | - Token based authentication is now in CE edition as well |
|
28 | - Go To switcher now searches commit hashes as well. | |
|
29 | - RhodeCode Auth-Token based authentication is now in CE edition. | |||
28 | - User groups: added autocomplete widget to be able to select members of |
|
30 | - User groups: added autocomplete widget to be able to select members of | |
29 | other group as part of current group. |
|
31 | other group as part of current group. | |
30 |
|
32 | |||
31 | Security |
|
33 | Security | |
32 | ^^^^^^^^ |
|
34 | ^^^^^^^^ | |
33 |
|
35 | |||
34 | - Added new action loggers for actions like adding/revoking permissions. |
|
36 | - Added new action loggers for actions like adding/revoking permissions. | |
35 | - permissions: show origin of permissions in permissions summary. Allows users |
|
37 | - permissions: show origin of permissions in permissions summary. Allows users | |
36 | to see where and how permissions are inherited |
|
38 | to see where and how permissions are inherited | |
37 |
|
39 | |||
38 | Performance |
|
40 | Performance | |
39 | ^^^^^^^^^^^ |
|
41 | ^^^^^^^^^^^ | |
40 |
|
42 | |||
41 |
|
43 | |||
42 |
|
44 | |||
43 | Fixes |
|
45 | Fixes | |
44 | ^^^^^ |
|
46 | ^^^^^ | |
45 |
|
47 | |||
46 | - api: gracefully handle errors on repos that are damaged or missing |
|
48 | - api: gracefully handle errors on repos that are damaged or missing | |
47 | from filesystem. |
|
49 | from filesystem. | |
48 | - logging: log the original error when a merge failure occurs |
|
50 | - logging: log the original error when a merge failure occurs | |
49 | - #3965 Cannot change the owner of a user's group by using the API |
|
51 | - #3965 Cannot change the owner of a user's group by using the API | |
50 | - database is now initialized inside pyramid context |
|
52 | - database is now initialized inside pyramid context | |
51 | - fixed wrong check on LDAP plugin about missing ldap server |
|
53 | - fixed wrong check on LDAP plugin about missing ldap server | |
52 | - Bring back multi-threaded workers to gunicorn for backward compatibility with |
|
54 | - Bring back multi-threaded workers to gunicorn for backward compatibility with | |
53 | previous RhodeCode versions |
|
55 | previous RhodeCode versions | |
54 | - Commit dates are now properly handled as UTC. This fixes some issues |
|
56 | - Commit dates are now properly handled as UTC. This fixes some issues | |
55 | with displaying age of commits No newline at end of file |
|
57 | with displaying age of commits |
General Comments 0
You need to be logged in to leave comments.
Login now