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
 
List of contributors to RhodeCode project:
 
    Marcin Kuźmiński <marcin@python-works.com>
 
    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
 
@@ -24,12 +24,13 @@ fixes
 
- fixed came_from redirection on windows
 
- fixed logging modules,and sql formatters
 
- windows fixes for os.kill #133
 
- 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**)
 
======================
 

	
 
news
 
----
docs/contributing.rst
Show inline comments
 
@@ -14,12 +14,20 @@ fix might be already fixed there and i t
 
stable, and not the other way. Finally, when you are finished making a change, 
 
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
 

	
 

	
 

	
 
.. _bitbucket: http://bitbucket.org/
rhodecode/templates/summary/summary.html
Show inline comments
 
@@ -218,13 +218,13 @@
 
			  </div>
 
			  <div class="input-short">
 
		        %for cnt,archive in enumerate(c.repo_info._get_archives()):
 
		             %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
 
			  </div>
 
			 </div>
 
			 
0 comments (0 inline, 0 general)