Indefero

Indefero Commit Details


Date:2010-09-10 17:28:31 (14 years 3 months ago)
Author:Thomas Keller
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:37d0ccc72827d06f1dc0978d9753df0094e2ae1d
Parents: 7557a730143e5a5ec5c98bbd914dd4a6c55a9771
Message:partially resolve issue 492 (at least for the monotone tree view)

Changes:

File differences

src/IDF/Scm/Monotone.php
340340
341341
342342
343
343
344
345
346
347
348
349
350
344351
345352
346353
foreach ($certs['date'] as $date)
$dates[] = date('Y-m-d H:i:s', strtotime($date));
$file['date'] = implode(', ', $dates);
$file['log'] = implode("\n---\n", $certs['changelog']);
$combinedChangelog = implode("\n---\n", $certs['changelog']);
$split = preg_split("/[\n\r]/", $combinedChangelog, 2);
// FIXME: the complete log message is currently not used in the
// tree view (the same is true for the other SCM implementations)
// but we _should_ really use or at least return that here
// in case we want to do fancy stuff like described in
// issue 492
$file['log'] = $split[0];
}
$files[] = (object) $file;

Archive Download the corresponding diff file

Page rendered in 0.08176s using 14 queries.