comparison docs/changelog.rst @ 1645:bf68da506df3 beta

changelog update for 1.2.3 release
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 02 Nov 2011 22:43:55 +0200
parents f8321ccf6529
children 8384eaabeb19
comparison
equal deleted inserted replaced
1644:59c26a9aba63 1645:bf68da506df3
11 :branch: beta 11 :branch: beta
12 12
13 news 13 news
14 ---- 14 ----
15 15
16 - #215 rst and markdown README files support
17 - #252 pass-through user identity
18 - hover top menu
16 19
17 fixes 20 fixes
18 ----- 21 -----
19 22
23 1.2.3 (**2011-11-02**)
24 ======================
25
26 news
27 ----
28
29 - added option to manage repos group for non admin users
30 - added following API methods for get_users, create_user, get_users_groups,
31 get_users_group, create_users_group, add_user_to_users_groups, get_repos,
32 get_repo, create_repo, add_user_to_repo
33 - implements #237 added password confirmation for my account
34 and admin edit user.
35 - implements #291 email notification for global events are now sent to all
36 administrator users, and global config email.
37
38 fixes
39 -----
40
41 - added option for passing auth method for smtp mailer
42 - #276 issue with adding a single user with id>10 to usergroups
43 - #277 fixes windows LDAP settings in which missing values breaks the ldap auth
44 - #288 fixes managing of repos in a group for non admin user
20 45
21 1.2.2 (**2011-10-17**) 46 1.2.2 (**2011-10-17**)
22 ====================== 47 ======================
23 48
24 news 49 news
33 - #260 Put repo in group, then move group to another group -> repo becomes unavailable 58 - #260 Put repo in group, then move group to another group -> repo becomes unavailable
34 - #258 RhodeCode 1.2 assumes egg folder is writable (lockfiles problems) 59 - #258 RhodeCode 1.2 assumes egg folder is writable (lockfiles problems)
35 - #265 ldap save fails sometimes on converting attributes to booleans, 60 - #265 ldap save fails sometimes on converting attributes to booleans,
36 added getter and setter into model that will prevent from this on db model level 61 added getter and setter into model that will prevent from this on db model level
37 - fixed problems with timestamps issues #251 and #213 62 - fixed problems with timestamps issues #251 and #213
38 - fixes #266 Rhodecode allows to create repo with the same name and in 63 - fixes #266 RhodeCode allows to create repo with the same name and in
39 the same parent as group 64 the same parent as group
40 - fixes #245 Rescan of the repositories on Windows 65 - fixes #245 Rescan of the repositories on Windows
41 - fixes #248 cannot edit repos inside a group on windows 66 - fixes #248 cannot edit repos inside a group on windows
42 - fixes #219 forking problems on windows 67 - fixes #219 forking problems on windows
43 68