Hello,
I have first configured (and used without problem) my Watchlist when I
was working with XWiki Enterprise 2.0.
In this case when I clicked on the menu : WATCH -> MANAGE YOUR
WATCHLIST, I am redirected to this page :
http://myDomain/xwiki/bin/view/XWiki/WatchListManager and I can really
manage my watchlist.
But, after an update to XWiki Enterprise 2.2.1, when I click on the
menu : WATCHLIST, I am redirected to this URL :
http://myDomain/xwiki/bin/view/XWiki/MyUserName?category=watchlist and
the page diplayed is the one to configure my user profil (that is to say
the page same page obtained from :
http://myDomain/xwiki/bin/view/XWiki/MyUserName).
I wonder me why ? (it's quite strange).
(For precising :
- It happens the same with XWiki Enterprise 2.2.2.
- I can nevertheless access to the watchlist page by typing directly in
the adress bar of my browser :
http://myDomain/xwiki/bin/view/XWiki/WatchListManager ).
Thanks,
S.A
Hello there to Everybody,
I need to turn a set of word documents into an xWiki hypertext, and I want to do it with xEclipse. I have this, hopefully simple, question to ask: is it possible to accomplish such a task working completely off-line - and I mean that (i) I do not want to install an xWiki server on my PC, (ii) I want to prepare an hypertext draft to be next tryed on my customer's premises?
I have installed xEclipse on my PC, but yet I cannot find the way to import a word document to start editing the links.
Thanks,
Omar.-
Hello,
i found a problem when in a header section there is a broken link.
for example, in wiki editor mode i have:
= SOME TITLE [[Some Broken Link]] =
if i click "Preview" button the page is shown correctly. Changing the editor
to WYSIWYG mode, when i click "Preview" button the following error appear:
content: Exception while parsing HTML
and the page won't show but it stands in editor mode. Tried with IE7, FF
3.5.8, Chrome and Safari.
I see this content http://jira.xwiki.org/jira/browse/XWIKI-4536 classified
as bug and closed, but there were no fixes.
Any workaround?
claudio
--
View this message in context: http://n2.nabble.com/Problem-with-broken-link-in-header-sections-tp4755395p…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
is there a way to configure the rights of a registered user?
In my xwiki a newly registered user has the right to EDIT on his own user-document.
However, the rights do not allow them to "view" it. So the user could NOT view his own user-document.
The user can call /bin/edit/... this works, but this could not expected from a new user
When I explicitly give view access, everything works fine.
Stefan Bachert
__________________________________________________
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails.
http://mail.yahoo.com
Hi,
Some little issues I think I found on PDF Export (XE 2.2.1/MySQL5):
- if using "includechilds=n", and if child pages refer to parent as
"xwiki:Space.Page" (which seems to be default now), they are not included.
To get included, I had to change parent value in child to "Space.Page" only
- Table Of Content chapter in generated PDF does not work very well when
there are included pages. If headings levels are similar in child and
parent, then TOC contains only child headings. So I renumbered child
headings depending on where they would be inserted, and now TOC is empty.
Tested with 1 page and 1 child, but really not exhaustive
I can create JIRAs if you believe these are bugs,
BR,
Jeremie
Hello,
sometimes after inserting Links in the WYSIWYG-Editor and saving the
Document,
mistakes occur on the site.
Example before:
Nach einer korrekten [[Benutzeranmeldung am
WebClient>>BenutzeranmeldungAmWebClient]] einschließlich einer
Autorisierungsprozedur hat der ...
Example with mistake:
Nach einer korrekten
org.xwiki.gwt.dom.client.Element#placeholder[[BenutzeranmeldungAmWebClient]][[">Benutzeranmeldung
am WebClient>>/xwiki/bin/view/CSC_AfTD_Hilfe/BenutzeranmeldungAmWebClient]]
einschließlich einer Autorisierungsprozedur hat der ...
I hope that you can help me soon.
Looking forward to your reply.
Best wishes
Norbert
[Germany]
--
View this message in context: http://n2.nabble.com/Problems-with-links-tp4435123p4435123.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I want to export a xWiki page to be seen on word. I tried rtf export, but it
doesn't seem to be working. I got an rtf document, but when I open the
document on word it is incomplete. The tables aren't showed. Also, if I
tried to open the rtf on OpenOffice Writer it crashed. I am also trying
with xoffice. It works better than rtf export. But the images on the page
aren't exported to the .doc file.
Is there something I could do to get the images on the resulting .doc file?
Thanks,
Abel
Thanks for the tip Sergiu. I will give this a try and hope it works out.
Message: 9
Date: Tue, 16 Mar 2010 19:00:55 +0100
From: Sergiu Dumitriu <sergiu(a)xwiki.com>
Subject: Re: [xwiki-users] Call CSS from inside a JS file
To: XWiki Users <users(a)xwiki.org>
Message-ID: <4B9FC757.1080405(a)xwiki.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
On 03/16/2010 06:28 PM, Dilipkumar Jadhav wrote:
> Hi Sergiu,
> I phrased my question incorrectly. I am required to load CSS files
> conditionally using JS. There is a GPL licensed Nifty Cube library
> that is used for creating round corner effects which I was trying to
> import into my wiki. Here is the code snippet where I am stuck:
>
>
----------------------------------------------------------------------------
-----------------------------------
> var oldonload=window.onload;
> if(typeof(NiftyLoad)!='function') NiftyLoad=function(){};
> if(typeof(oldonload)=='function')
> window.onload=function(){oldonload();AddCss();NiftyLoad()};
> else window.onload=function(){AddCss();NiftyLoad()};
>
> function AddCss(){
> niftyCss=true;
> var l=CreateEl("link");
> l.setAttribute("type","text/css");
> l.setAttribute("rel","stylesheet");
Set the parse option of the JSX object to Yes, then replace the next
line with:
l.setAttribute("href", "$doc.getURL('ssx')");
> l.setAttribute("href","niftyCorners.css");
> l.setAttribute("media","screen");
> document.getElementsByTagName("head")[0].appendChild(l);
> }
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
Hello XWiki experts,
with our XWiki 1.5 I encounter the following complaint at trying to
save the document of a user, even after a restart of the servlet
container:
> org.hibernate.StaleObjectStateException: Row was updated or deleted
> by another transaction (or unsaved-value mapping was incorrect):
> [com.xpn.xwiki.objects.StringProperty#<?xml version="1.0"
> encoding="UTF-8"?>
> <eduLevelFine></eduLevelFine>
> ]
> at
> org
> .hibernate
> .persister
> .entity.AbstractEntityPersister.check(AbstractEntityPersister.java:
> 1765)
I am puzzled and have no idea where to go except into SQL, which is
not really a safe thing.
thanks for hints.
paul