<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.web.wiki.dokuwiki.general">
    <title>gmane.comp.web.wiki.dokuwiki.general</title>
    <link>http://blog.gmane.org/gmane.comp.web.wiki.dokuwiki.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16131"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16126"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16125"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16121"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16118"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16117"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16116"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16114"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16110"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16104"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16103"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16101"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16100"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16098"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16096"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16095"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16094"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16093"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16091"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16090"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16131">
    <title>This week's new issues      2013-05-24</title>
    <link>http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16131</link>
    <description>&lt;pre&gt;
Hello,

during the last week, the following bugs and feature requests where
opened at the DokuWiki bug tracker:

FS#2783  AD Group authentication broke  [Bug Report]
         http://bugs.dokuwiki.org/?do=details&amp;amp;task_id=2783

FS#2784  Template Localisation  [Bug Report]
         http://bugs.dokuwiki.org/?do=details&amp;amp;task_id=2784

FS#2787  Lists aren't continued, the Space key doesn't create a subitem in a list  [Bug Report]
         http://bugs.dokuwiki.org/?do=details&amp;amp;task_id=2787

FS#2788  LDAP auth plugin warning on null parameter passed to in_array()  [Bug Report]
         http://bugs.dokuwiki.org/?do=details&amp;amp;task_id=2788

Please help to resolve them by reviewing, adding comments and sending
patches.

Thanks for your help,
your bug mailer

&lt;/pre&gt;</description>
    <dc:creator>DokuWiki Devel Tools</dc:creator>
    <dc:date>2013-05-24T13:00:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16126">
    <title>Performance: scripts at the bottom?</title>
    <link>http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16126</link>
    <description>&lt;pre&gt;Hi all,

I finally got fed up with Dokuwiki telling me to upgrade and bit the bullet
(yes, I know I should have done it sooner).

Having installed Weatherwax on my public site, I was rather relieved that
everything worked (good job guys!). However my pages now have at least a
half second overhead to render. On investigation I tracked this down to
parsing the javascript. Loving the jQuery, but it's a huge performance hit.
(Yes I am testing using recent browsers).

By hacking around my template and the tpl_metaheaders() code a bit, I was
able to move the javascript to the bottom of the page (using async/defer is
not a very practical option for dependencies) and have yet to run into any
problems using the core distribution. Of course, it takes just as long for
the onload event to fire - but the screen renders long before this happens.

Unfortunately, my messy hack has broken a lot of javascript powered third
party dokuwiki plugins though (like googlemaps3).

From what I've seen so far, it looks like untangling &lt;/pre&gt;</description>
    <dc:creator>Colin McKinnon</dc:creator>
    <dc:date>2013-05-23T23:34:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16125">
    <title>Adopting javadoc plugin</title>
    <link>http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16125</link>
    <description>&lt;pre&gt;Hi all,

I intend to adopt the javadoc plugin. I'm interested in using
it on my own wiki, support and maybe improve it (add config, ...)
The javadoc plugin developer Damien Coraboeuf allowed me to do so
(see below).

Cheers
Stefan


Hi Stefan,

You are very welcome to adopt it. I do not use docuwiki for a while now, 
so I do not support this plug-in any longer.

Best regards,
Damien.


On Sun, May 19, 2013 at 8:15 PM, Stefan Rothe &amp;lt;mail&amp;lt; at &amp;gt;stefanrothe.ch&amp;gt; wrote:

     Hi

     I'm using your javadoc dokuwiki plugin. Some changes would be necessary
     to use the plugin with JDK7. Are you still supporting the plugin?
     If not, might I adopt it?

     Best regards,
     Stefan
&lt;/pre&gt;</description>
    <dc:creator>Stefan Rothe</dc:creator>
    <dc:date>2013-05-22T06:56:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16121">
    <title>Preventing page blanking?</title>
    <link>http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16121</link>
    <description>&lt;pre&gt;Hi all,

