View | Details | Raw Unified | Return to bug 181419
Collapse All | Expand All

(-)www/trac/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	trac
4
PORTNAME=	trac
5
PORTVERSION=	1.0.1
5
PORTVERSION=	1.0.1
6
PORTREVISION=	1
6
CATEGORIES=	www devel python
7
CATEGORIES=	www devel python
7
MASTER_SITES=	http://ftp.edgewall.com/pub/trac/ \
8
MASTER_SITES=	http://ftp.edgewall.com/pub/trac/ \
8
		ftp://ftp.edgewall.com/pub/trac/
9
		ftp://ftp.edgewall.com/pub/trac/
(-)www/trac/files/patch-trac_wiki_formatter.py (+11 lines)
Line 0 Link Here
1
--- trac/wiki/formatter.py.orig	2013-02-01 08:47:41.000000000 +0800
2
+++ trac/wiki/formatter.py	2013-08-20 14:24:46.982232000 +0800
3
@@ -575,7 +575,7 @@
4
         ns = fullmatch.group('snsbr')
5
         target = unquote_label(fullmatch.group('stgtbr'))
6
         match = match[1:-1]
7
-        return '<%s>' % \
8
+        return u'<%s>' % \
9
                 self._make_link(ns, target, match, match, fullmatch)
10
 
11
     def _shref_formatter(self, match, fullmatch):
(-)www/trac/files/patch-trac_wiki_tests_wiki-tests.txt (+16 lines)
Line 0 Link Here
1
--- trac/wiki/tests/wiki-tests.txt.orig	2013-08-20 14:02:43.308222000 +0800
2
+++ trac/wiki/tests/wiki-tests.txt	2013-08-20 14:01:18.000000000 +0800
3
@@ -314,6 +314,13 @@
4
 ------------------------------
5
 <p>
6
 nolink:&#34;&lt;blink&gt;&#34;
7
+</p> 
8
+------------------------------ 
9
+============================== Bracketed links 
10
+See <http://en.wikipedia.org/wiki/Mornington_Crescent_(game)> 
11
+------------------------------ 
12
+<p> 
13
+See &lt;<a class="ext-link" href="http://en.wikipedia.org/wiki/Mornington_Crescent_(game)"><span class="icon"></span>http://en.wikipedia.org/wiki/Mornington_Crescent_(game)</a>&gt; 
14
 </p>
15
 ------------------------------
16
 ============================================================

Return to bug 181419