Myron Turner | 1 Jan 20:17
Picon
Favicon
Gravatar

DokuwikiFCK and fckgLite

I didn't have a Christmas present for Dokuwiki.  But I have a New
Year's gift for users of fckgLite.  There is now a new version, 0.03;
its main features are listed below.  It includes a previously
experimental handling of plugins, now tested by users other than myself.

There is also a new experimental version labeled 01.03, which implements
ACL permissions for the File Browser, which users have requested.  This
was no trivial exercise; Dokuwiki and the FCKeditor are unique galaxies,
and navigating between the two, I sometimes felt like Captain Kirk on
the Starship Enterprise. I'll wait for user feed-back.

What follows is a New Year's report on both packages.
-------------------------

As of this morning, there were over 5300 downloads of these packages
from more than 1700 unique IP addresses.

Trying to keep up with both has been a challenge. Fortunately,
I've had some great help from people willing to take the time to try
things out.

-----------------------------
DokuWikiFCK v. 31 (v. Nov_16-09_00)
The current CPAN Release.
1. Upgrade from FCKeditor 2.5 to FCKeditor 2.6.
2. Resizeable Editing Window using DokuWiki's up and down arrows and
toolbar icon to maximize Editing Window
3. Adjustable table cell alignment using tool-bar justification tools,
and the cell properties menu
4. Position images using Image Browser Alignment facility and by
(Continue reading)

Jan Erik Moström | 1 Jan 21:48
Picon
Gravatar

Re: Typical newbie question: indexing pages in a directory

On 09-12-30 at 20:54, telliamed <at> fastmail.us (TNHarris) wrote:

>What you're looking for is the Pagelist plugin.
>http://www.dokuwiki.org/plugin:pagelist

Thanks

- jem
-- 
Jan Erik Moström
http://mostrom.eu

--

-- 
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

Andreas Gohr | 2 Jan 04:00
Favicon
Gravatar

darcs changes 2010-01-02


Good Morning!

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

---------------------------------------------------------------------
Fri Jan  1 01:00:01 CET 2010  Andreas Gohr <andi[at]splitbrain.org>
  tagged develsnap 2010-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://www.dokuwiki.org/mailinglist

Paul Bijnens | 4 Jan 11:48
Favicon

bug in edit.js ?


I find this in file:  dokuwiki-2009-12-25/lib/scripts/edit.js:

205
206 //FIXME consolidate somewhere else
207 addInitEvent(function(){
208     var field = $('wiki__text');
209     if(!field) return;
210     addEvent(field,'keydown',keyHandler);
211 });
212

Shouldn't that be:
    function addInitEvent(){
    ...
    }

(fix line 207 and line 211).

I only discovered it now, because I used firefox while testing the
release candidate. The bug shows in IE by certain internal hyperlinks
not working...

--

-- 
Paul Bijnens, Xplanation Technology Services        Tel  +32 16 397.525
Interleuvenlaan 86, B-3001 Leuven, BELGIUM          Fax  +32 16 397.552
***********************************************************************
* I think I've got the hang of it now:  exit, ^D, ^C, ^\, ^Z, ^Q, ^^, *
* quit, ZZ, :q, :q!, M-Z, ^X^C, logoff, logout, close, bye, /bye, ~., *
* stop, end, ^]c, +++ ATH, disconnect,  halt,  abort,  hangup,  KJOB, *
(Continue reading)

Michiel Kamermans | 4 Jan 12:21
Favicon

Re: bug in edit.js ?

Hi Paul,
> I find this in file:  dokuwiki-2009-12-25/lib/scripts/edit.js:
>
> 205
> 206 //FIXME consolidate somewhere else
> 207 addInitEvent(function(){
> 208     var field = $('wiki__text');
> 209     if(!field) return;
> 210     addEvent(field,'keydown',keyHandler);
> 211 });
> 212 
This code adds an anonymous function to the list of javascript code that 
must be executed on page initialisation, by passing it to the 
"addInitEvent" function. Your rewrite would do something radically 
different: it would redeclare the function "addInitEvent", instead of 
passing some code-to-be-executed to the event stack =)

- Mike "Pomax" Kamermans
nihongoresources.com
--

-- 
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

Paul Bijnens | 4 Jan 12:39
Favicon

