Show More
@@ -1,237 +1,282 b'' | |||
|
1 | 1 | .. _changelog: |
|
2 | 2 | |
|
3 | 3 | Changelog |
|
4 | 4 | ========= |
|
5 | 5 | |
|
6 | 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 with more download options |
|
17 | 17 | like tags, branches |
|
18 | 18 | - implemented #44 into file browsing, and added follow branch option |
|
19 | 19 | - implemented #84 downloads can be enabled/disabled for each repository |
|
20 | 20 | - anonymous repository can be cloned without having to pass default:default |
|
21 | 21 | into clone url |
|
22 | 22 | - fixed #90 whoosh indexer can index chooses repositories passed in command |
|
23 | 23 | line |
|
24 | 24 | - extended journal with day aggregates and paging |
|
25 | 25 | - implemented #107 customizable code highlights on code sources |
|
26 | 26 | - implemented #93 customizable changelog on combined revision ranges - |
|
27 | 27 | equivalent of githubs compare view |
|
28 | 28 | - implemented #108 extended and more powerful LDAP configuration |
|
29 | 29 | - implemented #56 users groups |
|
30 | 30 | - major code rewrites optimized codes for speed and memory usage |
|
31 | 31 | - raw and diff downloads are now in git format |
|
32 | 32 | - setup command checks for write access to given path |
|
33 | 33 | - fixed many issues with international characters and unicode. It uses utf8 |
|
34 | 34 | decode with replace to provide less errors even with non utf8 encoded strings |
|
35 | 35 | - #125 added API KEY access to feeds |
|
36 | 36 | - #109 Repository can be created from external Mercurial link, and manually |
|
37 | 37 | updated (via pull) from admin panel |
|
38 | 38 | |
|
39 | 39 | fixes |
|
40 | 40 | ----- |
|
41 | 41 | |
|
42 | 42 | - fixed file browser bug, when switching into given form revision the url was |
|
43 | 43 | not changing |
|
44 | 44 | - fixed propagation to error controller on simplehg and simplegit middlewares |
|
45 | 45 | - fixed error when trying to make a download on empty repository |
|
46 | 46 | - fixed problem with '[' chars in commit messages in journal |
|
47 | 47 | - fixed #99 Unicode errors, on file node paths with non utf-8 characters |
|
48 | 48 | - journal fork fixes |
|
49 | 49 | - removed issue with space inside renamed repository after deletion |
|
50 | 50 | - fixed strange issue on formencode imports |
|
51 | 51 | - fixed #126 Deleting repository on Windows, rename used incompatible chars. |
|
52 | 52 | |
|
53 | 1.1.7 (**2011-03-23**) | |
|
54 | ====================== | |
|
55 | ||
|
56 | news | |
|
57 | ---- | |
|
58 | ||
|
59 | fixes | |
|
60 | ----- | |
|
61 | ||
|
62 | - fixed (again) #136 installation support for FreeBSD | |
|
63 | ||
|
64 | ||
|
65 | 1.1.6 (**2011-03-21**) | |
|
66 | ====================== | |
|
67 | ||
|
68 | news | |
|
69 | ---- | |
|
70 | ||
|
71 | fixes | |
|
72 | ----- | |
|
73 | ||
|
74 | - fixed #136 installation support for FreeBSD | |
|
75 | - RhodeCode will check for python version during installation | |
|
76 | ||
|
77 | 1.1.5 (**2011-03-17**) | |
|
78 | ====================== | |
|
79 | ||
|
80 | news | |
|
81 | ---- | |
|
82 | ||
|
83 | - basic windows support, by exchanging pybcrypt into sha256 for windows only | |
|
84 | highly inspired by idea of mantis406 | |
|
85 | ||
|
86 | fixes | |
|
87 | ----- | |
|
88 | ||
|
89 | - fixed sorting by author in main page | |
|
90 | - fixed crashes with diffs on binary files | |
|
91 | - fixed #131 problem with boolean values for LDAP | |
|
92 | - fixed #122 mysql problems thanks to striker69 | |
|
93 | - fixed problem with errors on calling raw/raw_files/annotate functions | |
|
94 | with unknown revisions | |
|
95 | - fixed returned rawfiles attachment names with international character | |
|
96 | - cleaned out docs, big thanks to Jason Harris | |
|
97 | ||
|
53 | 98 | 1.1.4 (**2011-02-19**) |
|
54 | 99 | ====================== |
|
55 | 100 | |
|
56 | 101 | news |
|
57 | 102 | ---- |
|
58 | 103 | |
|
59 | 104 | fixes |
|
60 | 105 | ----- |
|
61 | 106 | |
|
62 | 107 | - fixed formencode import problem on settings page, that caused server crash |
|
63 | 108 | when that page was accessed as first after server start |
|
64 | 109 | - journal fixes |
|
65 | 110 | - fixed option to access repository just by entering http://server/<repo_name> |
|
66 | 111 | |
|
67 | 112 | 1.1.3 (**2011-02-16**) |
|
68 | 113 | ====================== |
|
69 | 114 | |
|
70 | 115 | news |
|
71 | 116 | ---- |
|
72 | 117 | |
|
73 | 118 | - implemented #102 allowing the '.' character in username |
|
74 | 119 | - added option to access repository just by entering http://server/<repo_name> |
|
75 | 120 | - celery task ignores result for better performance |
|
76 | 121 | |
|
77 | 122 | fixes |
|
78 | 123 | ----- |
|
79 | 124 | |
|
80 | 125 | - fixed ehlo command and non auth mail servers on smtp_lib. Thanks to |
|
81 | 126 | apollo13 and Johan Walles |
|
82 | 127 | - small fixes in journal |
|
83 | 128 | - fixed problems with getting setting for celery from .ini files |
|
84 | 129 | - registration, password reset and login boxes share the same title as main |
|
85 | 130 | application now |
|
86 | 131 | - fixed #113: to high permissions to fork repository |
|
87 | 132 | - fixed problem with '[' chars in commit messages in journal |
|
88 | 133 | - removed issue with space inside renamed repository after deletion |
|
89 | 134 | - db transaction fixes when filesystem repository creation failed |
|
90 | 135 | - fixed #106 relation issues on databases different than sqlite |
|
91 | 136 | - fixed static files paths links to use of url() method |
|
92 | 137 | |
|
93 | 138 | 1.1.2 (**2011-01-12**) |
|
94 | 139 | ====================== |
|
95 | 140 | |
|
96 | 141 | news |
|
97 | 142 | ---- |
|
98 | 143 | |
|
99 | 144 | |
|
100 | 145 | fixes |
|
101 | 146 | ----- |
|
102 | 147 | |
|
103 | 148 | - fixes #98 protection against float division of percentage stats |
|
104 | 149 | - fixed graph bug |
|
105 | 150 | - forced webhelpers version since it was making troubles during installation |
|
106 | 151 | |
|
107 | 152 | 1.1.1 (**2011-01-06**) |
|
108 | 153 | ====================== |
|
109 | 154 | |
|
110 | 155 | news |
|
111 | 156 | ---- |
|
112 | 157 | |
|
113 | 158 | - added force https option into ini files for easier https usage (no need to |
|
114 | 159 | set server headers with this options) |
|
115 | 160 | - small css updates |
|
116 | 161 | |
|
117 | 162 | fixes |
|
118 | 163 | ----- |
|
119 | 164 | |
|
120 | 165 | - fixed #96 redirect loop on files view on repositories without changesets |
|
121 | 166 | - fixed #97 unicode string passed into server header in special cases (mod_wsgi) |
|
122 | 167 | and server crashed with errors |
|
123 | 168 | - fixed large tooltips problems on main page |
|
124 | 169 | - fixed #92 whoosh indexer is more error proof |
|
125 | 170 | |
|
126 | 171 | 1.1.0 (**2010-12-18**) |
|
127 | 172 | ====================== |
|
128 | 173 | |
|
129 | 174 | news |
|
130 | 175 | ---- |
|
131 | 176 | |
|
132 | 177 | - rewrite of internals for vcs >=0.1.10 |
|
133 | 178 | - uses mercurial 1.7 with dotencode disabled for maintaining compatibility |
|
134 | 179 | with older clients |
|
135 | 180 | - anonymous access, authentication via ldap |
|
136 | 181 | - performance upgrade for cached repos list - each repository has it's own |
|
137 | 182 | cache that's invalidated when needed. |
|
138 | 183 | - performance upgrades on repositories with large amount of commits (20K+) |
|
139 | 184 | - main page quick filter for filtering repositories |
|
140 | 185 | - user dashboards with ability to follow chosen repositories actions |
|
141 | 186 | - sends email to admin on new user registration |
|
142 | 187 | - added cache/statistics reset options into repository settings |
|
143 | 188 | - more detailed action logger (based on hooks) with pushed changesets lists |
|
144 | 189 | and options to disable those hooks from admin panel |
|
145 | 190 | - introduced new enhanced changelog for merges that shows more accurate results |
|
146 | 191 | - new improved and faster code stats (based on pygments lexers mapping tables, |
|
147 | 192 | showing up to 10 trending sources for each repository. Additionally stats |
|
148 | 193 | can be disabled in repository settings. |
|
149 | 194 | - gui optimizations, fixed application width to 1024px |
|
150 | 195 | - added cut off (for large files/changesets) limit into config files |
|
151 | 196 | - whoosh, celeryd, upgrade moved to paster command |
|
152 | 197 | - other than sqlite database backends can be used |
|
153 | 198 | |
|
154 | 199 | fixes |
|
155 | 200 | ----- |
|
156 | 201 | |
|
157 | 202 | - fixes #61 forked repo was showing only after cache expired |
|
158 | 203 | - fixes #76 no confirmation on user deletes |
|
159 | 204 | - fixes #66 Name field misspelled |
|
160 | 205 | - fixes #72 block user removal when he owns repositories |
|
161 | 206 | - fixes #69 added password confirmation fields |
|
162 | 207 | - fixes #87 RhodeCode crashes occasionally on updating repository owner |
|
163 | 208 | - fixes #82 broken annotations on files with more than 1 blank line at the end |
|
164 | 209 | - a lot of fixes and tweaks for file browser |
|
165 | 210 | - fixed detached session issues |
|
166 | 211 | - fixed when user had no repos he would see all repos listed in my account |
|
167 | 212 | - fixed ui() instance bug when global hgrc settings was loaded for server |
|
168 | 213 | instance and all hgrc options were merged with our db ui() object |
|
169 | 214 | - numerous small bugfixes |
|
170 | 215 | |
|
171 | 216 | (special thanks for TkSoh for detailed feedback) |
|
172 | 217 | |
|
173 | 218 | |
|
174 | 219 | 1.0.2 (**2010-11-12**) |
|
175 | 220 | ====================== |
|
176 | 221 | |
|
177 | 222 | news |
|
178 | 223 | ---- |
|
179 | 224 | |
|
180 | 225 | - tested under python2.7 |
|
181 | 226 | - bumped sqlalchemy and celery versions |
|
182 | 227 | |
|
183 | 228 | fixes |
|
184 | 229 | ----- |
|
185 | 230 | |
|
186 | 231 | - fixed #59 missing graph.js |
|
187 | 232 | - fixed repo_size crash when repository had broken symlinks |
|
188 | 233 | - fixed python2.5 crashes. |
|
189 | 234 | |
|
190 | 235 | |
|
191 | 236 | 1.0.1 (**2010-11-10**) |
|
192 | 237 | ====================== |
|
193 | 238 | |
|
194 | 239 | news |
|
195 | 240 | ---- |
|
196 | 241 | |
|
197 | 242 | - small css updated |
|
198 | 243 | |
|
199 | 244 | fixes |
|
200 | 245 | ----- |
|
201 | 246 | |
|
202 | 247 | - fixed #53 python2.5 incompatible enumerate calls |
|
203 | 248 | - fixed #52 disable mercurial extension for web |
|
204 | 249 | - fixed #51 deleting repositories don't delete it's dependent objects |
|
205 | 250 | |
|
206 | 251 | |
|
207 | 252 | 1.0.0 (**2010-11-02**) |
|
208 | 253 | ====================== |
|
209 | 254 | |
|
210 | 255 | - security bugfix simplehg wasn't checking for permissions on commands |
|
211 | 256 | other than pull or push. |
|
212 | 257 | - fixed doubled messages after push or pull in admin journal |
|
213 | 258 | - templating and css corrections, fixed repo switcher on chrome, updated titles |
|
214 | 259 | - admin menu accessible from options menu on repository view |
|
215 | 260 | - permissions cached queries |
|
216 | 261 | |
|
217 | 262 | 1.0.0rc4 (**2010-10-12**) |
|
218 | 263 | ========================== |
|
219 | 264 | |
|
220 | 265 | - fixed python2.5 missing simplejson imports (thanks to Jens Bäckman) |
|
221 | 266 | - removed cache_manager settings from sqlalchemy meta |
|
222 | 267 | - added sqlalchemy cache settings to ini files |
|
223 | 268 | - validated password length and added second try of failure on paster setup-app |
|
224 | 269 | - fixed setup database destroy prompt even when there was no db |
|
225 | 270 | |
|
226 | 271 | |
|
227 | 272 | 1.0.0rc3 (**2010-10-11**) |
|
228 | 273 | ========================= |
|
229 | 274 | |
|
230 | 275 | - fixed i18n during installation. |
|
231 | 276 | |
|
232 | 277 | 1.0.0rc2 (**2010-10-11**) |
|
233 | 278 | ========================= |
|
234 | 279 | |
|
235 | 280 | - Disabled dirsize in file browser, it's causing nasty bug when dir renames |
|
236 | 281 | occure. After vcs is fixed it'll be put back again. |
|
237 | 282 | - 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