Show More
@@ -4,7 +4,7 b'' | |||||
4 | Changelog |
|
4 | Changelog | |
5 | ========= |
|
5 | ========= | |
6 |
|
6 | |||
7 |
1. |
|
7 | 1.5.1 (**2012-XX-XX**) | |
8 | ---------------------- |
|
8 | ---------------------- | |
9 |
|
9 | |||
10 | :status: in-progress |
|
10 | :status: in-progress | |
@@ -16,6 +16,68 b' news' | |||||
16 | fixes |
|
16 | fixes | |
17 | +++++ |
|
17 | +++++ | |
18 |
|
18 | |||
|
19 | 1.5.0 (**2012-12-12**) | |||
|
20 | ---------------------- | |||
|
21 | ||||
|
22 | news | |||
|
23 | ++++ | |||
|
24 | ||||
|
25 | - new rewritten from scratch diff engine. 10x faster in edge cases. Handling | |||
|
26 | of file renames, copies, change flags and binary files | |||
|
27 | - added lightweight dashboard option. ref #500. New version of dashboard | |||
|
28 | page that doesn't use any VCS data and is super fast to render. Recommended | |||
|
29 | for large amount of repositories. | |||
|
30 | - implements #648 write Script for updating last modification time for | |||
|
31 | lightweight dashboard | |||
|
32 | - implemented compare engine for git repositories. | |||
|
33 | - LDAP failover, option to specify multiple servers | |||
|
34 | - added Errormator and Sentry support for monitoring RhodeCode | |||
|
35 | - implemented #628: Pass server URL to rc-extensions hooks | |||
|
36 | - new tooltip implementation - added lazy loading of changesets from journal | |||
|
37 | pages. This can significantly improve speed of rendering the page | |||
|
38 | - implements #632,added branch/tag/bookmarks info into feeds | |||
|
39 | added changeset link to body of message | |||
|
40 | - implemented #638 permissions overview to groups | |||
|
41 | - implements #636, lazy loading of history and authors to speed up source | |||
|
42 | pages rendering | |||
|
43 | - implemented #647, option to pass list of default encoding used to | |||
|
44 | encode to/decode from unicode | |||
|
45 | - added caching layer into RSS/ATOM feeds. | |||
|
46 | - basic implementation of cherry picking changesets for pull request, ref #575 | |||
|
47 | - implemented #661 Add option to include diff in RSS feed | |||
|
48 | - implemented file history page for showing detailed changelog for a given file | |||
|
49 | - implemented #663 Admin/permission: specify default repogroup perms | |||
|
50 | - implemented #379 defaults settings page for creation of repositories, locking | |||
|
51 | statistics, downloads, repository type | |||
|
52 | - implemented #210 filtering of admin journal based on Whoosh Query language | |||
|
53 | - added parents/children links in changeset viewref #650 | |||
|
54 | ||||
|
55 | fixes | |||
|
56 | +++++ | |||
|
57 | ||||
|
58 | - fixed git version checker | |||
|
59 | - #586 patched basic auth handler to fix issues with git behind proxy | |||
|
60 | - #589 search urlgenerator didn't properly escape special characters | |||
|
61 | - fixed issue #614 Include repo name in delete confirmation dialog | |||
|
62 | - fixed #623: Lang meta-tag doesn't work with C#/C++ | |||
|
63 | - fixes #612 Double quotes to Single quotes result in bad html in diff | |||
|
64 | - fixes #630 git statistics do too much work making them slow. | |||
|
65 | - fixes #625 Git-Tags are not displayed in Shortlog | |||
|
66 | - fix for issue #602, enforce str when setting mercurial UI object. | |||
|
67 | When this is used together with mercurial internal translation system | |||
|
68 | it can lead to UnicodeDecodeErrors | |||
|
69 | - fixes #645 Fix git handler when doing delete remote branch | |||
|
70 | - implements #649 added two seperate method for author and commiter to VCS | |||
|
71 | changeset class switch author for git backed to be the real author not commiter | |||
|
72 | - fix issue #504 RhodeCode is showing different versions of README on | |||
|
73 | different summary page loads | |||
|
74 | - implemented #658 Changing username in LDAP-Mode should not be allowed. | |||
|
75 | - fixes #652 switch to generator approach when doing file annotation to prevent | |||
|
76 | huge memory consumption | |||
|
77 | - fixes #666 move lockkey path location to cache_dir to ensure this path is | |||
|
78 | always writable for rhodecode server | |||
|
79 | - many more small fixes and improvements | |||
|
80 | ||||
19 | 1.4.4 (**2012-10-08**) |
|
81 | 1.4.4 (**2012-10-08**) | |
20 | ---------------------- |
|
82 | ---------------------- | |
21 |
|
83 |
General Comments 0
You need to be logged in to leave comments.
Login now