/plugin/dokumicrobugtracker/ |
H A D | syntax.php | 98 {$bugs = array();} 127 $bug_id=count($bugs); 128 foreach ($bugs as $value) 133 $bugs[$bug_id]['status'] = "New"; 135 $bugs[$bug_id]['resolution'] = ''; 139 fwrite($fh, serialize($bugs)); 142 …this->_emailForNewBug($bug_id,$data['project'],$bugs[$bug_id]['version'],$bugs[$bug_id]['severity'… 174 function _count_render($bugs) argument 177 foreach ($bugs as $bug) 304 function _table_render($bugs,$data) argument [all …]
|
H A D | edit.php | 59 {$bugs = unserialize(@file_get_contents($pfile));} variable 61 {$bugs = array();} variable 71 {unset($bugs[$id_bug]);echo 'Deleted : ' . $id_bug;} 74 …emailForChange($bugs[$id_bug]['author'],$id_bug, $project, $field, $bugs[$id_bug][$field], $value); 75 $bugs[$id_bug][$field]=$value; 81 fwrite($fh, serialize($bugs));
|
H A D | README.md | 22 {{dokumicrobugtracker>project=projectname|status=all|display=bugs}} 28 | [display] | a filter to display only the report form, or only the bugs list, or count the number… 33 Each project have is own data file, which are nammed from an md5 of the project name with the bugs … 38 **Display all bugs of project KhtEditor :** 40 {{dokumicrobugtracker>project=KhtEditor|status=all|display=bugs}} 48 **Display all fixed bugs for project KhtEditor with a report form :** 74 …d title in the form, fix multiple post occurring when displaying multiple bugs list and report in …
|
H A D | CHANGELOG | 10 …d title in the form, fix multiple post occurring when displaying multiple bugs list and report in …
|
/plugin/bugzillaint/ |
H A D | script.js | 47 var bugs = data.lists[index]; 50 master.toggleClass('empty', bugs.length == 0 ); 52 for (var i=0, group=null; i < bugs.length; i++) { 54 if ( groupBy && group != bugs[i][groupBy] ) { 55 group = bugs[i][groupBy]; 63 .append( renderBug( master, bugs[i] ) ) 243 function renderTree( bugs, parent, master, depth ) { argument 250 for (var k in bugs) { 251 l.push( bugs[k] );
|
/plugin/bugzillaint/helper/ |
H A D | bugzillaclient.php | 286 * @param array $bugs - associative array with bug id as key 288 protected function fetchDependencies( &$bugs ) { argument 292 foreach ($bugs as $bug) { 313 foreach ($bugs as &$bug) { 328 return $bugs;
|
/plugin/bugzillahttp/ |
H A D | BzBug.php | 89 $bugs = $xml->bug; 91 foreach ($bugs as $bug) {
|
H A D | plugin.info.txt | 3 desc Gets information about bugs via HTTP (xml view)
|
/plugin/aceeditor/ |
H A D | NEWS | 76 * Fixed some minor bugs in table commands 83 * Some minor bugs fixed 91 * Fixed some integration bugs 108 * Fixed some integration bugs
|
/plugin/bugzillaxmlrpc/ |
H A D | README | 2 desc Gets information about bugs (with depends on) via XML-RPC Bugzilla::WebService
|
/plugin/bugzillaint/docs/ |
H A D | bugzillaint.txt | 109 …* ''dependencies'' - shows the count of open bugs depending on or blocking this bug - links to bug… 110 * ''assigned_to'' - shows assigne login name, links to a list of all bugs assigned to the person 118 …shows the classification the Bug belongs to - links to a list of all open bugs in this classificat… 120 …* ''component'' - shows the component the Bug belongs to - links to a list of all open bugs in thi…
|
/plugin/sortablejs/ |
H A D | README.md | 12 If reporting bugs, please provide a valid reproduction scenario for any non-trivial case.
|
/plugin/farmer/_animal/data/pages/wiki/ |
H A D | dokuwiki.txt | 53 * [[http://bugs.splitbrain.org/index.php?project=1|Submit bugs and feature wishes]]
|
/plugin/avtaskbox/ |
H A D | README.md | 32 * Fixed image url and minor layout bugs.
|
/plugin/ckgdoku/ckeditor/plugins/tableselection/styles/ |
H A D | tableselection.css | 6 …/* With love, dedicated for Chrome, until https://bugs.chromium.org/p/chromium/issues/detail?id=70…
|
/plugin/tindexmenu/ |
H A D | CREDITS | 37 Great help in testing and finding bugs.
|
/plugin/vertical/ |
H A D | README.md | 8 If reporting bugs, please provide a valid reproduction scenario for any non-trivial case.
|
/plugin/farm/install/animaltemplate/data/pages/wiki/ |
H A D | dokuwiki.txt | 52 * [[http://bugs.splitbrain.org/index.php?project=1|Submit bugs and feature wishes]]
|
/plugin/indexmenu/ |
H A D | CREDITS | 37 Great help in testing and finding bugs.
|
/plugin/linkback/ |
H A D | CHANGELOG | 11 * Minor cosmetic bugs
|
/plugin/dokugitviewer/ |
H A D | README | 23 <dokugitviewer:repository=my-repository-name features=backlog bugs=bugdb limit=15>
|
/plugin/findologicxmlexport/vendor/jms/serializer/ |
H A D | CHANGELOG.md | 10 **Fixed bugs:** 47 **Fixed bugs:** 63 **Fixed bugs:** 122 **Fixed bugs:** 197 **Fixed bugs:** 212 **Fixed bugs:** 225 **Fixed bugs:** 257 **Fixed bugs:** 294 **Fixed bugs:** 310 **Fixed bugs:** [all …]
|
/plugin/masciimath/ |
H A D | README.txt | 13 Known bugs/variations from the reference implementation (Jipsen's):
|
/plugin/combo/vendor/php-webdriver/webdriver/ |
H A D | CHANGELOG.md | 100 - Revert no longer needed workaround for Chromedriver bug [2943](https://bugs.chromium.org/p/chromedriver/issues/detail?id=2943). 126 - Add workaround for Chromedriver bug [2943](https://bugs.chromium.org/p/chromedriver/issues/detail?id=2943) which breaks the protocol in Chromedriver 75. 177 - `Symfony\Process` is used to start local WebDriver processes (when browsers are run directly, without Selenium server) to workaround some PHP bugs and improve portability.
|
/plugin/txt2tags/ |
H A D | README.doku | 107 ==== bugs ====
|