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