Home
last modified time | relevance | path

Searched refs:patches (Results 1 – 6 of 6) sorted by relevance

/web-bugs/templates/
H A Daddpatch.php56 <?php if (!empty($patches)) { ?>
64 <?php foreach ($patches as $patch): ?>
79 <?php if (!empty($patches)) { ?>
H A Dlistpatches.php1 <?php if (count($patches)) { ?>
13 foreach ($patches as $fpa) { $fixed[$fpa['patch']][] = [ $fpa['revision'], $fpa['developer'] ]; }
/web-bugs/www/
H A Dpatch-add.php70 $patches = $patchRepository->findAllByBugId($bug_id); variable
102 $patches = $patchRepository->findAllByBugId($bug_id); variable
110 $patches = $patchRepository->findAllByBugId($bug_id); variable
120 $patches = $patchRepository->findAllByBugId($bug_id); variable
147 $patches = $patchRepository->findAllByBugId($bug_id); variable
154 $patches = $patchRepository->findAllByBugId($bug_id); variable
H A Dpatch-display.php95 $patches = $patchRepository->findAllByBugId($bug_id); variable
126 $patches = $patchTracker->listPatches($bug_id); variable
/web-bugs/
H A Dlocal_config.php.sample18 'patch_tmp' => "{$ROOT_DIR}/uploads/patches/",
H A D.gitignore7 # Uploaded patches

Completed in 15 milliseconds