# HG changeset patch # User Marcin Kuzminski # Date 1302372918 -7200 # Node ID f7bb54f8c20fd640bf2bfc1b8f21d1a5d5130f39 # Parent a28bd9cb654917461565fa519e3ca193d53bd7ae fixed archive names, added setup command to contributing docs. diff -r a28bd9cb6549 -r f7bb54f8c20f CONTRIBUTORS --- 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 Jason Harris Thayne Harbaugh - cejones \ No newline at end of file + cejones + Thomas Waldmann \ No newline at end of file diff -r a28bd9cb6549 -r f7bb54f8c20f docs/changelog.rst --- 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**) ====================== diff -r a28bd9cb6549 -r f7bb54f8c20f docs/contributing.rst --- 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 diff -r a28bd9cb6549 -r f7bb54f8c20f rhodecode/templates/summary/summary.html --- 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