Andreas Gohr | 1 Jan 04:00
Favicon
Gravatar

darcs changes 2008-01-01


Good Morning!

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

---------------------------------------------------------------------
Tue Jan  1 01:00:01 CET 2008  Andreas Gohr <andi[at]splitbrain.org>
  tagged develsnap 2008-01-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

Myron Turner | 1 Jan 17:33
Picon
Favicon
Gravatar

Re: FCKW wysiwyg plugin published

Gijs van Gemert wrote:
>>
> Hi Myron,
>
> Happy new year and many thanks for your work. I installed your 
> DokuwikiFCK, following the guidelines you sent along. The editor comes 
> up, and has a lot more possibilities. Nevertheless, there are problems:
>
>    1. The underline/italic shift does not work as expected, after a
>       save italics becomes underlined.
>    2. In the source text there are a lot of <align> tags. Is this to
>       be expected, or does the HTML connector not work correctly?
>    3. Uploading images does not succeed. The form appears, but nothing
>       happens trying to upload a file via the upload tag. Using the
>       link tag the process hangs.
>    4. Pressing OK in the upload form gives a server error about ' The
>       server did not send a proper XML response' .
>
> It seems that I did not succeed to link with dokuwiki's image handler. 
> Maybe I do something wrong?
>
I have uploaded an new version of  DokuwikiFCK, which you can get at:
      http://www.mturner.org/development/DokuWikiFCK.tar.gz

About the problems which you found.
  1.  This is a bug in the FCKEditor.  In the README, I suggest how to 
fix this by adding a css entry to  
/lib/scripts/fckeditor/editor/css/fck_editorarea.css:
              .u { font-style: normal; text-decoration: underline; }  
This should work.
(Continue reading)

Myron Turner | 1 Jan 18:08
Picon
Favicon
Gravatar

Re: FCKW wysiwyg plugin published

Myron Turner wrote:
> The aim is to have a toolbar which users can use without becoming 
> frustrated.
>
Please forgive me, if this sounded like a comment on the DokuWiki 
toolbar and editor. Not meant that way at all!  Only as an observation 
on the development of a usable toolbar for the FCKW project.

-- 

_____________________
Myron Turner
http://www.room535.org
http://www.mturner.org/XML_PullParser/

--

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

Ton Voon | 3 Jan 17:52
Picon

Version control with branching

Hi!

My company, http://altinity.com, is a keen user of dokuwiki - thanks  
for the great software.

One thing we use it for is to hold our product's documentation online  
under different namespaces based on version (eg, opsview2.8,  
opsview2.9, opsview2.10). However, as the product evolves, we have to  
keep maintaining the data between the different versions, even though  
it is a "simple diff".

Is it possible to have a branching of the data? I'd like changes to be  
"merged upwards", with conflicts highlighted for manual updating. This  
would remove a lot of the manual updating we are currently doing.

We raised a bounty a few weeks back, but no one responded. As we'd  
really like this feature and do not have the time to work on it  
ourselves, I can extend this bounty if anyone wants to work on it: http://wiki.splitbrain.org/wiki:bounties#version_control_with_branching

Any thoughts?

Ton

http://www.altinity.com
UK: +44 (0)870 787 9243
US: +1 866 879 9184
Fax: +44 (0)845 280 1725
Skype: tonvoon
--

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

Andreas Gohr | 4 Jan 15:31
Favicon
Gravatar

Re: darcs patch: parenthesis_escaper_fix

Hi!

> > Could you please rewrite the patch using a for loop with the length
> > of the array instead of using a reference?
> [...]
>
> I was wondering why that convoluted style of loop was being
> used, I wasn't aware of that limitation of older releases of PHP
> as I'm a very occasional PHP programmer, sorry about that.
> 
> Please find the new patch attached (gzip compressed).

Looks like you sent the wrong file. It still uses

