##// END OF EJS Templates
updated changelog
marcink -
r1454:1e3789fa beta
parent child Browse files
Show More
@@ -12,6 +12,7 b' 1.2.0 (**2011-XX-XX**)'
12 news
12 news
13 ----
13 ----
14
14
15 - implemented #47 repository groups
15 - implemented #89 Can setup google analytics code from settings menu
16 - implemented #89 Can setup google analytics code from settings menu
16 - implemented #91 added nicer looking archive urls with more download options
17 - implemented #91 added nicer looking archive urls with more download options
17 like tags, branches
18 like tags, branches
@@ -37,7 +38,14 b' news'
37 repository, and manually updated (via pull) from admin panel
38 repository, and manually updated (via pull) from admin panel
38 - beta git support - push/pull server + basic view for git repos
39 - beta git support - push/pull server + basic view for git repos
39 - added followers page and forks page
40 - added followers page and forks page
40 - server side file repository files edition with commits
41 - server side file edition with commits powered by codemirror
42 - #111 file browser file finder, quick lookup files on whole file tree
43 - added quick login sliding menu into main page
44 - changelog uses lazy loading of affected files details, in some scenarios
45 this can improve speed of changelog page dramatically especially for
46 larger repositories.
47 - implements #214 added support for downloading subrepos in download menu.
48 - Added basic API for direct operations on rhodecode via JSON
41
49
42 fixes
50 fixes
43 -----
51 -----
@@ -57,7 +65,17 b' fixes'
57 - fixed problem with ascendant characters in realm #181
65 - fixed problem with ascendant characters in realm #181
58 - fixed problem with sqlite file based database connection pool
66 - fixed problem with sqlite file based database connection pool
59 - whoosh indexer and code stats share the same dynamic extensions map
67 - whoosh indexer and code stats share the same dynamic extensions map
60
68 - fixes #188 - relationship delete of repo_to_perm entry on user removal
69 - fixes issue #189 Trending source files shows "show more" when no more exist
70 - fixes issue #197 Relative paths for pidlocks
71 - fixes issue #198 password will require only 3 chars now for login form
72 - fixes issue #199 wrong redirection for non admin users after creating a repository
73 - fixes issues #202, bad db constraint made impossible to attach same group
74 more than one time. Affects only mysql/postgres
75 - fixes #218 os.kill patch for windows was missing sig param
76 - improved rendering of dag (they are not trimmed anymore when number of
77 heads exceeds 5)
78
61 1.1.8 (**2011-04-12**)
79 1.1.8 (**2011-04-12**)
62 ======================
80 ======================
63
81
General Comments 0
You need to be logged in to leave comments. Login now