##// END OF EJS Templates
Merge stable back into default
marcink -
r171:62875279 merge default
parent child Browse files
Show More
@@ -1,2 +1,3 b''
1 1bd3e92b7e2e2d2024152b34bb88dff1db544a71 v4.0.0
1 1bd3e92b7e2e2d2024152b34bb88dff1db544a71 v4.0.0
2 170c5398320ea6cddd50955e88d408794c21d43a v4.0.1
2 170c5398320ea6cddd50955e88d408794c21d43a v4.0.1
3 c3fe200198f5aa34cf2e4066df2881a9cefe3704 v4.1.0
@@ -4,27 +4,29 b''
4 Release Date
4 Release Date
5 ^^^^^^^^^^^^
5 ^^^^^^^^^^^^
6
6
7 - 2016-06-XX
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, search
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 - search: add syntax highlighting, line numbers and line context to file
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
General Comments 0
You need to be logged in to leave comments. Login now