foreach ($elts[0] as &$elt) {

Andi

--

-- 
http://www.splitbrain.org
Stephane Chazelas | 4 Jan 15:55

Re: darcs patch: parenthesis_escaper_fix

On Fri, Jan 04, 2008 at 03:31:25PM +0100, Andreas Gohr wrote:
> Hi!

Hi Andi,

> > > Could you please rewrite the patch using a for loop with the length
> > > of the array instead of using a reference?
> > [...]
> >
> > I was wondering why that convoluted style of loop was being
> > used, I wasn't aware of that limitation of older releases of PHP
> > as I'm a very occasional PHP programmer, sorry about that.
> > 
> > Please find the new patch attached (gzip compressed).
> 
> Looks like you sent the wrong file. It still uses
> 
> foreach ($elts[0] as &$elt) {
[...]

Oops, I had only taken care of the outer loop. Sorry. Here's
another patch. Just removed the "&" above.

Cheers,
Stephane
Andreas Gohr | 5 Jan 04:00
Favicon
Gravatar

darcs changes 2008-01-05


Good Morning!

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

---------------------------------------------------------------------
Fri Jan  4 15:53:01 CET 2008  stephane.chazelas[at]emerson.com
  * parenthesis_escaper_fix

Fri Jan  4 15:38:32 CET 2008  Andreas Gohr <andi[at]splitbrain.org>
  * French update

Fri Jan  4 15:14:57 CET 2008  Andreas Gohr <andi[at]splitbrain.org>
  * Dutch update

Fri Jan  4 15:09:51 CET 2008  Andreas Gohr <andi[at]splitbrain.org>
  * Polish update

Fri Jan  4 15:07:33 CET 2008  Andreas Gohr <andi[at]splitbrain.org>
  * Brazilian Portuguese update
---------------------------------------------------------------------

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

Bye,
your darcs changelog mailer

--

-- 
(Continue reading)

Matthias Grimm | 6 Jan 15:51
Picon

Re: Slow save but fast preview

On Tue, 02 Oct 2007 17:04:51 +0200
Robert Rackl <mail <at> doogie.de> wrote:

Hi Robert,

> I have the problem, that my dokuwiki installation is very slow when I  
> save an edited page (>10 sec). But previewing a page is very fast (<1  
> sec!)
[...]
> I send a mail after each edit. But I do not thing that this is the  
> bottleneck. Sending mail from my server normaly works fine.

I had the same problem and finally tracked it down to the email feature.

I sent email after each edit too and after disabling any email feature,
the save operation was as fast as before. 

I don't know why dokowiki (or PHP) had such trouble to send the emails.
As far as I could say yet: It is not a dokuwiki problem but might be a
PHP problem, because:
- Our DNS resolved any requested host from any used computer without delay.
- As you said sending mails from the servers console caused no delays
 (delivery took 1.5h but that is another story :-()

Maybe PHPs sendmail interface has some trouble. We still use PHP4. I don't
know the sendmail version. If you get any news what delays mails, I would
appreciate any hint.

 Best regards
   Matthias
(Continue reading)

Bob McConnell | 6 Jan 20:09

Re: Slow save but fast preview

Matthias Grimm wrote:
> On Tue, 02 Oct 2007 17:04:51 +0200
> Robert Rackl <mail <at> doogie.de> wrote:
> 
> Hi Robert,
> 
>> I have the problem, that my dokuwiki installation is very slow when I  
>> save an edited page (>10 sec). But previewing a page is very fast (<1  
>> sec!)
> [...]
>> I send a mail after each edit. But I do not thing that this is the  
>> bottleneck. Sending mail from my server normaly works fine.
> 
> I had the same problem and finally tracked it down to the email feature.
> 
> I sent email after each edit too and after disabling any email feature,
> the save operation was as fast as before. 
> 
> I don't know why dokowiki (or PHP) had such trouble to send the emails.
> As far as I could say yet: It is not a dokuwiki problem but might be a
> PHP problem, because:
> - Our DNS resolved any requested host from any used computer without delay.
> - As you said sending mails from the servers console caused no delays
>  (delivery took 1.5h but that is another story :-()
> 
> Maybe PHPs sendmail interface has some trouble. We still use PHP4. I don't
> know the sendmail version. If you get any news what delays mails, I would
> appreciate any hint.
> 
>  Best regards
(Continue reading)

Andreas Gohr | 7 Jan 04:00
Favicon
Gravatar

darcs changes 2008-01-07


Good Morning!

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

---------------------------------------------------------------------
Sun Jan  6 21:15:11 CET 2008  Andreas Gohr <andi[at]splitbrain.org>
  * Dutch update
---------------------------------------------------------------------

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


Gmane