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