Re: bug in edit.js ?

On 2010-01-04 12:21, Michiel Kamermans wrote:
> Hi Paul,
>> I find this in file:  dokuwiki-2009-12-25/lib/scripts/edit.js:
>>
>> 205
>> 206 //FIXME consolidate somewhere else
>> 207 addInitEvent(function(){
>> 208     var field = $('wiki__text');
>> 209     if(!field) return;
>> 210     addEvent(field,'keydown',keyHandler);
>> 211 });
>> 212 
> This code adds an anonymous function to the list of javascript code that 
> must be executed on page initialisation, by passing it to the 
> "addInitEvent" function. Your rewrite would do something radically 
> different: it would redeclare the function "addInitEvent", instead of 
> passing some code-to-be-executed to the event stack =)

Yes, I've found that out in the mean time :-)
(and changing that function makes the edit-buttons go away in IE -- but not
in Firefox)

But in IE7 (and probably IE8, as someone else it using that, who reported
it to me), it says "object expected" on the offending line 207...

So I still have the problem that on every page where there are entry field
(like the discussion plugin), certain hyperlinks do not work.

It works when discussion is off, or when using Firefox.

(Continue reading)

Andreas Gohr | 4 Jan 13:26
Favicon
Gravatar

repository switched to git

Hi *,

as promised a while ago, I finally switched the DokuWiki repository
from darcs to git.

http://github.com/splitbrain/dokuwiki

As you can see, the repository is hosted at github which has a few
advantages over hosting it myself. The most important being that I can
give commit access to others without jumping through any
administrative hoops.

@Chris, could you please register at github and let me know your username?

I already created a "getting started" page at
http://www.dokuwiki.org/devel:git but that page can probably be
improved.

One side effect of having a public git repo is that we can finally use
ohloh.com to get some interesting statistics about the project:

https://www.ohloh.net/p/dokuwiki

Developers might want to register at ohloh and claim their contributor name:

https://www.ohloh.net/p/dokuwiki/contributors

There are a few more things to do to complete the switch. A checklist
is available at http://www.dokuwiki.org/devel:darcs2git - any help is
welcome.
(Continue reading)

Andreas Gohr | 4 Jan 13:27
Favicon
Gravatar

Re: bug in edit.js ?

> But in IE7 (and probably IE8, as someone else it using that, who reported
> it to me), it says "object expected" on the offending line 207...
>
> So I still have the problem that on every page where there are entry field
> (like the discussion plugin), certain hyperlinks do not work.

Might be a bug in the discussion plugin, but please create a bug
report and be more specific on how to reproduce and what exactly does
not work.

Andi

-- 
splitbrain.org
--

-- 
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

jason-doku | 4 Jan 14:14

Re: repository switched to git

Andreas Gohr wrote:
> Hi *,
>
> as promised a while ago, I finally switched the DokuWiki repository
> from darcs to git.
>
> http://github.com/splitbrain/dokuwiki
>
> As you can see, the repository is hosted at github which has a few
> advantages over hosting it myself. The most important being that I can
> give commit access to others without jumping through any
> administrative hoops.
>
>   

I'm curious if there has been thought towards a central git repository 
for plugins (maybe a subset of "blessed" plugins?).  There are quite a 
few plugins out there, and it's very confusing to try to update a plugin 
based on the discussion on the wiki page, which usually is a mix of 
comments ("I made these changes to get this to work") and diff outputs.  
I've written several plugins, for example, but have not had time to 
update them in any useful way for a while now.  If these were in a 
central repository, people could just make changes to the plugins and 
they could easily be pulled in, regardless of whether I have time to put 
towards the plugin or not.

Regardless, I'm glad to see this switch.  This will make it more likely 
for me to contribute code if I have time or need.  I don't even have 
darcs installed, much less know how to use it!

(Continue reading)

Michiel Kamermans | 4 Jan 16:33
Favicon

Re: bug in edit.js ?

Paul Bijnens wrote:
> in IE7 (and probably IE8, as someone else it using that, who reported 
> it to me), it says "object expected" on the offending line 207...
>
> So I still have the problem that on every page where there are entry 
> field (like the discussion plugin), certain hyperlinks do not work. 
got a link to a public wiki with this problem?

- Mike
--

-- 
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist


Gmane