comparison docs/changelog.rst @ 2165:dc2584ba5fbc

merged beta into default branch
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 28 Mar 2012 19:54:16 +0200
parents 934906f028b5 04d3fae0e4c0
children a437a986d399
comparison
equal deleted inserted replaced
2097:8fd6650bb436 2165:dc2584ba5fbc
3 ========= 3 =========
4 Changelog 4 Changelog
5 ========= 5 =========
6 6
7 7
8 8 1.3.4 (**2012-03-28**)
9 ----------------------
10
11 news
12 ++++
13
14 - Whoosh logging is now controlled by the .ini files logging setup
15 - added clone-url into edit form on /settings page
16 - added help text into repo add/edit forms
17 - created rcextensions module with additional mappings (ref #322) and
18 post push/pull/create repo hooks callbacks
19 - implemented #377 Users view for his own permissions on account page
20 - #399 added inheritance of permissions for users group on repos groups
21 - #401 repository group is automatically pre-selected when adding repos
22 inside a repository group
23 - added alternative HTTP 403 response when client failed to authenticate. Helps
24 solving issues with Mercurial and LDAP
25 - #402 removed group prefix from repository name when listing repositories
26 inside a group
27 - added gravatars into permission view and permissions autocomplete
28 - #347 when running multiple RhodeCode instances, properly invalidates cache
29 for all registered servers
30
31 fixes
32 +++++
33
34 - fixed #390 cache invalidation problems on repos inside group
35 - fixed #385 clone by ID url was loosing proxy prefix in URL
36 - fixed some unicode problems with waitress
37 - fixed issue with escaping < and > in changeset commits
38 - fixed error occurring during recursive group creation in API
39 create_repo function
40 - fixed #393 py2.5 fixes for routes url generator
41 - fixed #397 Private repository groups shows up before login
42 - fixed #396 fixed problems with revoking users in nested groups
43 - fixed mysql unicode issues + specified InnoDB as default engine with
44 utf8 charset
45 - #406 trim long branch/tag names in changelog to not break UI
46
9 1.3.3 (**2012-03-02**) 47 1.3.3 (**2012-03-02**)
10 ---------------------- 48 ----------------------
11 49
12 news 50 news
13 ++++ 51 ++++