changeset 1237:f7bb54f8c20f

fixed archive names, added setup command to contributing docs.
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 09 Apr 2011 20:15:18 +0200
parents a28bd9cb6549
children 438524e84c57
files CONTRIBUTORS docs/changelog.rst docs/contributing.rst rhodecode/templates/summary/summary.html
diffstat 4 files changed, 12 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/CONTRIBUTORS	Sat Apr 09 19:59:40 2011 +0200
+++ b/CONTRIBUTORS	Sat Apr 09 20:15:18 2011 +0200
@@ -3,4 +3,5 @@
     Lukasz Balcerzak <lukaszbalcerzak@gmail.com>
     Jason Harris <jason@jasonfharris.com>
     Thayne Harbaugh  <thayne@fusionio.com>
-    cejones
\ No newline at end of file
+    cejones
+    Thomas Waldmann <tw-public@gmx.de>
\ No newline at end of file
--- a/docs/changelog.rst	Sat Apr 09 19:59:40 2011 +0200
+++ b/docs/changelog.rst	Sat Apr 09 20:15:18 2011 +0200
@@ -27,6 +27,7 @@
 - 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 names
  
 1.1.7 (**2011-03-23**)
 ======================
--- a/docs/contributing.rst	Sat Apr 09 19:59:40 2011 +0200
+++ b/docs/contributing.rst	Sat Apr 09 20:15:18 2011 +0200
@@ -17,6 +17,14 @@
 To run RhodeCode in a development version you always need to install the tip
 version of RhodeCode and the VCS library.
 
+after downloading RhodeCode make sure you run::
+
+    python setup.py develop
+
+command to install all required packages, and prepare development enviroment
+
+
+
 | Thank you for any contributions!
 |  Marcin
 
--- a/rhodecode/templates/summary/summary.html	Sat Apr 09 19:59:40 2011 +0200
+++ b/rhodecode/templates/summary/summary.html	Sat Apr 09 20:15:18 2011 +0200
@@ -221,7 +221,7 @@
 		             %if cnt >=1:
 		             |
 		             %endif
-		             ${h.link_to(c.repo_info.name+'.'+archive['type'],
+		             ${h.link_to(archive['type'],
 		                h.url('files_archive_home',repo_name=c.repo_info.name,
 		                revision='tip',fileformat=archive['extension']),class_="archive_icon")}
 		        %endfor