comparison docs/changelog.rst @ 1454:1e3789fa4317 beta

updated changelog
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 28 Aug 2011 02:30:38 +0300
parents 61a6a7bf2cbd
children da60cdb41969
comparison
equal deleted inserted replaced
1453:55a4cbcd464d 1454:1e3789fa4317
10 :branch: beta 10 :branch: beta
11 11
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
18 - implemented #44 into file browsing, and added follow branch option 19 - implemented #44 into file browsing, and added follow branch option
19 - implemented #84 downloads can be enabled/disabled for each repository 20 - implemented #84 downloads can be enabled/disabled for each repository
35 - #125 added API KEY access to feeds 36 - #125 added API KEY access to feeds
36 - #109 Repository can be created from external Mercurial link (aka. remote 37 - #109 Repository can be created from external Mercurial link (aka. remote
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 -----
44 52
45 - fixed file browser bug, when switching into given form revision the url was 53 - fixed file browser bug, when switching into given form revision the url was
55 - #150 fixes for errors on repositories mapped in db but corrupted in 63 - #150 fixes for errors on repositories mapped in db but corrupted in
56 filesystem 64 filesystem
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
64 news 82 news
65 ---- 83 ----