зеркало из https://github.com/mozilla/gecko-dev.git
allow 'fulltext' with short url (e.g. log=<tree>/logfile&fulltext=1)
This commit is contained in:
Родитель
bde30a251d
Коммит
63d48e4fa5
|
@ -61,8 +61,9 @@ if (defined($args = $form{log}) or defined($args = $form{exerpt})) {
|
|||
$logfile = $form{logfile};
|
||||
$buildname = $form{buildname};
|
||||
$buildtime = $form{buildtime};
|
||||
$fulltext = $form{fulltext};
|
||||
}
|
||||
$fulltext = $form{fulltext};
|
||||
|
||||
$enc_buildname = &url_encode($buildname);
|
||||
|
||||
die "the \"tree\" parameter must be provided\n" unless $tree;
|
||||
|
|
Загрузка…
Ссылка в новой задаче