Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
marcink
- Wed, 27 Feb 2013 01:17:52
Show More
docs/installation_win.rst
0
+2
-2
@@
-47,7
+47,7
b' choose "Visual C++ 2008 Express" when in'
47
47
required, you can uncheck them
48
48
49
49
.. note ::
50
50
51
51
64bit: You also need to install the Microsoft Windows SDK for .NET 3.5 SP1 (.NET 4.0 won't work).
52
52
Download from: http://www.microsoft.com/en-us/download/details.aspx?id=3138
53
53
@@
-90,7
+90,7
b' http://sourceforge.net/projects/pywin32/'
90
90
.. note ::
91
91
92
92
64bit: Download and install the 64bit version.
93
At the time of writing you can find this at:
93
At the time of writing you can find this at:
94
94
http://sourceforge.net/projects/pywin32/files/pywin32/Build%20218/pywin32-218.win-amd64-py2.7.exe/download
95
95
96
96
Step4 - Python BIN
docs/theme/nature/static/pygments.css
0
+1
-1
@@
-51,4
+51,4
b''
51
51
. vc { color : #ff99ff } /* Name.Variable.Class */
52
52
. vg { color : #ff99ff } /* Name.Variable.Global */
53
53
. vi { color : #ff99ff } /* Name.Variable.Instance */
54
. il { color : #009999 } /* Literal.Number.Integer.Long */
No newline at end of file
54
. il { color : #009999 } /* Literal.Number.Integer.Long */
docs/usage/performance.rst
0
+4
-6
requires.txt
0
+1
-1
@@
-17,4
+17,4
b' docutils==0.8.1'
17
17
simplejson==2.5.2
18
18
mock
19
19
py-bcrypt
20
mercurial==2.3.0
No newline at end of file
20
mercurial==2.3.0
rhodecode/public/css/style.css
0
+4
-4
@@
-314,7
+314,7
b' div:hover > a.permalink {'
314
314
background-color : #003B76 ;
315
315
opacity : 0.01 ;
316
316
cursor : pointer ;
317
min-height : 10 px ;
317
min-height : 10 px ;
318
318
width : 100 % !important ;
319
319
-webkit- border-radius : 0 px 0 px 4 px 4 px ;
320
320
-khtml- border-radius : 0 px 0 px 4 px 4 px ;
@@
-326,7
+326,7
b' div:hover > a.permalink {'
326
326
opacity : 0.2 ;
327
327
-webkit- transition : opacity 0.5 s ease-in-out ;
328
328
-moz- transition : opacity 0.5 s ease-in-out ;
329
transition : opacity 0.5 s ease-in-out ;
329
transition : opacity 0.5 s ease-in-out ;
330
330
}
331
331
332
332
# header # header-inner {
@@
-359,7
+359,7
b' div:hover > a.permalink {'
359
359
-moz- border-radius : 0 px 0 px 0 px 0 px ;
360
360
border-radius : 0 px 0 px 0 px 0 px ;
361
361
position : fixed !important ;
362
z-index : 10000 ;
362
z-index : 10000 ;
363
363
}
364
364
365
365
. ie7 # header # header-inner . hover ,
@@
-2154,7
+2154,7
b' a.metatag[tag="license"]:hover {'
2154
2154
# quick_login . unread a {
2155
2155
color : #FFFFFF ;
2156
2156
display : block ;
2157
padding : 2 px ;
2157
padding : 2 px ;
2158
2158
}
2159
2159
# quick_login . notifications a : hover ,
2160
2160
# quick_login . unread a : hover {
rhodecode/templates/admin/users/user_edit_my_account.html
0
+1
-1
@@
-153,7
+153,7
b' var show_pullrequests = function(e){'
153
153
ypjax ( url , 'pullrequests_container' , function (){
154
154
YUE . on ( 'show_closed' , 'change' , function ( e ) {
155
155
show_pullrequests ( e );
156
});
156
});
157
157
});
158
158
}
159
159
YUE . on ( 'show_pullrequests' , 'click' , function ( e ){
rhodecode/templates/pullrequests/pullrequest_show.html
0
+1
-1
@@
-26,7
+26,7
b''
26
26
%if c.pull_request.is_closed():
27
27
< img src = "${h.url('/images/icons/lock_go.png')}" title = "${_('Closed')}" />
28
28
%endif
29
< img src = "${h.url('/images/icons/flag_status_%s.png' % str(c.pull_request.last_review_status))}" />
29
< img src = "${h.url('/images/icons/flag_status_%s.png' % str(c.pull_request.last_review_status))}" />
30
30
${_('Title')}: ${c.pull_request.title} </ h3 >
31
31
32
32
< div class = "form" >
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages