Show More
@@ -16,6 +16,8 b' news' | |||
|
16 | 16 | - new codereview system |
|
17 | 17 | - email map, allowing users to have multiple email addresses mapped into |
|
18 | 18 | their accounts |
|
19 | - improved git-hook system. Now all actions for git are logged into journal | |
|
20 | including pushed revisions, user and IP address | |
|
19 | 21 | - changed setup-app into setup-rhodecode and added default options to it. |
|
20 | 22 | - new git repos are created as bare now by default |
|
21 | 23 | - #464 added links to groups in permission box |
@@ -25,6 +27,10 b' news' | |||
|
25 | 27 | - rhodecode-api CLI client |
|
26 | 28 | - new git http protocol replaced buggy dulwich implementation. |
|
27 | 29 | Now based on pygrack & gitweb |
|
30 | - Improved RSS/ATOM feeds. Discoverable by browsers using proper headers, and | |
|
31 | reformated based on user suggestions. Additional rss/atom feeds for user | |
|
32 | journal | |
|
33 | - various i18n improvements | |
|
28 | 34 | |
|
29 | 35 | fixes |
|
30 | 36 | +++++ |
@@ -41,6 +47,8 b' fixes' | |||
|
41 | 47 | commands. |
|
42 | 48 | - fixed #413. Don't disable .git directory for bare repos on deleting |
|
43 | 49 | - fixed issue #459. Changed the way of obtaining logger in reindex task. |
|
50 | - fixed #453 added ID field in whoosh SCHEMA that solves the issue of | |
|
51 | reindexing modified files | |
|
44 | 52 | |
|
45 | 53 | 1.3.6 (**2012-05-17**) |
|
46 | 54 | ---------------------- |
General Comments 0
You need to be logged in to leave comments.
Login now