changeset 1785:a0f15f35782d beta

removed duplicate arrow image
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 17 Dec 2011 22:46:19 +0200
parents 04ffa3a0195f
children 02a26ed03537
files docs/changelog.rst rhodecode/public/css/style.css rhodecode/public/images/horizontal-indicator.png
diffstat 3 files changed, 12 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/docs/changelog.rst	Sat Dec 17 21:54:48 2011 +0200
+++ b/docs/changelog.rst	Sat Dec 17 22:46:19 2011 +0200
@@ -17,17 +17,25 @@
 - #215 rst and markdown README files support
 - #252 Container-based and proxy pass-through authentication support
 - #44 branch browser. Filtering of changelog by branches
+- mercurial bookmarks support
 - hover top menu
-- configurable clone url possibility to specify ssh:// manually as 
-  alternative clone url.
+- configurable clone url template with possibility to specify  protocol like 
+  ssh:// or http:// and also manually alter other parts of clone_url.
 - enabled largefiles extension by default
 - optimized summary file pages and saved a lot of unused space in them
 - #239 option to manually mark repository as fork
-   
+- #320 mapping of commit authors to RhodeCode users
+- #304 hashes are displayed using monospace font    
+- diff configuration, toggle white lines and context lines
+- #307 configurable diffs, whitespace toggle, increasing context lines
+- sorting on branches, tags and bookmarks using YUI datatable
+
 fixes
 -----
 
 - rewrote dbsession management for atomic operations, and better error handling
+- fixed sorting of repo tables
+- #326 escape of special html entities in diffs
 
 1.2.3 (**2011-11-02**)
 ======================
--- a/rhodecode/public/css/style.css	Sat Dec 17 21:54:48 2011 +0200
+++ b/rhodecode/public/css/style.css	Sat Dec 17 22:46:19 2011 +0200
@@ -657,7 +657,7 @@
 }
 
 td.quick_repo_menu.active {
-    background: url("../images/horizontal-indicator.png") no-repeat scroll 5px 50% #FFFFFF !important;
+    background: url("../images/dt-arrow-dn.png") no-repeat scroll 5px 50% #FFFFFF !important;
     border: 1px solid #003367;
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
     cursor: pointer;
Binary file rhodecode/public/images/horizontal-indicator.png has changed