Indefero

Indefero Commit Details


Date:2010-05-11 02:23:15 (14 years 7 months ago)
Author:Loic d'Anterroches
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:641a3b24a5ca42332ec5abc3d2e51454aff96ce0
Parents: 0d61866b8955551c5da6121c27a03ff54db8cc58
Message:Fixed error in the queue addition.

Changes:

File differences

src/IDF/Commit.php
294294
295295
296296
297
297
298298
299299
300300
// Even if the url is empty, we add to the queue as some
// plugins may want to do something with this information in
// an asynchronous way.
$project = $this->get_project();
$url = str_replace(array('%p', '%r'),
array($project->shortname, $this->scm_id),
$conf->getVal('webhook_url', ''));

Archive Download the corresponding diff file

Page rendered in 0.07821s using 13 queries.