Bug 1184510 - Stop using the term 'resultset' for pushes (#2123) r=emorley

This commit is contained in:
KWierso 2017-02-02 14:49:40 -10:00 коммит произвёл GitHub
Родитель 345019b801
Коммит 7042a20970
4 изменённых файлов: 9 добавлений и 9 удалений

Просмотреть файл

@ -89,7 +89,7 @@
<th ng-cloak>{{property.label}}</th>
<td ng-if="property.label == 'Revision'" class="break-word">
<a href="{{::property.value | getRevisionUrl:repoName}}&selectedJob={{job_id}}"
title="Open resultset"
title="Open push"
ng-cloak>{{property.value}}</a>
</td>
<td ng-if="property.label != 'Revision'"

Просмотреть файл

@ -17,7 +17,7 @@
<span class="result-set-title-left">
<span>
<a href="{{::revisionResultsetFilterUrl}}"
title="View only this resultset"
title="View only this push"
data-ignore-job-clear-on-click>{{::resultsetDateStr}}
<span class="fa fa-external-link icon-superscript"></span></a> - </span>
<th-author author="{{::resultset.author}}"></th-author>
@ -35,7 +35,7 @@
data-ignore-job-clear-on-click></span>
</button>
<button class="btn btn-sm btn-resultset pin-all-jobs-btn"
title="Pin all available jobs in this resultset"
title="Pin all available jobs in this push"
data-ignore-job-clear-on-click
ng-click="pinAllShownJobs()">
<span class="glyphicon glyphicon-pushpin"
@ -91,7 +91,7 @@
!locationHasSearchParam('repo') && currentRepo.url"
class="result-set-body unknown-message-body">
<span>
<div><b>No resultsets found.</b></div>
<div><b>No pushes found.</b></div>
<span>No commit information could be loaded for this repository.
More information about this repository can be found <a href="{{::currentRepo.url}}">here</a>.</span>
</span>

Просмотреть файл

@ -11,7 +11,7 @@
<!-- Menu contents -->
<ul class="dropdown-menu pull-right">
<li><a target="_blank" data-ignore-job-clear-on-click
title="Add new jobs to this resultset"
title="Add new jobs to this push"
href=""
ng-hide="!user.loggedin || resultset.isRunnableVisible"
ng-click="showRunnableJobs()">Add new jobs</a></li>

Просмотреть файл

@ -564,22 +564,22 @@
</tr>
<tr>
<td><span class="queryparam">fromchange</span></td>
<td>Specify the earliest revision hash in the resultset range.</td>
<td>Specify the earliest revision hash in the push range.</td>
<td><span class="queryparam">&fromchange=a12ca6c8b89b</span></td>
</tr>
<tr>
<td><span class="queryparam">tochange</span></td>
<td>Specify the latest revision hash in the resultset range.</td>
<td>Specify the latest revision hash in the push range.</td>
<td><span class="queryparam">&tochange=3215c7fc090b</span></td>
</tr>
<tr>
<td><span class="queryparam">startdate</span></td>
<td>Specify the earliest date in the resultset range.</td>
<td>Specify the earliest date in the push range.</td>
<td><span class="queryparam">&startdate=2015-02-18</span></td>
</tr>
<tr>
<td><span class="queryparam">enddate</span></td>
<td>Specify the latest date in the resultset range.</td>
<td>Specify the latest date in the push range.</td>
<td><span class="queryparam">&enddate=2015-02-21</span></td>
</tr>
</table>