Home
last modified time | relevance | path

Searched refs:issue (Results 126 – 150 of 228) sorted by path

12345678910

/plugin/issuelinks/action/
H A Dajax.php297 $issue = Issue::getInstance($pmServiceName, $projectKey, $issueId, $isMergeRequest);
298 $issue->getFromDB();
302 if (!$issue->isValid()) {
306 return [200, $issue->buildTooltipHTML()];
312 $issue = Issue::getInstance($pmServiceName, $projectKey, $issueId, $isMergeRequest);
313 $issue->getFromDB();
317 if (!$issue->isValid()) {
321 return [200, $issue->getAdditionalDataHTML()];
/plugin/issuelinks/classes/
H A DIssue.php89 if (empty($issue)) {
92 $this->summary = $issue['summary'] ?: '';
93 $this->status = $issue['status'];
94 $this->type = $issue['type'];
95 $this->description = $issue['description'];
96 $this->setComponents($issue['components']);
97 $this->setLabels($issue['labels']);
98 $this->priority = $issue['priority'];
99 $this->duedate = $issue['duedate'];
100 $this->setVersions($issue['versions']);
[all …]
/plugin/issuelinks/helper/
H A Ddata.php216 $issue = Issue::getInstance($pmServiceName, $project, $issueid, $isMergeRequest);
217 if (!$issue->isValid()) {
219 $issue->getFromService();
220 $issue->saveToDB();
225 return $issue;
234 $issue = Issue::getInstance(
240 $issue->getFromDB();
241 $issueData['summary'] = $issue->getSummary();
242 $issueData['status'] = $issue->getStatus();
243 $issueData['url'] = $issue->getIssueURL();
H A Ddb.php253 * @param Issue $issue
257 public function saveIssue(Issue $issue) argument
261 'project' => $issue->getProject(),
262 'id' => $issue->getKey(),
264 'summary' => $issue->getSummary(),
266 'type' => $issue->getType(),
267 'status' => $issue->getStatus(),
268 'parent' => $issue->getParent(),
272 'duedate' => $issue->getDuedate(),
300 'id' => $issue->getKey(),
[all …]
/plugin/issuelinks/services/
H A DGitHub.service.php48 $summary = $issue->getSummary();
50 $status = $issue->getStatus();
52 $type = $issue->getType();
71 return $issue;
76 $issue->getFromDB();
78 return $issue;
386 return $issue->saveToDB();
390 * @param Issue $issue
408 $issue->setLabels($labels);
469 $mergeRequestText = $issue->getSummary() . ' ' . $issue->getDescription();
[all …]
H A DGitLab.service.php39 * @param Issue $issue
45 $summary = $issue->getSummary();
47 $status = $issue->getStatus();
306 $issue->getFromDB();
307 return $issue;
319 $mergeRequestText = $issue->getSummary() . ' ' . $issue->getDescription();
333 * @param Issue $issue
431 $issue->saveToDB();
444 $issue->saveToDB();
446 $issueText = $issue->getSummary() . ' ' . $issue->getDescription();
[all …]
H A DJira.service.php47 * @param Issue $issue
51 public static function isIssueValid(Issue $issue) argument
53 $summary = $issue->getSummary();
55 $status = $issue->getStatus();
57 $type = $issue->getType();
108 $issue = Issue::getInstance('jira', $projectKey, $issueNumber, false);
109 $issue->getFromDB();
111 return $issue;
473 list($projectKey, $issueId) = explode('-', $data['issue']['key']);
492 $issueData = $data['issue'];
H A DServiceInterface.php24 * @param Issue $issue
28 public static function isIssueValid(Issue $issue); argument
82 public function retrieveIssue(Issue $issue); argument
/plugin/issuelinks/
H A Dstyle.less257 &.issue::before {
258 background-image: url('images/issue-opened.svg');
H A Dsyntax.php70 if (null === $issue) {
78 $issue->getServiceName(),
79 $issue->getProject(),
80 $issue->getKey(),
81 $issue->isMergeRequest()
86 'service' => $issue->getServiceName(),
87 'project' => $issue->getProject(),
88 'issueId' => $issue->getKey(),
89 'isMergeRequest' => $issue->isMergeRequest(),
128 $issue->getFromDB();
[all …]
/plugin/issuetracker/
H A DINFO7 desc provides a simple issue tracker
H A DREADME2 * IssueTracker Plugin: allows to create simple issue tracker
11 be added to an issue log (project). Some checks are implemented to prove if
16 new entry to the issue list. The complete issue list delivers a detailed
24 into the lists select box to be easily set as issue related contact.
65 about issue mod
105 1. Report an issue
121 Issue Title the headline of the issue
122 Issue Description user to enter the issue details
132 issue to a member of configured user-groups (see configuration).
149 issue information except comments. Each issue will have a related comments file
[all …]
H A Daction.php1467 elseif(!$issue) {
2677 $cc=$issue['add_user_mail'].', '.$issue['assigned'];
2678 if(stripos($to.$cc,$issue['assigned'])==false) $cc .=', '.$issue['assigned'];
2740 if($user_mail['userinfo']['mail']===$issue['user_mail']) $to=$issue['assigned'];
2741 elseif($user_mail['userinfo']['mail']===$issue['assigned']) $to=$issue['user_mail'];
2742 else $to=$issue['user_mail'].', '.$issue['assigned'];
2813 if($user_mail['userinfo']['mail']===$issue['user_mail']) $to=$issue['assigned'];
2814 elseif($user_mail['userinfo']['mail']===$issue['assigned']) $to=$issue['user_mail'];
2815 else $to=$issue['user_mail'].', '.$issue['assigned'];
2866 else $to=$issue['user_mail'].', '.$issue['assigned']. "\r\n";
[all …]
H A Dedit.php49 $lang['issuemod_title'].$issue['title'].chr(10).
50 $lang['issuemod_issueid'].$issue['id'].chr(10).
51 $lang['issuemod_product'].$issue['product'].chr(10).
52 $lang['issuemod_version'].$issue['version'].chr(10).
54 $lang['issuemod_status'].$issue['status'].chr(10).
64 $to = $issue['user_mail'];
65 $cc = $issue['add_user_mail'];
97 $lang['issuemod_title'].$issue['title'].chr(10).
98 $lang['issuemod_issueid'].$issue['id'].chr(10).
102 $lang['issuemod_status'].$issue['status'].chr(10).
[all …]
H A Ditsearch.php60 foreach($issues as &$issue) {
61 $issue['project'] = $project;
73 foreach($issues as &$issue) {
74 $issue_string = implode($issue);
76 …'it_data']==false) $comments_file = DOKU_CONF."../data/meta/".$issue['project']."_".$issue['id']. …
77 …= DOKU_CONF."../". $conf['plugin']['issuetracker']['it_data'].$issue['project']."_".$issue['id']. …
92 $ref_findings['issues'][$cnt_i_findings] = $issue;
104 $ref_findings['comment'][$cnt_c_findings] = $issue;
H A Dplugin.info.txt8 desc provides a simple issue tracker
H A Dsyntax.php413 foreach ($issues as $issue)
708 $issue = $issues[$i];
910 function _get_one_value($issue, $key) { argument
911 if (@array_key_exists($key,$issue))
912 return $issue[$key];
919 function _get_assignee($issue, $key) { argument
920 if(!$issue) return;
921 if (array_key_exists($key,$issue)) {
955 …bject=sprintf($this->getLang('issuenew_subject'),$issue['severity'], $project, $issue['product'],$
977 $cc=$issue['add_user_mail'];
[all …]
/plugin/jirainfo/
H A DREADME.md3 Show Jira issue description in popover when hovering or click over an issue key.
H A Dplugin.info.txt7 desc Show Jira issue description in popover when hovering or click over an issue key.
/plugin/jiralinks/
H A DREADME.md5 add remote issue links back to the wiki pages where these issues are mentioned.
7 For the remote issue links functionality, the curl PHP module needs to be activated.
H A Dplugin.info.txt6 desc Automatically create links to Jira issues and automatically add remote issue links back to the…
/plugin/jplayer/vendor/james-heinrich/getid3/
H A DREADME.md427 "movi" chunk that fits in the first 2GB, should issue error
H A Dchangelog.txt119 * bugfix: (#2114) possible issue with UTF8 filenames and metaflac
195 * bugfix: improved fix for XXE security issue (CVE-2014-2053)
212 * Bugfix: close potential XXE security issue (CVE-2014-2053)
236 * Bugfix: option_max_2gb_check should issue warning not error on >2GB
679 * Bugfix: PHP_NOTICE issue in BigEndian2Float()
680 * Bugfix: fread() zero bytes issue in real module.
1460 Known issue with Meracl ID3 Tag Writer v1.3.4 truncating last byte
2296 (known to be an issue with CDex v1.40, but fixed by v1.50b7)
H A Dreadme.txt434 "movi" chunk that fits in the first 2GB, should issue error
/plugin/loglog/lang/en/
H A Dauth_failed.txt9 You can investigate the issue by logging into the wiki and checking the logs in the admin area.

12345678910