##// END OF EJS Templates
changelog update for 1.2.3 release
marcink -
r1645:bf68da50 beta
parent child Browse files
Show More
@@ -13,10 +13,35 b' 1.3.0 (**XXXX-XX-XX**)'
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 ======================
@@ -35,7 +60,7 b' fixes'
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
General Comments 0
You need to be logged in to leave comments. Login now