Hi,
When I go to xwikipages containing inline form with textarea fields I get spinningwheels in each of these field, but no editor
Same with some javascript driven imageslideshows
Is this a firefox4 problem. (it used to work in firefox 3.x)
Same pages work fine in google chrome
Gerritjan
Username: KurtKincaid
Requested Server Name: kurtkincaid
Usage: Personal documentation, note taking, personal task list/project
tracking, etc.
Sincerely,
Kurt Kincaid
kurt(a)kurtkincaid.com
http://www.linkedin.com/in/kkincaidhttp://www.kurtkincaid.com
Hello,
I'm fulfilling a request as seen on :
http://www.myxwiki.org/xwiki/bin/view/Main/
I'd like to use xwiki as a personal/family blog.
My user name at myxwiki.org : Thomas
The server name I'd like to use : fnd
Please let me know if it still possible.
Best regards
Thomas DOUCEDAME
Hi again,
I really like the CheckRights tool in the Admin Tool
http://extensions.xwiki.org/xwiki/bin/view/Extension/AdminTools
However, it doesn't have the ability to check the rights of the Unregistered
User.
Can someone please help me to tweak the code so that it can check the
rights?
thanks
Paul
Hi guys,
I installed the "Admin Tools" plugin
http://extensions.xwiki.org/xwiki/bin/view/Extension/AdminTools
And found that half the stuff didn't work anyway.
Regardless, carrying on, I am hoping the User Rights tool will be helpful,
however it can't seem to check the most important user:
the Unregistered User
And what is worse, I discovered by accident that the Unregistered User can
access the space!
For example, an unregistered user can access the /xwiki/Admin/RunQuery page,
which could be used to run queries directly on the database, for example
select * from xwikipreferences
Does this give anyone else a heart attack too??
WHY is there no default "cannot view unless admin says so" mode?
This is a problem with all of my spaces. When I create a space, I want to
then have to go and ALLOW people to access it. Not open by default, that is
much harder to configure.
Can someone please look at rights management, it seems to be insecure by
default, and makes me scared.
thanks.
Paul
Hi,
I couldn't even backup my sql database anymore because there are large pages
(with attachments) in the recycle bin -- at least thats what I gathered from
the mysqldump error message:
mysqldump: Error 2020: Got packet bigger than 'max_allowed_packet' bytes
when dumping table `xwikirecyclebin` at row: 45
I will have to adjust the max package size (again), but I want to move to
file-system attachments.
So, I thought I'd try and empty the recycle bin...
I found the "Deleted Documents" list in the Document Index, but I have over
5 pages of them.
Do I seriously have to click delete and Yes on every single one of these
individually?
I found this extension:
http://extensions.xwiki.org/xwiki/bin/view/Extension/Empty+Trash+Bin
I installed the Groovy Console and copy-pasted the code into the box, and
clicked Execute... and nothing happened.
I looked at the code, and executed the sql command directly in mysql:
select distinct ddoc.fullName from XWikiDeletedDocument as ddoc where not
exists (from XWikiDocument as doc where doc.fullName=ddoc.fullName);
But it doesn't work - invalid SQL.
I adjusted it to:
select distinct ddoc.fullName from XWikiDeletedDocument as ddoc where not
exists (select doc.fullName from XWikiDocument as doc where
doc.fullName=ddoc.fullName);
but it says XWikiDeletedDocument doesn't exist anymore.
So, how am I supposed to delete things from the recycle bin?
The only thing useful I can find is this:
http://markmail.org/message/6yxwwczjk7pwowbd
Which seems to suggest I do:
delete from xwikirecyclebin;
But, will that stuff something up? The extension is out of date, so I can
only assume that this advice might be too.
cheers
Paul
Hi,
I've upgraded from XE2.6 to XE3.1, and found I couldn't export to PDF
anymore - not enough memory.
So I increased the amount of memory for jetty to 720mb (it was already 512).
I found after working with the wiki for maybe 30 minutes, something else
would run out of memory. So i have to restart jetty every 20 minutes
sometimes. I can only tell I have a problem when I start getting "can't
parse vm whatever code" messages in the webbrowser.
I'm not sure if this is a memory leak issue... I found that repeatedly
clicking Export (in export-PDF) would increase the resident memory (in
linux) all the way up from maybe 130mb to 1008mb (the virtual memory size)
in jumps of over 50mb. Further clicking on the Export would would not
increase the resident size, so I'm not sure what is going on there...
is this a sign of a massive problem?
cheers
Paul
Hello!
I have a question according to the Blog engine of XWiki.
Can I use an external blog writer like Window Live Writer to write my blog and afterwards pushing the blog to the XWiki blog engine. Does the blog engine supports XML-RPC?
Thank you for your help!
Florian
Hello everyone,
I'm experiencing a strange behavior that causes some p tags to disappear:
XWiki Verion: 2.7
syntax: XWiki 1.0
1) after the unordered list done using the * the subsequent text is no more
contained in <p> tags
2) I'm using multilanguage [en (default), it]
with this code:
1.1 title
text text text text
the text is not contained in <p> for the English version while it is for
the Italian version,
the source has obviously the same format
do you have some suggestion? are these known bugs?
thank you,
Davide.