Show More
@@ -16,6 +16,8 b' news' | |||||
16 | - new codereview system |
|
16 | - new codereview system | |
17 | - email map, allowing users to have multiple email addresses mapped into |
|
17 | - email map, allowing users to have multiple email addresses mapped into | |
18 | their accounts |
|
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 | - changed setup-app into setup-rhodecode and added default options to it. |
|
21 | - changed setup-app into setup-rhodecode and added default options to it. | |
20 | - new git repos are created as bare now by default |
|
22 | - new git repos are created as bare now by default | |
21 | - #464 added links to groups in permission box |
|
23 | - #464 added links to groups in permission box | |
@@ -25,6 +27,10 b' news' | |||||
25 | - rhodecode-api CLI client |
|
27 | - rhodecode-api CLI client | |
26 | - new git http protocol replaced buggy dulwich implementation. |
|
28 | - new git http protocol replaced buggy dulwich implementation. | |
27 | Now based on pygrack & gitweb |
|
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 | fixes |
|
35 | fixes | |
30 | +++++ |
|
36 | +++++ | |
@@ -41,6 +47,8 b' fixes' | |||||
41 | commands. |
|
47 | commands. | |
42 | - fixed #413. Don't disable .git directory for bare repos on deleting |
|
48 | - fixed #413. Don't disable .git directory for bare repos on deleting | |
43 | - fixed issue #459. Changed the way of obtaining logger in reindex task. |
|
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 | 1.3.6 (**2012-05-17**) |
|
53 | 1.3.6 (**2012-05-17**) | |
46 | ---------------------- |
|
54 | ---------------------- |
General Comments 0
You need to be logged in to leave comments.
Login now