Andreas Gohr | 1 Dec 04:00
Favicon
Gravatar

darcs changes 2008-12-01


Good Morning!

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

---------------------------------------------------------------------
Mon Dec  1 01:00:02 CET 2008  Andreas Gohr <andi[at]splitbrain.org>
  tagged develsnap 2008-12-01

Sun Nov 30 15:07:38 CET 2008  Frank Muehlschlegel <muehlsch[at]cs.uni-bonn.de>
  * Fix tgz extraction bug on Windows Systems
  This patch fixes a problem in the TarLib when running on Windows-Systems.
---------------------------------------------------------------------

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

Jerry Schwartz | 1 Dec 17:25
Favicon

Re: Image and text position

 

From: dokuwiki-bounce <at> freelists.org [mailto:dokuwiki-bounce <at> freelists.org] On Behalf Of Felipe Uderman
Sent: Friday, November 28, 2008 7:01 PM
To: dokuwiki <at> freelists.org
Subject: [dokuwiki] Image and text position

 

Hello list, 

 

Is it possible to format image and text position to look like this:

_______ 

| IMAGE| TEXT-TEXT 

------------- TEXT-TEXT
TEXT-TEXTTEXT-TEXT

TEXT-TEXTTEXT-TEXT

TEXT-TEXTTEXT-TEXT

 

[JS] That can be done using a CSS style with “float”. Here is a good explanation:

 

http://www.w3schools.com/css/pr_class_float.asp

 

Sorry but I could not find the words for that.

 

 

Felipe Uderman | 1 Dec 18:02
Picon

Re: Image and text position

On Mon, Dec 1, 2008 at 2:25 PM, Jerry Schwartz <jschwartz <at> the-infoshop.com> wrote:

Hello list, 

 

Is it possible to format image and text position to look like this:

_______ 

| IMAGE| TEXT-TEXT 

------------- TEXT-TEXT
TEXT-TEXTTEXT-TEXT

TEXT-TEXTTEXT-TEXT

TEXT-TEXTTEXT-TEXT

 

[JS] That can be done using a CSS style with "float". Here is a good explanation:

 

http://www.w3schools.com/css/pr_class_float.asp

 

Thank you for the reply. For my surprise, I was able to format the page the way I wanted using this sintax:


