DokuWiki Devel Tools | 2 May 2011 03:00

git changes 2011-05-02


Good Morning!

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

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

http://github.com/splitbrain/dokuwiki/commit/4f5cb4d5bc4b7b3b61cdf2d67981eaf514f63060
Author: Choicky Chou <zhoucaiqi[at]gmail.com>
Date:   Sun May 1 11:51:30 2011 +0200

    Chinese language update

http://github.com/splitbrain/dokuwiki/commit/e26bb066def65f3730af19b8a8f2e5ff99a85b56
Merge: d6f9b0b... d6b643f...
Author: Michael Hamann <michael[at]content-space.de>
Date:   Sun May 1 02:36:03 2011 -0700

    Merge pull request #43 from lupo49/master.

    fixed location of favicon in feed.php (FS#2232)

http://github.com/splitbrain/dokuwiki/commit/d6b643faf150c8f9e17ee7bc80fd960c4fddbc73
Author: Matthias Schulte <post[at]lupo49.de>
Date:   Sun May 1 11:27:53 2011 +0200

    fixed location of favicon in feed.php (FS#2232)

http://github.com/splitbrain/dokuwiki/commit/d6f9b0b399eba03397b4ee25a74999303ed558b9
(Continue reading)

Anika Henke | 2 May 2011 20:22
Favicon
Gravatar

Re: Header Parser changed - did I break it?

On 07/12/2010 15:21, Andreas Gohr wrote:
> I just pushed a patch that enabled a feature I needed in a plugin and
> might be interesting for others (Anika, you might want to make use of
> that in the wrap plugin).
>
> The commit note and the patch should be explanation enough:
> https://github.com/splitbrain/dokuwiki/commit/9fa736b0317d46fdfb2025895fa0288fd736ca08
>
> Now, I'm wondering why it was implemented as it was in the first
> place. Why preConnect() instead of connectTo()? It was like this in
> Harry's orginal parser implementation and it was never changed. If
> anyone has an idea what I might have broken by the change, please
> speak up now ;-)

I just checked if I can use it in the wrap plugin. I don't know if 
anything else would break, but this change definitely doesn't mean you 
can have headlines in other syntax now.

When I add 'baseonly' to the allowed types, I can add headlines inside 
WRAP, e.g.
<WRAP box>
===== Headline =====
Text ...
</WRAP>

BUT ... the result is undesirable, because headlines also open and close 
sections. See the result for the above example:

<div class="level1">
<div class="wrap_box">
(Continue reading)

Chris G | 2 May 2011 23:46

Is there a way to modify meta data - before I modify the meta plugin?

I want to set some meta data which happens to be an array, the old meta
plugin can't do this, it doesn't create meta data arrays correctly.

Before I start digging into the code and trying to fix it is there a
more obvious/easier way to set meta data?

-- 
Chris Green
--

-- 
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

DokuWiki Devel Tools | 3 May 2011 03:00

git changes 2011-05-03


Good Morning!

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

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

http://github.com/splitbrain/dokuwiki/commit/3d94d9edc886582c2fa43a6fc08010c91dea8e61
Author: Michael Hamann <michael[at]content-space.de>
Date:   Mon May 2 23:38:41 2011 +0200

    Fix the wording of the search index check messages

http://github.com/splitbrain/dokuwiki/commit/26f7dbf522bd7473a47791384d73d5721bca8984
Author: Michael Hamann <michael[at]content-space.de>
Date:   Mon May 2 23:21:38 2011 +0200

    Add a test to do=check that should detect search index corruption

    With this test it should be possible to detect if the search index has
    been corrupted by using Rincewind RC or a git version of the weeks
    before the RC release.

http://github.com/splitbrain/dokuwiki/commit/42c58e90cbc5b1f19b2ff784225a3e33a8331b4f
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Mon May 2 23:21:28 2011 +0200

    set cursor to start of textbox when focusing FS#2243

(Continue reading)

Eivind Morland | 3 May 2011 11:40
Picon

Sitemap missing, namespace indexing

Ahoy!

First of all, thanks to Michitux for implementing the metadata indexing (page titles showing again).
However, I am noticing slowdown in the rendering of certain pages compared to Anteater. Has the cache
changed how it is working?

About a week ago, my sitemap disappeared along with all other listings of my pages. I have tried different
things, like reinstalling dokuwiki, re-indexing, removing folders, etc. but before I try reinventing
the wheel, I wanted to ask if anyone has any experience in this happening? The problem persisted in both
anteater and development version, and I have no idea why it disappeared suddenly. Where should I look?

And lastly, is there a way of indexing only a part of the website...? I'm building quite extensively, and
would like not having to do a full re-index every time I insert a bigger piece of the puzzle.

Best hopes,
Eivind-- 
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

Chris G | 3 May 2011 13:14

Tag value appears in abstract - bug? feature?

When you put a tag on a page (using the tag plugin) the value of the tag
appears in the page summary/abstract if it's within the first few
hundred characters.  Is this really as intended as it can make the
abstract look a bit silly.

E.g. I have a page as follows:-

    ~~META:title=2006-01-24~~

    ======Tuesday 24th January 2006======

    45xxx New front tyre, £74 from Universal Tyres

    {{tag>zzr1200}}

... and when I see the summary/abstract (in a pagelist listing or dir
plugin listing for example) I see:-

    New front tyre, £74 from Universal Tyres zzr1200

-- 
Chris Green
--

-- 
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

Chris G | 3 May 2011 13:38

Re: Tag value appears in abstract - bug? feature?

On Tue, May 03, 2011 at 12:14:51PM +0100, Chris G wrote:
> When you put a tag on a page (using the tag plugin) the value of the tag
> appears in the page summary/abstract if it's within the first few
> hundred characters.  Is this really as intended as it can make the
> abstract look a bit silly.
> 
> E.g. I have a page as follows:-
> 
>     ~~META:title=2006-01-24~~
> 
>     ======Tuesday 24th January 2006======
> 
>     45xxx New front tyre, £74 from Universal Tyres
> 
>     {{tag>zzr1200}}
> 
> 
> ... and when I see the summary/abstract (in a pagelist listing or dir
> plugin listing for example) I see:-
> 
>     New front tyre, £74 from Universal Tyres zzr1200
> 
I have just realised that it's the 'tag link' that is getting into the summary/abstract,
not that this makes it any better really.  Is there any way to prevent
some rendered output from getting into the abstract meta data?  I'm
quite happy to modify the tag plugin slightly to get this.

-- 
Chris Green
--

-- 
(Continue reading)

Chris G | 3 May 2011 17:31

Clearing out orphaned metadata and similar - any tools for doing it?

As a consequence of manually moving stuff around quite a lot (i.e. doing
it from the command line) I have a lot of orphaned metadata, and
probably other bits and pieces.

Is there any way to tidy these up 'automatically'?  Or is there any tool
which will at least flag things that are awry in DokuWiki?

-- 
Chris Green
--

-- 
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

DokuWiki Devel Tools | 4 May 2011 03:00

git changes 2011-05-04


Good Morning!

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

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

http://github.com/splitbrain/dokuwiki/commit/0cd1323bc9907b19381e7c93b14e7bac152c1b2d
Author: Bart Lamberigts <bart.lamberigts[at]gmail.com>
Date:   Tue May 3 18:21:31 2011 +0200

    Dutch language update

http://github.com/splitbrain/dokuwiki/commit/783bf9124fd1461b659c1774f6ec69fa180dc503
Author: Marcelo Zunino <marcelo.zunino[at]gmail.com>
Date:   Tue May 3 18:20:23 2011 +0200

    Spanish language update

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

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

Bye,
your git changelog mailer

--

-- 
DokuWiki mailing list - more info at
(Continue reading)

Eivind Morland | 4 May 2011 10:11
Picon

Re: Sitemap missing, namespace indexing

On 03 May 2011, at 15:10, Eivind Morland wrote:

> About a week ago, my sitemap disappeared along with all other listings of my pages. I have tried different
things, like reinstalling dokuwiki, re-indexing, removing folders, etc. but before I try reinventing
the wheel, I wanted to ask if anyone has any experience in this happening? The problem persisted in both
anteater and development version, and I have no idea why it disappeared suddenly. Where should I look?

For more details, the recent changes has gone, as well as listings output by pagelist. Backlinks are
intact, though.

If anyone has a clue, I would be grateful for a line or two. :)

Best regards,
Eivind-- 
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist


Gmane