Show More
@@ -1,160 +1,162 b'' | |||
|
1 | 1 | .. _changelog: |
|
2 | 2 | |
|
3 | 3 | Changelog |
|
4 | 4 | ========= |
|
5 | 5 | |
|
6 |
1.2.0 (**201 |
|
|
6 | 1.2.0 (**2011-XX-XX**) | |
|
7 | 7 | ---------------------- |
|
8 | 8 | |
|
9 | 9 | :status: in-progress |
|
10 | 10 | :branch: beta |
|
11 | 11 | |
|
12 | 12 | news |
|
13 | 13 | ++++ |
|
14 | 14 | |
|
15 | 15 | - implemented #89 Can setup google analytics code from settings menu |
|
16 | 16 | - implemented #91 added nicer looking archive urls |
|
17 | 17 | - implemented #44 into file browsing, and added follow branch option |
|
18 | 18 | - anonymous repository can be cloned without having to pass default:default |
|
19 | 19 | into clone url |
|
20 | 20 | - fixed #90 whoosh indexer can index chooses repositories passed in command |
|
21 | 21 | line |
|
22 | 22 | |
|
23 | 23 | fixes |
|
24 | 24 | ++++ |
|
25 | 25 | |
|
26 | 26 | - fixed file browser bug, when switching into given form revision the url was |
|
27 | 27 | not changing |
|
28 | - fixed #92 whoosh indexer is more error proof | |
|
29 | - fixed large tooltips problems | |
|
30 | 28 | - fixed propagation to error controller on simplehg and simplegit middlewares |
|
31 | 29 | |
|
30 | ||
|
32 | 31 | 1.1.1 (**2011-01-xx**) |
|
33 | 32 | ---------------------- |
|
34 | 33 | |
|
35 | 34 | news |
|
36 | 35 | ++++ |
|
37 | 36 | |
|
38 | 37 | - added force https option into ini files for easier https usage (no need to |
|
39 | 38 | set server headers with this options) |
|
40 | 39 | |
|
41 | 40 | fixes |
|
42 | 41 | ++++ |
|
43 | 42 | |
|
44 | 43 | - fixed #96 redirect loop on files view on repositories without changesets |
|
45 | 44 | - fixed #97 unicode string passed into server header in special cases (mod_wsgi) |
|
46 | 45 | and server crashed with errors |
|
46 | - fixed large tooltips problems | |
|
47 | - fixed #92 whoosh indexer is more error proof | |
|
48 | ||
|
47 | 49 | |
|
48 | 50 | |
|
49 | 51 | 1.1.0 (**2010-12-18**) |
|
50 | 52 | ---------------------- |
|
51 | 53 | |
|
52 | 54 | news |
|
53 | 55 | ++++ |
|
54 | 56 | |
|
55 | 57 | - rewrite of internals for vcs >=0.1.10 |
|
56 | 58 | - uses mercurial 1.7 with dotencode disabled for maintaining compatibility |
|
57 | 59 | with older clients |
|
58 | 60 | - anonymous access, authentication via ldap |
|
59 | 61 | - performance upgrade for cached repos list - each repository has it's own |
|
60 | 62 | cache that's invalidated when needed. |
|
61 | 63 | - performance upgrades on repositories with large amount of commits (20K+) |
|
62 | 64 | - main page quick filter for filtering repositories |
|
63 | 65 | - user dashboards with ability to follow chosen repositories actions |
|
64 | 66 | - sends email to admin on new user registration |
|
65 | 67 | - added cache/statistics reset options into repository settings |
|
66 | 68 | - more detailed action logger (based on hooks) with pushed changesets lists |
|
67 | 69 | and options to disable those hooks from admin panel |
|
68 | 70 | - introduced new enhanced changelog for merges that shows more accurate results |
|
69 | 71 | - new improved and faster code stats (based on pygments lexers mapping tables, |
|
70 | 72 | showing up to 10 trending sources for each repository. Additionally stats |
|
71 | 73 | can be disabled in repository settings. |
|
72 | 74 | - gui optimizations, fixed application width to 1024px |
|
73 | 75 | - added cut off (for large files/changesets) limit into config files |
|
74 | 76 | - whoosh, celeryd, upgrade moved to paster command |
|
75 | 77 | - other than sqlite database backends can be used |
|
76 | 78 | |
|
77 | 79 | fixes |
|
78 | 80 | +++++ |
|
79 | 81 | |
|
80 | 82 | - fixes #61 forked repo was showing only after cache expired |
|
81 | 83 | - fixes #76 no confirmation on user deletes |
|
82 | 84 | - fixes #66 Name field misspelled |
|
83 | 85 | - fixes #72 block user removal when he owns repositories |
|
84 | 86 | - fixes #69 added password confirmation fields |
|
85 | 87 | - fixes #87 RhodeCode crashes occasionally on updating repository owner |
|
86 | 88 | - fixes #82 broken annotations on files with more than 1 blank line at the end |
|
87 | 89 | - a lot of fixes and tweaks for file browser |
|
88 | 90 | - fixed detached session issues |
|
89 | 91 | - fixed when user had no repos he would see all repos listed in my account |
|
90 | 92 | - fixed ui() instance bug when global hgrc settings was loaded for server |
|
91 | 93 | instance and all hgrc options were merged with our db ui() object |
|
92 | 94 | - numerous small bugfixes |
|
93 | 95 | |
|
94 | 96 | (special thanks for TkSoh for detailed feedback) |
|
95 | 97 | |
|
96 | 98 | |
|
97 | 99 | 1.0.2 (**2010-11-12**) |
|
98 | 100 | ---------------------- |
|
99 | 101 | |
|
100 | 102 | news |
|
101 | 103 | ++++ |
|
102 | 104 | |
|
103 | 105 | - tested under python2.7 |
|
104 | 106 | - bumped sqlalchemy and celery versions |
|
105 | 107 | |
|
106 | 108 | fixes |
|
107 | 109 | +++++ |
|
108 | 110 | |
|
109 | 111 | - fixed #59 missing graph.js |
|
110 | 112 | - fixed repo_size crash when repository had broken symlinks |
|
111 | 113 | - fixed python2.5 crashes. |
|
112 | 114 | |
|
113 | 115 | |
|
114 | 116 | 1.0.1 (**2010-11-10**) |
|
115 | 117 | ---------------------- |
|
116 | 118 | |
|
117 | 119 | news |
|
118 | 120 | ++++ |
|
119 | 121 | |
|
120 | 122 | - small css updated |
|
121 | 123 | |
|
122 | 124 | fixes |
|
123 | 125 | +++++ |
|
124 | 126 | |
|
125 | 127 | - fixed #53 python2.5 incompatible enumerate calls |
|
126 | 128 | - fixed #52 disable mercurial extension for web |
|
127 | 129 | - fixed #51 deleting repositories don't delete it's dependent objects |
|
128 | 130 | |
|
129 | 131 | |
|
130 | 132 | 1.0.0 (**2010-11-02**) |
|
131 | 133 | ---------------------- |
|
132 | 134 | |
|
133 | 135 | - security bugfix simplehg wasn't checking for permissions on commands |
|
134 | 136 | other than pull or push. |
|
135 | 137 | - fixed doubled messages after push or pull in admin journal |
|
136 | 138 | - templating and css corrections, fixed repo switcher on chrome, updated titles |
|
137 | 139 | - admin menu accessible from options menu on repository view |
|
138 | 140 | - permissions cached queries |
|
139 | 141 | |
|
140 | 142 | 1.0.0rc4 (**2010-10-12**) |
|
141 | 143 | -------------------------- |
|
142 | 144 | |
|
143 | 145 | - fixed python2.5 missing simplejson imports (thanks to Jens Bäckman) |
|
144 | 146 | - removed cache_manager settings from sqlalchemy meta |
|
145 | 147 | - added sqlalchemy cache settings to ini files |
|
146 | 148 | - validated password length and added second try of failure on paster setup-app |
|
147 | 149 | - fixed setup database destroy prompt even when there was no db |
|
148 | 150 | |
|
149 | 151 | |
|
150 | 152 | 1.0.0rc3 (**2010-10-11**) |
|
151 | 153 | ------------------------- |
|
152 | 154 | |
|
153 | 155 | - fixed i18n during installation. |
|
154 | 156 | |
|
155 | 157 | 1.0.0rc2 (**2010-10-11**) |
|
156 | 158 | ------------------------- |
|
157 | 159 | |
|
158 | 160 | - Disabled dirsize in file browser, it's causing nasty bug when dir renames |
|
159 | 161 | occure. After vcs is fixed it'll be put back again. |
|
160 | 162 | - templating/css rewrites, optimized css. No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now