Author: glen                         Date: Fri Jan 25 09:41:01 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- match anything in page name, to wiki path it is converted internally

---- Files affected:
SOURCES:
   dokuwiki-plugin-pageredirect-pagematch.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/dokuwiki-plugin-pageredirect-pagematch.patch
diff -u /dev/null SOURCES/dokuwiki-plugin-pageredirect-pagematch.patch:1.1
--- /dev/null   Fri Jan 25 10:41:01 2008
+++ SOURCES/dokuwiki-plugin-pageredirect-pagematch.patch        Fri Jan 25 
10:40:56 2008
@@ -0,0 +1,11 @@
+--- pageredirect/syntax.php~   2007-01-24 12:36:50.000000000 +0200
++++ pageredirect/syntax.php    2008-01-25 11:36:14.597898649 +0200
+@@ -36,7 +36,7 @@
+       function getSort() { return 1; }
+       
+       function connectTo($mode) { 
+-              
$this->Lexer->addSpecialPattern('~~REDIRECT>[a-zA-Z0-9_\-:]+~~', $mode, 
'plugin_pageredirect');
++              $this->Lexer->addSpecialPattern('~~REDIRECT>.+~~', $mode, 
'plugin_pageredirect');
+       }
+       
+       /** 
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to