##// END OF EJS Templates
small merges from default
marcink -
r1254:2ea04758 beta
parent child Browse files
Show More
@@ -49,9 +49,40 b' fixes'
49 49 - removed issue with space inside renamed repository after deletion
50 50 - fixed strange issue on formencode imports
51 51 - fixed #126 Deleting repository on Windows, rename used incompatible chars.
52 - windows fixes for os.kill and path spliting, issues #148 and #133
53 52 - #150 fixes for errors on repositories mapped in db but corrupted in filesystem
54 53
54
55 1.1.8 (**2011-04-12**)
56 ======================
57
58 news
59 ----
60
61 - improved windows support
62
63 fixes
64 -----
65
66 - fixed #140 freeze of python dateutil library, since new version is python2.x
67 incompatible
68 - setup-app will check for write permission in given path
69 - cleaned up license info issue #149
70 - fixes for issues #137,#116 and problems with unicode and accented characters.
71 - fixes crashes on gravatar, when passed in email as unicode
72 - fixed tooltip flickering problems
73 - fixed came_from redirection on windows
74 - fixed logging modules, and sql formatters
75 - windows fixes for os.kill issue #133
76 - fixes path splitting for windows issues #148
77 - fixed issue #143 wrong import on migration to 1.1.X
78 - fixed problems with displaying binary files, thanks to Thomas Waldmann
79 - removed name from archive files since it's breaking ui for long repo names
80 - fixed issue with archive headers sent to browser, thanks to Thomas Waldmann
81 - fixed compatibility for 1024px displays, and larger dpi settings, thanks to
82 Thomas Waldmann
83 - fixed issue #166 summary pager was skipping 10 revisions on second page
84
85
55 86 1.1.7 (**2011-03-23**)
56 87 ======================
57 88
@@ -54,7 +54,7 b' div.footer a {'
54 54 }
55 55
56 56 div.related {
57 background-color: #6BA81E;
57 background-color: #003367;
58 58 line-height: 32px;
59 59 color: #fff;
60 60 text-shadow: 0px 1px 0 #444;
General Comments 0
You need to be logged in to leave comments. Login now