Home
last modified time | relevance | path

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

12345

/plugin/dokumicrobugtracker/
Dsyntax.php96 {$bugs = unserialize(@file_get_contents($pfile));}
98 {$bugs = array();}
127 $bug_id=count($bugs);
128 foreach ($bugs as $value)
130 $bugs[$bug_id]['id'] = $bug_id;
131 $bugs[$bug_id]['version'] = htmlspecialchars(stripslashes($_REQUEST['version']));
132 $bugs[$bug_id]['severity'] = htmlspecialchars(stripslashes($_REQUEST['severity']));
133 $bugs[$bug_id]['status'] = "New";
134 $bugs[$bug_id]['description'] = htmlspecialchars(stripslashes($_REQUEST['description']));
135 $bugs[$bug_id]['resolution'] = '';
[all …]
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));
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 …
DCHANGELOG10 …d title in the form, fix multiple post occurring when displaying multiple bugs list and report in …
/plugin/bugzillaint/
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/
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/
DBzBug.php89 $bugs = $xml->bug;
91 foreach ($bugs as $bug) {
Dplugin.info.txt3 desc Gets information about bugs via HTTP (xml view)
/plugin/aceeditor/
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/
DREADME2 desc Gets information about bugs (with depends on) via XML-RPC Bugzilla::WebService
/plugin/bugzillaint/docs/
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/
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/
DREADME.md32 * Fixed image url and minor layout bugs.
/plugin/pagecss/vendor/csstidy-2.2.1/
H A DREADME.md56 * fixes minor bugs, mainly on CSS3 properties/units
58 * is PHP 5.4+ compliant, removes use of GLOBALS, fixes some bugs, integrates CSS3 units
/plugin/ckgdoku/ckeditor/plugins/tableselection/styles/
Dtableselection.css6 …/* With love, dedicated for Chrome, until https://bugs.chromium.org/p/chromium/issues/detail?id=70…
/plugin/tindexmenu/
DCREDITS37 Great help in testing and finding bugs.
/plugin/vertical/
DREADME.md8 If reporting bugs, please provide a valid reproduction scenario for any non-trivial case.
/plugin/farm/install/animaltemplate/data/pages/wiki/
Ddokuwiki.txt52 * [[http://bugs.splitbrain.org/index.php?project=1|Submit bugs and feature wishes]]
/plugin/linkback/
DCHANGELOG11 * Minor cosmetic bugs
/plugin/indexmenu/
DCREDITS37 Great help in testing and finding bugs.
/plugin/dokugitviewer/
DREADME23 <dokugitviewer:repository=my-repository-name features=backlog bugs=bugdb limit=15>
/plugin/findologicxmlexport/vendor/jms/serializer/
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/asciidocjs/node_modules/center-align/
DREADME.md58 Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue]…
/plugin/gautoads/
DREADME.md31 Please report any bugs or request new features on the [GitHub Issues](https://github.com/youruserna…

12345