Andreas Gohr | 1 Jun 04:00
Favicon
Gravatar

darcs changes 2008-06-01


Good Morning!

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

---------------------------------------------------------------------
Sun Jun  1 01:00:01 CEST 2008  Andreas Gohr <andi[at]splitbrain.org>
  tagged develsnap 2008-06-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

Felipe Uderman | 1 Jun 16:01
Picon

Ading pages

Hello there,

I was wondering if the is a way to let the users like click on a button to creat a new page, and a mecanism to also create a link to that page on a specified wiki page? That would be great!

thak you,

uderman

Myron Turner | 1 Jun 16:24
Picon
Favicon
Gravatar

Re: Ading pages

Felipe Uderman wrote:
> Hello there,
>
> I was wondering if the is a way to let the users like click on a 
> button to creat a new page, and a mecanism to also create a link to 
> that page on a specified wiki page? That would be great!
>
> thak you,
>
> uderman
There is the addnewpage plugin.

-- 

_____________________
Myron Turner
http://www.mturner.org
http://net18reaching.org/cityscapes

--

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

Michael Klier | 1 Jun 16:38
Picon
Favicon
Gravatar

Re: XMLRPC ideas

Andreas Gohr wrote:
> > We could solve the problem if the listPages() function (which lists
> > all available wiki pages) would return the wiki pages along with
> > their respective permissions for the current user and if the
> > rawPage() function (which returns the raw wiki text) would return the
> > permissions as well (I assume here that a client app would use
> > rawPage to also "create" new pages). To get the functionality in the
> > listPages() function one would have to duplicate and slightly modify
> > the ft_pageLookup() function found in inc/fulltext.php.
> 
> This sounds reasonable, I wonder if having an explicit checkpermissions
> call would be useful in addition to the proposed changes?

Hmmmm, yep, might be worth to be added as well.

    Chi

--

-- 
Michael Klier

www:    http://www.chimeric.de
jabber: chi <at> jabber.shipdown.de
key:    http://downloads.chimeric.de/chi.asc
key-id: 0x8308F551
Felipe Uderman | 1 Jun 17:27
Picon

Re: Ading pages

On Sun, Jun 1, 2008 at 11:24 AM, Myron Turner <turnermm02 <at> shaw.ca> wrote:


There is the addnewpage plugin.



Yes, that helps on creating the pages, but how about creating links?

uderman
Otto Vainio | 1 Jun 19:05
Picon
Picon
Favicon

Re: Ading pages

Felipe Uderman wrote:
> Yes, that helps on creating the pages, but how about creating links?
> 
> uderman

linkmanager plugin?

Otto
--

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

Felipe Uderman | 1 Jun 22:41
Picon

Re: Ading pages

I was able to do it using the addnewpage and indexmenu2 plugins, thank you for the help!

uderman

Thomas Wingate | 2 Jun 16:51
Picon

Re: Image resizing behaves erratically after upgrade

Andreas Gohr wrote:
> On Wed, 14 May 2008 17:02:52 +0200
> Thomas Wingate <thomas <at> wingate.se> wrote:
> 
>> Gabriel,
>>
>> Unfortunately the wiki is on a hosted server so I do not have the
>> level of control to allow me to see this. It would be highly
>> unfortunate if the upgrade did actually exceed such limits...
> 
> I don't remember any changes in this part of the code. Could it be that
> you accidentally switched from using imagemagick to libgd?
> 
> Andi
> 
> 

Andi & Gabirel; Thanks for your input.

Everything seems back to normal now. No explanation to what happened, but 
probably related to the host provider..

/Thomas
--

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

Andreas Gohr | 3 Jun 04:00
Favicon
Gravatar

darcs changes 2008-06-03


Good Morning!

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

---------------------------------------------------------------------
Mon Jun  2 21:43:30 CEST 2008  Andreas Gohr <andi[at]splitbrain.org>
  * Slovenian language update

Mon Jun  2 21:41:36 CEST 2008  Andreas Gohr <andi[at]splitbrain.org>
  * Brazilian Portuguese language 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

Gabriel Birke | 3 Jun 11:40
Favicon

Adding content to specific markup/instructions

Hello,

I would like to display content (a button) after each table without
additional markup. There are several ways to do that and I would like to ask
which one is the best:

1) Action plugin that handles TPL_CONTENT_DISPLAY and modifies the HTML
output. Pro: Easy to implement. Con: Brittle, because the HTMl has to be
parsed.
2) Syntax plugin that handles tables differently from the standard table
syntax. Pro: Full control over parsing process. Con: Much duplicated code,
very complex.
3) Subclass xhtml renderer and render the table differently. Pro: Most
elegant solution. Con: Needs DokuWiki 2008-05-05 (for setting the renderer
class). Updating is too big a task at the moment and not feasible for me.

Do I have any other options? I like approach no 2 but it's very complex.

Greetings,

Gabriel

--

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


Gmane