I've got an idea to write a plugin that would prevent people saving pages
with no content. This would force them to leave some comment about why the
page is no longer there (and e.g. add a redirect link). Has anyone done
this before? Is it the wrong way to do this sort of thing?

My initial investigations make me think it'll be necessary to use
ACTION_ACT_PREPROCESS and just change $ACT  because IO_WIKIPAGE_WRITE is
too late and saveWikiText() does particular things for pages what
$wasRemoved ;-)

Thanks,
Sam.


&lt;/pre&gt;</description>
    <dc:creator>Sam Wilson</dc:creator>
    <dc:date>2013-05-21T01:18:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16118">
    <title>Precondition Failed</title>
    <link>http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16118</link>
    <description>&lt;pre&gt;Hi all,

I updated Dokuwiki to the last stable version.

I can't see any image thumbnail anymore, the error says "Precondition
Failed".

I found a solved bug but... It seems not solved for me :P

How can I solve it?

Thank you.

&lt;/pre&gt;</description>
    <dc:creator>Lorenzo Breda</dc:creator>
    <dc:date>2013-05-20T09:33:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16117">
    <title>This week's new issues      2013-05-17</title>
    <link>http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16117</link>
    <description>&lt;pre&gt;
Hello,

during the last week, the following bugs and feature requests where
opened at the DokuWiki bug tracker:

FS#2777  No continuing bulletlist/numbered list  [Bug Report]
         http://bugs.dokuwiki.org/?do=details&amp;amp;task_id=2777

FS#2779  mail notification does not include TO field?  [Bug Report]
         http://bugs.dokuwiki.org/?do=details&amp;amp;task_id=2779

FS#2780  export to LaTeX  [Feature Request]
         http://bugs.dokuwiki.org/?do=details&amp;amp;task_id=2780

FS#2781  No access to content with authad but login works  [Bug Report]
         http://bugs.dokuwiki.org/?do=details&amp;amp;task_id=2781

FS#2782  deprecated function  [Bug Report]
         http://bugs.dokuwiki.org/?do=details&amp;amp;task_id=2782

Please help to resolve them by reviewing, adding comments and sending
patches.

Thanks for your help,
your bug mailer

&lt;/pre&gt;</description>
    <dc:creator>DokuWiki Devel Tools</dc:creator>
    <dc:date>2013-05-17T13:00:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16116">
    <title>git changes 2013-05-16</title>
    <link>http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16116</link>
    <description>&lt;pre&gt;
Good Morning!

This are the git changes for DokuWiki committed
yesterday. Please test them and report bugs.

---------------------------------------------------------------------

http://github.com/splitbrain/dokuwiki/commit/a07e7a4fb1edaeca6bb2cb537b368c31a580675c
Merge: 98e31f8 712b791
Author: Klap-in &amp;lt;klapinklapin[at]gmail.com&amp;gt;
Date:   Wed May 15 16:52:13 2013 +0200

    Merge branch 'master' of github.com:splitbrain/dokuwiki


http://github.com/splitbrain/dokuwiki/commit/98e31f853f43d94c5bd1d3ab79388c44ce29ce0a
Author: Klap-in &amp;lt;klapinklapin[at]gmail.com&amp;gt;
Date:   Wed May 15 16:51:44 2013 +0200

    Fix wrong config key in deprecated auth message


http://github.com/splitbrain/dokuwiki/commit/712b791cc1f86484279cd54b41dfc14d0ded6fff
Author: Dominik Eckelmann &amp;lt;eckelmann[at]cosmocode.de&amp;gt;
Date:   Wed May 15 12:04:02 2013 +0200

    Revert "fixed space of list points beside a floating image"
    
    This reverts commit 37764cbb34237da3c96bab21102e44ffe2715cd9.


