Andreas Gohr | 1 Jul 04:00
Favicon
Gravatar

darcs changes 2009-07-01


Good Morning!

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

---------------------------------------------------------------------
Tue Jun 30 21:34:16 CEST 2009  N3o <n30[at]mandrivausers.ro>
  * Romanian language update
  Ignore-this: 86f906f59c040c178d6f37e7623fc845

Tue Jun 30 21:32:14 CEST 2009  Michael Armbruster <Blitzi94[at]gmx.net>
  * German Language update
  Ignore-this: 960bca4e61d17eb95c352bda218c4564

Tue Jun 30 21:29:57 CEST 2009  Guillaume Turri <guillaume.turri[at]ecl2008.ec-lyon.fr>
  * French language update
  Ignore-this: 52358f90550c48371573f4a07d8dc094

Tue Jun 30 21:26:34 CEST 2009  Aivars Miska <allefm[at]gmail.com>
  * Latvian language update
  Ignore-this: 25b22e4c08aa5c629495f953b78fafde
---------------------------------------------------------------------

Single patches can be downloaded from
http://dev.splitbrain.org/darcs/index.cgi/dokuwiki/?c=patches

Bye,
your darcs changelog mailer

(Continue reading)

Andreas Gohr | 2 Jul 04:00
Favicon
Gravatar

darcs changes 2009-07-02


Good Morning!

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

---------------------------------------------------------------------
Wed Jul  1 01:00:01 CEST 2009  Andreas Gohr <andi[at]splitbrain.org>
  tagged develsnap 2009-07-01
---------------------------------------------------------------------

Single patches can be downloaded from
http://dev.splitbrain.org/darcs/index.cgi/dokuwiki/?c=patches

Bye,
your darcs changelog mailer

--

-- 
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Carsten Fuchs | 3 Jul 09:19
Picon
Favicon