{{:blog:2008:nov:tempo.jpg?200 | Tempo}}  (that's the image)


Hoje fiz algumas modificações importantes no site, (that is the begin of my text),

as you can see here:

http://www.temadigital.com.br/doku.php?id=blog:2008:nov:28_novo_comeco


[]´s,

- Uderman
http://temadigital.com.br/
 

US Data Export | 1 Dec 18:28
Favicon

Re: Image and text position

 

 

From: dokuwiki-bounce <at> freelists.org [mailto:dokuwiki-bounce <at> freelists.org] On Behalf Of Felipe Uderman
Sent: Monday, December 01, 2008 12:03 PM
To: dokuwiki <at> freelists.org
Subject: [dokuwiki] Re: Image and text position

 

On Mon, Dec 1, 2008 at 2:25 PM, Jerry Schwartz <jschwartz <at> the-infoshop.com> wrote:

Hello list, 

 

Is it possible to format image and text position to look like this:

_______ 

| IMAGE| TEXT-TEXT 

------------- TEXT-TEXT
TEXT-TEXTTEXT-TEXT

TEXT-TEXTTEXT-TEXT

TEXT-TEXTTEXT-TEXT

 

[JS] That can be done using a CSS style with "float". Here is a good explanation:

 

http://www.w3schools.com/css/pr_class_float.asp

 

Thank you for the reply. For my surprise, I was able to format the page the way I wanted using this sintax:


{{:blog:2008:nov:tempo.jpg?200 | Tempo}}  (that's the image)


[JS] I guess that is the normal behavior for DokuWiki.


Hoje fiz algumas modificações importantes no site, (that is the begin of my text),

as you can see here:

http://www.temadigital.com.br/doku.php?id=blog:2008:nov:28_novo_comeco


[]´s,

- Uderman
http://temadigital.com.br/
 

 

Andreas Gohr | 1 Dec 19:09
Favicon
Gravatar

Re: Image and text position

Stop sending HTML mails to the mailing list, please. See
http://www.dokuwiki.org/mailinglist for guidelines.

Andi

-- 
splitbrain.org
--

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

Andreas Gohr | 2 Dec 00:01
Favicon
Gravatar

Re: Floating bar

On Wed, Nov 26, 2008 at 2:04 AM, Chip Dunning <chip.dunning <at> gmail.com> wrote:
> I was wondering if there is a plug-in to create a floating sidebar on
> the right hand side. I am using arctic as the theme and it has the TOC
> on the right side floating. That is fine for me, but I would like to
> have some of my pages have their own floating right bar (basically I
> want to create the wiki look for nations where I put factual data on
> the right). If I only get a single floating right bar then I can move
> the TOC to the left sidebar, but I cannot find a plug-in or example on
> how to have a float right section. I am assuming it is there an I am
> just not searching on the right terminology.

The box plugin is probably what you are looking for.

-- 
splitbrain.org
--

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

Andreas Gohr | 2 Dec 00:03
Favicon
Gravatar

Re: A few questions

> 1. We use lighttpd as the front-end web server. Since it doesn't
> recognize the Apache .htaccess files so some of the rules there
> are not being observed/honored. For security reason, I moved the
> data directory to outside the web directories so that it won't
> be accessible from web server. Other than this, are there any other
> important things that I need to fix before opening it to the world?

http://www.dokuwiki.org/install:lighttpd might give you some additional tips.

-- 
splitbrain.org
--

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

Andreas Gohr | 2 Dec 04:00
Favicon
Gravatar

darcs changes 2008-12-02


Good Morning!

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

---------------------------------------------------------------------
Mon Dec  1 22:55:39 CET 2008  Andreas Gohr <andi[at]splitbrain.org>
  * Better creation of section IDs FS#1536

  This patch enhances the creation of section IDs for number only headlines. It
  also moves section ID creation to a function in pageutils.php removing some
  duplicate functionality in inc/action.php

Mon Dec  1 22:23:46 CET 2008  Michael Klier <chi[at]chimeric.de>
  * remove linebreaks from language files FS#1035
---------------------------------------------------------------------

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

jlist | 2 Dec 07:11
Picon

Re: A few questions

Thanks Andreas. I'll check it out.

Monday, December 1, 2008, 3:03:38 PM, you wrote:

>> 1. We use lighttpd as the front-end web server. Since it doesn't
>> recognize the Apache .htaccess files so some of the rules there
>> are not being observed/honored. For security reason, I moved the
>> data directory to outside the web directories so that it won't
>> be accessible from web server. Other than this, are there any other
>> important things that I need to fix before opening it to the world?

> http://www.dokuwiki.org/install:lighttpd might give you some additional tips.

--

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

Werner Flamme | 2 Dec 09:45
Picon
Favicon

Re: darcs changes 2008-12-02

Andreas Gohr [02.12.2008 04:00]:
> Good Morning!
> 
> This are the darcs changes for DokuWiki committed
> yesterday. Please test them and report bugs.
> 
> ---------------------------------------------------------------------
> Mon Dec  1 22:55:39 CET 2008  Andreas Gohr <andi[at]splitbrain.org>
>   * Better creation of section IDs FS#1536
>   
>   This patch enhances the creation of section IDs for number only headlines. It
>   also moves section ID creation to a function in pageutils.php removing some
>   duplicate functionality in inc/action.php
> 
> Mon Dec  1 22:23:46 CET 2008  Michael Klier <chi[at]chimeric.de>
>   * remove linebreaks from language files FS#1035
> ---------------------------------------------------------------------
> 
> Single patches can be downloaded from
> http://dev.splitbrain.org/darcs/index.cgi/dokuwiki/?c=patches
> 
> Bye,
> your darcs changelog mailer

On my wiki (my webhoster runs "PHP Version 5.1.4-Debian-0.1~sarge1
(Debian GNU/Linux)" yes, Sarge!!!) this patch spoiled the "useheading"
option. I activated it. Since I pulled the patch, breadcrumbs and
youarehere show the "real" page names instead of the first title :-(
after editing. When you go across www.wernerflamme.name, you see the
"correct" pagename the breadcrumbs (» Homepage von Werner Flamme » Links
zu Modellbahnthemen » Meine Modellbahn » Digital oder analog?), and the
"wrong" name in youarehere (Homepage von Werner Flamme » moba:start »
moba:digital)...

BTW, on PHP4 (what was active until this morning) line 198 of
pageutils.php caused a parse error - when I replaced "&$check=null" with
either "$check=null" or "&$check", the error was gone - but in the first
case $check was not modified for the calling function and the second
attempt caused an error when editing a page (missing second parameter).

Regards,
Werner

-- 
Werner Flamme, Abt. WKDV
Helmholtz-Zentrum für Umweltforschung GmbH - UFZ
Permoserstr. 15 - 04318 Leipzig
Tel.: (0341) 235-1921 - Fax (0341) 235-451921
http://www.ufz.de - eMail: werner.flamme <at> ufz.de
--

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


Gmane