http://github.com/splitbrain/dokuwiki/commit/3&lt;/pre&gt;</description>
    <dc:creator>DokuWiki Devel Tools</dc:creator>
    <dc:date>2013-05-16T01:00:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16114">
    <title>Error message with empty screen in DokuWiki after upgrading from Debian Squeeze to Wheezy</title>
    <link>http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16114</link>
    <description>&lt;pre&gt;Hallo,
I have upgraded my Debian Server to Wheezy and now I have problems with 
Dokuwiki:

Source of myserver/wiki/doku.php:

&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de"
 lang="de" dir="ltr"&amp;gt;
&amp;lt;head&amp;gt;
  &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
  &amp;lt;title&amp;gt;
    Herzlich willkommen!    [Peters Wiki]
  &amp;lt;/title&amp;gt;

  &amp;lt;meta name="generator" content="DokuWiki snapshot?" /&amp;gt;
&amp;lt;meta name="robots" content="index,follow" /&amp;gt;
&amp;lt;meta name="date" content="2010-12-12T15:56:45+0100" /&amp;gt;
&amp;lt;meta name="keywords" content="Herzlich willkommen!" /&amp;gt;
&amp;lt;link rel="search" type="application/opensearchdescription+xml" 
href="/wiki/lib/exe/opensearch.php" title="Peters Wiki" /&amp;gt;
&amp;lt;link rel="start" href="/wiki/" /&amp;gt;
&amp;lt;link rel="contents" 
href="/wiki/doku.php?id=Herzlich%20willkommen%21&amp;amp;amp;do=index" 
title="Übersicht" /&amp;gt;

&amp;lt;link rel="alternate" type="application/rss+xml" title="Recent Change&lt;/pre&gt;</description>
    <dc:creator>Peter Schütt</dc:creator>
    <dc:date>2013-05-14T20:35:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16110">
    <title>git changes 2013-05-11</title>
    <link>http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16110</link>
    <description>&lt;pre&gt;
Good Morning!

This are the git changes for DokuWiki committed
yesterday. Please test them and report bugs.

---------------------------------------------------------------------

http://github.com/splitbrain/dokuwiki/commit/2a5a1456564635ddbca06edbc902e7f820d2a97b
Author: Guy Brand &amp;lt;gb[at]unistra.fr&amp;gt;
Date:   Fri May 10 14:34:29 2013 +0200

    Release preparation

---------------------------------------------------------------------

You can download individual diffs or patches by appending .diff or
.patch to the given commit URLs above.

Bye,
your git changelog mailer


&lt;/pre&gt;</description>
    <dc:creator>DokuWiki Devel Tools</dc:creator>
    <dc:date>2013-05-11T01:00:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16104">
    <title>"Weatherwax" is available</title>
    <link>http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16104</link>
    <description>&lt;pre&gt;Hello DokuWiki friends

The new release of DokuWiki, codename "Weatherwax" has just been released
and is available from http://dokuwiki.org. The list of changes can be
found at http://www.dokuwiki.org/changes.

Big thank you to all contributors who made this possible.

Upgrade your wikis and enjoy your work with DokuWiki.

&lt;/pre&gt;</description>
    <dc:creator>Guy Brand</dc:creator>
    <dc:date>2013-05-10T13:29:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16103">
    <title>This week's new issues      2013-05-10</title>
    <link>http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16103</link>
    <description>&lt;pre&gt;
Hello,

during the last week, the following bugs and feature requests where
opened at the DokuWiki bug tracker:

FS#2770  parser.php, word end marker \\b for &amp;lt;code&amp;gt; and &amp;lt;file&amp;gt;  [Bug Report]
         http://bugs.dokuwiki.org/?do=details&amp;amp;task_id=2770

FS#2776  No error message when post_max_size exceeded  [Bug Report]
         http://bugs.dokuwiki.org/?do=details&amp;amp;task_id=2776

Please help to resolve them by reviewing, adding comments and sending
patches.

Thanks for your help,
your bug mailer