Can we directly edit data/pages/*.txt ?

Hi all,

we've been using DokuWiki for documenting our 3D engine at www.cafu.de/wiki for years, and we're 
very happy with it!  :-)

Now we'd like to globally "Search and Replace" some URLs and names in all wiki pages.
Can we do this by directly editing the contents of the data/pages/*.txt files?

Page locking is not a concern, and having changelog entries for these changes is not required as 
well.
However, are we safe from inadvertently creating any inconsistencies regarding the DokuWiki 
internals when directly editing the data/pages/*.txt files?
Anything to be aware of?

Thank you very much,
and best regards,
Carsten

--

-- 
     Cafu - The Game and Graphics Engine for
Multiplayer, Multiplatform, Realtime 3D Action
            Learn more at www.cafu.de
Attachment (smime.p7s): application/x-pkcs7-signature, 3265 bytes
Kay Roesler | 3 Jul 10:37
Picon

rowspan support for tables

Hi everybody,

I am looking for rowspan in dokuwiki tables which is not supported yet.
I found a very old featurerequest and a post about a solution at
http://forum.dokuwiki.org/thread/3662

is this already in development as a patch?

Best regards

Kay

--

-- 
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Michael Klier | 3 Jul 10:58
Picon
Favicon
Gravatar

Re: Can we directly edit data/pages/*.txt ?

On Fri, Jul 03, 2009 at 09:19:32AM +0200, Carsten Fuchs wrote:
> Anything to be aware of?

Nope, those are just plain text files. The pages meta data is stored elsewhere
and will be updated automatically once a page is visited using a browser.

Michael

-- 
Michael Klier

www:    http://www.chimeric.de
jabber: chi <at> jabber.shipdown.de
key:    http://downloads.chimeric.de/chi.asc
key-id: 0x8308F551
--

-- 
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Hakan.Sandell | 3 Jul 11:09
Picon
Favicon

Re: Can we directly edit data/pages/*.txt ?

Chi wrote:
> and will be updated automatically once a page is visited using a browser.

This means that your search function will not be aware of changes until all
pages are vistited or a manual re-indexing is done.

http://www.dokuwiki.org/indexer

http://www.dokuwiki.org/cli#indexer.php

/Håkan Sandell

--

-- 
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Christopher Smith | 3 Jul 11:15
Picon

Re: Can we directly edit data/pages/*.txt ?


On 3 Jul 2009, at 08:19, Carsten Fuchs wrote:

> Now we'd like to globally "Search and Replace" some URLs and names  
> in all wiki pages.
> Can we do this by directly editing the contents of the data/pages/ 
> *.txt files?
>
> Page locking is not a concern, and having changelog entries for  
> these changes is not required as well.
> However, are we safe from inadvertently creating any inconsistencies  
> regarding the DokuWiki internals when directly editing the data/ 
> pages/*.txt files?
> Anything to be aware of?
>

For URLs, the search index will be incorrect until DokuWiki reindexes  
all the pages that have changed.  E.g. after the change searching on  
the new URL is likely to bring no results while searching on the old  
URL is likely to return all the changed pages.  You can use the  
searchindex plugin (http://www.dokuwiki.org/plugin:searchindex) to  
rebuild the search index and fix this issue.

What do you mean by "names"?

- Names of people, things - ie. general text - in the wiki pages.  As  
for URLs above

- Page names (first headings). Touch your conf/local.php file to  
expire the wiki cache.  This will ensure DokuWiki rebuilds things  
(Continue reading)

Carsten Fuchs | 3 Jul 11:19
Picon
Favicon

Re: Can we directly edit data/pages/*.txt ?

Hi Michael,

Michael Klier schrieb:
> On Fri, Jul 03, 2009 at 09:19:32AM +0200, Carsten Fuchs wrote:
>> Anything to be aware of?
> 
> Nope, those are just plain text files. The pages meta data is stored elsewhere
> and will be updated automatically once a page is visited using a browser.

Thanks for confirmation!
As I unfortunately don't know the DokuWiki internals too well, the main issue I was worrying 
about was that no "diff" is created (and possibly other DokuWiki auto-magic house-keeping 
performed) when the *.txt files are modified directly, and that their absence might later 
confuse other parts of DokuWiki.

Anyways, many thanks to you and all DokuWiki friends!
(I'll just backup, then try.)

:-)

Best regards,
Carsten

--

-- 
     Cafu - The Game and Graphics Engine for
Multiplayer, Multiplatform, Realtime 3D Action
            Learn more at www.cafu.de
Attachment (smime.p7s): application/x-pkcs7-signature, 3265 bytes
Carsten Fuchs | 3 Jul 11:23
Picon
Favicon

Re: Can we directly edit data/pages/*.txt ?

Hi Håkan,

Hakan.Sandell <at> mydata.se schrieb:
>> and will be updated automatically once a page is visited using a browser.
> 
> This means that your search function will not be aware of changes until all
> pages are vistited or a manual re-indexing is done.
> 
> http://www.dokuwiki.org/indexer
> http://www.dokuwiki.org/cli#indexer.php

Thanks for pointing it out, this is fortunately not a concern to me: we'll either just wait 
(e.g. the GoogleBot should visit and thus trigger them all sooner or later), or just run the CLI 
re-indexing.

Best regards,
Carsten

--

-- 
     Cafu - The Game and Graphics Engine for
Multiplayer, Multiplatform, Realtime 3D Action
            Learn more at www.cafu.de

Attachment (smime.p7s): application/x-pkcs7-signature, 3265 bytes
Carsten Fuchs | 3 Jul 11:37
Picon
Favicon

Re: Can we directly edit data/pages/*.txt ?

Hi Christopher,

Christopher Smith schrieb:

> For URLs, the search index will be incorrect until DokuWiki reindexes 
> all the pages that have changed.  E.g. after the change searching on the 
> new URL is likely to bring no results while searching on the old URL is 
> likely to return all the changed pages.  You can use the searchindex 
> plugin (http://www.dokuwiki.org/plugin:searchindex) to rebuild the 
> search index and fix this issue.

Ok, thx!

> What do you mean by "names"?

We use DokuWiki as a part of a larger website.
For our main product, the "Cafu Engine", we use Joomla for the main content pages, phpBB3 for 
the forums, and DokuWiki for all documentation. (All three use a matching theme.)

The 3D engine was formerly named "Ca3D-Engine" or "Ca3DE" and was available under a now obsolete 
URL. We've recently begun the process of renaming the engine to "Cafu Engine" and changing to 
www.cafu.de as the canonical URL.

Therefore, in the DokuWiki documentation, we would now like to search and replace all 
occurrences of the old URL with the new one, and all occurrences of the old product name with 
the new name, which can occur in page names and everywhere else.

> - Names of people, things - ie. general text - in the wiki pages.  As 
> for URLs above

(Continue reading)


Gmane