Hello,
I try to use $cookietool without success...
(I try to get my cookie with $request too but I didn't mange either)
Any help to use it?
My need, I created some cookie with javascript + onclick and I need to get them in my velocity code to avoid blinking during loading page (to hide some div if cookie is present)
Thxs
Pascal B
Hi all,
I'm running XWiki 6.2 (Oracle-DB / Tomcat7) with two sub-wikis.
I learned that for each sub-wiki, a database is created. Does anyone know the username and password for the sub-wiki databases? Are they the same as for the main database?
Here's why I'm asking: I'm trying to transfer the wiki including the sub-wikis to a new server, but the XWiki-User is not allowed to create databases there. So I had the admin set up the databases and sent three dumps of the main and sub-wiki databases. After importing, I can't access the wiki, I get an error message like this:
SQL Error: 1435, SQLState: 72000ORA-01435: No such user
So, basically, the question is: How to transfer a wiki including sub-wikis to a new server?
The XWiki development team is proud to announce the availability of
XWiki 6.3 Release Candidate 1. This release comes with 16 new Flamingo
themes adapted from Bootswatch and a new application to manage them.
The document index tree and the Navigation panel have been greatly
improved by using a new tree widget which is exposed as a wiki macro.
The developers will be interested by the new WebJar integration
features. This, along with 17 improvements and 33 bug fixes, makes
this release worth trying.
You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki63RC1
Thanks
-The XWiki dev team
Hi users and devs,
I would like to have your opinion on the topic of case sensitive vs case
insensitive and which one you prefer in XWiki.
Currently, XWiki is case sensitive. This means the same resource name
(document name, space name, etc) can be written with either small letters
or big letters or a mix.
Examples: You can have both "Main.Test" and "Main.test" as 2 different
documents. Also, you can have "XWiki.Admin" and "XWiki.admin" as 2
different users. This also applies to URLs, as "/Main/Test" is different
from "/Main/test" or "/main/test", so all these 3 are different resources.
Even from this short description, one can already identify possible
problems of this approach.
>From the top 3 operating systems (Linux, Mac an Windows), only Linux is
case sensitive, the other two (more user-focused Operating Systems) are
both case insensitive.
Since XWiki has one of its main targets the Enterprise users, it is safe to
assume that the correct approach would be to also be more user-focused and
simplify things and avoid confusions by being case insensitive as well.
Also, a quick search on existing issues validates the need for this
improvement:
http://jira.xwiki.org/issues/?jql=text%20~%20%22case%20insensitive%22
What do you think? Is it OK to keep XWiki case sensitive, or would you
prefer it case insensitive? Bring arguments.
I have also created a jira issue for this idea:
http://jira.xwiki.org/browse/XWIKI-11412 to track it in the future.
Thanks,
Eduard
Hi All,
Is there a way to stop the Wiki from Re-initializing after every Tomcat restart? I am using version 6.2.3 Enterprise with Tomcat 6 & MySQL.
Thanks,
Doug Pham
I've written several scripts in Groovy that I want to make available to other users, but some of them contain information that I don't wish people to see (queries giving away schema details, connection passwords for JDBC/LDAP, etc). As I understand it if a person is able to view a page in which code is executed they are also able to see the source for that page. That being the case is there a recommended approach to hiding some details from prying eyes?
Hello everybody,
I just started to check out XWiki 5.4.6 in the "standalone" package (Win7, 32bit).
It installed fine and I can play with it locally (http://localhost:8080).
If I put "http://<hostname>.<domain>:8080/" in a browser on a _remote_ machine, I get a HTTP error 500 telling me:
"Error number 11007 in 0: Failed to extract Entity Resource from URL [http://ricardo_tubbs.eboek.local:8080/xwiki/bin/view/Main/]"
Is the standalone version meant to work just locally and that's it?
If not: what should I check or fix in any way?
Thanks,
Holger
Hello all,
I have this odd problem and I'm hoping someone can help. I was messing with permissions and now all my regular users, other than admins can't see any rows in ANY LiveTable. I've checked permissions on every related object I can think of and can't find anything out of the ordinary, but I can't think of anything else that might be causing the issue. Any help is GREATLY appreciated...
Thanks in advance,
Jason
Having made my XWiki site available to other users, I was concerned to find that the site became unusable at one point with client connections eventually timing out. I had no way to diagnose the problem, but eventually I managed to make a (slow) SSH connection to the server and restarted Tomcat, and things seemed to settle back to normal.
The problem is I have no real sense of what happened and how to prevent it happening again. To that end, I'd appreciate any suggestions for monitoring the server and diagnosing poor performance. What do others typically use? I have an Apache2 server passing wiki page requests to Tomcat7 via an ajp connector, and a PostgreSQL database. My guess is that Tomcat is doing most of the work here so that's probably what I need to monitor the most.