comparison docs/changelog.rst @ 3653:4c78a0855a17 beta

Fix 'repos group' - it is 'repository group'
author Mads Kiilerich <madski@unity3d.com>
date Wed, 03 Apr 2013 15:56:12 +0200
parents cebc46122483
children 49b34e3c0812
comparison
equal deleted inserted replaced
3652:8a8a559eaf95 3653:4c78a0855a17
31 - fixed #763 gravatar helper function should fallback into default image 31 - fixed #763 gravatar helper function should fallback into default image
32 if email is empty 32 if email is empty
33 - fixes #762 user global activation flag is also respected for LDAP created 33 - fixes #762 user global activation flag is also respected for LDAP created
34 accounts 34 accounts
35 - use password obfuscate when clonning a remote repo with credentials inside 35 - use password obfuscate when clonning a remote repo with credentials inside
36 - fixed issue with renaming repos group together with changing parents 36 - fixed issue with renaming repository group together with changing parents
37 - disallow cloning from file:/// URIs 37 - disallow cloning from file:/// URIs
38 - handle all cases with multiple IP addresses in proxy headers 38 - handle all cases with multiple IP addresses in proxy headers
39 39
40 1.5.3 (**2013-02-12**) 40 1.5.3 (**2013-02-12**)
41 ---------------------- 41 ----------------------
237 - updated translation for zh_CN 237 - updated translation for zh_CN
238 238
239 fixes 239 fixes
240 +++++ 240 +++++
241 241
242 - fixed visual permissions check on repos groups inside groups 242 - fixed visual permissions check on repository groups inside groups
243 - fixed issues with non-ascii search terms in search, and indexers 243 - fixed issues with non-ascii search terms in search, and indexers
244 - fixed parsing of page number in GET parameters 244 - fixed parsing of page number in GET parameters
245 - fixed issues with generating pull-request overview for repos with 245 - fixed issues with generating pull-request overview for repos with
246 bookmarks and tags, also preview doesn't loose chosen revision from 246 bookmarks and tags, also preview doesn't loose chosen revision from
247 select dropdown 247 select dropdown
404 - added clone-url into edit form on /settings page 404 - added clone-url into edit form on /settings page
405 - added help text into repo add/edit forms 405 - added help text into repo add/edit forms
406 - created rcextensions module with additional mappings (ref #322) and 406 - created rcextensions module with additional mappings (ref #322) and
407 post push/pull/create repo hooks callbacks 407 post push/pull/create repo hooks callbacks
408 - implemented #377 Users view for his own permissions on account page 408 - implemented #377 Users view for his own permissions on account page
409 - #399 added inheritance of permissions for user group on repos groups 409 - #399 added inheritance of permissions for user group on repository groups
410 - #401 repository group is automatically pre-selected when adding repos 410 - #401 repository group is automatically pre-selected when adding repos
411 inside a repository group 411 inside a repository group
412 - added alternative HTTP 403 response when client failed to authenticate. Helps 412 - added alternative HTTP 403 response when client failed to authenticate. Helps
413 solving issues with Mercurial and LDAP 413 solving issues with Mercurial and LDAP
414 - #402 removed group prefix from repository name when listing repositories 414 - #402 removed group prefix from repository name when listing repositories
598 ---------------------- 598 ----------------------
599 599
600 news 600 news
601 ++++ 601 ++++
602 602
603 - added option to manage repos group for non admin users 603 - added option to manage repository group for non admin users
604 - added following API methods for get_users, create_user, get_users_groups, 604 - added following API methods for get_users, create_user, get_users_groups,
605 get_users_group, create_users_group, add_user_to_users_groups, get_repos, 605 get_users_group, create_users_group, add_user_to_users_groups, get_repos,
606 get_repo, create_repo, add_user_to_repo 606 get_repo, create_repo, add_user_to_repo
607 - implements #237 added password confirmation for my account 607 - implements #237 added password confirmation for my account
608 and admin edit user. 608 and admin edit user.