Indefero

Indefero Commit Details


Date:2008-08-03 03:09:03 (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:e6df5306244529ecf421607dfa953b99873676a0
Parents: 54d3783173bb0f6565bf26c17aff0f5a3638516c
Message:Fixed to avoid lines being too long.

Changes:

File differences

src/IDF/Template/IssueComment.php
3535
3636
3737
38
38
3939
4040
4141
{
$this->project = $project;
$this->git = new IDF_Git(Pluf::f('git_repository'));
$text = wordwrap($text, 80, "\n", true);
$text = wordwrap($text, 69, "\n", true);
$text = Pluf_esc($text);
$text = ereg_replace('[[:alpha:]]+://[^<>[:space:]]+[[:alnum:]/]',
'<a href="\\0" rel="nofollow">\\0</a>',

Archive Download the corresponding diff file

Page rendered in 0.07553s using 13 queries.