Show More
@@ -4,27 +4,29 b'' | |||
|
4 | 4 | Release Date |
|
5 | 5 | ^^^^^^^^^^^^ |
|
6 | 6 | |
|
7 |
- 2016-06- |
|
|
7 | - 2016-06-12 | |
|
8 | 8 | |
|
9 | 9 | General |
|
10 | 10 | ^^^^^^^ |
|
11 | 11 | |
|
12 |
- Migrated more views to Pyramid. Those now include login, social plugins, |
|
|
13 | - Started Implementing Pyramid Events system in exchange to rcextensions callbacks | |
|
14 | - JS routes assets are now generated in development mode automatically | |
|
12 | - Migrated more views to Pyramid. Those now include login, social auth plugins, | |
|
13 | full text search. | |
|
14 | - Started implementing Pyramid Events system in exchange to rcextensions callbacks. | |
|
15 | - JS routes assets are now generated in development mode automatically. | |
|
15 | 16 | - ini: Add fallback authentication plugin setting. In case only one |
|
16 | 17 | authentication backend is enabled users can now enable fallback auth if |
|
17 | they cannot log-in due to external servers being down | |
|
18 | - Bumped Mercurial to 3.8.3 version | |
|
19 | - Bumped RhodeCode Tools to 0.8.3 version | |
|
18 | they cannot log-in due to external servers being down. | |
|
19 | - Bumped Mercurial to 3.8.3 version. | |
|
20 | - Bumped RhodeCode Tools to 0.8.3 version. | |
|
20 | 21 | |
|
21 | 22 | New Features |
|
22 | 23 | ^^^^^^^^^^^^ |
|
23 | 24 | |
|
24 |
- |
|
|
25 | content search results | |
|
26 | - Go To switcher now searches commit hashes as well | |
|
27 | - Token based authentication is now in CE edition as well | |
|
25 | - Search: add syntax highlighting, line numbers and line context to file | |
|
26 | content search results. | |
|
27 | - Enabled new Elastic Search based engine. | |
|
28 | - Go To switcher now searches commit hashes as well. | |
|
29 | - RhodeCode Auth-Token based authentication is now in CE edition. | |
|
28 | 30 | - User groups: added autocomplete widget to be able to select members of |
|
29 | 31 | other group as part of current group. |
|
30 | 32 |
General Comments 0
You need to be logged in to leave comments.
Login now