Hi
I have a couple of questions.
1) in XWiki.XWikiPreferences > parameters > language, can I add many
languages separated by a comma (such as "fr,en")? (My default language is
"en".)
2) I have a page that shows "en" "en" and "fr" on top (I run
a pre-1.0
version, more on that later). Exploring MySQL DB shows effectively 3
documents:
mysql> select XWD_ID, XWD_LANGUAGE, XWD_TRANSLATION, XWD_DEFAULT_LANGUAGE
from xwikidoc where XWD_NAME='WebHome' AND XWD_WEB='Main';
+------------+--------------+-----------------+----------------------+
| XWD_ID | XWD_LANGUAGE | XWD_TRANSLATION | XWD_DEFAULT_LANGUAGE |
+------------+--------------+-----------------+----------------------+
| 1807025832 | fr | 1 | |
| 1807025797 | en | 1 | |
| -114121954 | | 0 | en |
+------------+--------------+-----------------+----------------------+
The only one I care about is the French (fr) one. I could easily delete
the other two to start with. How can I fix this?
Is is enough to delete all three rows and start over from XWiki('s
interface)?
3) I migrated successfully to 1.1rc1. I followed all the instructions
from the website (very thorough explanations, kudos!). That includes
importing the panel application, some pages from the full XAR package. I
also replaced the core jar file. Everything went fine data-wise, as far as
I can see. I have noticed 1 issue though:
- for some reason I can't use the albatross skin. This skin is defined in
xwiki.cfg, XWiki.DefaultSkin is in preferences (I also tried to replace it
with xwikibu10 or so, following the documentation steps). In the current
system it is the default skin is used ("default" is set in preferences).
However, I had done some work on a customized Skin and it is this custom
skin that shows up on the migrated wiki (I have no idea why). I can't see
it from the HTML source code but I have no clue why XWiki decides to use
this skin when something else is defined in preferences (and in
xwiki.cfg). I give up. Where should I look?
Thanks. XWiki has really improved from last year. Great job!
Marc
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users