Changeset - f7bb54f8c20f
[Not reviewed]
default
0 4 0
Marcin Kuzminski - 15 years ago 2011-04-09 20:15:18
marcin@python-works.com
fixed archive names, added setup command to contributing docs.
4 files changed with 12 insertions and 2 deletions:
0 comments (0 inline, 0 general)
CONTRIBUTORS
Show inline comments
 
@@ -3,4 +3,5 @@ List of contributors to RhodeCode projec
 
    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
docs/changelog.rst
Show inline comments
 
@@ -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**)
 
======================
docs/contributing.rst
Show inline comments
 
@@ -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
 

	
rhodecode/templates/summary/summary.html
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)