&lt;/pre&gt;</description>
    <dc:creator>DokuWiki Devel Tools</dc:creator>
    <dc:date>2013-05-10T13:00:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16101">
    <title>git changes 2013-05-10</title>
    <link>http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16101</link>
    <description>&lt;pre&gt;
Good Morning!

This are the git changes for DokuWiki committed
yesterday. Please test them and report bugs.

---------------------------------------------------------------------

http://github.com/splitbrain/dokuwiki/commit/a27d8c740b9130905209f802a85643fd97e78996
Author: Andreas Gohr &amp;lt;andi[at]splitbrain.org&amp;gt;
Date:   Thu May 9 15:07:31 2013 +0200

    added missing test case files


http://github.com/splitbrain/dokuwiki/commit/0aa90d9aa7210ab4df4b96f23a9fc8045e572131
Author: Andreas Gohr &amp;lt;andi[at]splitbrain.org&amp;gt;
Date:   Thu May 9 14:53:36 2013 +0200

    tar library: another fix for lone zero blocks

---------------------------------------------------------------------

You can download individual diffs or patches by appending .diff or
.patch to the given commit URLs above.

Bye,
your git changelog mailer


&lt;/pre&gt;</description>
    <dc:creator>DokuWiki Devel Tools</dc:creator>
    <dc:date>2013-05-10T01:00:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16100">
    <title>git changes 2013-05-07</title>
    <link>http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16100</link>
    <description>&lt;pre&gt;
Good Morning!

This are the git changes for DokuWiki committed
yesterday. Please test them and report bugs.

---------------------------------------------------------------------

http://github.com/splitbrain/dokuwiki/commit/0e748a96cda77fa0131fc0b9601de54a41592ca7
Author: Anika Henke &amp;lt;anika[at]selfthinker.org&amp;gt;
Date:   Mon May 6 12:25:27 2013 +0100

    updated dates in templates' and plugins' info.txt files


http://github.com/splitbrain/dokuwiki/commit/c3ff531efb93a30dc680ead0baac2a0d628827e4
Author: Andreas Gohr &amp;lt;gohr[at]cosmocode.de&amp;gt;
Date:   Mon May 6 09:22:06 2013 +0200

    fixed test name


http://github.com/splitbrain/dokuwiki/commit/7f67286ec2971362255bdb59dd7d473dc5fd2ea0
Merge: b1720e5 5e7db1e
Author: Andreas Gohr &amp;lt;andi[at]splitbrain.org&amp;gt;
Date:   Sun May 5 22:12:44 2013 -0700

    Merge pull request #218 from splitbrain/FS#2767
    
    FS#2767, fix for missing security token


