##// 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 1 1bd3e92b7e2e2d2024152b34bb88dff1db544a71 v4.0.0
2 2 170c5398320ea6cddd50955e88d408794c21d43a v4.0.1
3 c3fe200198f5aa34cf2e4066df2881a9cefe3704 v4.1.0
@@ -4,27 +4,29 b''
4 4 Release Date
5 5 ^^^^^^^^^^^^
6 6
7 - 2016-06-XX
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, search
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 - search: add syntax highlighting, line numbers and line context to file
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