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