##// END OF EJS Templates
fixed archive names, added setup command to contributing docs.
marcink -
r1237:f7bb54f8 default
parent child Browse files
Show More
@@ -3,4 +3,5 b' List of contributors to RhodeCode projec'
3 3 Lukasz Balcerzak <lukaszbalcerzak@gmail.com>
4 4 Jason Harris <jason@jasonfharris.com>
5 5 Thayne Harbaugh <thayne@fusionio.com>
6 cejones No newline at end of file
6 cejones
7 Thomas Waldmann <tw-public@gmx.de> No newline at end of file
@@ -27,6 +27,7 b' fixes'
27 27 - fixes path splitting for windows issues #148
28 28 - fixed issue #143 wrong import on migration to 1.1.X
29 29 - fixed problems with displaying binary files, thanks to Thomas Waldmann
30 - removed name from archive files since it's breaking ui for long names
30 31
31 32 1.1.7 (**2011-03-23**)
32 33 ======================
@@ -17,6 +17,14 b' please send me a pull request.'
17 17 To run RhodeCode in a development version you always need to install the tip
18 18 version of RhodeCode and the VCS library.
19 19
20 after downloading RhodeCode make sure you run::
21
22 python setup.py develop
23
24 command to install all required packages, and prepare development enviroment
25
26
27
20 28 | Thank you for any contributions!
21 29 | Marcin
22 30
@@ -221,7 +221,7 b''
221 221 %if cnt >=1:
222 222 |
223 223 %endif
224 ${h.link_to(c.repo_info.name+'.'+archive['type'],
224 ${h.link_to(archive['type'],
225 225 h.url('files_archive_home',repo_name=c.repo_info.name,
226 226 revision='tip',fileformat=archive['extension']),class_="archive_icon")}
227 227 %endfor
General Comments 0
You need to be logged in to leave comments. Login now