[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Manfred Lotz

11/18/2004 6:54:00 AM

Hi there,

I had a quick look at Ruwiki. When starting Ruwiki using Webrick:
ruby -x "ruwiki_servlet"

it worked fine except one thing. After a while the Edit button on
the top line disappears.


Any idea?

Ruby is: ruby 1.8.2 (2004-07-29) [i386-freebsd4]

--
Manfred
2 Answers

Austin Ziegler

11/18/2004 2:52:00 PM

0

On Thu, 18 Nov 2004 16:13:15 +0900, Manfred Lotz <manfred.lotz@web.de> wrote:
> I had a quick look at Ruwiki. When starting Ruwiki using Webrick:
> ruby -x "ruwiki_servlet"
>
> it worked fine except one thing. After a while the Edit button on
> the top line disappears.
>
> Any idea?
>
> Ruby is: ruby 1.8.2 (2004-07-29) [i386-freebsd4]

I presume that you're using Ruwiki 0.8.0 (the last released version
until I get a chance to release 0.9.0 after some cleanup). The Edit
button should only disappear if *somehow* the file has been marked
read-only. If you look at your data file, say:
data/Ruwiki/WikiMarkup.ruwiki

You should see a line that reads:
properties!editable: <something>

I think that there may be a bug in the way this was done on 0.8.0 so
that any value except "true" results in an uneditable page; I can
check and advise to a patch, if you'd like. I'm deep in the middle of
0.9.0 cleanup and recommend upgrading as soon as it's released, but I
can look at it. Please let me know what it says in there.

-austin
--
Austin Ziegler * halostatue@gmail.com
* Alternate: austin@halostatue.ca


Manfred Lotz

11/19/2004 8:27:00 AM

0

On Thu, 18 Nov 2004 23:51:57 +0900, Austin Ziegler wrote:

> On Thu, 18 Nov 2004 16:13:15 +0900, Manfred Lotz <manfred.lotz@web.de>
> wrote:
>> I had a quick look at Ruwiki. When starting Ruwiki using Webrick: ruby
>> -x "ruwiki_servlet"
>>
>> it worked fine except one thing. After a while the Edit button on the
>> top line disappears.
>>
>> Any idea?
>>
>> Ruby is: ruby 1.8.2 (2004-07-29) [i386-freebsd4]
>
> I presume that you're using Ruwiki 0.8.0 (the last released version
> until I get a chance to release 0.9.0 after some cleanup).

Yes.


> The Edit
> button should only disappear if *somehow* the file has been marked
> read-only. If you look at your data file, say:
> data/Ruwiki/WikiMarkup.ruwiki
>
> You should see a line that reads:
> <something>
>
>
There was no such line in data/Ruwiki/WikiMarkup.ruwiki I added this line
setting it to true.


> I think that there may be a bug in the way this was done on 0.8.0 so
> that any value except "true" results in an uneditable page;

Now I see that if I create a new page it has a line: properties!editable:

There is no true and I cannot edit the page.

> I can
> check and advise to a patch, if you'd like. I'm deep in the middle of
> 0.9.0 cleanup and recommend upgrading as soon as it's released, but I
> can look at it. Please let me know what it says in there.

Doesn't make sense to me to distract you from doing the 0.9 stuff. I would
like to wait for 0.9


Thanks for your support.


--
Manfred