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