Hi there,
we'd like to update by version 2.0.4 to xwiki 2.4.
After exporting from 2.0.4 and importing die XAR-file to 2.4 file I see
the structure and imported pages. So far so good but once I select a
page I get the alert box "ERROR: xwikiexplorer.js depends on xwiki.js"
and after selecting "OK" the page is loading forever. Tested in Firefox
3.6.x.
This also happend in milestone 1 and was the reason to wait for the
final release.
As I just entered this ML and found no solution in the archive, I am
interested if there are hints to fix this? Is this a bug or am I just
unable to import the wiki data sucessfully?
Old xwiki: xwiki-enterprise-jetty-hsqldb-2.0.4
New xwiki: xwiki-enterprise-jetty-hsqldb-2.4
Greets,
Stefan
Hi all,
My XWiki (v1.7.2.16857) Web site has been spamdexed, so several articles
have hundreds of fake comments.
I would like to know if it is possible to delete all the comments of an
article in one shot.
Thanx,
Alexis
Hello XWikiers!
If you have used syntax highlighter (
http://code.google.com/p/syntaxhighlighter/) in wordpress, blogger etc. you
are going to like this one:
http://asiri.rathnayake.org/xwiki/bin/view/Macro/MCode
Now because of the flexibility of XWiki SSX and JSX, you can easily
customize this macro (if you wish to extend it). There are few things I wish
if I could improve (implementation details) but I hope this would be useful
the way it is now :)
Let me know if it looks good.
Thanks.
- Asiri
I have installed the standalone version of XWiki Enterprise 2.4 M1
The standalone installation have a HSQLDB Database which I should not use.
Is it right?
So I have to change the Database. And I decided to use PostgreSQL 8.3 cause
it was already installed on this pc. At this time I dont have the rights
(password) to create a Database and I have to contact the Admin for that.
But I'm not sure how this all should work.
Now I have a Folder "\XWiki Enterprise\database" where my XWiki content will
be saved. Is it right?
But changing to PostgreSQL I can erase this Folder because my Database will
now been in "\PostgreSQL\8.3\data". Right?
I know that I have to change my hibernate.cfg.xml and to add a .jar to
"\XWiki Enterprise\webapps\xwiki\WEB-INF\lib". But what .jar is the right
one? "postgresql-8.3-603.jdbc3.jar" or "postgresql-8.3-603.jdbc4.jar"
And if I have done that I can access the wiki over
http://localhost:5432/xwiki/bin/view/Main/
(5432 instead of 8080 because of PostgreSQL)
But how could the other people access the wiki. I heared it will be possible
with "\\myip:5432/xwiki/bin/view/Main" if all pc's are in the same network.
But it would mean that my pc have to run constantly. And the start_xwiki.bat
file has to be opened. I think that would not be the problem. But would my
wiki get performance problems after a few days?! And how safe is this all...
Sorry I'm very new to this all and I have read many tutorials and helps in
the last weeks but I'm not sure if I understand them right.
If someone could answer my questions and give me some tips how to implement
this all, it would be very helpful.
Thank you!
--
View this message in context: http://xwiki.475771.n2.nabble.com/HSQLDB-to-PostgreSQL-cause-of-embedded-da…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello!
I have recently encountered a blocker and while I have almost fixed it
(freestanding links are not working yet, but [[links]] are).
I need magnet URIs very much. Or maybe "very much" isn't appropriate
expression here. I supposed to meet no problem (except freestanding
links), and instead I am wasting my time on fixing something that should
work out-of-box. Since I am not the developer of XWiki I have to spend
some time to study how everything works.
Anyway, there are lots of possible blockers for any of you, and they are
different and unpredictable for developers.
I have created an issue:
http://jira.xwiki.org/jira/browse/XWIKI-5368
If there are some URIs that you might want to use on XWiki, it is better
to comment there. Every URI that looks like scheme://something does not
need special care.
--
If you want to get to the top, you have to start at the bottom
We upgraded our XEM farm today from 2.3 to 2.4. All upgraded were
successful to the main wiki. I can see the new "Template",
"Invitation", and "Search" in the Administer UI inside the main Wiki.
But I don't see it in any of these inside the sub-xwiki in the farm. Is
there a additional process to make it effect to the Wikis in the farm?
Cheers,
WEsley
One of the users of the xwiki server (*nix) that I'm helping with has
an interesting feature request. He wants a wiki page with a listing of
Microsoft Office files that are in a unix directory. He wants to be
able to click on one of the file names and have it download.
I don't know enough about xwiki to know how to cause a download to
occur on the user's side. The only solution I can think of is
attaching the files to the page and scripting regular updating (which
is very clunky). Is there a more elegant way to cause downloads to
occur on the user's end without adding the file as an attachment?
Thanks,
Carlos