mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
Merged r2818 and r2819 from trunk.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/0.8-stable@2899 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
6ecfcd84b7
commit
88c95e824f
@ -224,6 +224,7 @@ module Redmine
|
|||||||
str = ''
|
str = ''
|
||||||
str << " --username #{shell_quote(@login)}" unless @login.blank?
|
str << " --username #{shell_quote(@login)}" unless @login.blank?
|
||||||
str << " --password #{shell_quote(@password)}" unless @login.blank? || @password.blank?
|
str << " --password #{shell_quote(@password)}" unless @login.blank? || @password.blank?
|
||||||
|
str << " --no-auth-cache --non-interactive"
|
||||||
str
|
str
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@ -76,7 +76,7 @@ a, a:link, a:visited{ color: #2A5685; text-decoration: none; }
|
|||||||
a:hover, a:active{ color: #c61a1a; text-decoration: underline;}
|
a:hover, a:active{ color: #c61a1a; text-decoration: underline;}
|
||||||
a img{ border: 0; }
|
a img{ border: 0; }
|
||||||
|
|
||||||
a.issue.closed, a.issue.closed:link, a.issue.closed:visited { text-decoration: line-through; }
|
a.issue.closed, a.issue.closed:link, a.issue.closed:visited { color: #999; text-decoration: line-through; }
|
||||||
|
|
||||||
/***** Tables *****/
|
/***** Tables *****/
|
||||||
table.list { border: 1px solid #e4e4e4; border-collapse: collapse; width: 100%; margin-bottom: 4px; }
|
table.list { border: 1px solid #e4e4e4; border-collapse: collapse; width: 100%; margin-bottom: 4px; }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user