New wiki, call for comments and suggestions

New wiki, call for comments and suggestions

by Ludo (Marc Alier) -
Number of replies: 5
Hi,
we are developing a new and imrpoved wiki. We need testers and coments
on  new version is installed and ready to test and download at our
DFWiki module Page.
The new features we have implemented are
  • HTML Editor DFWiki mode
  • Ewiki systax support.
  • Permissions applied to every page
  • new students permissions: attach and upload files, edit and restore old versions.
  • Help on every block, history and edition
  • History can now compare any version with any other
  • Upload and attach file on page content
  • Wiki syntax improved with attached content and user profile
New tools implemented.
  • Contributions
  • Index From Current Page
  • Last Updates
  • Page List improved : hierarchical glossary mode and synonymous display
Let us know your opinion about it, thanks.
Marc
Average of ratings: -
In reply to Ludo (Marc Alier)

Re: New wiki, call for comments and suggestions

by Hiroto Kagotani -
Great work!

I'm really interested in international language support in wiki module since the current one has very poor support. My first impression of DFWiki is... it greatly understand my UTF-8 text! Its index, navigation and almost all other blocks work perfectly!

A lint I found is that the page list block does not show asian multi-byte characters because the block extracts the first BYTE of each page title. I know indexing of asian words may be a hard task. As a first step for addressing, can you use mb_substr to extract the first CHARACTER in get_index function (when mbstring extension is loaded)? Also, can you get rid of ISO-8859-1 characters in the function?

Thanks for the great job!
In reply to Ludo (Marc Alier)

Re: New wiki, call for comments and suggestions

by Hiroto Kagotani -
Ah, another lint...
"Differences" page in history tab is full of garbled characters.  This is easily fixed by replacing htmlentities with htmlspecialchars in wiki/hist.php.  The former function assumes internal text is all encoded in ISO-8859-1.
Thanks.
In reply to Hiroto Kagotani

Re: New wiki, call for comments and suggestions

by Hiroto Kagotani -
Sorry, but yet another one.
"Differences" page uses "·" but it must be "·" for non ISO-8859-1 environment.
In reply to Hiroto Kagotani

Re: New wiki, call for comments and suggestions

by Ludo (Marc Alier) -
Don't be sorry Hiroto,
all the feedback you can give us is most wellcomed.
We'll work in fixisng these issues.
Cheers
Marc
In reply to Hiroto Kagotani

Re: New wiki, call for comments and suggestions

by David Castro -

Hi Hiroto,

We're very pleased for your bug hunting.

We had resolved this bug and in the new version of DFwiki.

You can download for test it.

I hope you will find right.