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