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