Show More
@@ -4,6 +4,65 b'' | |||||
4 | Changelog |
|
4 | Changelog | |
5 | ========= |
|
5 | ========= | |
6 |
|
6 | |||
|
7 | 1.7.0 (**2013-05-XX**) | |||
|
8 | ---------------------- | |||
|
9 | ||||
|
10 | news | |||
|
11 | ++++ | |||
|
12 | ||||
|
13 | - Manage Userβs Groups(teams): create, delete, rename, add/remove users inside. | |||
|
14 | by delegated user group admins. | |||
|
15 | - Implemented simple Gist functionality. | |||
|
16 | - External authentication got special flag to controll user activation. | |||
|
17 | - Created whitelist for API access. Each view can now be accessed by api_key | |||
|
18 | if added to whitelist. | |||
|
19 | - Added dedicated file history page. | |||
|
20 | - Added compare option into bookmarks | |||
|
21 | - Improved diff display for binary files and renames. | |||
|
22 | - Archive downloading are now stored in main action journal. | |||
|
23 | - Switch gravatar to always use ssl. | |||
|
24 | - Implements #842 RhodeCode version disclosure. | |||
|
25 | - Allow underscore to be the optionally first character of username. | |||
|
26 | ||||
|
27 | fixes | |||
|
28 | +++++ | |||
|
29 | ||||
|
30 | - #818: Bookmarks Do Not Display on Changeset View. | |||
|
31 | - Fixed default permissions population during upgrades. | |||
|
32 | - Fixed overwrite default user group permission flag. | |||
|
33 | - Fixed issue with h.person() function returned prematurly giving only email | |||
|
34 | info from changeset metadata. | |||
|
35 | - get_changeset uses now mercurial revrange to filter out branches. | |||
|
36 | Switch to branch it's around 20% faster this way. | |||
|
37 | - Fixed some issues with paginators on chrome. | |||
|
38 | - Forbid changing of repository type. | |||
|
39 | - Adde missing permission checks in list of forks in repository settings. | |||
|
40 | - Fixes #834 hooks error on remote pulling. | |||
|
41 | - Fixes issues #849. Web Commits functionality failed for non-ascii files. | |||
|
42 | - Fixed #850. Whoosh indexer should use the default revision when doing index. | |||
|
43 | - Fixed #851 and #563 make-index crashes on non-ascii files. | |||
|
44 | - Fixes #852, flash messages had issies with non-ascii messages | |||
|
45 | ||||
|
46 | 1.6.0 (**2013-05-12**) | |||
|
47 | ---------------------- | |||
|
48 | ||||
|
49 | news | |||
|
50 | ++++ | |||
|
51 | ||||
|
52 | fixes | |||
|
53 | +++++ | |||
|
54 | ||||
|
55 | - #818: Bookmarks Do Not Display on Changeset View | |||
|
56 | - Fixed issue with forks form errors rendering | |||
|
57 | - #819 review status is showed in the main changelog | |||
|
58 | - Permission update function is idempotent, and doesn't override default | |||
|
59 | permissions when doing upgrades | |||
|
60 | - Fixed some unicode problems with git file path | |||
|
61 | - Fixed broken handling of adding an htsts headers. | |||
|
62 | - Fixed redirection loop on changelog for empty repository | |||
|
63 | - Fixed issue with web-editor that didn't preserve executable bit | |||
|
64 | after editing files | |||
|
65 | ||||
7 | 1.6.0rc1 (**2013-04-07**) |
|
66 | 1.6.0rc1 (**2013-04-07**) | |
8 | ------------------------- |
|
67 | ------------------------- | |
9 |
|
68 |
General Comments 0
You need to be logged in to leave comments.
Login now