Indefero

Indefero Commit Details


Date:2009-10-01 14:51:47 (15 years 2 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:37e060464710f2b42d44ffab6147776dd2269ccf
Parents: 4765ca223257f4eb0c0b1ba7a434d6b8fc7272a8
Message:Fixed bad conversion to support PHP 5.3,

Changes:

File differences

src/IDF/Scm/Svn.php
435435
436436
437437
438
438
439439
440440
441441
$log = array();
$log['author'] = (string) $entry->author;
$log['date'] = gmdate('Y-m-d H:i:s', strtotime((string) $entry->date));
$split = explode("[\n\r]", (string) $entry->msg, 2);
$split = preg_split("[\n\r]", (string) $entry->msg, 2);
$log['title'] = $split[0];
$log['commit'] = (string) $entry['revision'];
$log['full_message'] = (isset($split[1])) ? trim($split[1]) : '';

Archive Download the corresponding diff file

Page rendered in 0.07255s using 13 queries.