comparison docs/changelog.rst @ 3706:4e28db85edf7 beta

codecleaner
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 07 Apr 2013 22:18:03 +0200
parents 49b34e3c0812
children 77b12bb00dd6
comparison
equal deleted inserted replaced
3705:f37d7514e7ab 3706:4e28db85edf7
7 1.6.0rc1 (**2013-04-07**) 7 1.6.0rc1 (**2013-04-07**)
8 ------------------------- 8 -------------------------
9 9
10 news 10 news
11 ++++ 11 ++++
12 12
13 - Redesign UI, with lots of small improvements. 13 - Redesign UI, with lots of small improvements.
14 - Group management delegation. Group admin can manage a group, and repos 14 - Group management delegation. Group admin can manage a group, and repos
15 under it, admin can create child groups inside group he manages. 15 under it, admin can create child groups inside group he manages.
16 - Repository extra fields. Optional unlimited extra fields can be defined for 16 - Repository extra fields. Optional unlimited extra fields can be defined for
17 each repository to store custom data. 17 each repository to store custom data.
35 - Configurable HTTP codes for repository locking. 35 - Configurable HTTP codes for repository locking.
36 - Possible to use closed branches in ?branch= in changelog. 36 - Possible to use closed branches in ?branch= in changelog.
37 - Linaro's ldap sync scripts. 37 - Linaro's ldap sync scripts.
38 - #797 git refs filter is now configurable via .ini file. 38 - #797 git refs filter is now configurable via .ini file.
39 - New ishell paster command for easier administrative tasks. 39 - New ishell paster command for easier administrative tasks.
40 40
41 fixes 41 fixes
42 +++++ 42 +++++
43 43
44 - #654 switch to handles `/` in branch/tag/bookmark names. 44 - #654 switch to handles `/` in branch/tag/bookmark names.
45 - #572 moved out password reset tasks from celery. 45 - #572 moved out password reset tasks from celery.
46 - #730 filter out repo groups choices to only ones that you have write+ access. 46 - #730 filter out repo groups choices to only ones that you have write+ access.
47 - #462 disable file editing when not on branch head. 47 - #462 disable file editing when not on branch head.
48 - #731 update-repoinfo sometimes failed to update data when changesets were 48 - #731 update-repoinfo sometimes failed to update data when changesets were
49 initial commits. 49 initial commits.
50 - #749,#805 and #516 Removed duplication of repo settings for rhodecode admins 50 - #749,#805 and #516 Removed duplication of repo settings for rhodecode admins
51 and repo admins. 51 and repo admins.
52 - Global permission update with "overwrite existing settings" shouldn't 52 - Global permission update with "overwrite existing settings" shouldn't
53 override private repositories. 53 override private repositories.
54 - #642 added recursion limit for stats gathering. 54 - #642 added recursion limit for stats gathering.
55 - #739 Delete/Edit repositories should only point to admin links if the user 55 - #739 Delete/Edit repositories should only point to admin links if the user
56 is an super admin. 56 is an super admin.
57 - Fixed escaping of html in "patch" view for GIT repos. 57 - Fixed escaping of html in "patch" view for GIT repos.
77 - #809 added url quote in clone url. 77 - #809 added url quote in clone url.
78 - Fixed issues with importing non-ascii repo names. 78 - Fixed issues with importing non-ascii repo names.
79 - Automatically assign instance_id for host and process if it has been set to * 79 - Automatically assign instance_id for host and process if it has been set to *
80 - Fixed multiple IP addresses in each of extracted IP. 80 - Fixed multiple IP addresses in each of extracted IP.
81 - Lot of other small bug fixes and improvements. 81 - Lot of other small bug fixes and improvements.
82 82
83 1.5.4 (**2013-03-13**) 83 1.5.4 (**2013-03-13**)
84 ---------------------- 84 ----------------------
85 85
86 news 86 news
87 ++++ 87 ++++