http://github.com/splitbrain/dokuwiki/commit/5e7db1e21093dbb999f1d1cee487a791af3650eb
Author: Christopher Smith &amp;lt;chris[a&lt;/pre&gt;</description>
    <dc:creator>DokuWiki Devel Tools</dc:creator>
    <dc:date>2013-05-07T01:00:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16098">
    <title>git changes 2013-05-06</title>
    <link>http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16098</link>
    <description>&lt;pre&gt;
Good Morning!

This are the git changes for DokuWiki committed
yesterday. Please test them and report bugs.

---------------------------------------------------------------------

http://github.com/splitbrain/dokuwiki/commit/b1720e5c647585ac14f86e6080b54c932cac9bee
Author: Michael Hamann &amp;lt;michael[at]content-space.de&amp;gt;
Date:   Sun May 5 21:09:40 2013 +0200

    Indexer: Remove broken and dead readdircache code FS#2771
    
    The code that is removed in this commit has either never been used
    (listIndexLenghts) or was completely broken (cacheIndexDir) and was
    introduced in the indexer rewrite in 2010. The idea of the rewrite was
    to update the readdir cache after every index change instead of on demand.
    What the code actually did was removing every updated index from the
    cache as it used a wrong if condition. Simply fixing the condition
    wouldn't fix the problem as then only updated indexes would be added to
    the cache and furthermore the rewrite simply ignored the readdircache
    se&lt;/pre&gt;</description>
    <dc:creator>DokuWiki Devel Tools</dc:creator>
    <dc:date>2013-05-06T01:00:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16096">
    <title>Spamming on DokuWiki.org</title>
    <link>http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16096</link>
    <description>&lt;pre&gt;Hi,

I noticed by the RSS feed, that there was (and is) quite a number of
spam entered into DokuWiki. The author's name is given as JeffreySumpter.

Can someone please lock this name out?

Regards,
Werner
&lt;/pre&gt;</description>
    <dc:creator>Werner Flamme</dc:creator>
    <dc:date>2013-05-04T06:50:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16095">
    <title>git changes 2013-05-04</title>
    <link>http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16095</link>
    <description>&lt;pre&gt;
Good Morning!

This are the git changes for DokuWiki committed
yesterday. Please test them and report bugs.

---------------------------------------------------------------------

http://github.com/splitbrain/dokuwiki/commit/46ac8ef9ac8c7465449cd3d33c21148c75241ac8
Author: Andreas Gohr &amp;lt;andi[at]splitbrain.org&amp;gt;
Date:   Fri May 3 17:52:48 2013 +0200

    Tar: avoid lone zero blocks when adding 0 byte files


http://github.com/splitbrain/dokuwiki/commit/e63eccff3ef8998a3dac6034132970be5dad0069
Author: Andreas Gohr &amp;lt;andi[at]splitbrain.org&amp;gt;
Date:   Fri May 3 12:11:34 2013 +0200

    use correct endpoint in tpl_actiondropdown FS#2760

---------------------------------------------------------------------

You can download individual diffs or patches by appending .diff or
.patch to the given commit URLs above.

Bye,
your git changelog mailer


&lt;/pre&gt;</description>
    <dc:creator>DokuWiki Devel Tools</dc:creator>
    <dc:date>2013-05-04T01:00:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16094">
    <title>This week's new issues      2013-05-03</title>
    <link>http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16094</link>
    <description>&lt;pre&gt;
Hello,

during the last week, the following bugs and feature requests where
opened at the DokuWiki bug tracker:

FS#2768  (Re-)add support for uploads with upload_tmp_dir outside the paths in open_basedir  [Bug Report]
         http://bugs.dokuwiki.org/?do=details&amp;amp;task_id=2768

FS#2769  Can't save pages with xmlns:transaction="http://jboss.com/products/seam/transaction" in the markup.  [Bug Report]
         http://bugs.dokuwiki.org/?do=details&amp;amp;task_id=2769

Please help to resolve them by reviewing, adding comments and sending
patches.

Thanks for your help,
your bug mailer

&lt;/pre&gt;</description>
    <dc:creator>DokuWiki Devel Tools</dc:creator>
    <dc:date>2013-05-03T13:00:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16093">
    <title>git changes 2013-05-03</title>
    <link>http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16093</link>
    <description>&lt;pre&gt;
Good Morning!

This are the git changes for DokuWiki committed
yesterday. Please test them and report bugs.

---------------------------------------------------------------------

http://github.com/splitbrain/dokuwiki/commit/4bc058637bdcf381c07dfb96502b96afa71df76a
Author: Anika Henke &amp;lt;anika[at]selfthinker.org&amp;gt;
Date:   Fri May 3 01:04:59 2013 +0100

    fixed missing css placeholders for page container

---------------------------------------------------------------------

You can download individual diffs or patches by appending .diff or
.patch to the given commit URLs above.

Bye,
your git changelog mailer


&lt;/pre&gt;</description>
    <dc:creator>DokuWiki Devel Tools</dc:creator>
    <dc:date>2013-05-03T01:00:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16091">
    <title>trying (but failing) to write relation/firstimage metadata from syntax plugin</title>
    <link>http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16091</link>
    <description>&lt;pre&gt;Hi,
I've been trying to get my plugin to update or write the metadata
entry for ['relation']['firstimage'] but so far it's ending up with an
empty value, so my best guess at the moment is that DW (adora belle)
overwrites it somewhere after I touch it and it gets erased. Other
metadata that is updated in the same procedure is stored just fine.

The image (.png) is dynamically generated and stored in the media
directory, ie. you can just add it using the regular syntax
{{:olmapmaps:mapquest:17:cache_28:98:c41fe77e7d5a29c1e069daea9de1.png}}
and if you do the firstimage value is filled correctly..

I had a try using both direct access to renderer-&amp;gt;meta as well as
using p_set_metadata() but the result is the same, code below.

Any hints would be welcome..

Mark

snippet of code that touches the metadata (full code at:
https://sourceforge.net/p/dokuwikispatial/code/326/tree/trunk/openlayersmap/src/syntax/olmap.php#l256):

if(($this-&amp;gt;getConf('enableA11y')) &amp;amp;&amp;amp; (!empty($_firstimage))){
  // add map local image into r&lt;/pre&gt;</description>
    <dc:creator>Mark Prins</dc:creator>
    <dc:date>2013-05-01T11:58:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16090">
    <title>This week's new issues      2013-04-26</title>
    <link>http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16090</link>
    <description>&lt;pre&gt;
Hello,

during the last week, the following bugs and feature requests where
opened at the DokuWiki bug tracker:

FS#2765  RSS item limits (&amp;amp;num=) not working for $view!='both' (feed.php)  [Bug Report]
         http://bugs.dokuwiki.org/?do=details&amp;amp;task_id=2765

FS#2766  add "nofollow" at sitemap namespaces and links  [Feature Request]
         http://bugs.dokuwiki.org/?do=details&amp;amp;task_id=2766

FS#2767  No thumb in template entry - Precondition Failed  [Bug Report]
         http://bugs.dokuwiki.org/?do=details&amp;amp;task_id=2767

Please help to resolve them by reviewing, adding comments and sending
patches.

Thanks for your help,
your bug mailer

&lt;/pre&gt;</description>
    <dc:creator>DokuWiki Devel Tools</dc:creator>
    <dc:date>2013-04-26T13:00:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16089">
    <title>git changes 2013-04-26</title>
    <link>http://comments.gmane.org/gmane.comp.web.wiki.dokuwiki.general/16089</link>
    <description>&lt;pre&gt;
Good Morning!

This are the git changes for DokuWiki committed
yesterday. Please test them and report bugs.

---------------------------------------------------------------------

http://github.com/splitbrain/dokuwiki/commit/c366e16a83b0dcd4ad853358daf8cf6ecd8b3cd6
Author: Andreas Gohr &amp;lt;gohr[at]cosmocode.de&amp;gt;
Date:   Thu Apr 25 17:03:19 2013 +0200

    removed debug statement
    
    thanks [at]Klap-in


http://github.com/splitbrain/dokuwiki/commit/a154806fb54c04841a42641bf5d66716d89c1554
Author: Andreas Gohr &amp;lt;gohr[at]cosmocode.de&amp;gt;
Date:   Thu Apr 25 16:43:54 2013 +0200

    authad: capabilities depend on userdomain specific config


http://github.com/splitbrain/dokuwiki/commit/8257d713a47c1819c2c33ddd2b868eea62d9f6fc
Author: Andreas Gohr &amp;lt;gohr[at]cosmocode.de&amp;gt;
Date:   Thu Apr 25 16:05:53 2013 +0200

    authad: added compatibility for old option names
    
    adLDAP renamed the ad_username and ad_password to admin_username
    admin_password recently. this makes our backend recognize the old
    settings
&lt;/pre&gt;</description>
    <dc:creator>DokuWiki Devel Tools</dc:creator>
    <dc:date>2013-04-26T01:00:07</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.web.wiki.dokuwiki.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.web.wiki.dokuwiki.general</link>
  </textinput>
</rdf:RDF>
