]> git.pld-linux.org Git - packages/dokuwiki.git/commitdiff
directlink no longer needed
authorElan Ruusamäe <glen@delfi.ee>
Wed, 8 Aug 2012 19:33:09 +0000 (22:33 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 8 Aug 2012 19:33:09 +0000 (22:33 +0300)
lightbox plugin depended on this, it no longer needs this hack

dokuwiki-media-directlink.patch [deleted file]
dokuwiki.spec

diff --git a/dokuwiki-media-directlink.patch b/dokuwiki-media-directlink.patch
deleted file mode 100644 (file)
index 984b4cf..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- dokuwiki-2009-02-14/inc/parser/xhtml.php~  2009-02-14 14:13:25.000000000 +0200
-+++ dokuwiki-2009-02-14/inc/parser/xhtml.php   2009-03-12 22:05:27.933270570 +0200
-@@ -680,6 +680,9 @@
-         list($ext,$mime,$dl) = mimetype($src);
-         if(substr($mime,0,5) == 'image' && $render){
-             $link['url'] = ml($src,array('id'=>$ID,'cache'=>$cache),($linking=='direct'));
-+            if ($linking != 'direct' && $linking != 'nolink') {
-+                $link['more'] .= 'directlink="'.ml($src,array('id'=>$ID,'cache'=>$cache), true). '"';
-+            }
-         }elseif($mime == 'application/x-shockwave-flash' && $render){
-             // don't link flash movies
-             $noLink = true;
index 72bb5c83494725babf8c271c8747fff64d373f58..23be071109af006c9cb9338c7f311cbe9a9d33ba 100644 (file)
@@ -7,7 +7,7 @@ Summary:        PHP-based Wiki webapplication
 Summary(pl.UTF-8):     Aplikacja WWW Wiki oparta na PHP
 Name:          dokuwiki
 Version:       %{ver}
-Release:       0.10
+Release:       0.12
 License:       GPL v2
 Group:         Applications/WWW
 #Source0:      http://www.splitbrain.org/_media/projects/dokuwiki/%{name}-%{subver}.tgz
@@ -37,7 +37,6 @@ Patch8:               %{name}-notify-respect-minor.patch
 Patch10:       %{name}-mailtext.patch
 Patch11:       %{name}-notifyns.patch
 Patch12:       %{name}-mailthreads.patch
-Patch13:       %{name}-media-directlink.patch
 Patch14:       interwiki-outputonly.patch
 Patch15:       simplepie.patch
 Patch19:       pld-branding.patch
@@ -136,7 +135,6 @@ touch data/pages/playground/playground.txt
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
-%patch13 -p1
 %patch14 -p1
 %patch15 -p1
 %patch19 -p1
This page took 0.061537 seconds and 4 git commands to generate.