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