diff --git a/CONTRIBUTORS b/CONTRIBUTORS --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3,4 +3,5 @@ List of contributors to RhodeCode projec Lukasz Balcerzak Jason Harris Thayne Harbaugh - cejones \ No newline at end of file + cejones + Thomas Waldmann \ No newline at end of file diff --git a/docs/changelog.rst b/docs/changelog.rst --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -27,6 +27,7 @@ fixes - 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 --git a/docs/contributing.rst b/docs/contributing.rst --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -17,6 +17,14 @@ please send me a pull request. 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 --git a/rhodecode/templates/summary/summary.html b/rhodecode/templates/summary/summary.html --- a/rhodecode/templates/summary/summary.html +++ b/rhodecode/templates/summary/summary.html @@ -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