changeset 1254:2ea04758fafa beta

small merges from default
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 13 Apr 2011 00:10:09 +0200
parents d750315134aa
children c93234e9ac36
files docs/changelog.rst docs/theme/nature/static/nature.css_t
diffstat 2 files changed, 33 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/docs/changelog.rst	Tue Apr 12 21:08:09 2011 +0200
+++ b/docs/changelog.rst	Wed Apr 13 00:10:09 2011 +0200
@@ -49,9 +49,40 @@
 - removed issue with space inside renamed repository after deletion
 - fixed strange issue on formencode imports
 - fixed #126 Deleting repository on Windows, rename used incompatible chars. 
-- windows fixes for os.kill and path spliting, issues #148 and #133
 - #150 fixes for errors on repositories mapped in db but corrupted in filesystem
 
+
+1.1.8 (**2011-04-12**)
+======================
+
+news
+----
+
+- improved windows support
+
+fixes
+-----
+
+- fixed #140 freeze of python dateutil library, since new version is python2.x
+  incompatible
+- setup-app will check for write permission in given path
+- cleaned up license info issue #149
+- fixes for issues #137,#116 and problems with unicode and accented characters.
+- fixes crashes on gravatar, when passed in email as unicode
+- fixed tooltip flickering problems
+- fixed came_from redirection on windows
+- fixed logging modules, and sql formatters
+- windows fixes for os.kill issue #133
+- fixes path splitting for windows issues #148
+- fixed issue #143 wrong import on migration to 1.1.X
+- fixed problems with displaying binary files, thanks to Thomas Waldmann
+- removed name from archive files since it's breaking ui for long repo names
+- fixed issue with archive headers sent to browser, thanks to Thomas Waldmann
+- fixed compatibility for 1024px displays, and larger dpi settings, thanks to 
+  Thomas Waldmann
+- fixed issue #166 summary pager was skipping 10 revisions on second page
+
+
 1.1.7 (**2011-03-23**)
 ======================
 
--- a/docs/theme/nature/static/nature.css_t	Tue Apr 12 21:08:09 2011 +0200
+++ b/docs/theme/nature/static/nature.css_t	Wed Apr 13 00:10:09 2011 +0200
@@ -54,7 +54,7 @@
 }
  
 div.related {
-    background-color: #6BA81E;
+    background-color: #003367;
     line-height: 32px;
     color: #fff;
     text-shadow: 0px 1px 0 #444;