Indefero

Indefero Commit Details


Date:2011-09-12 10:54:40 (13 years 3 months ago)
Author:Thomas Keller
Branch:develop, feature.diff-whitespace, feature.issue-of-others, feature.search-filter, feature.wiki-default-page, release-1.2, release-1.3
Commit:1f0791df0e766a84454672b7fd30a2babb6c765d
Parents: a2c832a130e6063201a627efa9361f0d80f97cd9
Message:Make the '@rev' part in the regex optional (fixes issue 730).

Changes:

File differences

NEWS.mdtext
3131
3232
3333
34
3435
3536
3637
a new project or monotone key, in case an error popped up in the middle (issue 697)
- Indefero now sends the MD5 checksum as HTTP header when downloading a file from the
download area. Additionally, a unneeded redirect has been removed. (issue 716)
- Source links without a specific revision did not work due to a wrong regex (issue 730)
- Better error detection and reporting in the SyncMonotone plugin
ATTENTION: This needs Pluf 46b7f251 or newer!
- Fix the branch links users of the Subversion frontend get when they enter a wrong revision
src/IDF/Template/IssueComment.php
5858
5959
6060
61
61
6262
6363
6464
implode('|', $nouns);
$text = IDF_Template_safePregReplace('#((?:'.$prefix.')(?:\s+r?))([0-9a-f]{1,40}((?:\s+and|\s+or|,)\s+r?[0-9a-f]{1,40})*)\b#i',
array($this, 'callbackCommits'), $text);
$text = IDF_Template_safePregReplace('=(src:)([^\s@#,\(\)\\\\]+(?:(\\\\)[\s@#][^\s@#,\(\)\\\\]+){0,})+(?:\@([^\s#,]+))(?:#(\d+))?=im',
$text = IDF_Template_safePregReplace('=(src:)([^\s@#,\(\)\\\\]+(?:(\\\\)[\s@#][^\s@#,\(\)\\\\]+){0,})+(?:\@([^\s#,]+))?(?:#(\d+))?=im',
array($this, 'callbackSource'), $text);
}
if ($wordwrap) $text = Pluf_Text::wrapHtml($text, 69, "\n");

Archive Download the corresponding diff file

Page rendered in 0.07841s using 14 queries.