Home
last modified time | relevance | path

Searched refs:issue (Results 151 – 175 of 228) sorted by last modified time

12345678910

/plugin/404manager/
H A DLICENSE57 and issue tracking systems that are managed by, or on behalf of, the
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js.unc292 // For browsers that have editing issue with empty anchor.
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md9 … known vulnerabilities (it's a security precaution, there was no security issue in CKEditor due to…
57 …section-security), so the problem described above has not been considered a security issue as such.
98 …able element is the first or last element of the content. Also fixes this issue in the [Select All…
244 …itor.com/ticket/13377): [Widget](http://ckeditor.com/addon/widget) plugin issue when typing in Kor…
625 * [#12381](http://dev.ckeditor.com/ticket/12381): [iOS] Fixed: Selection issue. Thanks to [Remiremi…
660 * [#12218](http://dev.ckeditor.com/ticket/12218): Fixed: Minor syntax issue in CSS files.
693 …jectResizing) does not work on IE. **Note**: We were not able to fix this issue on IE11+ because n…
960 * fixing same origin policy issue ([#10840](http://dev.ckeditor.com/ticket/10840)),
1032 * [#10963](http://dev.ckeditor.com/ticket/10963): Fixed: JAWS issue with the keyboard shortcut for …
1051 * [#10704](http://dev.ckeditor.com/ticket/10704): Fixed a JAWS issue with the Select Color dialog w…
/plugin/ckgdoku/ckeditor/plugins/copyformatting/styles/
H A Dcopyformatting.css12 Ticket for this issue:
/plugin/redissue/
H A Dsyntax.php163 $issues = $redmine->client->issue->all([
232 $issue = $redmine->getIssue($data['id']);
235 if($issue == 'Syntax error') {
238 } elseif (isset($issue['issue'])) {
240 $project = $issue['issue']['project'];
242 $tracker = $issue['issue']['tracker'];
244 $author = $issue['issue']['author'];
246 $assigned = $issue['issue']['assigned_to'];
248 $subject = $issue['issue']['subject'];
254 $data['text'] = $issue['issue']['subject'];
[all …]
H A DREADME.md5 * Name of issue
6 * Number, percentage, author of issue
7 * Make a link to the choosen issue in Redmine and the related project.
46 * Userview: doesn't manage access rights and display issue even if it's in private project.
52 ### Single issue syntax:
58 * id: id of the wanted issue.
61 ### Multiple issue syntax
92 // Sort issue by ascending "id", for project "myproject" and tracker "1"
94 // Sort issue by "subject" for project "myproject" and all trackers
123 * title: you can override issue title if it's too long or for other reasons with: `title="my new ti…
[all …]
H A Dstyle.css40 div.issue-info {
44 div.issue-doku {
75 div.issue-desc {
118 div.issue-info span{
/plugin/redissue/redmine/
H A Dredmine.php30 return $this->client->issue->show($issue_id);
53 function getDatesTimesIssue($issue){ argument
54 $created = $issue['issue']['created_on'];
55 $updated = $issue['issue']['updated_on'];
56 $closed = $issue['issue']['closed_on'];
/plugin/gtime/gtlib/
H A DLICENSE58 and issue tracking systems that are managed by, or on behalf of, the
/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md46 - #64 fixed some rendering issue with emph and strong
95 Fixed an issue with inline markers that begin with the same character e.g. `[` and `[[`.
H A DCONTRIBUTING.md6 If you have an idea or found a bug, please [open an issue](https://github.com/cebe/markdown/issues/…
H A DREADME.md39 [#25]: https://github.com/cebe/markdown/issues/25 "issue #25"
500 Just [open an issue][] on github, post your markdown code and describe the problem. You may also at…
502 [open an issue]: https://github.com/cebe/markdown/issues/new
/plugin/bootnote/
H A DREADME.md26 **Note :** If you want more type of note, please let me know by opening an issue in this repos.
/plugin/issuetracker/
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 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 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 …]
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 …]
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dlicense.txt57 and issue tracking systems that are managed by, or on behalf of, the
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1 …tity function\n\t * to avoid garbage collection pauses in V8. See [V8 issue 2070](https://code…
/plugin/amcharts/assets/amcharts/plugins/export/
H A DLICENSE57 and issue tracking systems that are managed by, or on behalf of, the
H A DREADME.md890 * Fixed: Depth issue on value labels on columns
899 * Fixed: Clippath positioning issue
907 * Fixed: Loading issue with patterns in firefox
926 * Fixed: beforeCapture issue on SVG document changes
945 * Fixed: Absolute legend positioning issue.
992 * Fixed: Positioning issue on multiline labels
1028 * Fix: Pattern render issue in IE;
1052 * Fix: CSV export issue on date based charts
1068 * Fix: IE8 issue which prevents the chart from initiating
1071 * Fix: issue on toCSV handling the header (first row)
[all …]
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dlicense.txt57 and issue tracking systems that are managed by, or on behalf of, the

12345678910