##// END OF EJS Templates
updated changelog
marcink -
r4094:8f667582 default
parent child Browse files
Show More
@@ -4,6 +4,42 b''
4 4 Changelog
5 5 =========
6 6
7
8 1.7.2 (**2013-07-XX**)
9 ----------------------
10
11 news
12 ++++
13
14 - Added handling of copied files in diffs
15 - Implemented issue #387 side-by-side diffs view
16 - Added option to specify other than official bugtracker url to post issues
17 with RhodeCode.
18 - Markdown renderer now uses github flavored syntax with a better newline handling
19 - Added User pre-create, create and delete hooks for rcextensions.
20 - Branch selectors: show closed branches too for Mercurial
21 - Updated codemirror to latest version and added syntax coloring dropdown for
22 various languages CodeMirror supports
23 - Added --no-public-access / --public-access flags into setup-rhodecode
24 command to enable setup without public access
25 - Various small updates to pull requests
26 - Bumped Mercurial version to latest
27 - Diffs view doesn't show content of delete files anymore.
28
29 fixes
30 +++++
31
32 - Added missing __get_cs_or_redirect method for file history.
33 Fixes issue with displaying a history of file that is not present at tip.
34 - Pull request: urlify description and fix javascript injection
35 - Fixed some missing IP extraction for action logger
36 - Fixed bug with log_delete hook didn't properly store
37 user who triggered delete action
38 - Fixed show as raw link for private gists
39 - Fixes issue #860. IMC web commits poisoned caches when they failed with commit.
40 - Fixes issue #856 file upload >1000 bytes on windows throws exception.
41
42
7 43 1.7.1 (**2013-06-13**)
8 44 ----------------------
9 45
@@ -23,6 +59,7 b' fixes'
23 59 expiration dates not work properly on mysql.
24 60 - Fixed issue with ldap enable/disable flag
25 61
62
26 63 1.7.0 (**2013-06-08**)
27 64 ----------------------
28 65
@@ -62,6 +99,7 b' fixes'
62 99 - Fixed #851 and #563 make-index crashes on non-ascii files.
63 100 - Fixes #852, flash messages had issies with non-ascii messages
64 101
102
65 103 1.6.0 (**2013-05-12**)
66 104 ----------------------
67 105
@@ -82,6 +120,7 b' fixes'
82 120 - Fixed issue with web-editor that didn't preserve executable bit
83 121 after editing files
84 122
123
85 124 1.6.0rc1 (**2013-04-07**)
86 125 -------------------------
87 126
@@ -158,6 +197,7 b' fixes'
158 197 - Fixed multiple IP addresses in each of extracted IP.
159 198 - Lot of other small bug fixes and improvements.
160 199
200
161 201 1.5.4 (**2013-03-13**)
162 202 ----------------------
163 203
@@ -179,6 +219,7 b' fixes'
179 219 - disallow cloning from file:/// URIs
180 220 - handle all cases with multiple IP addresses in proxy headers
181 221
222
182 223 1.5.3 (**2013-02-12**)
183 224 ----------------------
184 225
@@ -199,6 +240,7 b' fixes'
199 240 were initial commits
200 241 - recursive mode of setting permission skips private repositories
201 242
243
202 244 1.5.2 (**2013-01-14**)
203 245 ----------------------
204 246
@@ -232,6 +274,7 b' fixes'
232 274 - fixed issue #702 API methods without arguments fail when "args":null
233 275 - set the status of changesets initially on pull request. Fixes issues #690 and #587
234 276
277
235 278 1.5.1 (**2012-12-13**)
236 279 ----------------------
237 280
@@ -251,6 +294,7 b' fixes'
251 294 - #683 fixed difference between messages about not mapped repositories
252 295 - email: fail nicely when no SMTP server has been configured
253 296
297
254 298 1.5.0 (**2012-12-12**)
255 299 ----------------------
256 300
@@ -315,6 +359,7 b' fixes'
315 359 - fixed issues with recursive scans on removed repositories that could take
316 360 long time on instance start
317 361
362
318 363 1.4.4 (**2012-10-08**)
319 364 ----------------------
320 365
@@ -345,6 +390,7 b' fixes'
345 390 - fixed #597 commits in future get negative age.
346 391 - fixed #598 API docs methods had wrong members parameter as returned data
347 392
393
348 394 1.4.3 (**2012-09-28**)
349 395 ----------------------
350 396
@@ -364,6 +410,7 b' fixes'
364 410 hooks to execute within same Python as RhodeCode
365 411 - fixed issue with Git bare repos that ends with .git in name
366 412
413
367 414 1.4.2 (**2012-09-12**)
368 415 ----------------------
369 416
@@ -388,6 +435,7 b' fixes'
388 435 bookmarks and tags, also preview doesn't loose chosen revision from
389 436 select dropdown
390 437
438
391 439 1.4.1 (**2012-09-07**)
392 440 ----------------------
393 441
@@ -423,6 +471,7 b' fixes'
423 471 - fixed issue #559 fixed bug in routing that mapped repo names with <name>_<num> in name as
424 472 if it was a request to url by repository ID
425 473
474
426 475 1.4.0 (**2012-09-03**)
427 476 ----------------------
428 477
@@ -483,6 +532,7 b' fixes'
483 532 new chunk in html diff
484 533 - full text search now works also for commit messages
485 534
535
486 536 1.3.6 (**2012-05-17**)
487 537 ----------------------
488 538
@@ -502,6 +552,7 b' fixes'
502 552 - fixes #449 bad regex could get more than revisions from parsing history
503 553 - don't clear DB session when CELERY_EAGER is turned ON
504 554
555
505 556 1.3.5 (**2012-05-10**)
506 557 ----------------------
507 558
@@ -536,6 +587,7 b' fixes'
536 587 - fixed issue with empty APIKEYS for users after registration ref. #438
537 588 - fixed issue with getting README files from git repositories
538 589
590
539 591 1.3.4 (**2012-03-28**)
540 592 ----------------------
541 593
@@ -575,6 +627,7 b' fixes'
575 627 utf8 charset
576 628 - #406 trim long branch/tag names in changelog to not break UI
577 629
630
578 631 1.3.3 (**2012-03-02**)
579 632 ----------------------
580 633
@@ -600,6 +653,7 b' fixes'
600 653 - fixed #372 issues with git operation detection that caused a security issue
601 654 for git repos
602 655
656
603 657 1.3.2 (**2012-02-28**)
604 658 ----------------------
605 659
@@ -619,6 +673,7 b' fixes'
619 673 - fixes #371 fixed issues with beaker/sqlalchemy and non-ascii cache keys
620 674 - fixed #373 missing cascade drop on user_group_to_perm table
621 675
676
622 677 1.3.1 (**2012-02-27**)
623 678 ----------------------
624 679
@@ -633,6 +688,7 b' fixes'
633 688 - fixes issues with git blob history generation
634 689 - don't fetch branch for git in file history dropdown. Causes unneeded slowness
635 690
691
636 692 1.3.0 (**2012-02-26**)
637 693 ----------------------
638 694
@@ -689,6 +745,7 b' fixes'
689 745 contains the "full path" to the repositories
690 746 - #355 RhodeCode doesn't store encrypted LDAP passwords
691 747
748
692 749 1.2.5 (**2012-01-28**)
693 750 ----------------------
694 751
@@ -708,6 +765,7 b' fixes'
708 765 - Reverted Mercurial to 2.0.1 for windows due to bug in Mercurial that makes
709 766 forking on windows impossible
710 767
768
711 769 1.2.4 (**2012-01-19**)
712 770 ----------------------
713 771
@@ -736,6 +794,7 b' fixes'
736 794 doesn't work
737 795 - #316 fixes issues with web description in hgrc files
738 796
797
739 798 1.2.3 (**2011-11-02**)
740 799 ----------------------
741 800
@@ -759,6 +818,7 b' fixes'
759 818 - #277 fixes windows LDAP settings in which missing values breaks the ldap auth
760 819 - #288 fixes managing of repos in a group for non admin user
761 820
821
762 822 1.2.2 (**2011-10-17**)
763 823 ----------------------
764 824
@@ -782,6 +842,7 b' fixes'
782 842 - fixes #248 cannot edit repos inside a group on windows
783 843 - fixes #219 forking problems on windows
784 844
845
785 846 1.2.1 (**2011-10-08**)
786 847 ----------------------
787 848
@@ -796,6 +857,7 b' fixes'
796 857 - gui fixes
797 858 - fixed logger
798 859
860
799 861 1.2.0 (**2011-10-07**)
800 862 ----------------------
801 863
@@ -868,6 +930,7 b' fixes'
868 930 - improved rendering of dag (they are not trimmed anymore when number of
869 931 heads exceeds 5)
870 932
933
871 934 1.1.8 (**2011-04-12**)
872 935 ----------------------
873 936
@@ -923,6 +986,7 b' fixes'
923 986 - fixed #136 installation support for FreeBSD
924 987 - RhodeCode will check for python version during installation
925 988
989
926 990 1.1.5 (**2011-03-17**)
927 991 ----------------------
928 992
@@ -944,6 +1008,7 b' fixes'
944 1008 - fixed returned rawfiles attachment names with international character
945 1009 - cleaned out docs, big thanks to Jason Harris
946 1010
1011
947 1012 1.1.4 (**2011-02-19**)
948 1013 ----------------------
949 1014
@@ -958,6 +1023,7 b' fixes'
958 1023 - journal fixes
959 1024 - fixed option to access repository just by entering http://server/<repo_name>
960 1025
1026
961 1027 1.1.3 (**2011-02-16**)
962 1028 ----------------------
963 1029
@@ -984,6 +1050,7 b' fixes'
984 1050 - fixed #106 relation issues on databases different than sqlite
985 1051 - fixed static files paths links to use of url() method
986 1052
1053
987 1054 1.1.2 (**2011-01-12**)
988 1055 ----------------------
989 1056
@@ -998,6 +1065,7 b' fixes'
998 1065 - fixed graph bug
999 1066 - forced webhelpers version since it was making troubles during installation
1000 1067
1068
1001 1069 1.1.1 (**2011-01-06**)
1002 1070 ----------------------
1003 1071
@@ -1017,6 +1085,7 b' fixes'
1017 1085 - fixed large tooltips problems on main page
1018 1086 - fixed #92 whoosh indexer is more error proof
1019 1087
1088
1020 1089 1.1.0 (**2010-12-18**)
1021 1090 ----------------------
1022 1091
@@ -1101,6 +1170,12 b' fixes'
1101 1170 1.0.0 (**2010-11-02**)
1102 1171 ----------------------
1103 1172
1173 news
1174 ++++
1175
1176
1177 fixes
1178 +++++
1104 1179 - security bugfix simplehg wasn't checking for permissions on commands
1105 1180 other than pull or push.
1106 1181 - fixed doubled messages after push or pull in admin journal
@@ -1108,9 +1183,16 b' 1.0.0 (**2010-11-02**)'
1108 1183 - admin menu accessible from options menu on repository view
1109 1184 - permissions cached queries
1110 1185
1186
1111 1187 1.0.0rc4 (**2010-10-12**)
1112 1188 --------------------------
1113 1189
1190 news
1191 ++++
1192
1193
1194 fixes
1195 +++++
1114 1196 - fixed python2.5 missing simplejson imports (thanks to Jens Bäckman)
1115 1197 - removed cache_manager settings from sqlalchemy meta
1116 1198 - added sqlalchemy cache settings to ini files
@@ -1121,11 +1203,26 b' 1.0.0rc4 (**2010-10-12**)'
1121 1203 1.0.0rc3 (**2010-10-11**)
1122 1204 -------------------------
1123 1205
1206 news
1207 ++++
1208
1209
1210 fixes
1211 +++++
1212
1124 1213 - fixed i18n during installation.
1125 1214
1215
1126 1216 1.0.0rc2 (**2010-10-11**)
1127 1217 -------------------------
1128 1218
1219 news
1220 ++++
1221
1222
1223 fixes
1224 +++++
1225
1129 1226 - Disabled dirsize in file browser, it's causing nasty bug when dir renames
1130 1227 occure. After vcs is fixed it'll be put back again.
1131 1228 - templating/css rewrites, optimized css.
General Comments 0
You need to be logged in to leave comments. Login now