diff --git a/VERSION b/VERSION index d346e2ab7f..284af3c89d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.3 +5.3.stable diff --git a/module/bug/view/activate.html.php b/module/bug/view/activate.html.php index 30585ec00b..f38945dda6 100644 --- a/module/bug/view/activate.html.php +++ b/module/bug/view/activate.html.php @@ -16,15 +16,15 @@
| bug->assignedTo;?> | +bug->assignedTo;?> | resolvedBy, 'class=select-3');?> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| bug->openedBuild;?> | +bug->openedBuild;?> | openedBuild, 'size=4 multiple=multiple class=select-3');?> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| comment;?> | +comment;?> | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| assignedTo, "class='text-3 chosen'");?> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| bug->mailto;?> | +bug->mailto;?> | mailto), 'class="w-p98" multiple');?> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| comment;?> | +comment;?> | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| comment;?> | +comment;?> | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| bug->priList, $bug->pri, 'class=select-2');?> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| bug->mailto;?> | +bug->mailto;?> | mailto), 'class="w-p98" multiple');?> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| comment;?> | +comment;?> | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| bug->resolution;?> | +bug->resolution;?> | bug->resolutionList['tostory']); echo html::select('resolution', $lang->bug->resolutionList, '', 'class=select-3 onchange=setDuplicate(this.value)');?> | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| bug->resolvedBuild;?> | +bug->resolvedBuild;?> | |||||||||||||||||
| bug->resolvedDate;?> | +bug->resolvedDate;?> | |||||||||||||||||
| bug->assignedTo;?> | +bug->assignedTo;?> | openedBy, "class='select-3 chosen'");?> | ||||||||||||||||
| comment;?> | +comment;?> | |||||||||||||||||
| typeAB);?> | bug->title);?> | openedByAB);?> | +bug->assignedTo);?> | bug->resolvedByAB);?> | bug->resolutionAB);?> | actions;?> | @@ -51,6 +52,7 @@bug->typeList[$bug->type]?> | createLink('bug', 'view', "bugID=$bug->id"), $bug->title);?> | openedBy];?> | +assignedTo];?> | resolvedBy];?> | bug->resolutionList[$bug->resolution];?> | @@ -67,28 +69,30 @@ | |||||
|
-
-
-
+
+
+ |
+ createLink('bug', 'batchEdit', "productID=0");
- echo html::commonButton($lang->edit, "onclick=\"setFormAction('$actionLink')\"");
- }
+ if(common::hasPriv('bug', 'batchEdit'))
+ {
+ $actionLink = $this->createLink('bug', 'batchEdit', "productID=0");
+ echo html::commonButton($lang->edit, "onclick=\"setFormAction('$actionLink')\"");
+ }
- if(common::hasPriv('bug', 'batchClose') and $type != 'closedBy')
- {
- $actionLink = $this->createLink('bug', 'batchClose');
- echo html::commonButton($lang->bug->close, "onclick=\"setFormAction('$actionLink','hiddenwin')\"");
- }
- ?>
-
-
- show();?>
- | |||||||||||||||||
| comment;?> | +comment;?> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| comment;?> | +comment;?> | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| + | $lang->project->weekend), $checked); - if($interval) echo html::select('interval', $dayList, $interval); - + $weekend = ($type == 'noweekend') ? 'withweekend' : "noweekend"; + echo html::a($this->createLink('project', 'burn', "projectID=$projectID&type=$weekend&interval=$interval"), $lang->project->$weekend, '', "class='btn'"); common::printLink('project', 'computeBurn', 'reload=yes', $lang->project->computeBurn, 'hiddenwin', "title='{$lang->project->computeBurn}{$lang->project->burn}' class='btn' id='computeBurn'"); echo $lang->project->howToUpdateBurn; ?> @@ -30,8 +27,9 @@ |
| comment;?> | +comment;?> | |||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| project->begin;?> | +project->begin;?> | begin, "class='text-3 date' onchange='computeWorkDays()'");?> | ||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| project->end;?> | +project->end;?> | end, "class='text-3 date' onchange='computeWorkDays()'");?> | ||||||||||||||||||||||||||||||||||||||||||
| days, "class='text-3'") . $lang->project->day;?> | ||||||||||||||||||||||||||||||||||||||||||||
| comment;?> | +comment;?> | |||||||||||||||||||||||||||||||||||||||||||
| comment;?> | +comment;?> | ||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| comment;?> | +comment;?> | |||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| task->hour;?> | ||||||||||||||||||||||||||||||
| comment;?> | +comment;?> | |||||||||||||||||||||||||||||
| left, "class='text-3'") . $lang->task->hour;?> | ||||||||||||||||||||||||||||||
| comment;?> | +comment;?> | |||||||||||||||||||||||||||||
| comment;?> | +comment;?> | |||||||
|---|---|---|---|---|---|---|---|---|
| comment;?> | +comment;?> | |||||||
|---|---|---|---|---|---|---|---|---|
| consumed, "class='text-3'") . $lang->task->hour;?> | ||||||||
| task->assignedTo;?> | +task->assignedTo;?> | openedBy, "class='select-3 chosen'");?> | ||||||
| task->finishedDate;?> | +task->finishedDate;?> | |||||||
| comment;?> | +comment;?> | |||||||
| left, "class='text-2'") . $lang->task->hour;?> | ||||||||
| comment;?> | +comment;?> | |||||||
| testtask->report;?> | +testtask->report;?> | |
|---|---|---|
| comment;?> | +comment;?> | |
| comment;?> | +comment;?> | |
|---|---|---|