Home
last modified time | relevance | path

Searched refs:bug (Results 1 – 25 of 244) sorted by relevance

12345678910

/plugin/bugzillaint/
Dscript.js71 var bug = data.links[ master.data('id') ];
72 master.find('a.bzref').replaceWith( renderBug( master, bug ) );
87 function renderBug( master, bug ) { argument
92 .attr('href', master.attr('bugzilla_baseurl') + '/show_bug.cgi?id=' + bug.id);
93 if ( bug.error ) {
95 a.text( bug.id + ": " + bug.error );
97 if ( bug.resolution ) a.addClass( 'bz-resolved' );
98 a.text( bug.id + ": " + bug.summary );
102 var extra = renderExtras( master, bug );
108 function renderExtras( master, bug ) { argument
[all …]
/plugin/bugzillaint/helper/
Dbugzillaclient.php44 foreach ($response['bugs'] as $bug) {
45 $result[ $bug['id'] ] = $bug;
47 foreach ( $result as &$bug ) {
48 if ( isset($bug['depends_on']) && count($bug['depends_on']) > 0 ) {
49 $bug['depends_on'] = $this->getDependenciesRecursive( $bug['depends_on'], $depth--, $extras );
51 unset($bug['depends_on']);
224 foreach ($response['bugs'] as $bug) {
225 $result[ $bug['id'] ] = $bug;
292 foreach ($bugs as $bug) {
293 if (count($bug['blocks']) > 0) {
[all …]
/plugin/bugzillahttp/
DBzBug.php89 $bugs = $xml->bug;
91 foreach ($bugs as $bug) {
94 $b->setId((string)$bug->bug_id);
95 $b->setDateCreated((string)$bug->creation_ts);
96 $b->setAssignedTo((string)$bug->assigned_to);
97 $b->setReportedBy((string)$bug->reporter);
98 $b->setShortDesc((string)$bug->short_desc);
99 $b->setProduct((string)$bug->product);
100 $b->setStatus((string)$bug->bug_status);
101 $b->setSeverity((string)$bug->bug_severity);
[all …]
/plugin/jmol2/jmol/
DCHANGES.txt2 # NOTE: Generally only bug fixes should be entered here.
7 # bug fix: (not really) -- " " character in VRML export added to accomodate AutoDesk 3D MAX import …
8 # bug fix: drawHover status not reported properly after zap/new model loaded
10 # bug fix: bitsets not properly handled in model deletion
11 # bug fix: bfactor min/max was ignoring first atom
12 # bug fix: within molecule was using undocumented "visible"
13 # bug fix: frame *;draw {atomno=1} {atomno=5} not working properly
14 # bug fix: pdb reader as trajectory error
15 # bug fix: MO export to cartesian exporters (VRML/X3D/Maya) should not do front-only
16 # bug fix: APBS reader could hang on empty line
[all …]
/plugin/condition/
Dbase_tester.php.orig.php43 function run($b, &$bug) { argument
45 return call_user_func(array($this, 'test_'.$b['key']), $b, $bug);
47 $bug = true;
71 function test_user($b, &$bug, $lop=false) { argument
85 $bug = true;
90 function test_group($b, &$bug, $lop=false) { argument
107 $bug = true;
113 function test_nsread($b, &$bug, $lop=false) { argument
116 $bug = true;
130 $bug = true;
[all …]
Dsyntax.php158 $bug = false;
213 $bug = false;
215 $ok = $this->_processblocks($blocks, $bug);
219 if(!$bug) {
247 $bug = false;
249 $ok = $this->_processblocks($blocks, $bug);
252 if(!$bug) {
279 function _processblocks($b, &$bug) { argument
282 $b[$i]['r'] = $this->_processblocks($b[$i]['value'], $bug);
285 $b[$i]['r'] = $this->_evaluate($b[$i], $bug);
[all …]
/plugin/dokumicrobugtracker/
Dsyntax.php177 foreach ($bugs as $bug)
179 $status = $this->_get_one_value($bug,'status');
313 foreach ($bugs as $bug)
317 if (($data['status']=='ALL') || (strtoupper($bug['status'])==$data['status'])) {
318 … id = "'.$data['project'].' '.$this->_get_one_value($bug,'id').'" class="'.$this->_status_color($b…
319 '<td>'.$this->_get_one_value($bug,'id').'</td>'.
320 '<td>'.$this->_get_one_value($bug,'status').'</td>'.
321 '<td>'.$this->_get_one_value($bug,'severity').'</td>'.
322 '<td>'.$this->_get_one_value($bug,'version').'</td>'.
323 … '<td class="canbreak">'.$this->_get_one_value($bug,'description').'</td>'.
[all …]
DCHANGELOG2 Version 2010-08-14 Fix bug creating first bug report
3 Version 2010-08-16 Add report to user saying that bug is well saved (#4)
5 Version 2010-08-26 Fix bug on the dynamic captcha, notifications, clear description area after rep…
6 Version 2010-08-27 Fix bug on insert report due to deletion
12 …, Column size are now resizable, add delete feature with confirmation, fix bug #69 : email lenght …
DREADME.md8 … which integrates a really small bug tracker in your wiki by displaying a small form that enable e…
61 There is currently a bug on the sort of header when displaying multiple form in the same page.
66 | 2010-08-14 | Fix bug creating first bug report |
67 | 2010-08-16 | Add report to user saying that bug is well saved (#4) |
69 | 2010-08-26 | Fix bug on the dynamic captcha, notifications, clear description area after report |
70 | 2010-08-27 | Fix bug on insert report due to deletion |
/plugin/sphinxsearch/
Dchangelog3 * Fixed bug when text before first section don't indexed
21 * Fixed bug - document parsing by section
23 * Fixed bug with dokuwiki version 2008-05-05
28 * Fixed bug with search query
30 * Fixed bug with relevance
31 * Fixed bug with navigations by pages
36 * Fixed bug with invalid characters in XML
37 * Fixed bug with parsing dokuwiki pages
38 * Fixed bug with memory leak, now it requires not more than 7Mb
/plugin/sphinxsearch-was/
H A Dchangelog13 * Fixed bug when text before first section don't indexed
31 * Fixed bug - document parsing by section
33 * Fixed bug with dokuwiki version 2008-05-05
38 * Fixed bug with search query
40 * Fixed bug with relevance
41 * Fixed bug with navigations by pages
46 * Fixed bug with invalid characters in XML
47 * Fixed bug with parsing dokuwiki pages
48 * Fixed bug with memory leak, now it requires not more than 7Mb
/plugin/tindexmenu/
DCREDITS16 Resolved incorrect namespaces levels bug.
19 Resolved incorrect ACLs bug.
31 Javascript toolbar bug.
43 Start page bug.
52 Fixed a bug with msort/nsort that did not manage empty arrays.
/plugin/html2pdf/html2pdf/html2ps/
DChangeLog1436 * box.select.php: fixed bug 1251864 (PS/PDFLIB) option box width
1439 * box.img.php: fixed bug 1253150 (PDFLIB) IMG Proportional scaling
1441 * box.block.php: fixed bug 1255591 (PDFLIB) Absolute positioned
1444 * box.block.php: fixed bug 1255584 (PDFLIB) absolute positioning
1447 * box.table.cell.ps: fixed bug 1255612 (PS) 'nowrap' cell width
1449 * table.ps: fixed bug 1255696 (PS) align="center" table are not
1452 * xhtml.utils.inc.php: fixed bug 1255728 (PS) Misplaced TD tag may
1455 * html.attrs.inc.php: fixed bug 1255732 (PS) iframes with
1458 * box.iframe.php: fixed bug 1255740 (PDFLIB) IFRAME tag is ignored
1460 * css.vertical-align.inc.php: fixed bug 1256476 (ALL)
[all …]
/plugin/indexmenu/
DCREDITS16 Resolved incorrect namespaces levels bug.
19 Resolved incorrect ACLs bug.
31 Javascript toolbar bug.
43 Start page bug.
52 Fixed a bug with msort/nsort that did not manage empty arrays.
/plugin/projects/
Dchangelog16 * Fixed a bug that prevents us entering the media manager.
19 * Various minor clean ups and bug fixes.
30 * Fixed a bug that prevented the renaming of dependencies.
31 …* Fixed a bug that caused fatal error when a page does not have a project-file tag but uses other …
33 … This should solve the problem that the file and wiki page are out of sync bug introduced in 2011-…
39 * Fixed a bug that prevent the display of file with missing dependencies.
41 …* Fixed the horrendous bug that all the buttons on the manage_files page are still using the old t…
51 * Fixed an off-by-one bug in adding and removing the use tag.
/plugin/mermaid/.github/ISSUE_TEMPLATE/
H A Dbug_report.md3 about: Report a bug
5 labels: bug
11 Please give a clear and concise description of what the bug is.
/plugin/backlinks/.github/ISSUE_TEMPLATE/
Dbug_report.md5 labels: bug
10 ## Describe the bug
11 A clear and concise description of what the bug is.
/plugin/description/.github/ISSUE_TEMPLATE/
Dbug_report.md5 labels: bug
10 ## Describe the bug
11 A clear and concise description of what the bug is.
/plugin/openlayersmap/.github/ISSUE_TEMPLATE/
Dbug_report.md5 labels: bug
10 ## Describe the bug
11 A clear and concise description of what the bug is.
/plugin/asciidocjs/node_modules/pug-filters/node_modules/source-map/
DCHANGELOG.md42 * Fix a bug with `SourceMapConsumer.prototype.sourceContentFor` and sources that
61 * Fix a bug in `SourceMapConsumer.prototype.allGeneratedPositionsFor` and fuzzy
64 * Fix a bug with joining a source and its source root when the source is above
122 * Fix a bug with getting the source content of relative sources with a "./"
137 * Fix a bug where setting a source's contents to null before any source content
142 * Fix a bug where finding relative paths from an empty path were creating
147 * Fix a bug where if the source root was an empty string, relative source paths
164 * Fixed a bug where consecutive newlines were ignored in `SourceNode`s.
171 * Fix bug involving source contents and the
185 * Fixed a bug where SourceMapConsumer couldn't handle negative relative columns
[all …]
/plugin/asciidocjs/node_modules/source-map/
DCHANGELOG.md42 * Fix a bug with `SourceMapConsumer.prototype.sourceContentFor` and sources that
61 * Fix a bug in `SourceMapConsumer.prototype.allGeneratedPositionsFor` and fuzzy
64 * Fix a bug with joining a source and its source root when the source is above
122 * Fix a bug with getting the source content of relative sources with a "./"
137 * Fix a bug where setting a source's contents to null before any source content
142 * Fix a bug where finding relative paths from an empty path were creating
147 * Fix a bug where if the source root was an empty string, relative source paths
164 * Fixed a bug where consecutive newlines were ignored in `SourceNode`s.
171 * Fix bug involving source contents and the
185 * Fixed a bug where SourceMapConsumer couldn't handle negative relative columns
[all …]
/plugin/dtable/
DTODO8 [bug] dtable nie działa jeżeli tabelka nie rozpoczyna się bezpośredino po znaczniku. Np.
17 [bug] nieporpawne zachowanie przy łączeniu celspan rowspan
22 [bug] include nie działa z lockiem +dtable
/plugin/sequencediagram/bower_components/snap.svg/
Dhistory.md16 * Various bug fixes
30 * Various bug fixes
45 * Various bug fixes
/plugin/dw2pdf/vendor/mpdf/qrcode/.github/ISSUE_TEMPLATE/
DBug_report.md7 Fill in provided template with information about the bug
13 ### I found this bug
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DOutput.SortAttr.txt10 a bug in FCKeditor which causes it to swap attributes order, adding noise
11 to text diffs. If you're not seeing this bug, chances are, you don't need

12345678910