Indefero

Indefero Commit Details


Date:2008-08-05 04:44:04 (16 years 4 months ago)
Author:Loic d'Anterroches
Branch:dev, 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, svn
Commit:9dedea0f9d7338654651b0eefcab5a753f0aab1d
Parents: 0a868a76bac134759c9a284959acfeaf44b1ba63
Message:Fixed issue 12, better regular expressions to link issues.

The bug was due to a bad initialization of the git repository path in
the issue comment parser. Time to make more init tests!
Changes:

File differences

src/IDF/Template/IssueComment.php
3434
3535
3636
37
37
3838
3939
4040
function start($text, $project)
{
$this->project = $project;
$this->git = new IDF_Git(Pluf::f('git_repository'));
$this->git = new IDF_Git($this->project->getGitRepository());
$text = wordwrap($text, 69, "\n", true);
$text = Pluf_esc($text);
$text = ereg_replace('[[:alpha:]]+://[^<>[:space:]]+[[:alnum:]/]',

Archive Download the corresponding diff file

Page rendered in 0.07919s using 14 queries.