##// END OF EJS Templates
Changelog+Contributors
marcink -
r2859:02e668af beta
parent child Browse files
Show More
@@ -1,27 +1,28 b''
1 1 List of contributors to RhodeCode project:
2 2 Marcin Kuźmiński <marcin@python-works.com>
3 3 Lukasz Balcerzak <lukaszbalcerzak@gmail.com>
4 4 Jason Harris <jason@jasonfharris.com>
5 5 Thayne Harbaugh <thayne@fusionio.com>
6 6 cejones <>
7 7 Thomas Waldmann <tw-public@gmx.de>
8 8 Lorenzo M. Catucci <lorenzo@sancho.ccd.uniroma2.it>
9 9 Dmitri Kuznetsov <>
10 10 Jared Bunting <jared.bunting@peachjean.com>
11 11 Steve Romanow <slestak989@gmail.com>
12 12 Augosto Hermann <augusto.herrmann@planejamento.gov.br>
13 13 Ankit Solanki <ankit.solanki@gmail.com>
14 14 Liad Shani <liadff@gmail.com>
15 15 Les Peabody <lpeabody@gmail.com>
16 16 Jonas Oberschweiber <jonas.oberschweiber@d-velop.de>
17 17 Matt Zuba <matt.zuba@goodwillaz.org>
18 18 Aras Pranckevicius <aras@unity3d.com>
19 19 Tony Bussieres <t.bussieres@gmail.com>
20 20 Erwin Kroon <e.kroon@smartmetersolutions.nl>
21 21 nansenat16 <nansenat16@null.tw>
22 22 Vincent Duvert <vincent@duvert.net>
23 23 Takumi IINO <trot.thunder@gmail.com>
24 24 Indra Talip <indra.talip@gmail.com>
25 25 James Rhodes <jrhodes@redpointsoftware.com.au>
26 26 Dominik Ruf <dominikruf@gmail.com>
27 xpol <xpolife@gmail.com> No newline at end of file
27 xpol <xpolife@gmail.com>
28 Vincent Caron <vcaron@bearstech.com>
@@ -1,784 +1,786 b''
1 1 .. _changelog:
2 2
3 3 =========
4 4 Changelog
5 5 =========
6 6
7 7
8 8 1.4.3 (**2012-XX-XX**)
9 9 ----------------------
10 10
11 11 :status: in-progress
12 12 :branch: beta
13 13
14 14 news
15 15 ++++
16 16
17 - #558 Added config file to hooks extra data
18
17 19 fixes
18 20 +++++
19 21
20 22 1.4.2 (**2012-09-12**)
21 23 ----------------------
22 24
23 25 news
24 26 ++++
25 27
26 28 - added option to menu to quick lock/unlock repository for users that have
27 29 write access to
28 30 - Implemented permissions for writing to repo
29 31 groups. Now only write access to group allows to create a repostiory
30 32 within that group
31 33 - #565 Add support for {netloc} and {scheme} to alternative_gravatar_url
32 34 - updated translation for zh_CN
33 35
34 36 fixes
35 37 +++++
36 38
37 39 - fixed visual permissions check on repos groups inside groups
38 40 - fixed issues with non-ascii search terms in search, and indexers
39 41 - fixed parsing of page number in GET parameters
40 42 - fixed issues with generating pull-request overview for repos with
41 43 bookmarks and tags, also preview doesn't loose chosen revision from
42 44 select dropdown
43 45
44 46 1.4.1 (**2012-09-07**)
45 47 ----------------------
46 48
47 49 news
48 50 ++++
49 51
50 52 - always put a comment about code-review status change even if user send
51 53 empty data
52 54 - modified_on column saves repository update and it's going to be used
53 55 later for light version of main page ref #500
54 56 - pull request notifications send much nicer emails with details about pull
55 57 request
56 58 - #551 show breadcrumbs in summary view for repositories inside a group
57 59
58 60 fixes
59 61 +++++
60 62
61 63 - fixed migrations of permissions that can lead to inconsistency.
62 64 Some users sent feedback that after upgrading from older versions issues
63 65 with updating default permissions occurred. RhodeCode detects that now and
64 66 resets default user permission to initial state if there is a need for that.
65 67 Also forces users to set the default value for new forking permission.
66 68 - #535 improved apache wsgi example configuration in docs
67 69 - fixes #550 mercurial repositories comparision failed when origin repo had
68 70 additional not-common changesets
69 71 - fixed status of code-review in preview windows of pull request
70 72 - git forks were not initialized at bare repos
71 73 - fixes #555 fixes issues with comparing non-related repositories
72 74 - fixes #557 follower counter always counts up
73 75 - fixed issue #560 require push ssl checkbox wasn't shown when option was
74 76 enabled
75 77 - fixed #559
76 78 - fixed issue #559 fixed bug in routing that mapped repo names with <name>_<num> in name as
77 79 if it was a request to url by repository ID
78 80
79 81 1.4.0 (**2012-09-03**)
80 82 ----------------------
81 83
82 84 news
83 85 ++++
84 86
85 87 - new codereview system
86 88 - email map, allowing users to have multiple email addresses mapped into
87 89 their accounts
88 90 - improved git-hook system. Now all actions for git are logged into journal
89 91 including pushed revisions, user and IP address
90 92 - changed setup-app into setup-rhodecode and added default options to it.
91 93 - new git repos are created as bare now by default
92 94 - #464 added links to groups in permission box
93 95 - #465 mentions autocomplete inside comments boxes
94 96 - #469 added --update-only option to whoosh to re-index only given list
95 97 of repos in index
96 98 - rhodecode-api CLI client
97 99 - new git http protocol replaced buggy dulwich implementation.
98 100 Now based on pygrack & gitweb
99 101 - Improved RSS/ATOM feeds. Discoverable by browsers using proper headers, and
100 102 reformated based on user suggestions. Additional rss/atom feeds for user
101 103 journal
102 104 - various i18n improvements
103 105 - #478 permissions overview for admin in user edit view
104 106 - File view now displays small gravatars off all authors of given file
105 107 - Implemented landing revisions. Each repository will get landing_rev attribute
106 108 that defines 'default' revision/branch for generating readme files
107 109 - Implemented #509, RhodeCode enforces SSL for push/pulling if requested at
108 110 earliest possible call.
109 111 - Import remote svn repositories to mercurial using hgsubversion.
110 112 - Fixed #508 RhodeCode now has a option to explicitly set forking permissions
111 113 - RhodeCode can use alternative server for generating avatar icons
112 114 - implemented repositories locking. Pull locks, push unlocks. Also can be done
113 115 via API calls
114 116 - #538 form for permissions can handle multiple users at once
115 117
116 118 fixes
117 119 +++++
118 120
119 121 - improved translations
120 122 - fixes issue #455 Creating an archive generates an exception on Windows
121 123 - fixes #448 Download ZIP archive keeps file in /tmp open and results
122 124 in out of disk space
123 125 - fixes issue #454 Search results under Windows include proceeding
124 126 backslash
125 127 - fixed issue #450. Rhodecode no longer will crash when bad revision is
126 128 present in journal data.
127 129 - fix for issue #417, git execution was broken on windows for certain
128 130 commands.
129 131 - fixed #413. Don't disable .git directory for bare repos on deleting
130 132 - fixed issue #459. Changed the way of obtaining logger in reindex task.
131 133 - fixed #453 added ID field in whoosh SCHEMA that solves the issue of
132 134 reindexing modified files
133 135 - fixed #481 rhodecode emails are sent without Date header
134 136 - fixed #458 wrong count when no repos are present
135 137 - fixed issue #492 missing `\ No newline at end of file` test at the end of
136 138 new chunk in html diff
137 139 - full text search now works also for commit messages
138 140
139 141 1.3.6 (**2012-05-17**)
140 142 ----------------------
141 143
142 144 news
143 145 ++++
144 146
145 147 - chinese traditional translation
146 148 - changed setup-app into setup-rhodecode and added arguments for auto-setup
147 149 mode that doesn't need user interaction
148 150
149 151 fixes
150 152 +++++
151 153
152 154 - fixed no scm found warning
153 155 - fixed __future__ import error on rcextensions
154 156 - made simplejson required lib for speedup on JSON encoding
155 157 - fixes #449 bad regex could get more than revisions from parsing history
156 158 - don't clear DB session when CELERY_EAGER is turned ON
157 159
158 160 1.3.5 (**2012-05-10**)
159 161 ----------------------
160 162
161 163 news
162 164 ++++
163 165
164 166 - use ext_json for json module
165 167 - unified annotation view with file source view
166 168 - notification improvements, better inbox + css
167 169 - #419 don't strip passwords for login forms, make rhodecode
168 170 more compatible with LDAP servers
169 171 - Added HTTP_X_FORWARDED_FOR as another method of extracting
170 172 IP for pull/push logs. - moved all to base controller
171 173 - #415: Adding comment to changeset causes reload.
172 174 Comments are now added via ajax and doesn't reload the page
173 175 - #374 LDAP config is discarded when LDAP can't be activated
174 176 - limited push/pull operations are now logged for git in the journal
175 177 - bumped mercurial to 2.2.X series
176 178 - added support for displaying submodules in file-browser
177 179 - #421 added bookmarks in changelog view
178 180
179 181 fixes
180 182 +++++
181 183
182 184 - fixed dev-version marker for stable when served from source codes
183 185 - fixed missing permission checks on show forks page
184 186 - #418 cast to unicode fixes in notification objects
185 187 - #426 fixed mention extracting regex
186 188 - fixed remote-pulling for git remotes remopositories
187 189 - fixed #434: Error when accessing files or changesets of a git repository
188 190 with submodules
189 191 - fixed issue with empty APIKEYS for users after registration ref. #438
190 192 - fixed issue with getting README files from git repositories
191 193
192 194 1.3.4 (**2012-03-28**)
193 195 ----------------------
194 196
195 197 news
196 198 ++++
197 199
198 200 - Whoosh logging is now controlled by the .ini files logging setup
199 201 - added clone-url into edit form on /settings page
200 202 - added help text into repo add/edit forms
201 203 - created rcextensions module with additional mappings (ref #322) and
202 204 post push/pull/create repo hooks callbacks
203 205 - implemented #377 Users view for his own permissions on account page
204 206 - #399 added inheritance of permissions for users group on repos groups
205 207 - #401 repository group is automatically pre-selected when adding repos
206 208 inside a repository group
207 209 - added alternative HTTP 403 response when client failed to authenticate. Helps
208 210 solving issues with Mercurial and LDAP
209 211 - #402 removed group prefix from repository name when listing repositories
210 212 inside a group
211 213 - added gravatars into permission view and permissions autocomplete
212 214 - #347 when running multiple RhodeCode instances, properly invalidates cache
213 215 for all registered servers
214 216
215 217 fixes
216 218 +++++
217 219
218 220 - fixed #390 cache invalidation problems on repos inside group
219 221 - fixed #385 clone by ID url was loosing proxy prefix in URL
220 222 - fixed some unicode problems with waitress
221 223 - fixed issue with escaping < and > in changeset commits
222 224 - fixed error occurring during recursive group creation in API
223 225 create_repo function
224 226 - fixed #393 py2.5 fixes for routes url generator
225 227 - fixed #397 Private repository groups shows up before login
226 228 - fixed #396 fixed problems with revoking users in nested groups
227 229 - fixed mysql unicode issues + specified InnoDB as default engine with
228 230 utf8 charset
229 231 - #406 trim long branch/tag names in changelog to not break UI
230 232
231 233 1.3.3 (**2012-03-02**)
232 234 ----------------------
233 235
234 236 news
235 237 ++++
236 238
237 239
238 240 fixes
239 241 +++++
240 242
241 243 - fixed some python2.5 compatibility issues
242 244 - fixed issues with removed repos was accidentally added as groups, after
243 245 full rescan of paths
244 246 - fixes #376 Cannot edit user (using container auth)
245 247 - fixes #378 Invalid image urls on changeset screen with proxy-prefix
246 248 configuration
247 249 - fixed initial sorting of repos inside repo group
248 250 - fixes issue when user tried to resubmit same permission into user/user_groups
249 251 - bumped beaker version that fixes #375 leap error bug
250 252 - fixed raw_changeset for git. It was generated with hg patch headers
251 253 - fixed vcs issue with last_changeset for filenodes
252 254 - fixed missing commit after hook delete
253 255 - fixed #372 issues with git operation detection that caused a security issue
254 256 for git repos
255 257
256 258 1.3.2 (**2012-02-28**)
257 259 ----------------------
258 260
259 261 news
260 262 ++++
261 263
262 264
263 265 fixes
264 266 +++++
265 267
266 268 - fixed git protocol issues with repos-groups
267 269 - fixed git remote repos validator that prevented from cloning remote git repos
268 270 - fixes #370 ending slashes fixes for repo and groups
269 271 - fixes #368 improved git-protocol detection to handle other clients
270 272 - fixes #366 When Setting Repository Group To Blank Repo Group Wont Be
271 273 Moved To Root
272 274 - fixes #371 fixed issues with beaker/sqlalchemy and non-ascii cache keys
273 275 - fixed #373 missing cascade drop on user_group_to_perm table
274 276
275 277 1.3.1 (**2012-02-27**)
276 278 ----------------------
277 279
278 280 news
279 281 ++++
280 282
281 283
282 284 fixes
283 285 +++++
284 286
285 287 - redirection loop occurs when remember-me wasn't checked during login
286 288 - fixes issues with git blob history generation
287 289 - don't fetch branch for git in file history dropdown. Causes unneeded slowness
288 290
289 291 1.3.0 (**2012-02-26**)
290 292 ----------------------
291 293
292 294 news
293 295 ++++
294 296
295 297 - code review, inspired by github code-comments
296 298 - #215 rst and markdown README files support
297 299 - #252 Container-based and proxy pass-through authentication support
298 300 - #44 branch browser. Filtering of changelog by branches
299 301 - mercurial bookmarks support
300 302 - new hover top menu, optimized to add maximum size for important views
301 303 - configurable clone url template with possibility to specify protocol like
302 304 ssh:// or http:// and also manually alter other parts of clone_url.
303 305 - enabled largefiles extension by default
304 306 - optimized summary file pages and saved a lot of unused space in them
305 307 - #239 option to manually mark repository as fork
306 308 - #320 mapping of commit authors to RhodeCode users
307 309 - #304 hashes are displayed using monospace font
308 310 - diff configuration, toggle white lines and context lines
309 311 - #307 configurable diffs, whitespace toggle, increasing context lines
310 312 - sorting on branches, tags and bookmarks using YUI datatable
311 313 - improved file filter on files page
312 314 - implements #330 api method for listing nodes ar particular revision
313 315 - #73 added linking issues in commit messages to chosen issue tracker url
314 316 based on user defined regular expression
315 317 - added linking of changesets in commit messages
316 318 - new compact changelog with expandable commit messages
317 319 - firstname and lastname are optional in user creation
318 320 - #348 added post-create repository hook
319 321 - #212 global encoding settings is now configurable from .ini files
320 322 - #227 added repository groups permissions
321 323 - markdown gets codehilite extensions
322 324 - new API methods, delete_repositories, grante/revoke permissions for groups
323 325 and repos
324 326
325 327
326 328 fixes
327 329 +++++
328 330
329 331 - rewrote dbsession management for atomic operations, and better error handling
330 332 - fixed sorting of repo tables
331 333 - #326 escape of special html entities in diffs
332 334 - normalized user_name => username in api attributes
333 335 - fixes #298 ldap created users with mixed case emails created conflicts
334 336 on saving a form
335 337 - fixes issue when owner of a repo couldn't revoke permissions for users
336 338 and groups
337 339 - fixes #271 rare JSON serialization problem with statistics
338 340 - fixes #337 missing validation check for conflicting names of a group with a
339 341 repositories group
340 342 - #340 fixed session problem for mysql and celery tasks
341 343 - fixed #331 RhodeCode mangles repository names if the a repository group
342 344 contains the "full path" to the repositories
343 345 - #355 RhodeCode doesn't store encrypted LDAP passwords
344 346
345 347 1.2.5 (**2012-01-28**)
346 348 ----------------------
347 349
348 350 news
349 351 ++++
350 352
351 353 fixes
352 354 +++++
353 355
354 356 - #340 Celery complains about MySQL server gone away, added session cleanup
355 357 for celery tasks
356 358 - #341 "scanning for repositories in None" log message during Rescan was missing
357 359 a parameter
358 360 - fixed creating archives with subrepos. Some hooks were triggered during that
359 361 operation leading to crash.
360 362 - fixed missing email in account page.
361 363 - Reverted Mercurial to 2.0.1 for windows due to bug in Mercurial that makes
362 364 forking on windows impossible
363 365
364 366 1.2.4 (**2012-01-19**)
365 367 ----------------------
366 368
367 369 news
368 370 ++++
369 371
370 372 - RhodeCode is bundled with mercurial series 2.0.X by default, with
371 373 full support to largefiles extension. Enabled by default in new installations
372 374 - #329 Ability to Add/Remove Groups to/from a Repository via AP
373 375 - added requires.txt file with requirements
374 376
375 377 fixes
376 378 +++++
377 379
378 380 - fixes db session issues with celery when emailing admins
379 381 - #331 RhodeCode mangles repository names if the a repository group
380 382 contains the "full path" to the repositories
381 383 - #298 Conflicting e-mail addresses for LDAP and RhodeCode users
382 384 - DB session cleanup after hg protocol operations, fixes issues with
383 385 `mysql has gone away` errors
384 386 - #333 doc fixes for get_repo api function
385 387 - #271 rare JSON serialization problem with statistics enabled
386 388 - #337 Fixes issues with validation of repository name conflicting with
387 389 a group name. A proper message is now displayed.
388 390 - #292 made ldap_dn in user edit readonly, to get rid of confusion that field
389 391 doesn't work
390 392 - #316 fixes issues with web description in hgrc files
391 393
392 394 1.2.3 (**2011-11-02**)
393 395 ----------------------
394 396
395 397 news
396 398 ++++
397 399
398 400 - added option to manage repos group for non admin users
399 401 - added following API methods for get_users, create_user, get_users_groups,
400 402 get_users_group, create_users_group, add_user_to_users_groups, get_repos,
401 403 get_repo, create_repo, add_user_to_repo
402 404 - implements #237 added password confirmation for my account
403 405 and admin edit user.
404 406 - implements #291 email notification for global events are now sent to all
405 407 administrator users, and global config email.
406 408
407 409 fixes
408 410 +++++
409 411
410 412 - added option for passing auth method for smtp mailer
411 413 - #276 issue with adding a single user with id>10 to usergroups
412 414 - #277 fixes windows LDAP settings in which missing values breaks the ldap auth
413 415 - #288 fixes managing of repos in a group for non admin user
414 416
415 417 1.2.2 (**2011-10-17**)
416 418 ----------------------
417 419
418 420 news
419 421 ++++
420 422
421 423 - #226 repo groups are available by path instead of numerical id
422 424
423 425 fixes
424 426 +++++
425 427
426 428 - #259 Groups with the same name but with different parent group
427 429 - #260 Put repo in group, then move group to another group -> repo becomes unavailable
428 430 - #258 RhodeCode 1.2 assumes egg folder is writable (lockfiles problems)
429 431 - #265 ldap save fails sometimes on converting attributes to booleans,
430 432 added getter and setter into model that will prevent from this on db model level
431 433 - fixed problems with timestamps issues #251 and #213
432 434 - fixes #266 RhodeCode allows to create repo with the same name and in
433 435 the same parent as group
434 436 - fixes #245 Rescan of the repositories on Windows
435 437 - fixes #248 cannot edit repos inside a group on windows
436 438 - fixes #219 forking problems on windows
437 439
438 440 1.2.1 (**2011-10-08**)
439 441 ----------------------
440 442
441 443 news
442 444 ++++
443 445
444 446
445 447 fixes
446 448 +++++
447 449
448 450 - fixed problems with basic auth and push problems
449 451 - gui fixes
450 452 - fixed logger
451 453
452 454 1.2.0 (**2011-10-07**)
453 455 ----------------------
454 456
455 457 news
456 458 ++++
457 459
458 460 - implemented #47 repository groups
459 461 - implemented #89 Can setup google analytics code from settings menu
460 462 - implemented #91 added nicer looking archive urls with more download options
461 463 like tags, branches
462 464 - implemented #44 into file browsing, and added follow branch option
463 465 - implemented #84 downloads can be enabled/disabled for each repository
464 466 - anonymous repository can be cloned without having to pass default:default
465 467 into clone url
466 468 - fixed #90 whoosh indexer can index chooses repositories passed in command
467 469 line
468 470 - extended journal with day aggregates and paging
469 471 - implemented #107 source code lines highlight ranges
470 472 - implemented #93 customizable changelog on combined revision ranges -
471 473 equivalent of githubs compare view
472 474 - implemented #108 extended and more powerful LDAP configuration
473 475 - implemented #56 users groups
474 476 - major code rewrites optimized codes for speed and memory usage
475 477 - raw and diff downloads are now in git format
476 478 - setup command checks for write access to given path
477 479 - fixed many issues with international characters and unicode. It uses utf8
478 480 decode with replace to provide less errors even with non utf8 encoded strings
479 481 - #125 added API KEY access to feeds
480 482 - #109 Repository can be created from external Mercurial link (aka. remote
481 483 repository, and manually updated (via pull) from admin panel
482 484 - beta git support - push/pull server + basic view for git repos
483 485 - added followers page and forks page
484 486 - server side file creation (with binary file upload interface)
485 487 and edition with commits powered by codemirror
486 488 - #111 file browser file finder, quick lookup files on whole file tree
487 489 - added quick login sliding menu into main page
488 490 - changelog uses lazy loading of affected files details, in some scenarios
489 491 this can improve speed of changelog page dramatically especially for
490 492 larger repositories.
491 493 - implements #214 added support for downloading subrepos in download menu.
492 494 - Added basic API for direct operations on rhodecode via JSON
493 495 - Implemented advanced hook management
494 496
495 497 fixes
496 498 +++++
497 499
498 500 - fixed file browser bug, when switching into given form revision the url was
499 501 not changing
500 502 - fixed propagation to error controller on simplehg and simplegit middlewares
501 503 - fixed error when trying to make a download on empty repository
502 504 - fixed problem with '[' chars in commit messages in journal
503 505 - fixed #99 Unicode errors, on file node paths with non utf-8 characters
504 506 - journal fork fixes
505 507 - removed issue with space inside renamed repository after deletion
506 508 - fixed strange issue on formencode imports
507 509 - fixed #126 Deleting repository on Windows, rename used incompatible chars.
508 510 - #150 fixes for errors on repositories mapped in db but corrupted in
509 511 filesystem
510 512 - fixed problem with ascendant characters in realm #181
511 513 - fixed problem with sqlite file based database connection pool
512 514 - whoosh indexer and code stats share the same dynamic extensions map
513 515 - fixes #188 - relationship delete of repo_to_perm entry on user removal
514 516 - fixes issue #189 Trending source files shows "show more" when no more exist
515 517 - fixes issue #197 Relative paths for pidlocks
516 518 - fixes issue #198 password will require only 3 chars now for login form
517 519 - fixes issue #199 wrong redirection for non admin users after creating a repository
518 520 - fixes issues #202, bad db constraint made impossible to attach same group
519 521 more than one time. Affects only mysql/postgres
520 522 - fixes #218 os.kill patch for windows was missing sig param
521 523 - improved rendering of dag (they are not trimmed anymore when number of
522 524 heads exceeds 5)
523 525
524 526 1.1.8 (**2011-04-12**)
525 527 ----------------------
526 528
527 529 news
528 530 ++++
529 531
530 532 - improved windows support
531 533
532 534 fixes
533 535 +++++
534 536
535 537 - fixed #140 freeze of python dateutil library, since new version is python2.x
536 538 incompatible
537 539 - setup-app will check for write permission in given path
538 540 - cleaned up license info issue #149
539 541 - fixes for issues #137,#116 and problems with unicode and accented characters.
540 542 - fixes crashes on gravatar, when passed in email as unicode
541 543 - fixed tooltip flickering problems
542 544 - fixed came_from redirection on windows
543 545 - fixed logging modules, and sql formatters
544 546 - windows fixes for os.kill issue #133
545 547 - fixes path splitting for windows issues #148
546 548 - fixed issue #143 wrong import on migration to 1.1.X
547 549 - fixed problems with displaying binary files, thanks to Thomas Waldmann
548 550 - removed name from archive files since it's breaking ui for long repo names
549 551 - fixed issue with archive headers sent to browser, thanks to Thomas Waldmann
550 552 - fixed compatibility for 1024px displays, and larger dpi settings, thanks to
551 553 Thomas Waldmann
552 554 - fixed issue #166 summary pager was skipping 10 revisions on second page
553 555
554 556
555 557 1.1.7 (**2011-03-23**)
556 558 ----------------------
557 559
558 560 news
559 561 ++++
560 562
561 563 fixes
562 564 +++++
563 565
564 566 - fixed (again) #136 installation support for FreeBSD
565 567
566 568
567 569 1.1.6 (**2011-03-21**)
568 570 ----------------------
569 571
570 572 news
571 573 ++++
572 574
573 575 fixes
574 576 +++++
575 577
576 578 - fixed #136 installation support for FreeBSD
577 579 - RhodeCode will check for python version during installation
578 580
579 581 1.1.5 (**2011-03-17**)
580 582 ----------------------
581 583
582 584 news
583 585 ++++
584 586
585 587 - basic windows support, by exchanging pybcrypt into sha256 for windows only
586 588 highly inspired by idea of mantis406
587 589
588 590 fixes
589 591 +++++
590 592
591 593 - fixed sorting by author in main page
592 594 - fixed crashes with diffs on binary files
593 595 - fixed #131 problem with boolean values for LDAP
594 596 - fixed #122 mysql problems thanks to striker69
595 597 - fixed problem with errors on calling raw/raw_files/annotate functions
596 598 with unknown revisions
597 599 - fixed returned rawfiles attachment names with international character
598 600 - cleaned out docs, big thanks to Jason Harris
599 601
600 602 1.1.4 (**2011-02-19**)
601 603 ----------------------
602 604
603 605 news
604 606 ++++
605 607
606 608 fixes
607 609 +++++
608 610
609 611 - fixed formencode import problem on settings page, that caused server crash
610 612 when that page was accessed as first after server start
611 613 - journal fixes
612 614 - fixed option to access repository just by entering http://server/<repo_name>
613 615
614 616 1.1.3 (**2011-02-16**)
615 617 ----------------------
616 618
617 619 news
618 620 ++++
619 621
620 622 - implemented #102 allowing the '.' character in username
621 623 - added option to access repository just by entering http://server/<repo_name>
622 624 - celery task ignores result for better performance
623 625
624 626 fixes
625 627 +++++
626 628
627 629 - fixed ehlo command and non auth mail servers on smtp_lib. Thanks to
628 630 apollo13 and Johan Walles
629 631 - small fixes in journal
630 632 - fixed problems with getting setting for celery from .ini files
631 633 - registration, password reset and login boxes share the same title as main
632 634 application now
633 635 - fixed #113: to high permissions to fork repository
634 636 - fixed problem with '[' chars in commit messages in journal
635 637 - removed issue with space inside renamed repository after deletion
636 638 - db transaction fixes when filesystem repository creation failed
637 639 - fixed #106 relation issues on databases different than sqlite
638 640 - fixed static files paths links to use of url() method
639 641
640 642 1.1.2 (**2011-01-12**)
641 643 ----------------------
642 644
643 645 news
644 646 ++++
645 647
646 648
647 649 fixes
648 650 +++++
649 651
650 652 - fixes #98 protection against float division of percentage stats
651 653 - fixed graph bug
652 654 - forced webhelpers version since it was making troubles during installation
653 655
654 656 1.1.1 (**2011-01-06**)
655 657 ----------------------
656 658
657 659 news
658 660 ++++
659 661
660 662 - added force https option into ini files for easier https usage (no need to
661 663 set server headers with this options)
662 664 - small css updates
663 665
664 666 fixes
665 667 +++++
666 668
667 669 - fixed #96 redirect loop on files view on repositories without changesets
668 670 - fixed #97 unicode string passed into server header in special cases (mod_wsgi)
669 671 and server crashed with errors
670 672 - fixed large tooltips problems on main page
671 673 - fixed #92 whoosh indexer is more error proof
672 674
673 675 1.1.0 (**2010-12-18**)
674 676 ----------------------
675 677
676 678 news
677 679 ++++
678 680
679 681 - rewrite of internals for vcs >=0.1.10
680 682 - uses mercurial 1.7 with dotencode disabled for maintaining compatibility
681 683 with older clients
682 684 - anonymous access, authentication via ldap
683 685 - performance upgrade for cached repos list - each repository has its own
684 686 cache that's invalidated when needed.
685 687 - performance upgrades on repositories with large amount of commits (20K+)
686 688 - main page quick filter for filtering repositories
687 689 - user dashboards with ability to follow chosen repositories actions
688 690 - sends email to admin on new user registration
689 691 - added cache/statistics reset options into repository settings
690 692 - more detailed action logger (based on hooks) with pushed changesets lists
691 693 and options to disable those hooks from admin panel
692 694 - introduced new enhanced changelog for merges that shows more accurate results
693 695 - new improved and faster code stats (based on pygments lexers mapping tables,
694 696 showing up to 10 trending sources for each repository. Additionally stats
695 697 can be disabled in repository settings.
696 698 - gui optimizations, fixed application width to 1024px
697 699 - added cut off (for large files/changesets) limit into config files
698 700 - whoosh, celeryd, upgrade moved to paster command
699 701 - other than sqlite database backends can be used
700 702
701 703 fixes
702 704 +++++
703 705
704 706 - fixes #61 forked repo was showing only after cache expired
705 707 - fixes #76 no confirmation on user deletes
706 708 - fixes #66 Name field misspelled
707 709 - fixes #72 block user removal when he owns repositories
708 710 - fixes #69 added password confirmation fields
709 711 - fixes #87 RhodeCode crashes occasionally on updating repository owner
710 712 - fixes #82 broken annotations on files with more than 1 blank line at the end
711 713 - a lot of fixes and tweaks for file browser
712 714 - fixed detached session issues
713 715 - fixed when user had no repos he would see all repos listed in my account
714 716 - fixed ui() instance bug when global hgrc settings was loaded for server
715 717 instance and all hgrc options were merged with our db ui() object
716 718 - numerous small bugfixes
717 719
718 720 (special thanks for TkSoh for detailed feedback)
719 721
720 722
721 723 1.0.2 (**2010-11-12**)
722 724 ----------------------
723 725
724 726 news
725 727 ++++
726 728
727 729 - tested under python2.7
728 730 - bumped sqlalchemy and celery versions
729 731
730 732 fixes
731 733 +++++
732 734
733 735 - fixed #59 missing graph.js
734 736 - fixed repo_size crash when repository had broken symlinks
735 737 - fixed python2.5 crashes.
736 738
737 739
738 740 1.0.1 (**2010-11-10**)
739 741 ----------------------
740 742
741 743 news
742 744 ++++
743 745
744 746 - small css updated
745 747
746 748 fixes
747 749 +++++
748 750
749 751 - fixed #53 python2.5 incompatible enumerate calls
750 752 - fixed #52 disable mercurial extension for web
751 753 - fixed #51 deleting repositories don't delete it's dependent objects
752 754
753 755
754 756 1.0.0 (**2010-11-02**)
755 757 ----------------------
756 758
757 759 - security bugfix simplehg wasn't checking for permissions on commands
758 760 other than pull or push.
759 761 - fixed doubled messages after push or pull in admin journal
760 762 - templating and css corrections, fixed repo switcher on chrome, updated titles
761 763 - admin menu accessible from options menu on repository view
762 764 - permissions cached queries
763 765
764 766 1.0.0rc4 (**2010-10-12**)
765 767 --------------------------
766 768
767 769 - fixed python2.5 missing simplejson imports (thanks to Jens Bäckman)
768 770 - removed cache_manager settings from sqlalchemy meta
769 771 - added sqlalchemy cache settings to ini files
770 772 - validated password length and added second try of failure on paster setup-app
771 773 - fixed setup database destroy prompt even when there was no db
772 774
773 775
774 776 1.0.0rc3 (**2010-10-11**)
775 777 -------------------------
776 778
777 779 - fixed i18n during installation.
778 780
779 781 1.0.0rc2 (**2010-10-11**)
780 782 -------------------------
781 783
782 784 - Disabled dirsize in file browser, it's causing nasty bug when dir renames
783 785 occure. After vcs is fixed it'll be put back again.
784 786 - 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