Show More
@@ -1,538 +1,548 b'' | |||
|
1 | 1 | .. _changelog: |
|
2 | 2 | |
|
3 | 3 | Changelog |
|
4 | 4 | ========= |
|
5 | 5 | |
|
6 | 6 | |
|
7 |
1.3. |
|
|
7 | 1.3.3 (**2012-XX-XX**) | |
|
8 | 8 | ---------------------- |
|
9 | 9 | |
|
10 | 10 | :status: in-progress |
|
11 | 11 | :branch: beta |
|
12 | 12 | |
|
13 | 13 | news |
|
14 | 14 | ++++ |
|
15 | 15 | |
|
16 | 16 | |
|
17 | 17 | fixes |
|
18 | 18 | +++++ |
|
19 | 19 | |
|
20 | 1.3.2 (**2012-02-28**) | |
|
21 | ---------------------- | |
|
22 | ||
|
23 | news | |
|
24 | ++++ | |
|
25 | ||
|
26 | ||
|
27 | fixes | |
|
28 | +++++ | |
|
29 | ||
|
20 | 30 | - fixed git protocol issues with repos-groups |
|
21 | 31 | - fixed git remote repos validator that prevented from cloning remote git repos |
|
22 | 32 | - fixes #370 ending slashes fixes for repo and groups |
|
23 | 33 | - fixes #368 improved git-protocol detection to handle other clients |
|
24 | 34 | - fixes #366 When Setting Repository Group To Blank Repo Group Wont Be |
|
25 | 35 | Moved To Root |
|
26 | 36 | - fixes #371 fixed issues with beaker/sqlalchemy and non-ascii cache keys |
|
27 | 37 | - fixed #373 missing cascade drop on user_group_to_perm table |
|
28 | 38 | |
|
29 | 39 | 1.3.1 (**2012-02-27**) |
|
30 | 40 | ---------------------- |
|
31 | 41 | |
|
32 | 42 | news |
|
33 | 43 | ++++ |
|
34 | 44 | |
|
35 | 45 | |
|
36 | 46 | fixes |
|
37 | 47 | +++++ |
|
38 | 48 | |
|
39 | 49 | - redirection loop occurs when remember-me wasn't checked during login |
|
40 | 50 | - fixes issues with git blob history generation |
|
41 | 51 | - don't fetch branch for git in file history dropdown. Causes unneeded slowness |
|
42 | 52 | |
|
43 | 53 | 1.3.0 (**2012-02-26**) |
|
44 | 54 | ---------------------- |
|
45 | 55 | |
|
46 | 56 | news |
|
47 | 57 | ++++ |
|
48 | 58 | |
|
49 | 59 | - code review, inspired by github code-comments |
|
50 | 60 | - #215 rst and markdown README files support |
|
51 | 61 | - #252 Container-based and proxy pass-through authentication support |
|
52 | 62 | - #44 branch browser. Filtering of changelog by branches |
|
53 | 63 | - mercurial bookmarks support |
|
54 | 64 | - new hover top menu, optimized to add maximum size for important views |
|
55 | 65 | - configurable clone url template with possibility to specify protocol like |
|
56 | 66 | ssh:// or http:// and also manually alter other parts of clone_url. |
|
57 | 67 | - enabled largefiles extension by default |
|
58 | 68 | - optimized summary file pages and saved a lot of unused space in them |
|
59 | 69 | - #239 option to manually mark repository as fork |
|
60 | 70 | - #320 mapping of commit authors to RhodeCode users |
|
61 | 71 | - #304 hashes are displayed using monospace font |
|
62 | 72 | - diff configuration, toggle white lines and context lines |
|
63 | 73 | - #307 configurable diffs, whitespace toggle, increasing context lines |
|
64 | 74 | - sorting on branches, tags and bookmarks using YUI datatable |
|
65 | 75 | - improved file filter on files page |
|
66 | 76 | - implements #330 api method for listing nodes ar particular revision |
|
67 | 77 | - #73 added linking issues in commit messages to chosen issue tracker url |
|
68 | 78 | based on user defined regular expression |
|
69 | 79 | - added linking of changesets in commit messages |
|
70 | 80 | - new compact changelog with expandable commit messages |
|
71 | 81 | - firstname and lastname are optional in user creation |
|
72 | 82 | - #348 added post-create repository hook |
|
73 | 83 | - #212 global encoding settings is now configurable from .ini files |
|
74 | 84 | - #227 added repository groups permissions |
|
75 | 85 | - markdown gets codehilite extensions |
|
76 | 86 | - new API methods, delete_repositories, grante/revoke permissions for groups |
|
77 | 87 | and repos |
|
78 | 88 | |
|
79 | 89 | |
|
80 | 90 | fixes |
|
81 | 91 | +++++ |
|
82 | 92 | |
|
83 | 93 | - rewrote dbsession management for atomic operations, and better error handling |
|
84 | 94 | - fixed sorting of repo tables |
|
85 | 95 | - #326 escape of special html entities in diffs |
|
86 | 96 | - normalized user_name => username in api attributes |
|
87 | 97 | - fixes #298 ldap created users with mixed case emails created conflicts |
|
88 | 98 | on saving a form |
|
89 | 99 | - fixes issue when owner of a repo couldn't revoke permissions for users |
|
90 | 100 | and groups |
|
91 | 101 | - fixes #271 rare JSON serialization problem with statistics |
|
92 | 102 | - fixes #337 missing validation check for conflicting names of a group with a |
|
93 | 103 | repositories group |
|
94 | 104 | - #340 fixed session problem for mysql and celery tasks |
|
95 | 105 | - fixed #331 RhodeCode mangles repository names if the a repository group |
|
96 | 106 | contains the "full path" to the repositories |
|
97 | 107 | - #355 RhodeCode doesn't store encrypted LDAP passwords |
|
98 | 108 | |
|
99 | 109 | 1.2.5 (**2012-01-28**) |
|
100 | 110 | ---------------------- |
|
101 | 111 | |
|
102 | 112 | news |
|
103 | 113 | ++++ |
|
104 | 114 | |
|
105 | 115 | fixes |
|
106 | 116 | +++++ |
|
107 | 117 | |
|
108 | 118 | - #340 Celery complains about MySQL server gone away, added session cleanup |
|
109 | 119 | for celery tasks |
|
110 | 120 | - #341 "scanning for repositories in None" log message during Rescan was missing |
|
111 | 121 | a parameter |
|
112 | 122 | - fixed creating archives with subrepos. Some hooks were triggered during that |
|
113 | 123 | operation leading to crash. |
|
114 | 124 | - fixed missing email in account page. |
|
115 | 125 | - Reverted Mercurial to 2.0.1 for windows due to bug in Mercurial that makes |
|
116 | 126 | forking on windows impossible |
|
117 | 127 | |
|
118 | 128 | 1.2.4 (**2012-01-19**) |
|
119 | 129 | ---------------------- |
|
120 | 130 | |
|
121 | 131 | news |
|
122 | 132 | ++++ |
|
123 | 133 | |
|
124 | 134 | - RhodeCode is bundled with mercurial series 2.0.X by default, with |
|
125 | 135 | full support to largefiles extension. Enabled by default in new installations |
|
126 | 136 | - #329 Ability to Add/Remove Groups to/from a Repository via AP |
|
127 | 137 | - added requires.txt file with requirements |
|
128 | 138 | |
|
129 | 139 | fixes |
|
130 | 140 | +++++ |
|
131 | 141 | |
|
132 | 142 | - fixes db session issues with celery when emailing admins |
|
133 | 143 | - #331 RhodeCode mangles repository names if the a repository group |
|
134 | 144 | contains the "full path" to the repositories |
|
135 | 145 | - #298 Conflicting e-mail addresses for LDAP and RhodeCode users |
|
136 | 146 | - DB session cleanup after hg protocol operations, fixes issues with |
|
137 | 147 | `mysql has gone away` errors |
|
138 | 148 | - #333 doc fixes for get_repo api function |
|
139 | 149 | - #271 rare JSON serialization problem with statistics enabled |
|
140 | 150 | - #337 Fixes issues with validation of repository name conflicting with |
|
141 | 151 | a group name. A proper message is now displayed. |
|
142 | 152 | - #292 made ldap_dn in user edit readonly, to get rid of confusion that field |
|
143 | 153 | doesn't work |
|
144 | 154 | - #316 fixes issues with web description in hgrc files |
|
145 | 155 | |
|
146 | 156 | 1.2.3 (**2011-11-02**) |
|
147 | 157 | ---------------------- |
|
148 | 158 | |
|
149 | 159 | news |
|
150 | 160 | ++++ |
|
151 | 161 | |
|
152 | 162 | - added option to manage repos group for non admin users |
|
153 | 163 | - added following API methods for get_users, create_user, get_users_groups, |
|
154 | 164 | get_users_group, create_users_group, add_user_to_users_groups, get_repos, |
|
155 | 165 | get_repo, create_repo, add_user_to_repo |
|
156 | 166 | - implements #237 added password confirmation for my account |
|
157 | 167 | and admin edit user. |
|
158 | 168 | - implements #291 email notification for global events are now sent to all |
|
159 | 169 | administrator users, and global config email. |
|
160 | 170 | |
|
161 | 171 | fixes |
|
162 | 172 | +++++ |
|
163 | 173 | |
|
164 | 174 | - added option for passing auth method for smtp mailer |
|
165 | 175 | - #276 issue with adding a single user with id>10 to usergroups |
|
166 | 176 | - #277 fixes windows LDAP settings in which missing values breaks the ldap auth |
|
167 | 177 | - #288 fixes managing of repos in a group for non admin user |
|
168 | 178 | |
|
169 | 179 | 1.2.2 (**2011-10-17**) |
|
170 | 180 | ---------------------- |
|
171 | 181 | |
|
172 | 182 | news |
|
173 | 183 | ++++ |
|
174 | 184 | |
|
175 | 185 | - #226 repo groups are available by path instead of numerical id |
|
176 | 186 | |
|
177 | 187 | fixes |
|
178 | 188 | +++++ |
|
179 | 189 | |
|
180 | 190 | - #259 Groups with the same name but with different parent group |
|
181 | 191 | - #260 Put repo in group, then move group to another group -> repo becomes unavailable |
|
182 | 192 | - #258 RhodeCode 1.2 assumes egg folder is writable (lockfiles problems) |
|
183 | 193 | - #265 ldap save fails sometimes on converting attributes to booleans, |
|
184 | 194 | added getter and setter into model that will prevent from this on db model level |
|
185 | 195 | - fixed problems with timestamps issues #251 and #213 |
|
186 | 196 | - fixes #266 RhodeCode allows to create repo with the same name and in |
|
187 | 197 | the same parent as group |
|
188 | 198 | - fixes #245 Rescan of the repositories on Windows |
|
189 | 199 | - fixes #248 cannot edit repos inside a group on windows |
|
190 | 200 | - fixes #219 forking problems on windows |
|
191 | 201 | |
|
192 | 202 | 1.2.1 (**2011-10-08**) |
|
193 | 203 | ---------------------- |
|
194 | 204 | |
|
195 | 205 | news |
|
196 | 206 | ++++ |
|
197 | 207 | |
|
198 | 208 | |
|
199 | 209 | fixes |
|
200 | 210 | +++++ |
|
201 | 211 | |
|
202 | 212 | - fixed problems with basic auth and push problems |
|
203 | 213 | - gui fixes |
|
204 | 214 | - fixed logger |
|
205 | 215 | |
|
206 | 216 | 1.2.0 (**2011-10-07**) |
|
207 | 217 | ---------------------- |
|
208 | 218 | |
|
209 | 219 | news |
|
210 | 220 | ++++ |
|
211 | 221 | |
|
212 | 222 | - implemented #47 repository groups |
|
213 | 223 | - implemented #89 Can setup google analytics code from settings menu |
|
214 | 224 | - implemented #91 added nicer looking archive urls with more download options |
|
215 | 225 | like tags, branches |
|
216 | 226 | - implemented #44 into file browsing, and added follow branch option |
|
217 | 227 | - implemented #84 downloads can be enabled/disabled for each repository |
|
218 | 228 | - anonymous repository can be cloned without having to pass default:default |
|
219 | 229 | into clone url |
|
220 | 230 | - fixed #90 whoosh indexer can index chooses repositories passed in command |
|
221 | 231 | line |
|
222 | 232 | - extended journal with day aggregates and paging |
|
223 | 233 | - implemented #107 source code lines highlight ranges |
|
224 | 234 | - implemented #93 customizable changelog on combined revision ranges - |
|
225 | 235 | equivalent of githubs compare view |
|
226 | 236 | - implemented #108 extended and more powerful LDAP configuration |
|
227 | 237 | - implemented #56 users groups |
|
228 | 238 | - major code rewrites optimized codes for speed and memory usage |
|
229 | 239 | - raw and diff downloads are now in git format |
|
230 | 240 | - setup command checks for write access to given path |
|
231 | 241 | - fixed many issues with international characters and unicode. It uses utf8 |
|
232 | 242 | decode with replace to provide less errors even with non utf8 encoded strings |
|
233 | 243 | - #125 added API KEY access to feeds |
|
234 | 244 | - #109 Repository can be created from external Mercurial link (aka. remote |
|
235 | 245 | repository, and manually updated (via pull) from admin panel |
|
236 | 246 | - beta git support - push/pull server + basic view for git repos |
|
237 | 247 | - added followers page and forks page |
|
238 | 248 | - server side file creation (with binary file upload interface) |
|
239 | 249 | and edition with commits powered by codemirror |
|
240 | 250 | - #111 file browser file finder, quick lookup files on whole file tree |
|
241 | 251 | - added quick login sliding menu into main page |
|
242 | 252 | - changelog uses lazy loading of affected files details, in some scenarios |
|
243 | 253 | this can improve speed of changelog page dramatically especially for |
|
244 | 254 | larger repositories. |
|
245 | 255 | - implements #214 added support for downloading subrepos in download menu. |
|
246 | 256 | - Added basic API for direct operations on rhodecode via JSON |
|
247 | 257 | - Implemented advanced hook management |
|
248 | 258 | |
|
249 | 259 | fixes |
|
250 | 260 | +++++ |
|
251 | 261 | |
|
252 | 262 | - fixed file browser bug, when switching into given form revision the url was |
|
253 | 263 | not changing |
|
254 | 264 | - fixed propagation to error controller on simplehg and simplegit middlewares |
|
255 | 265 | - fixed error when trying to make a download on empty repository |
|
256 | 266 | - fixed problem with '[' chars in commit messages in journal |
|
257 | 267 | - fixed #99 Unicode errors, on file node paths with non utf-8 characters |
|
258 | 268 | - journal fork fixes |
|
259 | 269 | - removed issue with space inside renamed repository after deletion |
|
260 | 270 | - fixed strange issue on formencode imports |
|
261 | 271 | - fixed #126 Deleting repository on Windows, rename used incompatible chars. |
|
262 | 272 | - #150 fixes for errors on repositories mapped in db but corrupted in |
|
263 | 273 | filesystem |
|
264 | 274 | - fixed problem with ascendant characters in realm #181 |
|
265 | 275 | - fixed problem with sqlite file based database connection pool |
|
266 | 276 | - whoosh indexer and code stats share the same dynamic extensions map |
|
267 | 277 | - fixes #188 - relationship delete of repo_to_perm entry on user removal |
|
268 | 278 | - fixes issue #189 Trending source files shows "show more" when no more exist |
|
269 | 279 | - fixes issue #197 Relative paths for pidlocks |
|
270 | 280 | - fixes issue #198 password will require only 3 chars now for login form |
|
271 | 281 | - fixes issue #199 wrong redirection for non admin users after creating a repository |
|
272 | 282 | - fixes issues #202, bad db constraint made impossible to attach same group |
|
273 | 283 | more than one time. Affects only mysql/postgres |
|
274 | 284 | - fixes #218 os.kill patch for windows was missing sig param |
|
275 | 285 | - improved rendering of dag (they are not trimmed anymore when number of |
|
276 | 286 | heads exceeds 5) |
|
277 | 287 | |
|
278 | 288 | 1.1.8 (**2011-04-12**) |
|
279 | 289 | ---------------------- |
|
280 | 290 | |
|
281 | 291 | news |
|
282 | 292 | ++++ |
|
283 | 293 | |
|
284 | 294 | - improved windows support |
|
285 | 295 | |
|
286 | 296 | fixes |
|
287 | 297 | +++++ |
|
288 | 298 | |
|
289 | 299 | - fixed #140 freeze of python dateutil library, since new version is python2.x |
|
290 | 300 | incompatible |
|
291 | 301 | - setup-app will check for write permission in given path |
|
292 | 302 | - cleaned up license info issue #149 |
|
293 | 303 | - fixes for issues #137,#116 and problems with unicode and accented characters. |
|
294 | 304 | - fixes crashes on gravatar, when passed in email as unicode |
|
295 | 305 | - fixed tooltip flickering problems |
|
296 | 306 | - fixed came_from redirection on windows |
|
297 | 307 | - fixed logging modules, and sql formatters |
|
298 | 308 | - windows fixes for os.kill issue #133 |
|
299 | 309 | - fixes path splitting for windows issues #148 |
|
300 | 310 | - fixed issue #143 wrong import on migration to 1.1.X |
|
301 | 311 | - fixed problems with displaying binary files, thanks to Thomas Waldmann |
|
302 | 312 | - removed name from archive files since it's breaking ui for long repo names |
|
303 | 313 | - fixed issue with archive headers sent to browser, thanks to Thomas Waldmann |
|
304 | 314 | - fixed compatibility for 1024px displays, and larger dpi settings, thanks to |
|
305 | 315 | Thomas Waldmann |
|
306 | 316 | - fixed issue #166 summary pager was skipping 10 revisions on second page |
|
307 | 317 | |
|
308 | 318 | |
|
309 | 319 | 1.1.7 (**2011-03-23**) |
|
310 | 320 | ---------------------- |
|
311 | 321 | |
|
312 | 322 | news |
|
313 | 323 | ++++ |
|
314 | 324 | |
|
315 | 325 | fixes |
|
316 | 326 | +++++ |
|
317 | 327 | |
|
318 | 328 | - fixed (again) #136 installation support for FreeBSD |
|
319 | 329 | |
|
320 | 330 | |
|
321 | 331 | 1.1.6 (**2011-03-21**) |
|
322 | 332 | ---------------------- |
|
323 | 333 | |
|
324 | 334 | news |
|
325 | 335 | ++++ |
|
326 | 336 | |
|
327 | 337 | fixes |
|
328 | 338 | +++++ |
|
329 | 339 | |
|
330 | 340 | - fixed #136 installation support for FreeBSD |
|
331 | 341 | - RhodeCode will check for python version during installation |
|
332 | 342 | |
|
333 | 343 | 1.1.5 (**2011-03-17**) |
|
334 | 344 | ---------------------- |
|
335 | 345 | |
|
336 | 346 | news |
|
337 | 347 | ++++ |
|
338 | 348 | |
|
339 | 349 | - basic windows support, by exchanging pybcrypt into sha256 for windows only |
|
340 | 350 | highly inspired by idea of mantis406 |
|
341 | 351 | |
|
342 | 352 | fixes |
|
343 | 353 | +++++ |
|
344 | 354 | |
|
345 | 355 | - fixed sorting by author in main page |
|
346 | 356 | - fixed crashes with diffs on binary files |
|
347 | 357 | - fixed #131 problem with boolean values for LDAP |
|
348 | 358 | - fixed #122 mysql problems thanks to striker69 |
|
349 | 359 | - fixed problem with errors on calling raw/raw_files/annotate functions |
|
350 | 360 | with unknown revisions |
|
351 | 361 | - fixed returned rawfiles attachment names with international character |
|
352 | 362 | - cleaned out docs, big thanks to Jason Harris |
|
353 | 363 | |
|
354 | 364 | 1.1.4 (**2011-02-19**) |
|
355 | 365 | ---------------------- |
|
356 | 366 | |
|
357 | 367 | news |
|
358 | 368 | ++++ |
|
359 | 369 | |
|
360 | 370 | fixes |
|
361 | 371 | +++++ |
|
362 | 372 | |
|
363 | 373 | - fixed formencode import problem on settings page, that caused server crash |
|
364 | 374 | when that page was accessed as first after server start |
|
365 | 375 | - journal fixes |
|
366 | 376 | - fixed option to access repository just by entering http://server/<repo_name> |
|
367 | 377 | |
|
368 | 378 | 1.1.3 (**2011-02-16**) |
|
369 | 379 | ---------------------- |
|
370 | 380 | |
|
371 | 381 | news |
|
372 | 382 | ++++ |
|
373 | 383 | |
|
374 | 384 | - implemented #102 allowing the '.' character in username |
|
375 | 385 | - added option to access repository just by entering http://server/<repo_name> |
|
376 | 386 | - celery task ignores result for better performance |
|
377 | 387 | |
|
378 | 388 | fixes |
|
379 | 389 | +++++ |
|
380 | 390 | |
|
381 | 391 | - fixed ehlo command and non auth mail servers on smtp_lib. Thanks to |
|
382 | 392 | apollo13 and Johan Walles |
|
383 | 393 | - small fixes in journal |
|
384 | 394 | - fixed problems with getting setting for celery from .ini files |
|
385 | 395 | - registration, password reset and login boxes share the same title as main |
|
386 | 396 | application now |
|
387 | 397 | - fixed #113: to high permissions to fork repository |
|
388 | 398 | - fixed problem with '[' chars in commit messages in journal |
|
389 | 399 | - removed issue with space inside renamed repository after deletion |
|
390 | 400 | - db transaction fixes when filesystem repository creation failed |
|
391 | 401 | - fixed #106 relation issues on databases different than sqlite |
|
392 | 402 | - fixed static files paths links to use of url() method |
|
393 | 403 | |
|
394 | 404 | 1.1.2 (**2011-01-12**) |
|
395 | 405 | ---------------------- |
|
396 | 406 | |
|
397 | 407 | news |
|
398 | 408 | ++++ |
|
399 | 409 | |
|
400 | 410 | |
|
401 | 411 | fixes |
|
402 | 412 | +++++ |
|
403 | 413 | |
|
404 | 414 | - fixes #98 protection against float division of percentage stats |
|
405 | 415 | - fixed graph bug |
|
406 | 416 | - forced webhelpers version since it was making troubles during installation |
|
407 | 417 | |
|
408 | 418 | 1.1.1 (**2011-01-06**) |
|
409 | 419 | ---------------------- |
|
410 | 420 | |
|
411 | 421 | news |
|
412 | 422 | ++++ |
|
413 | 423 | |
|
414 | 424 | - added force https option into ini files for easier https usage (no need to |
|
415 | 425 | set server headers with this options) |
|
416 | 426 | - small css updates |
|
417 | 427 | |
|
418 | 428 | fixes |
|
419 | 429 | +++++ |
|
420 | 430 | |
|
421 | 431 | - fixed #96 redirect loop on files view on repositories without changesets |
|
422 | 432 | - fixed #97 unicode string passed into server header in special cases (mod_wsgi) |
|
423 | 433 | and server crashed with errors |
|
424 | 434 | - fixed large tooltips problems on main page |
|
425 | 435 | - fixed #92 whoosh indexer is more error proof |
|
426 | 436 | |
|
427 | 437 | 1.1.0 (**2010-12-18**) |
|
428 | 438 | ---------------------- |
|
429 | 439 | |
|
430 | 440 | news |
|
431 | 441 | ++++ |
|
432 | 442 | |
|
433 | 443 | - rewrite of internals for vcs >=0.1.10 |
|
434 | 444 | - uses mercurial 1.7 with dotencode disabled for maintaining compatibility |
|
435 | 445 | with older clients |
|
436 | 446 | - anonymous access, authentication via ldap |
|
437 | 447 | - performance upgrade for cached repos list - each repository has its own |
|
438 | 448 | cache that's invalidated when needed. |
|
439 | 449 | - performance upgrades on repositories with large amount of commits (20K+) |
|
440 | 450 | - main page quick filter for filtering repositories |
|
441 | 451 | - user dashboards with ability to follow chosen repositories actions |
|
442 | 452 | - sends email to admin on new user registration |
|
443 | 453 | - added cache/statistics reset options into repository settings |
|
444 | 454 | - more detailed action logger (based on hooks) with pushed changesets lists |
|
445 | 455 | and options to disable those hooks from admin panel |
|
446 | 456 | - introduced new enhanced changelog for merges that shows more accurate results |
|
447 | 457 | - new improved and faster code stats (based on pygments lexers mapping tables, |
|
448 | 458 | showing up to 10 trending sources for each repository. Additionally stats |
|
449 | 459 | can be disabled in repository settings. |
|
450 | 460 | - gui optimizations, fixed application width to 1024px |
|
451 | 461 | - added cut off (for large files/changesets) limit into config files |
|
452 | 462 | - whoosh, celeryd, upgrade moved to paster command |
|
453 | 463 | - other than sqlite database backends can be used |
|
454 | 464 | |
|
455 | 465 | fixes |
|
456 | 466 | +++++ |
|
457 | 467 | |
|
458 | 468 | - fixes #61 forked repo was showing only after cache expired |
|
459 | 469 | - fixes #76 no confirmation on user deletes |
|
460 | 470 | - fixes #66 Name field misspelled |
|
461 | 471 | - fixes #72 block user removal when he owns repositories |
|
462 | 472 | - fixes #69 added password confirmation fields |
|
463 | 473 | - fixes #87 RhodeCode crashes occasionally on updating repository owner |
|
464 | 474 | - fixes #82 broken annotations on files with more than 1 blank line at the end |
|
465 | 475 | - a lot of fixes and tweaks for file browser |
|
466 | 476 | - fixed detached session issues |
|
467 | 477 | - fixed when user had no repos he would see all repos listed in my account |
|
468 | 478 | - fixed ui() instance bug when global hgrc settings was loaded for server |
|
469 | 479 | instance and all hgrc options were merged with our db ui() object |
|
470 | 480 | - numerous small bugfixes |
|
471 | 481 | |
|
472 | 482 | (special thanks for TkSoh for detailed feedback) |
|
473 | 483 | |
|
474 | 484 | |
|
475 | 485 | 1.0.2 (**2010-11-12**) |
|
476 | 486 | ---------------------- |
|
477 | 487 | |
|
478 | 488 | news |
|
479 | 489 | ++++ |
|
480 | 490 | |
|
481 | 491 | - tested under python2.7 |
|
482 | 492 | - bumped sqlalchemy and celery versions |
|
483 | 493 | |
|
484 | 494 | fixes |
|
485 | 495 | +++++ |
|
486 | 496 | |
|
487 | 497 | - fixed #59 missing graph.js |
|
488 | 498 | - fixed repo_size crash when repository had broken symlinks |
|
489 | 499 | - fixed python2.5 crashes. |
|
490 | 500 | |
|
491 | 501 | |
|
492 | 502 | 1.0.1 (**2010-11-10**) |
|
493 | 503 | ---------------------- |
|
494 | 504 | |
|
495 | 505 | news |
|
496 | 506 | ++++ |
|
497 | 507 | |
|
498 | 508 | - small css updated |
|
499 | 509 | |
|
500 | 510 | fixes |
|
501 | 511 | +++++ |
|
502 | 512 | |
|
503 | 513 | - fixed #53 python2.5 incompatible enumerate calls |
|
504 | 514 | - fixed #52 disable mercurial extension for web |
|
505 | 515 | - fixed #51 deleting repositories don't delete it's dependent objects |
|
506 | 516 | |
|
507 | 517 | |
|
508 | 518 | 1.0.0 (**2010-11-02**) |
|
509 | 519 | ---------------------- |
|
510 | 520 | |
|
511 | 521 | - security bugfix simplehg wasn't checking for permissions on commands |
|
512 | 522 | other than pull or push. |
|
513 | 523 | - fixed doubled messages after push or pull in admin journal |
|
514 | 524 | - templating and css corrections, fixed repo switcher on chrome, updated titles |
|
515 | 525 | - admin menu accessible from options menu on repository view |
|
516 | 526 | - permissions cached queries |
|
517 | 527 | |
|
518 | 528 | 1.0.0rc4 (**2010-10-12**) |
|
519 | 529 | -------------------------- |
|
520 | 530 | |
|
521 | 531 | - fixed python2.5 missing simplejson imports (thanks to Jens BΓ€ckman) |
|
522 | 532 | - removed cache_manager settings from sqlalchemy meta |
|
523 | 533 | - added sqlalchemy cache settings to ini files |
|
524 | 534 | - validated password length and added second try of failure on paster setup-app |
|
525 | 535 | - fixed setup database destroy prompt even when there was no db |
|
526 | 536 | |
|
527 | 537 | |
|
528 | 538 | 1.0.0rc3 (**2010-10-11**) |
|
529 | 539 | ------------------------- |
|
530 | 540 | |
|
531 | 541 | - fixed i18n during installation. |
|
532 | 542 | |
|
533 | 543 | 1.0.0rc2 (**2010-10-11**) |
|
534 | 544 | ------------------------- |
|
535 | 545 | |
|
536 | 546 | - Disabled dirsize in file browser, it's causing nasty bug when dir renames |
|
537 | 547 | occure. After vcs is fixed it'll be put back again. |
|
538 | 548 | - templating/css rewrites, optimized css. No newline at end of file |
@@ -1,92 +1,92 b'' | |||
|
1 | 1 | # -*- coding: utf-8 -*- |
|
2 | 2 | """ |
|
3 | 3 | rhodecode.__init__ |
|
4 | 4 | ~~~~~~~~~~~~~~~~~~ |
|
5 | 5 | |
|
6 | 6 | RhodeCode, a web based repository management based on pylons |
|
7 | 7 | versioning implementation: http://semver.org/ |
|
8 | 8 | |
|
9 | 9 | :created_on: Apr 9, 2010 |
|
10 | 10 | :author: marcink |
|
11 | 11 | :copyright: (C) 2010-2012 Marcin Kuzminski <marcin@python-works.com> |
|
12 | 12 | :license: GPLv3, see COPYING for more details. |
|
13 | 13 | """ |
|
14 | 14 | # This program is free software: you can redistribute it and/or modify |
|
15 | 15 | # it under the terms of the GNU General Public License as published by |
|
16 | 16 | # the Free Software Foundation, either version 3 of the License, or |
|
17 | 17 | # (at your option) any later version. |
|
18 | 18 | # |
|
19 | 19 | # This program is distributed in the hope that it will be useful, |
|
20 | 20 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
21 | 21 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
22 | 22 | # GNU General Public License for more details. |
|
23 | 23 | # |
|
24 | 24 | # You should have received a copy of the GNU General Public License |
|
25 | 25 | # along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
26 | 26 | import sys |
|
27 | 27 | import platform |
|
28 | 28 | |
|
29 |
VERSION = (1, 3, |
|
|
29 | VERSION = (1, 3, 3, 'beta') | |
|
30 | 30 | __version__ = '.'.join((str(each) for each in VERSION[:4])) |
|
31 | 31 | __dbversion__ = 5 # defines current db version for migrations |
|
32 | 32 | __platform__ = platform.system() |
|
33 | 33 | __license__ = 'GPLv3' |
|
34 | 34 | __py_version__ = sys.version_info |
|
35 | 35 | |
|
36 | 36 | PLATFORM_WIN = ('Windows') |
|
37 | 37 | PLATFORM_OTHERS = ('Linux', 'Darwin', 'FreeBSD', 'OpenBSD', 'SunOS') |
|
38 | 38 | |
|
39 | 39 | requirements = [ |
|
40 | 40 | "Pylons==1.0.0", |
|
41 | 41 | "Beaker==1.6.2", |
|
42 | 42 | "WebHelpers>=1.2", |
|
43 | 43 | "formencode==1.2.4", |
|
44 | 44 | "SQLAlchemy==0.7.4", |
|
45 | 45 | "Mako==0.5.0", |
|
46 | 46 | "pygments>=1.4", |
|
47 | 47 | "whoosh>=2.3.0,<2.4", |
|
48 | 48 | "celery>=2.2.5,<2.3", |
|
49 | 49 | "babel", |
|
50 | 50 | "python-dateutil>=1.5.0,<2.0.0", |
|
51 | 51 | "dulwich>=0.8.0,<0.9.0", |
|
52 | 52 | "webob==1.0.8", |
|
53 | 53 | "markdown==2.1.1", |
|
54 | 54 | "docutils==0.8.1", |
|
55 | 55 | ] |
|
56 | 56 | |
|
57 | 57 | if __py_version__ < (2, 6): |
|
58 | 58 | requirements.append("simplejson") |
|
59 | 59 | requirements.append("pysqlite") |
|
60 | 60 | |
|
61 | 61 | if __platform__ in PLATFORM_WIN: |
|
62 | 62 | requirements.append("mercurial>=2.1,<2.2") |
|
63 | 63 | else: |
|
64 | 64 | requirements.append("py-bcrypt") |
|
65 | 65 | requirements.append("mercurial>=2.1,<2.2") |
|
66 | 66 | |
|
67 | 67 | |
|
68 | 68 | try: |
|
69 | 69 | from rhodecode.lib import get_current_revision |
|
70 | 70 | _rev = get_current_revision() |
|
71 | 71 | except ImportError: |
|
72 | 72 | # this is needed when doing some setup.py operations |
|
73 | 73 | _rev = False |
|
74 | 74 | |
|
75 | 75 | if len(VERSION) > 3 and _rev: |
|
76 | 76 | __version__ += ' [rev:%s]' % _rev[0] |
|
77 | 77 | |
|
78 | 78 | |
|
79 | 79 | def get_version(): |
|
80 | 80 | """Returns shorter version (digit parts only) as string.""" |
|
81 | 81 | |
|
82 | 82 | return '.'.join((str(each) for each in VERSION[:3])) |
|
83 | 83 | |
|
84 | 84 | BACKENDS = { |
|
85 | 85 | 'hg': 'Mercurial repository', |
|
86 | 86 | 'git': 'Git repository', |
|
87 | 87 | } |
|
88 | 88 | |
|
89 | 89 | CELERY_ON = False |
|
90 | 90 | |
|
91 | 91 | # link to config for pylons |
|
92 | 92 | CONFIG = {} |
General Comments 0
You need to be logged in to leave comments.
Login now