Vito,
Thanks Vito, but which CSS property? Can you give us a clue?!
Regards,
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf
Of Vitantonio Messa
Sent: 17 October 2007 13:22
To: XWiki Users
Subject: Re: [xwiki-users] WYSIWYG editor and velocity
Hi Richard,
you have simply to edit the CSS properties for the link color.
For the future, when starting a new conversation, don't replay on old
thread. It's just to keep the list more useful for everyone! ;-))
Vito
goldring, richard wrote:
> Hi folks,
>
> On the panel menus when you click on a menu option the menu option is
> 'greyed' to indicate its been clicked on - only 'greying' it makes the
menu
> option difficult to read - can how much they are 'greyed' be adjusted? If
so
> can some one tell me how - some of users have complained about it - so I
> want to keep them happy!!
>
> Regards,
>
> Richard
>
> -----Original Message-----
> From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf
> Of Artamonov, Juri
> Sent: 17 October 2007 08:04
> To: XWiki Users
> Subject: Re: [xwiki-users] WYSIWYG editor and velocity
>
>
> I can confirm since I had the same issue. Moreover sometimes when you
> work with bullets it's also ok in wiki-mode but when you switch
> WYSIWYG-mode it can easily disappear. Currently it looks like
> showstopper for me for xwiki usage.
>
> Best regards,
> Juri.
>
> -----Original Message-----
> From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf
> Of Vitantonio Messa
> Sent: Wednesday, October 17, 2007 8:36 AM
> To: XWiki Users
> Subject: [xwiki-users] WYSIWYG editor and velocity
>
> Hi everyone,
>
> I wrote a page with some code in it:
>
> ...SOME TEXT...
> #foreach ($docum in $xwiki.getSpaceDocsName("workgroups"))
> #set ($name = $xwiki.split($docum,"_"))
> #set ($isMeeting = 0)
> #set ($i = 0)
> #foreach ($word in $name)
> #set ($i = $i+1)
> #if (($i == 1) && ($word == "MT"))
> #set ($isMeeting = 1)
> #elseif ($i == 2)
> #set ($date = $word)
> #elseif (($i == 3) && (("WG_"+$word) == $doc.getName()))
> Meeting [$date>workgroups.$docum] <br/>
> #end
> #end
> #end
> ...SOME TEXT...
>
> If I edit the page in wiki-mode, no problem. But if I edit the page in
> WYSIWYG-mode, and then save it, the code is not working anymore.
> Actually the same section become:
>
> ...SOME TEXT...
> #foreach ($docum in $xwiki.getSpaceDocsName("workgroups"))
> #set ($name = $xwiki.split($docum,"_"))
> #set ($isMeeting = 0)
> #set ($i = 0)
> #foreach ($word in $name)
> #set ($i = $i+1)
> #if (($i == 1) && ($word == "MT"))
> #set ($isMeeting = 1)
> #elseif ($i == 2)
> #set ($date = $word)
> #elseif (($i == 3) && (("WG_"+$word) == $doc.getName()))
>
> Meeting [$date>workgroups.$docum] \\
> #end
> #end
> #end
> ...SOME TEXT...
>
>
> So, the character '_' is replace by '_'.
> Any solution to this problem? Thanks!
>
> Vito
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
> Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
> is confidential. It may also be legally privileged. It is intended only
for
> the stated addressee(s) and access to it by any other person is
> unauthorised. If you are not an addressee, you must not disclose, copy,
> circulate or in any other way use or rely on the information contained in
> this e-mail. Such unauthorised use may be unlawful. We may monitor all
> e-mail communications through our networks. If you have received this
e-mail
> in error, please inform us immediately on +44 (0) 1749 672081 and delete
it
> and all copies from your system. We accept no responsibility for changes
to
> any e-mail which occur after it has been sent. Attachments to this e-mail
> may contain software viruses which could damage your system. We therefore
> recommend you virus-check all attachments before opening. A business of
> Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne
Business
> Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
> 868273
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on +44 (0) 1749 672081 and delete it
and all copies from your system. We accept no responsibility for changes to
any e-mail which occur after it has been sent. Attachments to this e-mail
may contain software viruses which could damage your system. We therefore
recommend you virus-check all attachments before opening. A business of
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
Hi all,
I have to setup a XWiki installation that uses Oracle as RDBMS. I configured
the hibernate.cfg and inserted the Oracle JAR in the lib folder.
I get an exception in by tomcat. My "xwiki.log" says:
16:24:33,567 [http-38080-Processor25] WARN util.JDBCExceptionReporter
- SQL Error: 17070, SQLState: null
16:24:33,582 [http-38080-Processor25] ERROR util.JDBCExceptionReporter
- La dimensione dei dati è superiore alla dimensione massima per questo
tipo: 14255
16:24:33,582 [http-38080-Processor25] ERROR .AbstractFlushingEventListener
- Could not synchronize database state with session
The database tables have been created.
Can someone help me? Do you need additional informations?
Thanks,
Loris
I have just installed the XWiki Enterprise Manager (XEM) and having
difficulty creating a wiki from a template. I already have a template
created but within the From wiki Template dropdown box it is displaying
$wikimanager.getWikiName($template) instead of the template's wiki name.
If I create a new template the dropdown list just displays another entry
of $wikimanager.getWikiName($template).
When I create a wiki from this template entry I get the following error
summary:
Error number 4001 in 4: Error while parsing velocity page
WikiManager.CreateNewWiki Wrapped Exception: Invocation of method
'createNewWiki' in class
com.xpn.xwiki.plugin.wikimanager.WikiManagerPluginApi threw exception
com.xpn.xwiki.XWikiException: Error number 3223 in 3: Exception while
searching documents with sql [] Wrapped Exception: Error number 3301 in
3: Exception while switching to database
$wikimanager.getWikiName($template) Wrapped Exception: Incorrect
database name '$wikimanager.getwikiname($template)' @
WikiManager.CreateNewWiki[25,31?]
<http://wiki.thelearningbusiness.com/xwiki/bin/view/WikiManager/CreateNe
wWiki?action=create&wikiname=test2&XWiki.XWikiServerClass_0_description=
%24wikimanager.getWikiName%28%24template%29&XWiki.XWikiServerClass_0_ser
ver=test2.wiki.thelearningbusiness.com&XWiki.XWikiServerClass_0_owner=XW
iki.Admin&XWiki.XWikiServerClass_0_owner=&XWiki.XWikiServerClass_0_visib
ility=public&XWiki.XWikiServerClass_0_visibility=&XWiki.XWikiServerClass
_0_state=active&XWiki.XWikiServerClass_0_state=&wikitemplate=%24wikimana
ger.getWikiName%28%24template%29&wikipackage=>
Any assistance would be much appreciated
Thanks,
Andy
Hi folks,
On the panel menus when you click on a menu option the menu option is
'greyed' to indicate its been clicked on - only 'greying' it makes the menu
option difficult to read - can how much they are 'greyed' be adjusted? If so
can some one tell me how - some of users have complained about it - so I
want to keep them happy!!
Regards,
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf
Of Artamonov, Juri
Sent: 17 October 2007 08:04
To: XWiki Users
Subject: Re: [xwiki-users] WYSIWYG editor and velocity
I can confirm since I had the same issue. Moreover sometimes when you
work with bullets it's also ok in wiki-mode but when you switch
WYSIWYG-mode it can easily disappear. Currently it looks like
showstopper for me for xwiki usage.
Best regards,
Juri.
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf
Of Vitantonio Messa
Sent: Wednesday, October 17, 2007 8:36 AM
To: XWiki Users
Subject: [xwiki-users] WYSIWYG editor and velocity
Hi everyone,
I wrote a page with some code in it:
....SOME TEXT...
#foreach ($docum in $xwiki.getSpaceDocsName("workgroups"))
#set ($name = $xwiki.split($docum,"_"))
#set ($isMeeting = 0)
#set ($i = 0)
#foreach ($word in $name)
#set ($i = $i+1)
#if (($i == 1) && ($word == "MT"))
#set ($isMeeting = 1)
#elseif ($i == 2)
#set ($date = $word)
#elseif (($i == 3) && (("WG_"+$word) == $doc.getName()))
Meeting [$date>workgroups.$docum] <br/>
#end
#end
#end
....SOME TEXT...
If I edit the page in wiki-mode, no problem. But if I edit the page in
WYSIWYG-mode, and then save it, the code is not working anymore.
Actually the same section become:
....SOME TEXT...
#foreach ($docum in $xwiki.getSpaceDocsName("workgroups"))
#set ($name = $xwiki.split($docum,"_"))
#set ($isMeeting = 0)
#set ($i = 0)
#foreach ($word in $name)
#set ($i = $i+1)
#if (($i == 1) && ($word == "MT"))
#set ($isMeeting = 1)
#elseif ($i == 2)
#set ($date = $word)
#elseif (($i == 3) && (("WG_"+$word) == $doc.getName()))
Meeting [$date>workgroups.$docum] \\
#end
#end
#end
....SOME TEXT...
So, the character '_' is replace by '_'.
Any solution to this problem? Thanks!
Vito
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on +44 (0) 1749 672081 and delete it
and all copies from your system. We accept no responsibility for changes to
any e-mail which occur after it has been sent. Attachments to this e-mail
may contain software viruses which could damage your system. We therefore
recommend you virus-check all attachments before opening. A business of
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
Hi everyone,
I wrote a page with some code in it:
....SOME TEXT...
#foreach ($docum in $xwiki.getSpaceDocsName("workgroups"))
#set ($name = $xwiki.split($docum,"_"))
#set ($isMeeting = 0)
#set ($i = 0)
#foreach ($word in $name)
#set ($i = $i+1)
#if (($i == 1) && ($word == "MT"))
#set ($isMeeting = 1)
#elseif ($i == 2)
#set ($date = $word)
#elseif (($i == 3) && (("WG_"+$word) == $doc.getName()))
Meeting [$date>workgroups.$docum] <br/>
#end
#end
#end
....SOME TEXT...
If I edit the page in wiki-mode, no problem. But if I edit the page in
WYSIWYG-mode, and then save it, the code is not working anymore.
Actually the same section become:
....SOME TEXT...
#foreach ($docum in $xwiki.getSpaceDocsName("workgroups"))
#set ($name = $xwiki.split($docum,"_"))
#set ($isMeeting = 0)
#set ($i = 0)
#foreach ($word in $name)
#set ($i = $i+1)
#if (($i == 1) && ($word == "MT"))
#set ($isMeeting = 1)
#elseif ($i == 2)
#set ($date = $word)
#elseif (($i == 3) && (("WG_"+$word) == $doc.getName()))
Meeting [$date>workgroups.$docum] \\
#end
#end
#end
....SOME TEXT...
So, the character '_' is replace by '_'.
Any solution to this problem? Thanks!
Vito
I can confirm since I had the same issue. Moreover sometimes when you
work with bullets it's also ok in wiki-mode but when you switch
WYSIWYG-mode it can easily disappear. Currently it looks like
showstopper for me for xwiki usage.
Best regards,
Juri.
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf
Of Vitantonio Messa
Sent: Wednesday, October 17, 2007 8:36 AM
To: XWiki Users
Subject: [xwiki-users] WYSIWYG editor and velocity
Hi everyone,
I wrote a page with some code in it:
....SOME TEXT...
#foreach ($docum in $xwiki.getSpaceDocsName("workgroups"))
#set ($name = $xwiki.split($docum,"_"))
#set ($isMeeting = 0)
#set ($i = 0)
#foreach ($word in $name)
#set ($i = $i+1)
#if (($i == 1) && ($word == "MT"))
#set ($isMeeting = 1)
#elseif ($i == 2)
#set ($date = $word)
#elseif (($i == 3) && (("WG_"+$word) == $doc.getName()))
Meeting [$date>workgroups.$docum] <br/>
#end
#end
#end
....SOME TEXT...
If I edit the page in wiki-mode, no problem. But if I edit the page in
WYSIWYG-mode, and then save it, the code is not working anymore.
Actually the same section become:
....SOME TEXT...
#foreach ($docum in $xwiki.getSpaceDocsName("workgroups"))
#set ($name = $xwiki.split($docum,"_"))
#set ($isMeeting = 0)
#set ($i = 0)
#foreach ($word in $name)
#set ($i = $i+1)
#if (($i == 1) && ($word == "MT"))
#set ($isMeeting = 1)
#elseif ($i == 2)
#set ($date = $word)
#elseif (($i == 3) && (("WG_"+$word) == $doc.getName()))
Meeting [$date>workgroups.$docum] \\
#end
#end
#end
....SOME TEXT...
So, the character '_' is replace by '_'.
Any solution to this problem? Thanks!
Vito
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hi all,
I am able to change preferences of the entire wiki and a space. Can I make
preference changes to a specific page ? For example, if I do not want the
comments and attachments boxes to appear in some pages, the right/left menu
to be present in some other pages, etc. ? How do I do that ?
Harikrishnan Nair
--
View this message in context: http://www.nabble.com/Page-preferences-tf4632206.html#a13227393
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I would like to have a "discussion" tab, similar to how wikipedia has
one. Is there a configuration option to turn this on? Or a plugin I can
install?
Thanks in advance,
Josh
Hi
During import of a Backup.xar, I got the following error:
Error number 4001 in 4: Error while parsing velocity page Wrapped
Exception: Invocation of method 'getAttachmentRevision' in class
com.xpn.xwiki.api.Attachment threw exception com.xpn.xwiki.XWikiException:
Error number 3004 in 3: Exception while manipulating the archive for file
Backup.xar Wrapped Exception: Error number 3231 in 3: Exception while
loading attachment Backup.xar of document XWiki.Import Wrapped Exception:
exception setting property value with CGLIB (set
hibernate.cglib.use_reflection_optimizer=false for more info) setter of
com.xpn.xwiki.doc.XWikiAttachmentArchive.setArchive @ [16,31]
What do I have to do to fix it? I need to migrate an existing XWiki
installation to another server and database. I already tried moving the
database directly, but since I use two different rdbms', this gives me
errors as well.
Thanks,
Tobias
Hi all,
I am trying to customized the servlet context name to modify xwiki -> wiki
I am using the war package to deploy xwiki. I ve change the xwiki
archive name to wiki.war and have some look at WEB-INF/web.xml. I ve
some issues with the resources' URLs which still start with 'xwiki'.
is it easy to fix the URL ?
thanks a lot in advance,
Thomas