Home
last modified time | relevance | path

Searched refs:bugs (Results 1 – 25 of 86) sorted by relevance

1234

/plugin/dokumicrobugtracker/
H A Dsyntax.php98 {$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 Dedit.php59 {$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 DREADME.md22 {{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 DCHANGELOG10 …d title in the form, fix multiple post occurring when displaying multiple bugs list and report in …
/plugin/bugzillaint/
H A Dscript.js47 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 Dbugzillaclient.php286 * @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 DBzBug.php89 $bugs = $xml->bug;
91 foreach ($bugs as $bug) {
H A Dplugin.info.txt3 desc Gets information about bugs via HTTP (xml view)
/plugin/aceeditor/
H A DNEWS76 * 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 DREADME2 desc Gets information about bugs (with depends on) via XML-RPC Bugzilla::WebService
/plugin/bugzillaint/docs/
H A Dbugzillaint.txt109 …* ''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 DREADME.md12 If reporting bugs, please provide a valid reproduction scenario for any non-trivial case.
/plugin/farmer/_animal/data/pages/wiki/
H A Ddokuwiki.txt53 * [[http://bugs.splitbrain.org/index.php?project=1|Submit bugs and feature wishes]]
/plugin/avtaskbox/
H A DREADME.md32 * Fixed image url and minor layout bugs.
/plugin/ckgdoku/ckeditor/plugins/tableselection/styles/
H A Dtableselection.css6 …/* With love, dedicated for Chrome, until https://bugs.chromium.org/p/chromium/issues/detail?id=70…
/plugin/tindexmenu/
H A DCREDITS37 Great help in testing and finding bugs.
/plugin/vertical/
H A DREADME.md8 If reporting bugs, please provide a valid reproduction scenario for any non-trivial case.
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Ddokuwiki.txt52 * [[http://bugs.splitbrain.org/index.php?project=1|Submit bugs and feature wishes]]
/plugin/indexmenu/
H A DCREDITS37 Great help in testing and finding bugs.
/plugin/linkback/
H A DCHANGELOG11 * Minor cosmetic bugs
/plugin/dokugitviewer/
H A DREADME23 <dokugitviewer:repository=my-repository-name features=backlog bugs=bugdb limit=15>
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md10 **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 DREADME.txt13 Known bugs/variations from the reference implementation (Jipsen's):
/plugin/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md100 - 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 DREADME.doku107 ==== bugs ====

1234