I noticed that XWIKI-177, an issue I reported, was recently marked "Won't
fix". A comment was made to the effect that the current behavior isn't a
bug.
This issue affected my design of my "XWiki Aggregate Document PDF Generator"
(http://www.xwiki.org/xwiki/bin/view/Dev/AggregateDocs). I wanted to use the
xwiki.getDocument() function to retrieve documents for inclusion in the
generated PDF, but due to XWiki's current behavior, I had to resort to using
HTTP downloads (a much slower and less robust approach).
I guess I'm having a hard time understanding why the current behavior
described in XWIKI-177 is the intended behavior. It really seems like a bug
to me.
Stephen
ObjectWeb is organizing a "best use case" awards for the ObjectWeb
Conference. Mandriva Club usage of XWiki is nominated.
Anybody can vote. It's quick and easy ! Go go XWiki community. It's
simple. One vote per person (no need to cheat).
http://objectwebcon06.objectweb.org/xwiki/bin/Main/Vote
The conference is in Paris from January 31st to February 2nd at the same
time and place as the "Solution Linux" show (which is the most known
Open Source show in France). We will have a presentation of XWiki on
February 2nd !
Ludovic
--
Ludovic Dubost
XPertNet: http://www.xpertnet.fr/
Blog: http://www.ludovic.org/blog/
XWiki: http://www.xwiki.com
Skype: ldubost AIM: nvludo Yahoo: ludovic
Hi,
Came across this while trying to learn more about Phil Wadler's 'Links'
unified web language. It's the
result of their summer intern program.
http://www.aktors.org/interns2005/
--
Jim Stuttard
Hi XWiki developers,
I'm using LDAP to authentificate users for several virtual wikis. I'm using a
single LDAP a base for all the wikis. The problem I had is that when a user
logged on a wiki he was only added on the wiki he logged even if my
authentification is unique. So that's difficult to manage the access rights
if I have to look for the user page.
So, when we use virtual wikis and LDAP authentification, I propose that users
should be added in the wiki where the LDAP has been configured:
- 1st case if the authentification has been configured in the preferences of
the Main Wiki or in the xwiki.cfg file, the users should be added in the Main
Wiki.
-2nd case if the authentification has been configured in the preferences of a
Virtual Wiki, the users should be added in the Virtual Wiki on which the user
is logging.
By the way, to prevent access right problem, after having creating the user
XWiki should flush the cache.
Here is attached a patch that I've tested on my wikis with the 1st case only
that should do this.
Regards.
--
Xavier MOGHRABI - Consortium ObjectWeb
Email : xavier.moghrabi at objectweb.org
Phone : +33 4 76 61 52 35
Hello,
I intesively tested the tinyMCE wysiwyg editor from the standalone
package. (XWIKI 0.9.1000 - I know its a developer version) and
discovered some problems. I would be gratefull for some
hints/workarounds. If there are none I hope that my report is helpfull
for the X-Team.
1) It does not always save when using Internet Explorer, but it is not
clearly reproducable for me. Has anyone got a idea how to solve this
(workaround or sth.)
2) It keeps Changing Links when saving
[NoSpace] => [NoSpace] => [NoSpace]
[With Space] => [With Space] => [With Space>With%20Space]
[WithGermanCharÄ] => [WithGermanCharÄ] => [WithGermanCharÄ]
Legend: "=> means 'becomes when saving'"
From now on, IE and Firefox both show very strange links in the status
bar. I believe the URLs are escaped once more before displaying.
This leads to:
http://../With%2520Space.... for a link that should in my opinion be
http://../With+Space or perhaps http://../With%20Space
This leads to several Problems:
a) IE not usable
b) You have to save the document twice to get your final Links.
c) "http://../With%2520Space" Links are always marked as non existent.
When I try to edit them, the content apears in the editor. After saving
they are still shown as non existent.
Wiki Syntax edited Links handled special chars and spaces well. Does
TinyMCE have to escape those? How can I stop it from doing this?
Thanks!
Sascha
ps.: Besides the links thing the editor ist just great! It works
perfectly even vor longer texts. Thanks a lot for such a neat tool.