Re: [xwiki-users] XWiki Enterprise and XWiki Enterprise Manager 3 .5 Released

2012-02-21 Thread goldring, richard
Great news! - look forward to trying when I get the opportunity! 

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
Marius Dumitru Florea
Sent: 21 February 2012 11:14
To: XWiki Developers; XWiki Users
Subject: [xwiki-users] XWiki Enterprise and XWiki Enterprise Manager 3.5
Released

The XWiki development team is proud to announce the availability of XWiki
Commons, XWiki Rendering, XWiki Platform, XWiki Enterprise and XWiki
Enterprise Manager 3.5.

This is a stabilization release that brings many improvements to the
Extension Manager, a new macro for displaying documents in a live table and
quite a few bug fixes. XWiki Enterprise 3.5 is the last major release of the
3.x development cycle (there will still be bugfix releases on the 3.5.x
branch, if needed). The next major release is going to be 4.0.

See the full release notes at
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWikiEnterprise
35
for more details.

Thanks
-The XWiki dev team
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Linking

2012-02-15 Thread goldring, richard
Here: http://dev.xwiki.org/xwiki/bin/view/Community/Building

As in ..

"Checking out the sources

Use your favorite Subversion client to check out the sources.

You can check out the whole source tree or only a single module you wish to
build. Maven2 is powerful enough in that it'll always try to download the
required dependencies from the remote repositories you have defined, so that
you don't have to build the whole project from sources."
 

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
goldring, richard
Sent: 06 February 2012 17:15
To: 'XWiki Users'
Subject: Re: [xwiki-users] Linking

Thankyou Marius - I'll have a look at this when I find some free time - I'm
a little snowed under at work at the moment!

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
Marius Dumitru Florea
Sent: 06 February 2012 17:08
To: XWiki Users
Subject: Re: [xwiki-users] Linking

On Fri, Feb 3, 2012 at 4:36 PM, Hamster  wrote:
> +1

I've created
https://github.com/xwiki/xwiki-platform/tree/feature-alfresco-link
. Checkout
https://github.com/xwiki/xwiki-platform/blob/feature-alfresco-link/xwiki-pla
tform-core/xwiki-platform-wysiwyg/README.txt
and the
https://github.com/xwiki/xwiki-platform/blob/feature-alfresco-link/xwiki-pla
tform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-server/src/main/jav
a/org/xwiki/wysiwyg/server/internal/plugin/alfresco/XWikiAlfrescoService.jav
a
as an example implementation of the service that is used to browse the tree
structure (e.g. file system).

You could start by cloning xwiki-platform GitHub repo, checkout the
feature-alfresco-link branch, change XWikiAlfrescoService to return
information about the network file system, build the WYSIWYG editor modules
and update the WYSIWYG editor of your XE instance.

Updating the WYSIWYG editor usually means:
* overwrite the server and shared jar in WEB-INF/lib
* delete resources/js/xwiki/wysiwyg/xwe folder and copy the same folder from
the wysiwyg war

>
> I think this should be part of the "Link" WYSIWYG editor!
>
> I don't have the knowledge to modify the source-code, but I do the 
> advantage to modify the source-code (or implement a copy). We have 
> developed several ClickOnce Applications for internal company use, 
> which accept URL-parameters. I would love to extend the "Link" menu, 
> so people can choose "Link to ClickOnceApp", supply the
> URL-parameter(s) and XWiki will generate the correct link!
>
> Is there a step-by-step tutorial on how to modify the 
> WYSIWYG-editor??? (I know, whishful thinking!)

Unfortunately no.

Hope this helps,
Marius

>
> --
> View this message in context: 
> http://xwiki.475771.n2.nabble.com/Linking-tp7247202p7250922.html
> Sent from the XWiki- Users mailing list archive at Nabble.com.
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Linking

2012-02-15 Thread goldring, richard
Starting to look into this ...

What I find difficult is figuring out how to set up and then get into the
swing of developing in Xwiki ...

... It would be easier if more experienced developers blogged step by step
how they set up their development tools and fixed different bugs or added
new features i.e. what tools they used and how, how they worked out what
code to change or add, how they checked in/out code, wrote tests, run tests,
etc, etc...
Examples are sometimes easier to follow than generic instructions.

Also the current instruction refer to subversion and git for source code
management - which is it?

Regards.

Richard 

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
goldring, richard
Sent: 06 February 2012 17:15
To: 'XWiki Users'
Subject: Re: [xwiki-users] Linking

Thankyou Marius - I'll have a look at this when I find some free time - I'm
a little snowed under at work at the moment!

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
Marius Dumitru Florea
Sent: 06 February 2012 17:08
To: XWiki Users
Subject: Re: [xwiki-users] Linking

On Fri, Feb 3, 2012 at 4:36 PM, Hamster  wrote:
> +1

I've created
https://github.com/xwiki/xwiki-platform/tree/feature-alfresco-link
. Checkout
https://github.com/xwiki/xwiki-platform/blob/feature-alfresco-link/xwiki-pla
tform-core/xwiki-platform-wysiwyg/README.txt
and the
https://github.com/xwiki/xwiki-platform/blob/feature-alfresco-link/xwiki-pla
tform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-server/src/main/jav
a/org/xwiki/wysiwyg/server/internal/plugin/alfresco/XWikiAlfrescoService.jav
a
as an example implementation of the service that is used to browse the tree
structure (e.g. file system).

You could start by cloning xwiki-platform GitHub repo, checkout the
feature-alfresco-link branch, change XWikiAlfrescoService to return
information about the network file system, build the WYSIWYG editor modules
and update the WYSIWYG editor of your XE instance.

Updating the WYSIWYG editor usually means:
* overwrite the server and shared jar in WEB-INF/lib
* delete resources/js/xwiki/wysiwyg/xwe folder and copy the same folder from
the wysiwyg war

>
> I think this should be part of the "Link" WYSIWYG editor!
>
> I don't have the knowledge to modify the source-code, but I do the 
> advantage to modify the source-code (or implement a copy). We have 
> developed several ClickOnce Applications for internal company use, 
> which accept URL-parameters. I would love to extend the "Link" menu, 
> so people can choose "Link to ClickOnceApp", supply the
> URL-parameter(s) and XWiki will generate the correct link!
>
> Is there a step-by-step tutorial on how to modify the 
> WYSIWYG-editor??? (I know, whishful thinking!)

Unfortunately no.

Hope this helps,
Marius

>
> --
> View this message in context: 
> http://xwiki.475771.n2.nabble.com/Linking-tp7247202p7250922.html
> Sent from the XWiki- Users mailing list archive at Nabble.com.
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Performance tuning for growing wiki

2012-02-13 Thread goldring, richard
Hi Andrey,

You're running using Jetty and HSQL? I had similar problems and eventually
moved to Apache Tomcat and MySQL which are more memory efficient - suggest
you to the same although I don't lnow if there is another way but I exported
my pages to .xar files which I had to break into small .xar file in order to
reimport into my new xwiki on Tomcat and MySql (I kept the two installations
running until we were happy we had copied everything across ... This process
wasn't easy!

Hope that helps.

Regards,

Richard 

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
Crowd Covered
Sent: 13 February 2012 17:21
To: users@xwiki.org
Subject: [xwiki-users] Performance tuning for growing wiki

Hi guys,

Thanks again for great collaborative tool!

We currently have about 1200 pages inside, many with objects, where several
people search/read/edit info every day. And we are experiencing performance
problems - at least once a day, sometimes more often wiki becomes
unresponsive for 3-10 minutes while having high CPU load (my guess is either
page file swapping or garbage collection by JVM), Out Of Memory errors
becoming more often (sometimes wiki is stable for 1-2 weeks, sometimes fails
several times a day). Additionally we've got repeating problems even with
quite small attachments 500Kb-2Mb (I am aware of x27 DB storage trouble)

According to recommendation in guides and some talks on the Internet I tend
to try database tuning or change. Could you please recommend a good
candidate among freely available databases or even give a hints on HSQLDB
tuning (maybe changing default memory mode to cached)? I've taken a look at
H2 vs. HSQLDB comparison but there are quite controversial opinions...

Current servlet container configuration is -Xms700m -Xmx700m, no tuning for
database, computer is a virtual machine on a farm with 2 GHz CPU and 1 Gb
RAM. BTW, is this in general expected behavior for such configuration?

Many thanks,
Andrey
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Linking

2012-02-06 Thread goldring, richard
Thankyou Marius - I'll have a look at this when I find some free time - I'm
a little snowed under at work at the moment!

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
Marius Dumitru Florea
Sent: 06 February 2012 17:08
To: XWiki Users
Subject: Re: [xwiki-users] Linking

On Fri, Feb 3, 2012 at 4:36 PM, Hamster  wrote:
> +1

I've created
https://github.com/xwiki/xwiki-platform/tree/feature-alfresco-link
. Checkout
https://github.com/xwiki/xwiki-platform/blob/feature-alfresco-link/xwiki-pla
tform-core/xwiki-platform-wysiwyg/README.txt
and the
https://github.com/xwiki/xwiki-platform/blob/feature-alfresco-link/xwiki-pla
tform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-server/src/main/jav
a/org/xwiki/wysiwyg/server/internal/plugin/alfresco/XWikiAlfrescoService.jav
a
as an example implementation of the service that is used to browse the tree
structure (e.g. file system).

You could start by cloning xwiki-platform GitHub repo, checkout the
feature-alfresco-link branch, change XWikiAlfrescoService to return
information about the network file system, build the WYSIWYG editor modules
and update the WYSIWYG editor of your XE instance.

Updating the WYSIWYG editor usually means:
* overwrite the server and shared jar in WEB-INF/lib
* delete resources/js/xwiki/wysiwyg/xwe folder and copy the same folder from
the wysiwyg war

>
> I think this should be part of the "Link" WYSIWYG editor!
>
> I don't have the knowledge to modify the source-code, but I do the 
> advantage to modify the source-code (or implement a copy). We have 
> developed several ClickOnce Applications for internal company use, 
> which accept URL-parameters. I would love to extend the "Link" menu, 
> so people can choose "Link to ClickOnceApp", supply the 
> URL-parameter(s) and XWiki will generate the correct link!
>
> Is there a step-by-step tutorial on how to modify the 
> WYSIWYG-editor??? (I know, whishful thinking!)

Unfortunately no.

Hope this helps,
Marius

>
> --
> View this message in context: 
> http://xwiki.475771.n2.nabble.com/Linking-tp7247202p7250922.html
> Sent from the XWiki- Users mailing list archive at Nabble.com.
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Linking

2012-02-02 Thread goldring, richard
 
Hi,

Does anyone know which macros I might need to edit to update to add a new
menu option in the WYSIWYG editor to the Link menu say called "Link to file"
and then display a "Link To File" dialog pane with a browser to allow a user
to browse to a file on a network drive and select in and then insert a link
to the file in the wiki page?


Thanks.

Regards,

Richard

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
mohit gupta
Sent: 02 February 2012 11:36
To: XWiki Users
Subject: Re: [xwiki-users] How to customize the default skin and default
stylesheet?

Thanks for providing clarity and pointing to these documents.

On Thu, Feb 2, 2012 at 4:29 PM, Guillaume Lerouge 
wrote:
> Hi Mohit,
>
> I'm not sure how you expect a Wordpress template to work with XWiki.
>
> By the way, did you read the following documents?
>
>   - http://platform.xwiki.org/xwiki/bin/view/Features/Skins
>   - http://platform.xwiki.org/xwiki/bin/view/DevGuide/Skins
>
> Guillaume
>
> On Thu, Feb 2, 2012 at 11:30 AM, mohit gupta  wrote:
>
>> Hi Guilaume,
>>
>> sorry i am not getting how and where to to add new skin and template.
>>
>> here is what i did  to change the default skin:-
>>
>> 1)Create a new page named as MyAppSkin under xwiki space.Inside that 
>> page i added the template under attachment section.Like i downloaded 
>> the template  Free WordPress 2.x Themes from  site 
>> http://www.templatemonster.com/free-templates.php and then gave the 
>> name as XWiki.MyAppSkin in the Skin field of the presentation section 
>> of the administration.
>> But it did not have any impact.
>>
>>
>> 2)similary i am not sure where to add my customize MyApp.css in wiki.
>>
>> On Thu, Feb 2, 2012 at 1:07 PM, Guillaume Lerouge 
>> 
>> wrote:
>> > Hi Mohit,
>> >
>> > you can override both of those by adding a XWiki.XWikiSkins object 
>> > in a document and adding the name of that document in the Skin 
>> > field of the presentation section of the administration.
>> >
>> > Guillaume
>> >
>> > On Thu, Feb 2, 2012 at 8:19 AM, mohit gupta  wrote:
>> >
>> >> Under the presentation section of look and feel, i see  skin as 
>> >> XWiki.DefaultSkin and DEFAULT STYLESHEET as style.css.
>> >> If i want to replace both of these with my customized skin and 
>> >> stylesheet, how should i go about this?
>> >> where should i put my both these new docs?
>> >> ___
>> >> users mailing list
>> >> users@xwiki.org
>> >> http://lists.xwiki.org/mailman/listinfo/users
>> > ___
>> > users mailing list
>> > users@xwiki.org
>> > http://lists.xwiki.org/mailman/listinfo/users
>> ___
>> users mailing list
>> users@xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Inserting links to files on network drives

2012-01-25 Thread goldring, richard
Still can't open the attachments using WebDAV in Windows Explorer - can see
the files BUT there's no Open menu option when I right click them.

Have tried goggling this but haven't yet found anything on why this is or
how to enable it so can open the attachment  Anyone any idea what to
do???

Richard

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
goldring, richard
Sent: 25 January 2012 12:06
To: 'XWiki Users'
Subject: Re: [xwiki-users] Inserting links to files on network drives

Vincent,

Thanks for the suggestion - I've managed to view the attachments in Windows
XP file browser 

... but I can't edit them -  how do I config it so I can edit the file???

Regards,

Richard

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
Vincent Massol
Sent: 25 January 2012 10:50
To: XWiki Users
Subject: Re: [xwiki-users] Inserting links to files on network drives

Hi Richard,

On Jan 25, 2012, at 11:28 AM, goldring, richard wrote:

> Hi,
> 
> Managers and other users at my company like to update excel 
> spreadsheets on work progress. These spreadsheets get updated quite 
> frequently by many users so attaching them to the wiki isn't so 
> practical because of the overhead of checking checking the attachments 
> in
and out.
> 
> So I'd like to make it easier for managers to put in links to these 
> spreadsheets from a wiki page: So the  users can (from the wiki 
> WYSIWYG
> editor) browse to the spreadsheet files and insert them without having 
> to workout the syntax e.g. file:// and the network drive, etc.
> 
> How might I go about editing/adding macros to do this?

The solution we propose for this is WebDAV (search xwiki.org on webdav).
Mount your wiki as a webdav driver.
This allows you to see the attachments for example.
Work in your favorite editor for those attachments.
When you save in your editor the attachment is updated remotely.

The only possible issue is with concurrent locking. It's possible that if
one has the lock others will only be able to open the attachment in read
only. To be tested. Let us know!

Thanks
-Vincent

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Inserting links to files on network drives

2012-01-25 Thread goldring, richard
Vincent,

Thanks for the suggestion - I've managed to view the attachments in Windows
XP file browser 

... but I can't edit them -  how do I config it so I can edit the file???

Regards,

Richard

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
Vincent Massol
Sent: 25 January 2012 10:50
To: XWiki Users
Subject: Re: [xwiki-users] Inserting links to files on network drives

Hi Richard,

On Jan 25, 2012, at 11:28 AM, goldring, richard wrote:

> Hi,
> 
> Managers and other users at my company like to update excel 
> spreadsheets on work progress. These spreadsheets get updated quite 
> frequently by many users so attaching them to the wiki isn't so 
> practical because of the overhead of checking checking the attachments in
and out.
> 
> So I'd like to make it easier for managers to put in links to these 
> spreadsheets from a wiki page: So the  users can (from the wiki 
> WYSIWYG
> editor) browse to the spreadsheet files and insert them without having 
> to workout the syntax e.g. file:// and the network drive, etc.
> 
> How might I go about editing/adding macros to do this?

The solution we propose for this is WebDAV (search xwiki.org on webdav).
Mount your wiki as a webdav driver.
This allows you to see the attachments for example.
Work in your favorite editor for those attachments.
When you save in your editor the attachment is updated remotely.

The only possible issue is with concurrent locking. It's possible that if
one has the lock others will only be able to open the attachment in read
only. To be tested. Let us know!

Thanks
-Vincent

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Inserting links to files on network drives

2012-01-25 Thread goldring, richard
Hi,

Managers and other users at my company like to update excel spreadsheets on
work progress. These spreadsheets get updated quite frequently by many users
so attaching them to the wiki isn't so practical because of the overhead of
checking checking the attachments in and out.

So I'd like to make it easier for managers to put in links to these
spreadsheets from a wiki page: So the  users can (from the wiki WYSIWYG
editor) browse to the spreadsheet files and insert them without having to
workout the syntax e.g. file:// and the network drive, etc.

How might I go about editing/adding macros to do this?

Thanks.

Regards,

Richard
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Font size, heading, section colouring

2012-01-24 Thread goldring, richard
 Thanks - tried the bug but didn't seem to work - tried editing the object
directly and got it working - thanks!!!

Is this fixed in the next release??

R

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
Marius Dumitru Florea
Sent: 24 January 2012 17:11
To: XWiki Users
Subject: Re: [xwiki-users] Font size, heading, section colouring

2012/1/24 goldring, richard :
>  Thanks
>
> I've tried setting the WYSIWYS editor settings for the font and color 
> plugins on the Administation section in the wiki and saved the page 
> but when I go back the settings for font and color have disappeared - 
> what am I doing wrong??

You probably hit http://jira.xwiki.org/browse/XWIKI-7121 . Besides the fix
specified in the comment you can edit directly in object mode the page
holding the WYSIWYG editor configuration, XWiki.WysiwygEditorConfig, and
change the configuration.

Hope this helps,
Marius

>
> -Original Message-
> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On 
> Behalf Of Marius Dumitru Florea
> Sent: 23 January 2012 17:42
> To: XWiki Users
> Subject: Re: [xwiki-users] Font size, heading, section colouring
>
> 2012/1/23 goldring, richard :
>>  Hi,
>>
>
>> Does anyone know how or if its possible to change fonts sizes, style, 
>> colour and colour headings or sections to make them stand out on the
page.
>
> Yes. Either through wiki syntax
> http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax#HParameters
> or through the WYSIWYG editor
> http://platform.xwiki.org/xwiki/bin/view/Features/WysiwygEditor#HTextF
> ormatt
> ing
> . For the later option you need to activate some WYSIWYG editor 
> plugins (e.g. font and color, see 
> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/WysiwygEditor#HPlu
> ginsan
> dFeatures
> for the full list) from the administration and add some features on 
> the WYSIWYG editor tool bar (e.g. fontname or forecolor).
>
> Hope this helps,
> Marius
>
> P.S.: Next time please don't highjack someone else's thread.
>
>>
>> Regards,
>>
>> Richard
>>
>> -Original Message-
>> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On 
>> Behalf Of Haru Mamburu
>> Sent: 23 January 2012 16:14
>> To: XWiki Users
>> Subject: Re: [xwiki-users] Version Error
>>
>> Looks like
>> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationMySQL
>> #
>> HHTTP5
>> 00Error
>>
>> Try this. Hope it will help.
>>
>> Kind Regards,
>>
>> Dmitry
>>
>>
>> 23 января 2012, 20:10 от eparent_pk :
>>> Hi,
>>>
>>>     I'm having the  http://pastebin.com/k5V6mBha same error .
>>>
>>>     My xwiki installation is Enterprise 3.3, on Ubuntu 11.10 (x64) 
>>> with tomcat6.
>>>
>>>     I installed following the instructions on this 
>>> http://blog.dontneedcoffee.com/2010/02/install-xwiki-22-on-ubuntu-91
>>> 0
>>> -
>>> mysql.html
>>> site .
>>>
>>>     Here is an example of my  http://pastebin.com/HEPmAAeQ 
>>> hibernate.cfg.xml .
>>>
>>>     I created MySQL user 'xwiki' who was granted with create, 
>>> insert, alter, delete entries for the xwiki database.
>>>
>>>     All the setup tutorials I've seen are quite straight forward 
>>> but, for some reason, I just can't get it to work. Any hint / advice 
>>> will be appreciated.
>>>
>>> Cheers,
>>>
>>> - Eric
>>>
>>> --
>>> View this message in context:
>>> http://xwiki.475771.n2.nabble.com/Version-Error-tp6480013p7216532.ht
>>> m l Sent from the XWiki- Users mailing list archive at Nabble.com.
>>> ___
>>> users mailing list
>>> users@xwiki.org
>>> http://lists.xwiki.org/mailman/listinfo/users
>>>
>> ___
>> users mailing list
>> users@xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>> ___
>> users mailing list
>> users@xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Font size, heading, section colouring

2012-01-24 Thread goldring, richard
 Thanks

I've tried setting the WYSIWYS editor settings for the font and color
plugins on the Administation section in the wiki and saved the page but when
I go back the settings for font and color have disappeared - what am I doing
wrong??

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
Marius Dumitru Florea
Sent: 23 January 2012 17:42
To: XWiki Users
Subject: Re: [xwiki-users] Font size, heading, section colouring

2012/1/23 goldring, richard :
>  Hi,
>

> Does anyone know how or if its possible to change fonts sizes, style, 
> colour and colour headings or sections to make them stand out on the page.

Yes. Either through wiki syntax
http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax#HParameters
or through the WYSIWYG editor
http://platform.xwiki.org/xwiki/bin/view/Features/WysiwygEditor#HTextFormatt
ing
. For the later option you need to activate some WYSIWYG editor plugins
(e.g. font and color, see
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/WysiwygEditor#HPluginsan
dFeatures
for the full list) from the administration and add some features on the
WYSIWYG editor tool bar (e.g. fontname or forecolor).

Hope this helps,
Marius

P.S.: Next time please don't highjack someone else's thread.

>
> Regards,
>
> Richard
>
> -Original Message-
> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On 
> Behalf Of Haru Mamburu
> Sent: 23 January 2012 16:14
> To: XWiki Users
> Subject: Re: [xwiki-users] Version Error
>
> Looks like
> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationMySQL#
> HHTTP5
> 00Error
>
> Try this. Hope it will help.
>
> Kind Regards,
>
> Dmitry
>
>
> 23 января 2012, 20:10 от eparent_pk :
>> Hi,
>>
>>     I'm having the  http://pastebin.com/k5V6mBha same error .
>>
>>     My xwiki installation is Enterprise 3.3, on Ubuntu 11.10 (x64) 
>> with tomcat6.
>>
>>     I installed following the instructions on this
>> http://blog.dontneedcoffee.com/2010/02/install-xwiki-22-on-ubuntu-910
>> -
>> mysql.html
>> site .
>>
>>     Here is an example of my  http://pastebin.com/HEPmAAeQ 
>> hibernate.cfg.xml .
>>
>>     I created MySQL user 'xwiki' who was granted with create, insert, 
>> alter, delete entries for the xwiki database.
>>
>>     All the setup tutorials I've seen are quite straight forward but, 
>> for some reason, I just can't get it to work. Any hint / advice will 
>> be appreciated.
>>
>> Cheers,
>>
>> - Eric
>>
>> --
>> View this message in context:
>> http://xwiki.475771.n2.nabble.com/Version-Error-tp6480013p7216532.htm
>> l Sent from the XWiki- Users mailing list archive at Nabble.com.
>> ___
>> users mailing list
>> users@xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Font size, heading, section colouring

2012-01-23 Thread goldring, richard
 Hi,

Does anyone know how or if its possible to change fonts sizes, style, colour
and colour headings or sections to make them stand out on the page.

Regards,

Richard

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
Haru Mamburu
Sent: 23 January 2012 16:14
To: XWiki Users
Subject: Re: [xwiki-users] Version Error

Looks like
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationMySQL#HHTTP5
00Error

Try this. Hope it will help.

Kind Regards,

Dmitry


23 января 2012, 20:10 от eparent_pk :
> Hi,
> 
> I'm having the  http://pastebin.com/k5V6mBha same error .
> 
> My xwiki installation is Enterprise 3.3, on Ubuntu 11.10 (x64) 
> with tomcat6.
> 
> I installed following the instructions on this 
> http://blog.dontneedcoffee.com/2010/02/install-xwiki-22-on-ubuntu-910-
> mysql.html
> site .
> 
> Here is an example of my  http://pastebin.com/HEPmAAeQ 
> hibernate.cfg.xml .
> 
> I created MySQL user 'xwiki' who was granted with create, insert, 
> alter, delete entries for the xwiki database.
> 
> All the setup tutorials I've seen are quite straight forward but, 
> for some reason, I just can't get it to work. Any hint / advice will 
> be appreciated.
> 
> Cheers,
> 
> - Eric
> 
> --
> View this message in context: 
> http://xwiki.475771.n2.nabble.com/Version-Error-tp6480013p7216532.html
> Sent from the XWiki- Users mailing list archive at Nabble.com.
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> 
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Can't attach files to wiki

2012-01-19 Thread goldring, richard
Hi have added an FAQ as suggested here:

http://www.xwiki.org/xwiki/bin/view/FAQ/How+does+XWiki+behave+when+disk+spac
e+is+low%3F

Hope that helps others who get similar problems with low disk space. 

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
Guillaume Lerouge
Sent: 18 January 2012 14:48
To: XWiki Users
Subject: Re: [xwiki-users] Can't attach files to wiki

Hi Richard,

it would be very helpful if you could document the symptoms you experienced
as well as the solution on the new XWiki FAQ:
http://www.xwiki.org/xwiki/bin/view/FAQ/WebHomeNew

Thanks in advance,

Guillaume

On Wed, Jan 18, 2012 at 10:41 AM, goldring, richard <
richard.goldr...@uk.thalesgroup.com> wrote:

> Turns out all my wiki problems with disappeared attachment, scripts 
> not running, etc were down to partition /var running out of disk 
> space! So moved default locations of apache tomcat and mysql to a much 
> bigger partition using symbolic links to link to the new locations and 
> now all seems well.
> Should have checked the obvious (disk space) first! So if anyone else 
> gets strange behaviour with xwiki - check your disk space first and 
> save yourself a lot of time and hassle chasing down these 'problems'!
>
> -Original Message-
> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On 
> Behalf Of goldring, richard
> Sent: 16 January 2012 08:18
> To: 'XWiki Users'
> Subject: Re: [xwiki-users] Can't attach files to wiki
>
> Yes its strange,
>
> This has happened since migrating from version 2.7 to 3.2. The import 
> of the wiki pages via Exported xar files seemed to work ok, and the 
> attachments are listed at the bottom of the wiki pages, butwhen you 
> cick on them to view the attachments the wiki displays aa error 
> message that the "The attachment does not exist."
>
> Has anyone any idea what's happened and how to fix it?
>
> Thanks.
>
> Regards,
>
> Richard
>
>
> -Original Message-
> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On 
> Behalf Of Marius Dumitru Florea
> Sent: 13 January 2012 17:32
> To: XWiki Users
> Subject: Re: [xwiki-users] Can't attach files to wiki
>
> Hi Richard,
>
> Are you talking about the standard Attachments tab at the bottom of a 
> wiki page? Does it happen all the time? You should get this only if 
> the session expires. See
>
> http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWikiEnte
> rprise
> 32#HCSRFpreventionisenabledbydefault
> . In XWiki Enterprise 3.2 CSRF has been enabled by default. I haven't 
> heard any complains so far, at least not related to the attachments upload
form.
>
> Hope this helps,
> Marius
>
> On Fri, Jan 13, 2012 at 2:36 PM, goldring, richard 
>  wrote:
> > When try to attach files to a wiki page get the following warning 
> > page
> 
> >
> >
> > Warning
> >
> > This request contains an invalid authentication information.
> >
> > This might happen in the following situations:
> >
> >* You left the editor open in another window/tab and logged off 
> > and on again
> >* Your authentication token exipired after a long period of 
> > inactivity
> >* Somebody tried to perform a CSRF attack
> >
> > If you are sure that none of these situations apply in your case, 
> > you might have found a bug. We are sorry about that, please report 
> > it on XWiki JIRA
> >
> > Do you want to resend the request? If unsure, say No.
> > no
> >
> >
> > ... Anyone know what's happening and how to fix it? I'm using XWIKI 
> > 3.2, Tomcat 5.5 and MySQL 5.
> >
> > Thanks.
> >
> > Regards,
> >
> > Richard
> >
> > -Original Message-
> > From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On 
> > Behalf Of goldring, richard
> > Sent: 13 January 2012 09:25
> > To: 'XWiki Users'
> > Subject: Re: [xwiki-users] Backing up xwiki using mysql
> >
> >  Thanks Guillaume - it worked a treat - I'll setting up the my.cnf 
> > another time, but at least I can backup now!
> >
> > Does anyone know more about the recycle bin - don't seem able to 
> > access from the wiki, and (I guess any deleted wiki pages or 
> > attachments go into it?) the code snippet didn't seem to empty it 
> > from the database - any ideas how to empty it?
> >
> > -Original Message-
> > From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On 
> > Behalf Of Guillaume Fenollar
> > Sent: 13 Ja

Re: [xwiki-users] Can't attach files to wiki

2012-01-18 Thread goldring, richard
Turns out all my wiki problems with disappeared attachment, scripts not
running, etc were down to partition /var running out of disk space! So moved
default locations of apache tomcat and mysql to a much bigger partition
using symbolic links to link to the new locations and now all seems well.
Should have checked the obvious (disk space) first! So if anyone else gets
strange behaviour with xwiki - check your disk space first and save yourself
a lot of time and hassle chasing down these 'problems'! 

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
goldring, richard
Sent: 16 January 2012 08:18
To: 'XWiki Users'
Subject: Re: [xwiki-users] Can't attach files to wiki

Yes its strange,

This has happened since migrating from version 2.7 to 3.2. The import of the
wiki pages via Exported xar files seemed to work ok, and the attachments are
listed at the bottom of the wiki pages, butwhen you cick on them to view the
attachments the wiki displays aa error message that the "The attachment does
not exist."

Has anyone any idea what's happened and how to fix it?

Thanks.

Regards,

Richard


-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
Marius Dumitru Florea
Sent: 13 January 2012 17:32
To: XWiki Users
Subject: Re: [xwiki-users] Can't attach files to wiki

Hi Richard,

Are you talking about the standard Attachments tab at the bottom of a wiki
page? Does it happen all the time? You should get this only if the session
expires. See
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWikiEnterprise
32#HCSRFpreventionisenabledbydefault
. In XWiki Enterprise 3.2 CSRF has been enabled by default. I haven't heard
any complains so far, at least not related to the attachments upload form.

Hope this helps,
Marius

On Fri, Jan 13, 2012 at 2:36 PM, goldring, richard
 wrote:
> When try to attach files to a wiki page get the following warning page

>
>
> Warning
>
> This request contains an invalid authentication information.
>
> This might happen in the following situations:
>
>    * You left the editor open in another window/tab and logged off and 
> on again
>    * Your authentication token exipired after a long period of 
> inactivity
>    * Somebody tried to perform a CSRF attack
>
> If you are sure that none of these situations apply in your case, you 
> might have found a bug. We are sorry about that, please report it on 
> XWiki JIRA
>
> Do you want to resend the request? If unsure, say No.
> no
>
>
> ... Anyone know what's happening and how to fix it? I'm using XWIKI 
> 3.2, Tomcat 5.5 and MySQL 5.
>
> Thanks.
>
> Regards,
>
> Richard
>
> -Original Message-
> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On 
> Behalf Of goldring, richard
> Sent: 13 January 2012 09:25
> To: 'XWiki Users'
> Subject: Re: [xwiki-users] Backing up xwiki using mysql
>
>  Thanks Guillaume - it worked a treat - I'll setting up the my.cnf 
> another time, but at least I can backup now!
>
> Does anyone know more about the recycle bin - don't seem able to 
> access from the wiki, and (I guess any deleted wiki pages or 
> attachments go into it?) the code snippet didn't seem to empty it from 
> the database - any ideas how to empty it?
>
> -Original Message-
> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On 
> Behalf Of Guillaume Fenollar
> Sent: 13 January 2012 08:55
> To: XWiki Users
> Subject: Re: [xwiki-users] Backing up xwiki using mysql
>
> Hi Richard,
>
> Here a quickfix: use max_allow_packet directive directly into your 
> dump command.
>
> mysqldump --max_allowed_packet=512m nms_wiki > backup.sql
>>
>
> If you want to understand this more, you should try to change my.cnf, 
> in the section [mysqldump] (just like there is [client], you could 
> create it if you
> haven't) and try the command without putting max_allowed_packet into 
> the command, it should work too.
>
> Sincerely,
>
> --
> Guillaume Fenollar
> XWiki SysAdmin
> Tel : +33 (0)1.83.62.65.97
>
> 2012/1/13 goldring, richard 
>
>> Hi All,
>>
>> Running ...
>> mysqldump nms_wiki > backup.sql
>>
>> Returns ...
>> mysqldump: Error 2020: Got packet bigger than 'max_allowed_packet'
>> bytes when dumping table `xwikiattrecyclebin` at row: 2
>>
>> I did have some rather large import attachments - which I deleted but 
>> they seem to have gone into the recycle bin - so I used the code 
>> snippet 
>> http://extensions.xwiki.org/xwiki/bin/view/Extension/Empty+Trash+Bin
>>
>> To supposedly empty

Re: [xwiki-users] Xwiki main webhme not displayed for an unregist ered user

2012-01-17 Thread goldring, richard
Thanks - turns out unregistered user weren't granted rights on the actual
page itself. 

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
Sorin Burjan
Sent: 17 January 2012 16:08
To: XWiki Users
Subject: Re: [xwiki-users] Xwiki main webhme not displayed for an
unregistered user

Hello Richard,

In XWiki there are 3 types of Rights/Permissions. Check
http://platform.xwiki.org/xwiki/bin/view/Features/RightsManagement

My guess is that in the Global Rights Menu (found in Administration ->
Rights) you have selected the "Prevent unregistered users from viewing
pages, regardless of the page or space rights". You have to uncheck this box
(no check mark).

This should solve your issue

Regards,
Sorin B.


On Tue, Jan 17, 2012 at 5:54 PM, goldring, richard <
richard.goldr...@uk.thalesgroup.com> wrote:

>
>
> Hi,
>
> Anyone know why when I try to display the wiki webhome for the Main 
> space for an unregistered user the login is displayed even though the 
> space rights are set to allow unregistered users to be able to view 
> anything in the Main space?
>
> Regards,
>
> Richard
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Xwiki main webhme not displayed for an unregistered user

2012-01-17 Thread goldring, richard
 

Hi,

Anyone know why when I try to display the wiki webhome for the Main space
for an unregistered user the login is displayed even though the space rights
are set to allow unregistered users to be able to view anything in the Main
space?

Regards,

Richard
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Can't attach files to wiki

2012-01-16 Thread goldring, richard
Yes its strange,

This has happened since migrating from version 2.7 to 3.2. The import of the
wiki pages via
Exported xar files seemed to work ok, and the attachments are listed at the
bottom of the wiki pages, butwhen you cick on them to view the attachments
the wiki displays aa error message that the "The attachment does not exist."

Has anyone any idea what's happened and how to fix it?

Thanks.

Regards,

Richard


-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
Marius Dumitru Florea
Sent: 13 January 2012 17:32
To: XWiki Users
Subject: Re: [xwiki-users] Can't attach files to wiki

Hi Richard,

Are you talking about the standard Attachments tab at the bottom of a wiki
page? Does it happen all the time? You should get this only if the session
expires. See
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWikiEnterprise
32#HCSRFpreventionisenabledbydefault
. In XWiki Enterprise 3.2 CSRF has been enabled by default. I haven't heard
any complains so far, at least not related to the attachments upload form.

Hope this helps,
Marius

On Fri, Jan 13, 2012 at 2:36 PM, goldring, richard
 wrote:
> When try to attach files to a wiki page get the following warning page

>
>
> Warning
>
> This request contains an invalid authentication information.
>
> This might happen in the following situations:
>
>    * You left the editor open in another window/tab and logged off and 
> on again
>    * Your authentication token exipired after a long period of 
> inactivity
>    * Somebody tried to perform a CSRF attack
>
> If you are sure that none of these situations apply in your case, you 
> might have found a bug. We are sorry about that, please report it on 
> XWiki JIRA
>
> Do you want to resend the request? If unsure, say No.
> no
>
>
> ... Anyone know what's happening and how to fix it? I'm using XWIKI 
> 3.2, Tomcat 5.5 and MySQL 5.
>
> Thanks.
>
> Regards,
>
> Richard
>
> -Original Message-
> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On 
> Behalf Of goldring, richard
> Sent: 13 January 2012 09:25
> To: 'XWiki Users'
> Subject: Re: [xwiki-users] Backing up xwiki using mysql
>
>  Thanks Guillaume - it worked a treat - I'll setting up the my.cnf 
> another time, but at least I can backup now!
>
> Does anyone know more about the recycle bin - don't seem able to 
> access from the wiki, and (I guess any deleted wiki pages or 
> attachments go into it?) the code snippet didn't seem to empty it from 
> the database - any ideas how to empty it?
>
> -Original Message-
> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On 
> Behalf Of Guillaume Fenollar
> Sent: 13 January 2012 08:55
> To: XWiki Users
> Subject: Re: [xwiki-users] Backing up xwiki using mysql
>
> Hi Richard,
>
> Here a quickfix: use max_allow_packet directive directly into your 
> dump command.
>
> mysqldump --max_allowed_packet=512m nms_wiki > backup.sql
>>
>
> If you want to understand this more, you should try to change my.cnf, 
> in the section [mysqldump] (just like there is [client], you could 
> create it if you
> haven't) and try the command without putting max_allowed_packet into 
> the command, it should work too.
>
> Sincerely,
>
> --
> Guillaume Fenollar
> XWiki SysAdmin
> Tel : +33 (0)1.83.62.65.97
>
> 2012/1/13 goldring, richard 
>
>> Hi All,
>>
>> Running ...
>> mysqldump nms_wiki > backup.sql
>>
>> Returns ...
>> mysqldump: Error 2020: Got packet bigger than 'max_allowed_packet'
>> bytes when dumping table `xwikiattrecyclebin` at row: 2
>>
>> I did have some rather large import attachments - which I deleted but 
>> they seem to have gone into the recycle bin - so I used the code 
>> snippet 
>> http://extensions.xwiki.org/xwiki/bin/view/Extension/Empty+Trash+Bin
>>
>> To supposedly empty the bin, but get the same error above when I try 
>> and dump the database seeming to indicate the recycle bin isn't empty.
>>
>> Tried increasing the max_allowed_packet when I run mysql, but doesn't 
>> seem to have any affect - is something overriding it? We're running 
>> on
> Solaris.
>>
>> Any ideas/help would be appreciated so I can backup the wiki 
>> successfully on mysql
>>
>> Thanks.
>>
>> Regards,
>>
>> Richard
>> ___
>> users mailing list
>> users@xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
&g

[xwiki-users] Can't attach files to wiki

2012-01-13 Thread goldring, richard
When try to attach files to a wiki page get the following warning page  


Warning

This request contains an invalid authentication information.

This might happen in the following situations:

* You left the editor open in another window/tab and logged off and on
again
* Your authentication token exipired after a long period of inactivity
* Somebody tried to perform a CSRF attack

If you are sure that none of these situations apply in your case, you might
have found a bug. We are sorry about that, please report it on XWiki JIRA

Do you want to resend the request? If unsure, say No.
no


... Anyone know what's happening and how to fix it? I'm using XWIKI 3.2,
Tomcat 5.5 and MySQL 5.

Thanks.

Regards,

Richard

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
goldring, richard
Sent: 13 January 2012 09:25
To: 'XWiki Users'
Subject: Re: [xwiki-users] Backing up xwiki using mysql

 Thanks Guillaume - it worked a treat - I'll setting up the my.cnf another
time, but at least I can backup now!

Does anyone know more about the recycle bin - don't seem able to access from
the wiki, and (I guess any deleted wiki pages or attachments go into it?)
the code snippet didn't seem to empty it from the database - any ideas how
to empty it?

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
Guillaume Fenollar
Sent: 13 January 2012 08:55
To: XWiki Users
Subject: Re: [xwiki-users] Backing up xwiki using mysql

Hi Richard,

Here a quickfix: use max_allow_packet directive directly into your dump
command.

mysqldump --max_allowed_packet=512m nms_wiki > backup.sql
>

If you want to understand this more, you should try to change my.cnf, in the
section [mysqldump] (just like there is [client], you could create it if you
haven't) and try the command without putting max_allowed_packet into the
command, it should work too.

Sincerely,

--
Guillaume Fenollar
XWiki SysAdmin
Tel : +33 (0)1.83.62.65.97

2012/1/13 goldring, richard 

> Hi All,
>
> Running ...
> mysqldump nms_wiki > backup.sql
>
> Returns ...
> mysqldump: Error 2020: Got packet bigger than 'max_allowed_packet' 
> bytes when dumping table `xwikiattrecyclebin` at row: 2
>
> I did have some rather large import attachments - which I deleted but 
> they seem to have gone into the recycle bin - so I used the code 
> snippet 
> http://extensions.xwiki.org/xwiki/bin/view/Extension/Empty+Trash+Bin
>
> To supposedly empty the bin, but get the same error above when I try 
> and dump the database seeming to indicate the recycle bin isn't empty.
>
> Tried increasing the max_allowed_packet when I run mysql, but doesn't 
> seem to have any affect - is something overriding it? We're running on
Solaris.
>
> Any ideas/help would be appreciated so I can backup the wiki 
> successfully on mysql
>
> Thanks.
>
> Regards,
>
> Richard
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Backing up xwiki using mysql

2012-01-13 Thread goldring, richard
 Thanks Guillaume - it worked a treat - I'll setting up the my.cnf another
time, but at least I can backup now!

Does anyone know more about the recycle bin - don't seem able to access from
the wiki, and (I guess any deleted wiki pages or attachments go into it?)
the code snippet didn't seem to empty it from the database - any ideas how
to empty it?

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
Guillaume Fenollar
Sent: 13 January 2012 08:55
To: XWiki Users
Subject: Re: [xwiki-users] Backing up xwiki using mysql

Hi Richard,

Here a quickfix: use max_allow_packet directive directly into your dump
command.

mysqldump --max_allowed_packet=512m nms_wiki > backup.sql
>

If you want to understand this more, you should try to change my.cnf, in the
section [mysqldump] (just like there is [client], you could create it if you
haven't) and try the command without putting max_allowed_packet into the
command, it should work too.

Sincerely,

--
Guillaume Fenollar
XWiki SysAdmin
Tel : +33 (0)1.83.62.65.97

2012/1/13 goldring, richard 

> Hi All,
>
> Running ...
> mysqldump nms_wiki > backup.sql
>
> Returns ...
> mysqldump: Error 2020: Got packet bigger than 'max_allowed_packet' 
> bytes when dumping table `xwikiattrecyclebin` at row: 2
>
> I did have some rather large import attachments - which I deleted but 
> they seem to have gone into the recycle bin - so I used the code 
> snippet 
> http://extensions.xwiki.org/xwiki/bin/view/Extension/Empty+Trash+Bin
>
> To supposedly empty the bin, but get the same error above when I try 
> and dump the database seeming to indicate the recycle bin isn't empty.
>
> Tried increasing the max_allowed_packet when I run mysql, but doesn't 
> seem to have any affect - is something overriding it? We're running on
Solaris.
>
> Any ideas/help would be appreciated so I can backup the wiki 
> successfully on mysql
>
> Thanks.
>
> Regards,
>
> Richard
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Backing up xwiki using mysql

2012-01-13 Thread goldring, richard
Hi All,

Running ...
mysqldump nms_wiki > backup.sql

Returns ...
mysqldump: Error 2020: Got packet bigger than 'max_allowed_packet' bytes
when dumping table `xwikiattrecyclebin` at row: 2

I did have some rather large import attachments - which I deleted but they
seem to have gone into the recycle bin - so I used the code snippet
http://extensions.xwiki.org/xwiki/bin/view/Extension/Empty+Trash+Bin

To supposedly empty the bin, but get the same error above when I try and
dump the database seeming to indicate the recycle bin isn't empty.

Tried increasing the max_allowed_packet when I run mysql, but doesn't seem
to have any affect - is something overriding it? We're running on Solaris. 

Any ideas/help would be appreciated so I can backup the wiki successfully on
mysql

Thanks.

Regards,

Richard
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Insert link on wysiwyg editor

2012-01-13 Thread goldring, richard
Thankyou for your help Marius your suggeation helped.

I reinstalled the wiki as a separate tomcat app and the link problem
disappeared, but the problem still appeared in the origianal wiki tomcat app
even when looking at the new wiki mysql database created for the second
working wiki!!! So I don't know quite what's happening - but I'm just glad
its working!

Regards,

Richard

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
Marius Dumitru Florea
Sent: 10 January 2012 07:15
To: XWiki Users
Subject: Re: [xwiki-users] Insert link on wysiwyg editor

On Mon, Jan 9, 2012 at 5:40 PM, goldring, richard
 wrote:
> The problem occurs even on xwiki default pages rather than on user 
> generated pages.
>
> I'd like to keep the current wiki running for users so as not to 
> distrupt them and build up a new separate installation so I can try 
> isolate what the problem is as you suggest.
>

> Can install another xwiki using the same mysql but using a differently 
> names xwiki database? If so how might I config it?

You can edit WEB-INF/hibernate.cfg.xml (from where you deployed XWiki) and
change the database (scheme) name in the connection URL (look for the
"connection.url" property in the MySQL configuration section).
E.g. replace jdbc:mysql://localhost/xwiki with
jdbc:mysql://localhost/test_xwiki

You may have to create the new database (e.g. test_xwiki) first as per
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationMySQL#HInsta
llationSteps
but I think you can use the same user/password when granting rights.

Hope this helps,
Marius

>
> -Original Message-
> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On 
> Behalf Of Sergiu Dumitriu
> Sent: 09 January 2012 14:36
> To: XWiki Users
> Subject: Re: [xwiki-users] Insert link on wysiwyg editor
>
> On 01/09/2012 09:28 AM, Marius Dumitru Florea wrote:
>> I'm sure you have xwiki-platform-wysiwyg-server-3.2.jar (it has been 
>> renamed since 2.7.1) because otherwise the WYSIWYG editor wouldn't 
>> load at all. If you can insert a macro, which uses GWT-RPC services, 
>> then the problem is elsewhere. Could be related to your configuration.
>> I would take a clean XE war and redo the installation steps to see at 
>> which point the WYSIWYG editor stops working properly.
>
> Could it be the content that's breaking the functionality? Like some 
> unescaped characters? Some HTTP request dumps (for example from 
> Firebug) would be helpful.
>
>> Hope this helps,
>> Marius
>>
>> On Mon, Jan 9, 2012 at 4:11 PM, goldring, richard 
>>   wrote:
>>> I can insert a macro but can't insert an attached image - get the 
>>> same error
>>> message: "There was an error loading the data".
>>>
>>> So maybe under
>>> /var/apache/tomcat55/webapps/xwiki-enterprise-web-3.2/WEB-INF/lib
>>> xwiki-web-gwt-wysiwyg-server .jar is missing (was in Xwiki 2.7.1
>>> version) - is this the jar that I need? Maybe this 'missing' jar is 
>>> causing the problem??
>>> It's not in the 3.2 war file - how do I get it?
>>>
>>> -Original Message-
>>> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On 
>>> Behalf Of Marius Dumitru Florea
>>> Sent: 09 January 2012 10:12
>>> To: XWiki Users
>>> Subject: Re: [xwiki-users] Insert link on wysiwyg editor
>>>
>>> As I said, if XWiki.WysiwygEditorConfig page was broken (bad 
>>> permission or invalid configuration) then the WYSIWYG editor 
>>> wouldn't load at all. I don't see how it can affect only the 
>>> Recently Modified and Search tabs of the link to wiki page feature.
>>>
>>> The code that is called when you open those tabs is in GWT-RPC 
>>> services, so Java classes, which can't be affected by a XAR import 
>>> (at least I don't see how). There's no wiki/Java macro. All the code 
>>> is
> in the WYSIWYG server jar.
>>> Can you insert an image or a macro? If these features work (they 
>>> also use GWT-RPC services) then the problem is strictly related to 
>>> the code that queries the database. But if you say that the code I 
>>> pasted works fine then I don't have any clues..
>>>
>>> On Mon, Jan 9, 2012 at 11:15 AM, goldring, richard 
>>>   wrote:
>>>> Wondering if it's a permission problem - when I visit the 
>>>> XWiki.WysiwygEditorConfig page (as Admin) I get the following
>>>> displayed: This configuration cannot be displayed because it was 
>>>> last edite

Re: [xwiki-users] Insert link on wysiwyg editor

2012-01-09 Thread goldring, richard
The problem occurs even on xwiki default pages rather than on user generated
pages.

I'd like to keep the current wiki running for users so as not to distrupt
them and build up a new separate installation so I can try isolate what the
problem is as you suggest. 

Can install another xwiki using the same mysql but using a differently names
xwiki database? If so how might I config it? 

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
Sergiu Dumitriu
Sent: 09 January 2012 14:36
To: XWiki Users
Subject: Re: [xwiki-users] Insert link on wysiwyg editor

On 01/09/2012 09:28 AM, Marius Dumitru Florea wrote:
> I'm sure you have xwiki-platform-wysiwyg-server-3.2.jar (it has been 
> renamed since 2.7.1) because otherwise the WYSIWYG editor wouldn't 
> load at all. If you can insert a macro, which uses GWT-RPC services, 
> then the problem is elsewhere. Could be related to your configuration.
> I would take a clean XE war and redo the installation steps to see at 
> which point the WYSIWYG editor stops working properly.

Could it be the content that's breaking the functionality? Like some
unescaped characters? Some HTTP request dumps (for example from Firebug)
would be helpful.

> Hope this helps,
> Marius
>
> On Mon, Jan 9, 2012 at 4:11 PM, goldring, richard 
>   wrote:
>> I can insert a macro but can't insert an attached image - get the 
>> same error
>> message: "There was an error loading the data".
>>
>> So maybe under
>> /var/apache/tomcat55/webapps/xwiki-enterprise-web-3.2/WEB-INF/lib
>> xwiki-web-gwt-wysiwyg-server .jar is missing (was in Xwiki 2.7.1 
>> version) - is this the jar that I need? Maybe this 'missing' jar is 
>> causing the problem??
>> It's not in the 3.2 war file - how do I get it?
>>
>> -Original Message-
>> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On 
>> Behalf Of Marius Dumitru Florea
>> Sent: 09 January 2012 10:12
>> To: XWiki Users
>> Subject: Re: [xwiki-users] Insert link on wysiwyg editor
>>
>> As I said, if XWiki.WysiwygEditorConfig page was broken (bad 
>> permission or invalid configuration) then the WYSIWYG editor wouldn't 
>> load at all. I don't see how it can affect only the Recently Modified 
>> and Search tabs of the link to wiki page feature.
>>
>> The code that is called when you open those tabs is in GWT-RPC 
>> services, so Java classes, which can't be affected by a XAR import 
>> (at least I don't see how). There's no wiki/Java macro. All the code is
in the WYSIWYG server jar.
>> Can you insert an image or a macro? If these features work (they also 
>> use GWT-RPC services) then the problem is strictly related to the 
>> code that queries the database. But if you say that the code I pasted 
>> works fine then I don't have any clues..
>>
>> On Mon, Jan 9, 2012 at 11:15 AM, goldring, richard 
>>   wrote:
>>> Wondering if it's a permission problem - when I visit the 
>>> XWiki.WysiwygEditorConfig page (as Admin) I get the following
>>> displayed: This configuration cannot be displayed because it was 
>>> last edited by Admin who doesn't have permission to edit this
>>> page.XWiki.WysiwygEditorConfig:
>>>
>>> -Original Message-
>>> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On 
>>> Behalf Of goldring, richard
>>> Sent: 09 January 2012 08:39
>>> To: 'XWiki Users'
>>> Subject: Re: [xwiki-users] Insert link on wysiwyg editor
>>>
>>> Yes - the code seemed to work fine and listed sall recent page edits 
>>> ... So I'm not sure where to look next ...what code get's called by 
>>> the Link dialog My recent changes abd Search tabs ... Is it a macro?
>>> Which one? All I can think is it might be something to do with 
>>> copying material from the my previous wiki installation???
>>>
>>> -Original Message-
>>> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On 
>>> Behalf Of Marius Dumitru Florea
>>> Sent: 09 January 2012 08:30
>>> To: XWiki Users
>>> Subject: Re: [xwiki-users] Insert link on wysiwyg editor
>>>
>>> On Mon, Jan 9, 2012 at 10:09 AM, goldring, richard 
>>>   wrote:
>>>> Could importing the wiki pages from my older version of Xwiki have 
>>>> overwritten wiki pages that could be causing this issue? (The 
>>>> previous version was the standalone version using Jetty and HSQL).
>>>
>>> I don't s

Re: [xwiki-users] Insert link on wysiwyg editor

2012-01-09 Thread goldring, richard
I can insert a macro but can't insert an attached image - get the same error
message: "There was an error loading the data".

So maybe under
/var/apache/tomcat55/webapps/xwiki-enterprise-web-3.2/WEB-INF/lib
xwiki-web-gwt-wysiwyg-server .jar is missing (was in Xwiki 2.7.1 version) -
is this the jar that I need? Maybe this 'missing' jar is causing the
problem??
It's not in the 3.2 war file - how do I get it?

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
Marius Dumitru Florea
Sent: 09 January 2012 10:12
To: XWiki Users
Subject: Re: [xwiki-users] Insert link on wysiwyg editor

As I said, if XWiki.WysiwygEditorConfig page was broken (bad permission or
invalid configuration) then the WYSIWYG editor wouldn't load at all. I don't
see how it can affect only the Recently Modified and Search tabs of the link
to wiki page feature.

The code that is called when you open those tabs is in GWT-RPC services, so
Java classes, which can't be affected by a XAR import (at least I don't see
how). There's no wiki/Java macro. All the code is in the WYSIWYG server jar.
Can you insert an image or a macro? If these features work (they also use
GWT-RPC services) then the problem is strictly related to the code that
queries the database. But if you say that the code I pasted works fine then
I don't have any clues..

On Mon, Jan 9, 2012 at 11:15 AM, goldring, richard
 wrote:
> Wondering if it's a permission problem - when I visit the 
> XWiki.WysiwygEditorConfig page (as Admin) I get the following 
> displayed: This configuration cannot be displayed because it was last 
> edited by Admin who doesn't have permission to edit this
> page.XWiki.WysiwygEditorConfig:
>
> -Original Message-
> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On 
> Behalf Of goldring, richard
> Sent: 09 January 2012 08:39
> To: 'XWiki Users'
> Subject: Re: [xwiki-users] Insert link on wysiwyg editor
>
> Yes - the code seemed to work fine and listed sall recent page edits 
> ... So I'm not sure where to look next ...what code get's called by 
> the Link dialog My recent changes abd Search tabs ... Is it a macro? 
> Which one? All I can think is it might be something to do with copying 
> material from the my previous wiki installation???
>
> -Original Message-
> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On 
> Behalf Of Marius Dumitru Florea
> Sent: 09 January 2012 08:30
> To: XWiki Users
> Subject: Re: [xwiki-users] Insert link on wysiwyg editor
>
> On Mon, Jan 9, 2012 at 10:09 AM, goldring, richard 
>  wrote:
>> Could importing the wiki pages from my older version of Xwiki have 
>> overwritten wiki pages that could be causing this issue? (The 
>> previous version was the standalone version using Jetty and HSQL).
>
> I don't see how. You can break the WYSIWYG editor by messing up its 
> configuration (XWiki.WysiwygEditorConfig) but then the editor won't 
> load at all. You can't break *only* the Recently Modified / Search 
> tabs of the link feature. Have you run the code I pasted?
>
> Hope this helps,
> Marius
>
>> If so what wiki pages do I need to reinstate?
>>
>>
>> -Original Message-
>> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On 
>> Behalf Of Marius Dumitru Florea
>> Sent: 06 January 2012 12:51
>> To: XWiki Users
>> Subject: Re: [xwiki-users] Insert link on wysiwyg editor
>>
>> Sure, here you go:
>>
>> --8<--
>> {{groovy}}
>> import com.xpn.xwiki.web.Utils;
>> import java.util.List;
>> import org.xwiki.query.Query;
>> import org.xwiki.query.QueryManager;
>>
>> int offset = 0;
>> int limit = 20;
>>
>> String statement = "select distinct doc.space, doc.name, doc.date 
>> from XWikiDocument as doc where doc.author = :author order by 
>> doc.date desc, doc.space, doc.name"; QueryManager queryManager = 
>> Utils.getComponent(QueryManager.class);
>> Query query = queryManager.createQuery(statement, Query.HQL); 
>> query.setOffset(offset).setLimit(limit);
>> query.bindValue("author", xcontext.getUser());
>>
>> List results = query.execute(); for (Object[] result :
>> results) {
>>  println(result[0] + "." + result[1]); } {{/groovy}}
>> -->8--
>>
>> Hope this helps,
>> Marius
>>
>> On Fri, Jan 6, 2012 at 2:46 PM, goldring, richard 
>>  wrote:
>>> Ah my company's fire wall won't let me see 
>>> http://pastebin.com/Yj8kQ3qU  - can you directly email me  a copy of

Re: [xwiki-users] Insert link on wysiwyg editor

2012-01-09 Thread goldring, richard
Under /var/apache/tomcat55/webapps/xwiki-enterprise-web-3.2/WEB-INF/lib
xwiki-web-gwt-wysiwyg-server .jar is missing - is this the jar that I need?
It's not in the war file - how do I get it?

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
Marius Dumitru Florea
Sent: 09 January 2012 10:12
To: XWiki Users
Subject: Re: [xwiki-users] Insert link on wysiwyg editor

As I said, if XWiki.WysiwygEditorConfig page was broken (bad permission or
invalid configuration) then the WYSIWYG editor wouldn't load at all. I don't
see how it can affect only the Recently Modified and Search tabs of the link
to wiki page feature.

The code that is called when you open those tabs is in GWT-RPC services, so
Java classes, which can't be affected by a XAR import (at least I don't see
how). There's no wiki/Java macro. All the code is in the WYSIWYG server jar.
Can you insert an image or a macro? If these features work (they also use
GWT-RPC services) then the problem is strictly related to the code that
queries the database. But if you say that the code I pasted works fine then
I don't have any clues..

On Mon, Jan 9, 2012 at 11:15 AM, goldring, richard
 wrote:
> Wondering if it's a permission problem - when I visit the 
> XWiki.WysiwygEditorConfig page (as Admin) I get the following 
> displayed: This configuration cannot be displayed because it was last 
> edited by Admin who doesn't have permission to edit this
> page.XWiki.WysiwygEditorConfig:
>
> -Original Message-
> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On 
> Behalf Of goldring, richard
> Sent: 09 January 2012 08:39
> To: 'XWiki Users'
> Subject: Re: [xwiki-users] Insert link on wysiwyg editor
>
> Yes - the code seemed to work fine and listed sall recent page edits 
> ... So I'm not sure where to look next ...what code get's called by 
> the Link dialog My recent changes abd Search tabs ... Is it a macro? 
> Which one? All I can think is it might be something to do with copying 
> material from the my previous wiki installation???
>
> -Original Message-
> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On 
> Behalf Of Marius Dumitru Florea
> Sent: 09 January 2012 08:30
> To: XWiki Users
> Subject: Re: [xwiki-users] Insert link on wysiwyg editor
>
> On Mon, Jan 9, 2012 at 10:09 AM, goldring, richard 
>  wrote:
>> Could importing the wiki pages from my older version of Xwiki have 
>> overwritten wiki pages that could be causing this issue? (The 
>> previous version was the standalone version using Jetty and HSQL).
>
> I don't see how. You can break the WYSIWYG editor by messing up its 
> configuration (XWiki.WysiwygEditorConfig) but then the editor won't 
> load at all. You can't break *only* the Recently Modified / Search 
> tabs of the link feature. Have you run the code I pasted?
>
> Hope this helps,
> Marius
>
>> If so what wiki pages do I need to reinstate?
>>
>>
>> -Original Message-
>> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On 
>> Behalf Of Marius Dumitru Florea
>> Sent: 06 January 2012 12:51
>> To: XWiki Users
>> Subject: Re: [xwiki-users] Insert link on wysiwyg editor
>>
>> Sure, here you go:
>>
>> --8<--
>> {{groovy}}
>> import com.xpn.xwiki.web.Utils;
>> import java.util.List;
>> import org.xwiki.query.Query;
>> import org.xwiki.query.QueryManager;
>>
>> int offset = 0;
>> int limit = 20;
>>
>> String statement = "select distinct doc.space, doc.name, doc.date 
>> from XWikiDocument as doc where doc.author = :author order by 
>> doc.date desc, doc.space, doc.name"; QueryManager queryManager = 
>> Utils.getComponent(QueryManager.class);
>> Query query = queryManager.createQuery(statement, Query.HQL); 
>> query.setOffset(offset).setLimit(limit);
>> query.bindValue("author", xcontext.getUser());
>>
>> List results = query.execute(); for (Object[] result :
>> results) {
>>  println(result[0] + "." + result[1]); } {{/groovy}}
>> ------>8--
>>
>> Hope this helps,
>> Marius
>>
>> On Fri, Jan 6, 2012 at 2:46 PM, goldring, richard 
>>  wrote:
>>> Ah my company's fire wall won't let me see 
>>> http://pastebin.com/Yj8kQ3qU  - can you directly email me  a copy of 
>>> the code to paste into my wiki page to try ..
>>>
>>> Thanks.
>>>
>>> -Original Message-
>>> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On 
>>> Beh

Re: [xwiki-users] Insert link on wysiwyg editor

2012-01-09 Thread goldring, richard
Wondering if it's a permission problem - when I visit the
XWiki.WysiwygEditorConfig page (as Admin) 
I get the following displayed: This configuration cannot be displayed
because it was last edited by Admin who doesn't have permission to edit this
page.XWiki.WysiwygEditorConfig: 

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
goldring, richard
Sent: 09 January 2012 08:39
To: 'XWiki Users'
Subject: Re: [xwiki-users] Insert link on wysiwyg editor

Yes - the code seemed to work fine and listed sall recent page edits ... So
I'm not sure where to look next ...what code get's called by the Link dialog
My recent changes abd Search tabs ... Is it a macro? Which one? All I can
think is it might be something to do with copying material from the my
previous wiki installation???

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
Marius Dumitru Florea
Sent: 09 January 2012 08:30
To: XWiki Users
Subject: Re: [xwiki-users] Insert link on wysiwyg editor

On Mon, Jan 9, 2012 at 10:09 AM, goldring, richard
 wrote:
> Could importing the wiki pages from my older version of Xwiki have 
> overwritten wiki pages that could be causing this issue? (The previous 
> version was the standalone version using Jetty and HSQL).

I don't see how. You can break the WYSIWYG editor by messing up its
configuration (XWiki.WysiwygEditorConfig) but then the editor won't load at
all. You can't break *only* the Recently Modified / Search tabs of the link
feature. Have you run the code I pasted?

Hope this helps,
Marius

> If so what wiki pages do I need to reinstate?
>
>
> -Original Message-
> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On 
> Behalf Of Marius Dumitru Florea
> Sent: 06 January 2012 12:51
> To: XWiki Users
> Subject: Re: [xwiki-users] Insert link on wysiwyg editor
>
> Sure, here you go:
>
> --8<--
> {{groovy}}
> import com.xpn.xwiki.web.Utils;
> import java.util.List;
> import org.xwiki.query.Query;
> import org.xwiki.query.QueryManager;
>
> int offset = 0;
> int limit = 20;
>
> String statement = "select distinct doc.space, doc.name, doc.date from 
> XWikiDocument as doc where doc.author = :author order by doc.date 
> desc, doc.space, doc.name"; QueryManager queryManager = 
> Utils.getComponent(QueryManager.class);
> Query query = queryManager.createQuery(statement, Query.HQL); 
> query.setOffset(offset).setLimit(limit);
> query.bindValue("author", xcontext.getUser());
>
> List results = query.execute(); for (Object[] result : 
> results) {
>  println(result[0] + "." + result[1]); } {{/groovy}}
> -->8--
>
> Hope this helps,
> Marius
>
> On Fri, Jan 6, 2012 at 2:46 PM, goldring, richard 
>  wrote:
>> Ah my company's fire wall won't let me see 
>> http://pastebin.com/Yj8kQ3qU  - can you directly email me  a copy of 
>> the code to paste into my wiki page to try ..
>>
>> Thanks.
>>
>> -Original Message-
>> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On 
>> Behalf Of goldring, richard
>> Sent: 06 January 2012 12:34
>> To: 'XWiki Users'
>> Subject: Re: [xwiki-users] Insert link on wysiwyg editor
>>
>>  Thanks will try that on when I get back on Monday ...
>>
>> -Original Message-
>> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On 
>> Behalf Of Marius Dumitru Florea
>> Sent: 06 January 2012 12:25
>> To: XWiki Users
>> Subject: Re: [xwiki-users] Insert link on wysiwyg editor
>>
>> The code used to retrieve the list of recently modified pages is this 
>> https://github.com/xwiki/xwiki-platform/blob/xwiki-platform-3.2/xwiki
>> -
>> platfo
>> rm-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-server/src/main
>> /
>> java/o
>> rg/xwiki/wysiwyg/server/internal/wiki/AbstractWikiService.java#L97
>> . You can try to execute it separately in Groovy to see what's the
> problem.
>> You can start with http://pastebin.com/Yj8kQ3qU which works fine for 
>> me (put it in a wiki page).
>>
>> Hope this helps,
>> Marius
>>
>> On Fri, Jan 6, 2012 at 1:43 PM, goldring, richard 
>>  wrote:
>>>  Not that I can see
>>>
>>> -Original Message-
>>> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On 
>>> Behalf Of Marius Dumitru Florea
>>> Sent: 06 January 2012 11:29
>>> To: XWiki Users
>>> Subject: Re: [xwiki-users] Insert link on wysiwyg editor
>>>
>>> Is there

Re: [xwiki-users] Insert link on wysiwyg editor

2012-01-09 Thread goldring, richard
Yes - the code seemed to work fine and listed sall recent page edits ... So
I'm not sure where to look next ...what code get's called by the Link dialog
My recent changes abd Search tabs ... Is it a macro? Which one? All I can
think is it might be something to do with copying material from the my
previous wiki installation???

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
Marius Dumitru Florea
Sent: 09 January 2012 08:30
To: XWiki Users
Subject: Re: [xwiki-users] Insert link on wysiwyg editor

On Mon, Jan 9, 2012 at 10:09 AM, goldring, richard
 wrote:
> Could importing the wiki pages from my older version of Xwiki have 
> overwritten wiki pages that could be causing this issue? (The previous 
> version was the standalone version using Jetty and HSQL).

I don't see how. You can break the WYSIWYG editor by messing up its
configuration (XWiki.WysiwygEditorConfig) but then the editor won't load at
all. You can't break *only* the Recently Modified / Search tabs of the link
feature. Have you run the code I pasted?

Hope this helps,
Marius

> If so what wiki pages do I need to reinstate?
>
>
> -Original Message-
> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On 
> Behalf Of Marius Dumitru Florea
> Sent: 06 January 2012 12:51
> To: XWiki Users
> Subject: Re: [xwiki-users] Insert link on wysiwyg editor
>
> Sure, here you go:
>
> --8<--
> {{groovy}}
> import com.xpn.xwiki.web.Utils;
> import java.util.List;
> import org.xwiki.query.Query;
> import org.xwiki.query.QueryManager;
>
> int offset = 0;
> int limit = 20;
>
> String statement = "select distinct doc.space, doc.name, doc.date from 
> XWikiDocument as doc where doc.author = :author order by doc.date 
> desc, doc.space, doc.name"; QueryManager queryManager = 
> Utils.getComponent(QueryManager.class);
> Query query = queryManager.createQuery(statement, Query.HQL); 
> query.setOffset(offset).setLimit(limit);
> query.bindValue("author", xcontext.getUser());
>
> List results = query.execute(); for (Object[] result : 
> results) {
>  println(result[0] + "." + result[1]); } {{/groovy}}
> -->8--
>
> Hope this helps,
> Marius
>
> On Fri, Jan 6, 2012 at 2:46 PM, goldring, richard 
>  wrote:
>> Ah my company's fire wall won't let me see 
>> http://pastebin.com/Yj8kQ3qU  - can you directly email me  a copy of 
>> the code to paste into my wiki page to try ..
>>
>> Thanks.
>>
>> -Original Message-
>> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On 
>> Behalf Of goldring, richard
>> Sent: 06 January 2012 12:34
>> To: 'XWiki Users'
>> Subject: Re: [xwiki-users] Insert link on wysiwyg editor
>>
>>  Thanks will try that on when I get back on Monday ...
>>
>> -Original Message-
>> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On 
>> Behalf Of Marius Dumitru Florea
>> Sent: 06 January 2012 12:25
>> To: XWiki Users
>> Subject: Re: [xwiki-users] Insert link on wysiwyg editor
>>
>> The code used to retrieve the list of recently modified pages is this
>> https://github.com/xwiki/xwiki-platform/blob/xwiki-platform-3.2/xwiki
>> -
>> platfo
>> rm-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-server/src/main
>> /
>> java/o
>> rg/xwiki/wysiwyg/server/internal/wiki/AbstractWikiService.java#L97
>> . You can try to execute it separately in Groovy to see what's the
> problem.
>> You can start with http://pastebin.com/Yj8kQ3qU which works fine for 
>> me (put it in a wiki page).
>>
>> Hope this helps,
>> Marius
>>
>> On Fri, Jan 6, 2012 at 1:43 PM, goldring, richard 
>>  wrote:
>>>  Not that I can see
>>>
>>> -Original Message-
>>> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On 
>>> Behalf Of Marius Dumitru Florea
>>> Sent: 06 January 2012 11:29
>>> To: XWiki Users
>>> Subject: Re: [xwiki-users] Insert link on wysiwyg editor
>>>
>>> Is there any exception logged on the server side?
>>>
>>> Thanks,
>>> Marius
>>>
>>> On Fri, Jan 6, 2012 at 12:57 PM, goldring, richard 
>>>  wrote:
>>>>
>>>> Hi,
>>>>
>>>> On xwiki enterprise 3.2, tomcat 5.5, mysql 5.5 that I've just
>> installed...
>>>>
>>>> When editing in WYSIWYG editor and select to insert a link get the 
>>>> following error on Link dialog tabs "My recent change

Re: [xwiki-users] Insert link on wysiwyg editor

2012-01-09 Thread goldring, richard
Could importing the wiki pages from my older version of Xwiki have
overwritten wiki pages that could be causing this issue? (The previous
version was the standalone version using Jetty and HSQL). If so what wiki
pages do I need to reinstate?
 

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
Marius Dumitru Florea
Sent: 06 January 2012 12:51
To: XWiki Users
Subject: Re: [xwiki-users] Insert link on wysiwyg editor

Sure, here you go:

--8<--
{{groovy}}
import com.xpn.xwiki.web.Utils;
import java.util.List;
import org.xwiki.query.Query;
import org.xwiki.query.QueryManager;

int offset = 0;
int limit = 20;

String statement = "select distinct doc.space, doc.name, doc.date from
XWikiDocument as doc where doc.author = :author order by doc.date desc,
doc.space, doc.name"; QueryManager queryManager =
Utils.getComponent(QueryManager.class);
Query query = queryManager.createQuery(statement, Query.HQL);
query.setOffset(offset).setLimit(limit);
query.bindValue("author", xcontext.getUser());

List results = query.execute(); for (Object[] result : results) {
  println(result[0] + "." + result[1]);
}
{{/groovy}}
-->8--

Hope this helps,
Marius

On Fri, Jan 6, 2012 at 2:46 PM, goldring, richard
 wrote:
> Ah my company's fire wall won't let me see 
> http://pastebin.com/Yj8kQ3qU  - can you directly email me  a copy of 
> the code to paste into my wiki page to try ..
>
> Thanks.
>
> -Original Message-
> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On 
> Behalf Of goldring, richard
> Sent: 06 January 2012 12:34
> To: 'XWiki Users'
> Subject: Re: [xwiki-users] Insert link on wysiwyg editor
>
>  Thanks will try that on when I get back on Monday ...
>
> -Original Message-
> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On 
> Behalf Of Marius Dumitru Florea
> Sent: 06 January 2012 12:25
> To: XWiki Users
> Subject: Re: [xwiki-users] Insert link on wysiwyg editor
>
> The code used to retrieve the list of recently modified pages is this 
> https://github.com/xwiki/xwiki-platform/blob/xwiki-platform-3.2/xwiki-
> platfo 
> rm-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-server/src/main/
> java/o
> rg/xwiki/wysiwyg/server/internal/wiki/AbstractWikiService.java#L97
> . You can try to execute it separately in Groovy to see what's the
problem.
> You can start with http://pastebin.com/Yj8kQ3qU which works fine for 
> me (put it in a wiki page).
>
> Hope this helps,
> Marius
>
> On Fri, Jan 6, 2012 at 1:43 PM, goldring, richard 
>  wrote:
>>  Not that I can see
>>
>> -Original Message-
>> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On 
>> Behalf Of Marius Dumitru Florea
>> Sent: 06 January 2012 11:29
>> To: XWiki Users
>> Subject: Re: [xwiki-users] Insert link on wysiwyg editor
>>
>> Is there any exception logged on the server side?
>>
>> Thanks,
>> Marius
>>
>> On Fri, Jan 6, 2012 at 12:57 PM, goldring, richard 
>>  wrote:
>>>
>>> Hi,
>>>
>>> On xwiki enterprise 3.2, tomcat 5.5, mysql 5.5 that I've just
> installed...
>>>
>>> When editing in WYSIWYG editor and select to insert a link get the 
>>> following error on Link dialog tabs "My recent changes" and "Search" :
>>> "There was an error loading the data". The All pages tab works fine 
>>> and displays all pages in the selected space though.
>>>
>>> Does anyone know what's happening and how to get it working??
>>>
>>> Thanks.
>>>
>>> Richard
>>> ___
>>> users mailing list
>>> users@xwiki.org
>>> http://lists.xwiki.org/mailman/listinfo/users
>> ___
>> users mailing list
>> users@xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>> ___
>> users mailing list
>> users@xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Insert link on wysiwyg editor

2012-01-06 Thread goldring, richard
Ah my company's fire wall won't let me see http://pastebin.com/Yj8kQ3qU  -
can you directly email me  a copy of the code to paste into my wiki page to
try ..

Thanks.

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
goldring, richard
Sent: 06 January 2012 12:34
To: 'XWiki Users'
Subject: Re: [xwiki-users] Insert link on wysiwyg editor

 Thanks will try that on when I get back on Monday ...

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
Marius Dumitru Florea
Sent: 06 January 2012 12:25
To: XWiki Users
Subject: Re: [xwiki-users] Insert link on wysiwyg editor

The code used to retrieve the list of recently modified pages is this
https://github.com/xwiki/xwiki-platform/blob/xwiki-platform-3.2/xwiki-platfo
rm-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-server/src/main/java/o
rg/xwiki/wysiwyg/server/internal/wiki/AbstractWikiService.java#L97
. You can try to execute it separately in Groovy to see what's the problem.
You can start with http://pastebin.com/Yj8kQ3qU which works fine for me (put
it in a wiki page).

Hope this helps,
Marius

On Fri, Jan 6, 2012 at 1:43 PM, goldring, richard
 wrote:
>  Not that I can see
>
> -Original Message-
> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On 
> Behalf Of Marius Dumitru Florea
> Sent: 06 January 2012 11:29
> To: XWiki Users
> Subject: Re: [xwiki-users] Insert link on wysiwyg editor
>
> Is there any exception logged on the server side?
>
> Thanks,
> Marius
>
> On Fri, Jan 6, 2012 at 12:57 PM, goldring, richard 
>  wrote:
>>
>> Hi,
>>
>> On xwiki enterprise 3.2, tomcat 5.5, mysql 5.5 that I've just
installed...
>>
>> When editing in WYSIWYG editor and select to insert a link get the 
>> following error on Link dialog tabs "My recent changes" and "Search" :
>> "There was an error loading the data". The All pages tab works fine 
>> and displays all pages in the selected space though.
>>
>> Does anyone know what's happening and how to get it working??
>>
>> Thanks.
>>
>> Richard
>> ___
>> users mailing list
>> users@xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Insert link on wysiwyg editor

2012-01-06 Thread goldring, richard
 Thanks will try that on when I get back on Monday ...

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
Marius Dumitru Florea
Sent: 06 January 2012 12:25
To: XWiki Users
Subject: Re: [xwiki-users] Insert link on wysiwyg editor

The code used to retrieve the list of recently modified pages is this
https://github.com/xwiki/xwiki-platform/blob/xwiki-platform-3.2/xwiki-platfo
rm-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-server/src/main/java/o
rg/xwiki/wysiwyg/server/internal/wiki/AbstractWikiService.java#L97
. You can try to execute it separately in Groovy to see what's the problem.
You can start with http://pastebin.com/Yj8kQ3qU which works fine for me (put
it in a wiki page).

Hope this helps,
Marius

On Fri, Jan 6, 2012 at 1:43 PM, goldring, richard
 wrote:
>  Not that I can see
>
> -Original Message-
> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On 
> Behalf Of Marius Dumitru Florea
> Sent: 06 January 2012 11:29
> To: XWiki Users
> Subject: Re: [xwiki-users] Insert link on wysiwyg editor
>
> Is there any exception logged on the server side?
>
> Thanks,
> Marius
>
> On Fri, Jan 6, 2012 at 12:57 PM, goldring, richard 
>  wrote:
>>
>> Hi,
>>
>> On xwiki enterprise 3.2, tomcat 5.5, mysql 5.5 that I've just
installed...
>>
>> When editing in WYSIWYG editor and select to insert a link get the 
>> following error on Link dialog tabs "My recent changes" and "Search" :
>> "There was an error loading the data". The All pages tab works fine 
>> and displays all pages in the selected space though.
>>
>> Does anyone know what's happening and how to get it working??
>>
>> Thanks.
>>
>> Richard
>> ___
>> users mailing list
>> users@xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Insert link on wysiwyg editor

2012-01-06 Thread goldring, richard
 Not that I can see

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
Marius Dumitru Florea
Sent: 06 January 2012 11:29
To: XWiki Users
Subject: Re: [xwiki-users] Insert link on wysiwyg editor

Is there any exception logged on the server side?

Thanks,
Marius

On Fri, Jan 6, 2012 at 12:57 PM, goldring, richard
 wrote:
>
> Hi,
>
> On xwiki enterprise 3.2, tomcat 5.5, mysql 5.5 that I've just installed...
>
> When editing in WYSIWYG editor and select to insert a link get the 
> following error on Link dialog tabs "My recent changes" and "Search" : 
> "There was an error loading the data". The All pages tab works fine 
> and displays all pages in the selected space though.
>
> Does anyone know what's happening and how to get it working??
>
> Thanks.
>
> Richard
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Insert link on wysiwyg editor

2012-01-06 Thread goldring, richard
 
Hi,

On xwiki enterprise 3.2, tomcat 5.5, mysql 5.5 that I've just installed...

When editing in WYSIWYG editor and select to insert a link get the following
error on Link dialog tabs "My recent changes" and "Search" : "There was an
error loading the data". The All pages tab works fine and displays all pages
in the selected space though.

Does anyone know what's happening and how to get it working??

Thanks.

Richard
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] How to change the fonts text

2011-10-13 Thread goldring, richard
Hi,

My users want to be able to change the font size and type on their wiki
pages to make their text stand out - how can this be done? Can the WYSIWYG
editor can style pull down menu be tweaked to add text  options for
different font sizes and styles or is there a macro for this? Are there any
plans to add font editing functionality to the WYSIWYG editor as say like
you get in a word processor.

Thanks

Regards,

Richard

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 sender's telephone number above
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.
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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Watchlist App Email Notification links broken across two lines

2011-07-27 Thread goldring, richard
Xwiki version 2.7.1 

Hi,

Our WatchList email's have their web links broken across two lines in
Outlook:


+ xwiki
|
| + Systems Engineering
| |
| | + Adding DOORS toolbar to word (Systems Engineering.Adding DOORS 
| | + toolbar to word): 
| | + http://192.168.176.111:8080/xwiki/bin/view/Systems+Engineering/Add
| | + ing+DOORS+toolbar+to+word
| | |
| | | - On 2011/07/25 10:00, the document has been modified by Kevin 
| | | Graham
|
| + XWiki
| |
| | + KevinGraham (XWiki.KevinGraham): 
| | + http://192.168.176.111:8080/xwiki/bin/view/XWiki/KevinGraham
| | |
| | | - On 2011/07/25 10:26, the document has been modified by Kevin 
| | | Graham


So can't just click on the lines to view the changes in our web browsers,
which is much more convienent than copying the link into the web browser
address bar.
Why do they get broken across two lines and how can we fix this issue?

Thanks.

Regards,

Richard


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 sender's telephone number above
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.
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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Xwiki crashing

2011-07-19 Thread goldring, richard
Hi,

My Xwiki is periodically crashing (version 2.7.1) on our Solaris server. The
crash dump it logs is below. Does anyone know what's happening? It seems to
happen when I view a wiki page, but maybe its because its already crashed
due to the statisics storing daemon? Is there a problem with the "Statistics
storing daemon" with this version? Is there a fix? Meanwhile will turning
off the stats gathering fix it?

Any help appreciated - thanks.

Regards,

Richard


#
# JRE version: 6.0_20-b02
# Java VM: Java HotSpot(TM) Server VM (16.3-b01 mixed mode solaris-sparc )
# Problematic frame:
# C  [libc_psr.so.1+0x1040]  memset+0x140
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#

---  T H R E A D  ---

Current thread (0x000fd800):  JavaThread "CompilerThread1" daemon
[_thread_in_native, id=10, stack(0xb6f8,0xb700)]

siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR),
si_addr=0x8340

Registers:
 O0=0x83327420 O1=0x O2=0x7fe0 O3=0x0020
 O4=0x7ff27400 O5=0x8340 O6=0xb6ffdcc8 O7=0xfe5fe990
 G1=0x0004 G2=0x00a0 G3=0x00a0 G4=0x01e4cce0
 G5=0x83327420 G6=0x G7=0xfee94200 Y=0x
 PC=0xff391040 nPC=0xff391044


Top of Stack: (sp=0xb6ffdcc8)
0xb6ffdcc8:   83327420  1000 17fff400
0xb6ffdcd8:   0011   8007
0xb6ffdce8:   b6fff0d8 0010 8000 0c00
0xb6ffdcf8:   0bfff400 43327420 b6ffdd28 fe4f2578
0xb6ffdd08:   0240fc80  7fff 
0xb6ffdd18:   000c 88ca6bff 01fa22c0 0001
0xb6ffdd28:   007d 02c23de1 fee22a8c 0003
0xb6ffdd38:   43327420 05847bc1 0c00 0c00 

Instructions: (pc=0xff391040)
0xff391030:   91 a0 00 40 95 a0 00 40 99 a0 00 40 9d a0 00 40
0xff391040:   c1 bb 5e 00 98 a3 20 40 18 4f ff fd 9a 03 60 40 

Stack: [0xb6f8,0xb700],  sp=0xb6ffdcc8,  free space=1f7ff391040k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native
code)
C  [libc_psr.so.1+0x1040]  memset+0x140
V  [libjvm.so+0xf2580]
V  [libjvm.so+0xf6fbc]
V  [libjvm.so+0x17f8dc]
V  [libjvm.so+0x1c7548]
V  [libjvm.so+0x40b008]
V  [libjvm.so+0x1c1f70]
V  [libjvm.so+0x1c2dfc]
V  [libjvm.so+0x23acc4]
V  [libjvm.so+0x7f99f8]
V  [libjvm.so+0x72a1a0]


Current CompileTask:
C2:2635  !
org.apache.velocity.runtime.directive.Foreach.render(Lorg/apache/velocity/co
ntext/InternalContextAdapter;Ljava/io/Writer;Lorg/apache/velocity/runtime/pa
rser/node/Node;)Z (529 bytes)


---  P R O C E S S  ---

Java Threads: ( => current thread )
  0x02782400 JavaThread "Statistics storing daemon" daemon [_thread_blocked,
id=49, stack(0xb480,0xb488)]
  0x01f69400 JavaThread "EvictionTimer-6" daemon [_thread_blocked, id=48,
stack(0xb490,0xb498)]
  0x020d2c00 JavaThread "DefaultQuartzScheduler_QuartzSchedulerThread"
daemon [_thread_blocked, id=47, stack(0xb4a0,0xb4a8)]
  0x019f1800 JavaThread "DefaultQuartzScheduler_Worker-10" daemon
[_thread_blocked, id=46, stack(0xb4b0,0xb4b8)]
  0x01de6000 JavaThread "DefaultQuartzScheduler_Worker-9" daemon
[_thread_blocked, id=45, stack(0xb4c0,0xb4c8)]
  0x00102c00 JavaThread "DefaultQuartzScheduler_Worker-8" daemon
[_thread_blocked, id=44, stack(0xb4d0,0xb4d8)]
  0x00536000 JavaThread "DefaultQuartzScheduler_Worker-7" daemon
[_thread_blocked, id=43, stack(0xb4e0,0xb4e8)]
  0x0069a800 JavaThread "DefaultQuartzScheduler_Worker-6" daemon
[_thread_blocked, id=42, stack(0xb4f0,0xb4f8)]
  0x02305800 JavaThread "DefaultQuartzScheduler_Worker-5" daemon
[_thread_blocked, id=41, stack(0xb500,0xb508)]
  0x019ae400 JavaThread "DefaultQuartzScheduler_Worker-4" daemon
[_thread_blocked, id=40, stack(0xb510,0xb518)]
  0x001ebc00 JavaThread "DefaultQuartzScheduler_Worker-3" daemon
[_thread_blocked, id=39, stack(0xb520,0xb528)]
  0x001ea400 JavaThread "DefaultQuartzScheduler_Worker-2" daemon
[_thread_blocked, id=38, stack(0xb530,0xb538)]
  0x02084c00 JavaThread "DefaultQuartzScheduler_Worker-1" daemon
[_thread_blocked, id=37, stack(0xb540,0xb548)]
  0x001a5800 JavaThread "Lucene Index Updater" [_thread_blocked, id=36,
stack(0xb550,0xb558)]
  0x006e4800 JavaThread "EvictionTimer-5" daemon [_thread_blocked, id=35,
stack(0xb560,0xb568)]
  0x019fb800 JavaThread "EvictionTimer-4" daemon [_thread_blocked, id=34,
stack(0xb570,0xb578)]
  0x0016b000 JavaThread "EvictionTimer-3" daemon [_thread_blocked, id=33,
stack(0xb580,0xb588)]
  0x018f1c00 JavaThread "EvictionTimer-2" daemon [_thread_blocked, id=32,
stack(0xb590,0xb598)]
  0x015d1800 JavaThread "HSQLDB Timer @1c7510d" daemon [_thread_blocked,
id=31, stack(0xb5a0,0xb5a8)]
  0x00647c00 JavaThread "EvictionTimer-1" daemon [_thread_blocked, id=30,
stack(0xb5b0,0xb5b8)]
  0x021f4400 JavaThread "EvictionTimer-0" daemon [_thread_blocked, id=29,
stack(0xb5c0,0xb5c8)]
  0x0002f800 J

Re: [xwiki-users] XWiki email not working

2011-07-14 Thread goldring, richard
 
Yes setting an interval did solve the problem - thanks!

Richard

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
Sergiu Dumitriu
Sent: 14 July 2011 14:19
To: XWiki Users
Subject: Re: [xwiki-users] XWiki email not working

On 07/14/2011 03:08 AM, goldring, richard wrote:
> Thanks Sergiu - I didn't realise that the interval wasn't set by 
> default - its not as clear as it could be in the documentation - 
> perhaps users should be warned in a popup message when they set a 
> watch on a page and the interval hasn't been set to remind them?

Yes, this is an annoying bug, it should be fixed by default. So, setting an
interval did solve the problem, right?

> As for the other issue with sharing a page  Then I'll just have to 
> upgrade to the latest Xwiki.
>
> Thanks again
>
> Richard
>
>
>
> -Original Message-
> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On 
> Behalf Of Sergiu Dumitriu
> Sent: 13 July 2011 17:58
> To: XWiki Users
> Subject: Re: [xwiki-users] XWiki email not working
>
> On 07/13/2011 03:13 AM, goldring, richard wrote:
>> Hi All,
>>
>> I'm still not able to email using Email a wiki page or via the Watch 
>> plugin.
>>
>> I've set up my email server (sendmail) on my Solaris server and set 
>> the appropriate setting in XWiki to talk to it and using the code 
>> below (taken from the XWiki website) to successfully send an email 
>> (presumably this uses the email plugin??) :
>>
>> {{velocity}}
>> #if($xwiki.hasAccessLevel('admin'))
>> #if("$!{request.action}" == 'send_mail'&&   "$!{request.lastname}" == '')
>> ## Check submission and honey pot.
>> #if("$!request.recipient" != ''&&   "$!request.subject" != '')
>>   #set($result =
>> $xwiki.mailsender.sendTextMessage("no-re...@xwiki.com
>> <mailto:no-re...@xwiki.com>   ", $request.recipient, $request.subject,
>> "$!request.message"))
>>   #if($result == -1)
>>   {{error}}A problem occurred while sending the mail.{{/error}}
>>   #else
>>   {{info}}Everything went OK.{{/info}}
>>   #end
>> #else
>>   {{error}}Please specify at least a recipient and a
subject{{/error}}
>> #end
>> #end
>>
>> {{html wiki=true}}
>> 
>>
>> ## this is a honey-pot hidden text field hat hopefully robots 
>> will not leave empty
>>
>>
>>
>>
>>   **TO:**
>>  
>>   **SUBJECT:**
>>  
>>   **MESSAGE:**
>>  Your test 
>> message here.
>>
>>
>>  > value="Send" />
>>
>> 
>> {{/html}}
>> #else
>> {{error}}Oops. Area restricted to Admins, sorry.{{/error}} #end 
>> {{/velocity}}
>>
>>
>> BUT . in my XWiki wiki (I have the latest version) when I select 
>> to email a wiki page and press the Send button nothing seems to 
>> happen (I assume the email dialog should close when you press the 
>> Send button and an email should be sent), also when adding a Watch on 
>> the wiki or wiki page and the page is changed then no email is sent 
>> to the user who has put the watch on the page  does anyone know 
>> why the emails
> aren't getting sent
>
> For the watch problem, check that the user has selected a valid 
> watchlist interval, since by default all users have the watchlist emailer
disabled.
> You can do that by going to your profile, and editing the preferences 
> on the Watchlist tab.
>
>> Having the facility to email a wiki page and to watch wiki pages 
>> would certainly help get more people to use our wiki.
>>
>> Any clues for fixing this would be most appreciated!
>>
>> Thanks.
>>
>> Richard
>


--
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@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 sender's telephone number above
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.
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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] XWiki email not working

2011-07-14 Thread goldring, richard
Thanks Sergiu - I didn't realise that the interval wasn't set by default -
its not as clear as it could be in the documentation - perhaps users should
be warned in a popup message when they set a watch on a page and the
interval hasn't been set to remind them?

As for the other issue with sharing a page  Then I'll just have to
upgrade to the latest Xwiki.

Thanks again

Richard

 

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
Sergiu Dumitriu
Sent: 13 July 2011 17:58
To: XWiki Users
Subject: Re: [xwiki-users] XWiki email not working

On 07/13/2011 03:13 AM, goldring, richard wrote:
> Hi All,
>
> I'm still not able to email using Email a wiki page or via the Watch 
> plugin.
>
> I've set up my email server (sendmail) on my Solaris server and set 
> the appropriate setting in XWiki to talk to it and using the code 
> below (taken from the XWiki website) to successfully send an email 
> (presumably this uses the email plugin??) :
>
> {{velocity}}
> #if($xwiki.hasAccessLevel('admin'))
> #if("$!{request.action}" == 'send_mail'&&  "$!{request.lastname}" == '')
>## Check submission and honey pot.
>#if("$!request.recipient" != ''&&  "$!request.subject" != '')
>  #set($result = 
> $xwiki.mailsender.sendTextMessage("no-re...@xwiki.com
> <mailto:no-re...@xwiki.com>  ", $request.recipient, $request.subject,
> "$!request.message"))
>  #if($result == -1)
>  {{error}}A problem occurred while sending the mail.{{/error}}
>  #else
>  {{info}}Everything went OK.{{/info}}
>  #end
>#else
>  {{error}}Please specify at least a recipient and a subject{{/error}}
>#end
> #end
>
> {{html wiki=true}}
> 
>   
>## this is a honey-pot hidden text field hat hopefully robots will 
> not leave empty
>   
>   
>   
>   
>  **TO:**
> 
>  **SUBJECT:**
> 
>  **MESSAGE:**
> Your test 
> message here.
>   
>   
>  value="Send" />
>   
> 
> {{/html}}
> #else
> {{error}}Oops. Area restricted to Admins, sorry.{{/error}} #end 
> {{/velocity}}
>
>
> BUT . in my XWiki wiki (I have the latest version) when I select 
> to email a wiki page and press the Send button nothing seems to happen 
> (I assume the email dialog should close when you press the Send button 
> and an email should be sent), also when adding a Watch on the wiki or 
> wiki page and the page is changed then no email is sent to the user 
> who has put the watch on the page  does anyone know why the emails
aren't getting sent

For the watch problem, check that the user has selected a valid watchlist
interval, since by default all users have the watchlist emailer disabled.
You can do that by going to your profile, and editing the preferences on the
Watchlist tab.

> Having the facility to email a wiki page and to watch wiki pages would 
> certainly help get more people to use our wiki.
>
> Any clues for fixing this would be most appreciated!
>
> Thanks.
>
> Richard


--
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@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 sender's telephone number above
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.
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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] XWiki email not working

2011-07-13 Thread goldring, richard
Hi,

I'm using version 2.7.1 of XE.

Regards,

Richard 

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of
Vincent Massol
Sent: 13 July 2011 08:30
To: XWiki Users
Subject: Re: [xwiki-users] XWiki email not working

Hi,

Maybe it's caused by http://jira.xwiki.org/jira/browse/XE-913?

What exact version of XE are you using?

Thanks
-Vincent

On Jul 8, 2011, at 10:58 AM, goldring, richard wrote:

> Hi,
> 
> I've set up my email server (sendmail) on my Solaris server and set 
> the appropriate setting in XWiki to talk to it and using the code 
> below (taken from the XWiki website) to successfully send an email:
> 
> {{velocity}}
> #if($xwiki.hasAccessLevel('admin'))
> #if("$!{request.action}" == 'send_mail' && "$!{request.lastname}" == 
> '')  ## Check submission and honey pot.
>  #if("$!request.recipient" != '' && "$!request.subject" != '')
>#set($result = 
> $xwiki.mailsender.sendTextMessage("no-re...@xwiki.com
> <mailto:no-re...@xwiki.com> ", $request.recipient, $request.subject,
> "$!request.message"))
>#if($result == -1)
>{{error}}A problem occurred while sending the mail.{{/error}}
>#else
>{{info}}Everything went OK.{{/info}}
>#end
>  #else
>{{error}}Please specify at least a recipient and a 
> subject{{/error}}  #end #end
> 
> {{html wiki=true}}
> 
>   ## this is a 
> honey-pot hidden text field hat hopefully robots will not leave empty 
>
> 
>**TO:**
>   
>**SUBJECT:**
>   
>**MESSAGE:**
>   Your test 
> message here.  
>value="Send" />
> 
> 
> {{/html}}
> #else
> {{error}}Oops. Area restricted to Admins, sorry.{{/error}} #end 
> {{/velocity}}
> 
> 
> BUT . in my XWiki wiki (I have the latest version) when I select 
> to email a wiki page and press the Send button nothing seems to happen 
> (I assume the email dialog should close when you press the Send button 
> and an email should be sent), also when adding a Watch on the wiki or 
> wiki page and the page is changed then no email is sent to the user 
> who has put the watch on the page  does anyone know why the emails
aren't getting sent
> Having the facility to email a wiki page and to watch wiki pages would 
> certainly help get more people to use our wiki.
> 
> Regards,
> 
> Richard
___
users mailing list
users@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 sender's telephone number above
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.
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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] XWiki email not working

2011-07-13 Thread goldring, richard
Hi All,
 
I'm still not able to email using Email a wiki page or via the Watch
plugin.
 
I've set up my email server (sendmail) on my Solaris server and set the
appropriate setting in XWiki to talk to it and using the code below (taken
from the XWiki website) to successfully send an email (presumably this uses
the email plugin??) :
 
{{velocity}}
#if($xwiki.hasAccessLevel('admin'))
#if("$!{request.action}" == 'send_mail' && "$!{request.lastname}" == '')
  ## Check submission and honey pot.
  #if("$!request.recipient" != '' && "$!request.subject" != '')
#set($result = $xwiki.mailsender.sendTextMessage("no-re...@xwiki.com
 ", $request.recipient, $request.subject,
"$!request.message"))
#if($result == -1)
{{error}}A problem occurred while sending the mail.{{/error}}
#else
{{info}}Everything went OK.{{/info}}
#end
  #else
{{error}}Please specify at least a recipient and a subject{{/error}}
  #end
#end
 
{{html wiki=true}}

 
  ## this is a honey-pot hidden text field hat hopefully robots will not
leave empty
 
 
 
 
**TO:**
   
**SUBJECT:**
   
**MESSAGE:**
   Your test message
here.
 
 
   
 

{{/html}}
#else
{{error}}Oops. Area restricted to Admins, sorry.{{/error}}
#end
{{/velocity}}
 
 
BUT . in my XWiki wiki (I have the latest version) when I select to
email a wiki page and press the Send button nothing seems to happen (I
assume the email dialog should close when you press the Send button and an
email should be sent), also when adding a Watch on the wiki or wiki page and
the page is changed then no email is sent to the user who has put the watch
on the page  does anyone know why the emails aren't getting sent
Having the facility to email a wiki page and to watch wiki pages would
certainly help get more people to use our wiki.
 
Any clues for fixing this would be most appreciated!
 
Thanks.
 
Richard

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 sender's telephone number above
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.
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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Referencing attached files

2011-07-08 Thread goldring, richard
Hi,
 
Sometimes I want to add a link to a file already attached to another file -
is it possble to attach files centrally to the wiki rather than to a wiki
page to avoid having to attach files to multiple wiki pages in order to
reference the files.
 
Regards,
 
Richard

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 sender's telephone number above
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.
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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] XWiki email not working

2011-07-08 Thread goldring, richard
Hi,
 
I've set up my email server (sendmail) on my Solaris server and set the
appropriate setting in XWiki to talk to it and using the code below (taken
from the XWiki website) to successfully send an email:
 
{{velocity}}
#if($xwiki.hasAccessLevel('admin'))
#if("$!{request.action}" == 'send_mail' && "$!{request.lastname}" == '')
  ## Check submission and honey pot.
  #if("$!request.recipient" != '' && "$!request.subject" != '')
#set($result = $xwiki.mailsender.sendTextMessage("no-re...@xwiki.com
 ", $request.recipient, $request.subject,
"$!request.message"))
#if($result == -1)
{{error}}A problem occurred while sending the mail.{{/error}}
#else
{{info}}Everything went OK.{{/info}}
#end
  #else
{{error}}Please specify at least a recipient and a subject{{/error}}
  #end
#end
 
{{html wiki=true}}

 
  ## this is a honey-pot hidden text field hat hopefully robots will not
leave empty
 
 
 
 
**TO:**
   
**SUBJECT:**
   
**MESSAGE:**
   Your test message
here.
 
 
   
 

{{/html}}
#else
{{error}}Oops. Area restricted to Admins, sorry.{{/error}}
#end
{{/velocity}}
 
 
BUT . in my XWiki wiki (I have the latest version) when I select to
email a wiki page and press the Send button nothing seems to happen (I
assume the email dialog should close when you press the Send button and an
email should be sent), also when adding a Watch on the wiki or wiki page and
the page is changed then no email is sent to the user who has put the watch
on the page  does anyone know why the emails aren't getting sent
Having the facility to email a wiki page and to watch wiki pages would
certainly help get more people to use our wiki.
 
Regards,
 
Richard

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 sender's telephone number above
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.
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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Linking to files on project network drive

2011-07-08 Thread goldring, richard
Hi,
 
Does anyone know how to add links to files on a project network drive?  We
have a lot of files on our network drives and there's a reluctance to attach
all the files into the wiki. So to ease people into using the wiki it would
be nice to allow them to easily link out to external files. Currently XWiki
allows users to link to other wiki pages, other web pages or attached files
but not external files  is there a way provide a means to add links to
external files?
 
Regards,
 
Richard

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 sender's telephone number above
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.
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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] [Proposal] XWiki Enterprise 2.0 Roadmap

2009-06-16 Thread goldring, richard
Hi,

Maybe not in the next build, but:

* more wysiwyg page layout tools (instead of hand coding css) would be good
to enable  users to rapidly and quickly knock up good looking pages, 
* also better table creating/editing (resizing, etc) and formatting (grid
lines hidden/shown) would also be good.
* facility to email in content (text, images, rich text, word/open docs,
etc) to automatically create wiki pages would be good (think can do in
Confluence?)
* some sort of automated work flow facility
* some sort of dashboard/home page mashups for users to provide user
customised access to wiki content


Regards,

Richard

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org]on Behalf
Of Guillaume Lerouge
Sent: 15 June 2009 16:45
To: XWiki Users; XWiki Developers
Subject: [xwiki-users] [Proposal] XWiki Enterprise 2.0 Roadmap


Hi XWiki Devs & Users,
here's the current proposal for the XWiki Enterprise 2.0 roadmap. Please
give us your feedback about it and tell us whether you think we missed
anything important. Please note that this roadmap covers the next 3 months
of development work. Improvements not included here will be discussed at the
beginning of the next roadmap (in September 2009).

Shout if you think we forgot something ;-)

The list of tasks is divided in 3 parts: tasks we have already planned to
have people working on, tasks that we would like to complete during the
course of the release but have nobody planning to work on yet and tasks that
will have to be postponed until the next release cycle.

*Tasks with people already planned to work on:*

   - Rendering (Thomas)
  - Fix bugs
  - Make sure the XWiki 2.0 syntax doesn't move any more once XE 2.0 is
  out
   - WYSIWYG editor (Marius, Anca)
  - Fix bugs
  - Implement search in the link insertion dialog box
  - Improve the macro insertion dialog box
   - CAPTCHA integration (Jérôme)
   - Clustering (Thomas)
  - Write a clustering component based on XWiki events
   - Activity Stream integration (JV)
   - Watchlist (JV)
  - Rewrite the watchlist feature based on the activity stream
  - Make the watchlist work in XEM
   - Macros (Asiri)
  - Write the velocity macro bridge
  - Write a number of velocity macros
   - UI Improvements (Caty)
  - Blog
  - User Profile
   - Architectural Improvements (Vincent)

*Tasks with nobody planned to work on as of today:*

   - Migrate all XWiki Enterprise pages to use the XWiki 2.0 syntax
   (Collective effort?)
   - Rewrite XWiki's Lucene Search backend (Sergiu?)
   - Improve XWiki's default skin (Laurent?)

*Tasks that will have to be postponed to the next release cycle:*

   - Application Manager
   - Document Type Manager
   - Invitation Manager

The current roadmap dates are the following:

   - XE 2.0 M1: June 22
   - XE 2.0 M2: July 13
   - XE 2.0 M3: August 3
   - XE 2.0 RC: August 17
   - XE 2.0: August 31

Thanks in advance for your feedback.

Guillaume, on behalf of the XWiki Development Team
___
users mailing list
users@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 sender’s telephone number above
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.
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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] XWiki diagram linking

2009-05-07 Thread goldring, richard
Thanks Sergiu ... I'll try that.

Would be a great feature to have in XWiki to have a plugin that enables you
to import an image and add hot spots to
link out to other wiki pages. Not sure how that could be done though.

Regards,

Richard

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org]on Behalf
Of Sergiu Dumitriu
Sent: 07 May 2009 12:14
To: XWiki Users
Subject: Re: [xwiki-users] XWiki diagram linking


goldring, richard wrote:
> Hi,
> 
> Does anyone know if its possible in XWiki to create a diagram (e.g. UML
> diagram, organisational diagram, etc) where you can click on a box or some
> text on the diagram and go to the relevant wiki page and maybe from that
> page back to its associated diagram? This would be quite useful for
> navigating from a diagram to its underlying references.

Not yet, at least not as an official feature.

But you can use HTML tricks to do that: make a png image with an 
imagemap, on which you can define areas and their links. The problem is 
that you will either have to define the map yourself, or hope that your 
UML tool can do that for you.

Another option is to export the image as SVG, which has tags for links, 
then edit the SVG and add the links. The only problem is that SVG is not 
supported natively by IE.
-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@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 sender's telephone number above
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.
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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] XWiki diagram linking

2009-05-07 Thread goldring, richard
Hi,

Does anyone know if its possible in XWiki to create a diagram (e.g. UML
diagram, organisational diagram, etc) where you can click on a box or some
text on the diagram and go to the relevant wiki page and maybe from that
page back to its associated diagram? This would be quite useful for
navigating from a diagram to its underlying references.

Regards,

Richrd

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 sender's telephone number above
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.
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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] [ANN] XWiki Office 1.0 Milestone 1 Released!

2009-03-02 Thread goldring, richard
Hi,

This looks good. Unfortunately a lot of companies such as mine use older
versions of Word such as Word 2000 (because of the cost of upgrading).
Would older versions of Word be supported in future? Or even Open Office
writer?

Regards,

Richard

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org]on Behalf
Of Florin Ciubotaru
Sent: 03 March 2009 12:49
To: d...@xwiki.org; users@xwiki.org
Subject: [xwiki-users] [ANN] XWiki Office 1.0 Milestone 1 Released!


The XWiki development team is pleased to announce the release of XWiki 
Office 1.0 Milestone 1.

Go grab it at 
http://www.xwiki.org/xwiki/bin/view/Main/Download#HXWikiOffice !

XWiki Office is a XWiki.org project that provides integration between 
Microsoft Office and XWiki servers.
Here is a list of features:
- Create wiki pages using Word
- Edit existing pages in Word
- Download and edit attachments
- Attach files to the wiki
- Browse the wiki using the Wiki Explorer

For more information about XOffice go at:
- http://xoffice.xwiki.org/xwiki/bin/view/Main/

For details about this release see the Release Notes at:
- http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXOffice10M1

Thanks
-The XWiki dev team

___
users mailing list
users@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 sender's telephone number above
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.
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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] table border color - XE 1.8M1

2009-01-30 Thread goldring, richard
Thanks Mike

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org]on Behalf
Of Mike A.
Sent: 29 January 2009 19:41
To: XWiki Users
Subject: Re: [xwiki-users] table border color - XE 1.8M1


If it's default xwiki table, then edit the style.css
(/xwiki/skins/yourskin/style.css as I remember):
.wiki-table {
margin: 1em 0;
}
1em will be for top and bottom margin.
if this doesn't help, try wrapping your table into special div:
"yourtable"
and the style would be:
.table-container table {
margin: 1em 0;
}
 Quoting "goldring, richard" : Mike,
 Thanks.
 Where/how do I set the style - what steps? Is this some global wiki
style
 thing or can it be per page or space?
 Regards,
 Richard
 -Original Message-
 From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org]on
Behalf
 Of Mike A.
 Sent: 29 January 2009 13:49
 To: XWiki Users
 Subject: Re: [xwiki-users] table border color - XE 1.8M1
 "Also noted that the table gets centred on the page - can't seem to
 left or"
 Have you tried setting margin to 0 in style? It can't be a bug,
it's
 all about style how's table being positioned.
 Quoting Marius Dumitru Florea : Hi,
 goldring, richard wrote:
 > Yes I concurr - my users would find the WYSIWYG table border
 editing very
 > useful, plus sizing of tables.
 > Also noted that the table gets centred on the page - can't seem
to
 left or
 This seems like a bug. Maybe you can open a jira issue and specify
 there 
 which are the steps to reproduce.
 > right justify it. Also can't insert tables within tables. Also
the
 bulleting
 > breaks when switching between the WYSIWYG editor and the wiki
 editor.
 In 1.8M1 the XWiki 2.0 syntax doesn't support block level elements
 (like 
 lists or tables) inside table cells. By 1.8 final we'll have a
 syntax 
 for (so called) embedded documents which will allow us to have
block
 level elements inside table cells and list items. Till then we have
 to 
 face this limitation.
 Marius
 > 
 > -Original Message-
 > From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org]on
 Behalf
 > Of Marius Dumitru Florea
 > Sent: 28 January 2009 16:59
 > To: XWiki Users
 > Subject: Re: [xwiki-users] table border color - XE 1.8M1
 > 
 > 
 > Sebastian Kannengiesser wrote:
 >> Thanx guys for your responses,
 >>
 >> despite the problem that automatic switching between syntax 1.0
 and
 >> syntax 2.0 does not work here (just via deleting content and
 saving
 >> empty document with new syntax setting works), with Syntax 2.0,
 i.e.
 >> the "new" wysiwyg editor, I don't have a right-click popup menu
 >> anymore to set table properties at all or is there a new way to
 do
 > 
 > At this moment you cannot change the table border using the new
 WYSIWYG 
 > editor. Unfortunately, AFAIK, this feature hasn't been planed for
 1.8. 
 > You can open a JIRA issue and we'll handle it in the 1.9 time
 span. 
 > Until then you can still style your table with the XWiki 2.0
 syntax, 
 > from the Wiki editor, by writing something like:
 > 
 > (% style="background-color: gray;" %)
 > |= foo|=bar
 > |(% style="font-size:24pt;" %)a|(% class="loading" %)b
 > 
 >> this. Sorry guys, for my many problems, but I think these are
 some
 >> very elemental Wiki features that I just can't get to work by
 using my
 >> intuition. Help is really appreciated. I plan to convince my
 company
 >> of using XWiki in a large style, but these features just have to
 work.
 > 
 > We'll try to make this features available as soon as possible.
 > 
 > Thanks,
 > Marius
 > 
 >> Many thanx.
 >>
 >> Cheers,
 >> Sebastian
 >>
 >> On Wed, Jan 28, 2009 at 10:54 AM, Marius Dumitru Florea
 >>  wrote:
 >>> Sebastian Kannengiesser wrote:
 >>>> Hi guys,
 >>>>
 >>>> thanx for your quick replies.
 >>>>
 >>>> I was using wysiwyg and syntax 1.0. Wiki Code generated is:
 >>>>
 >>>> 1: {table}
 >>>> 2: 2  |2 
 >>>> 3:  2|2
 >>>> 4: {table}
 >>>>
 >>>> @Vincent: How can I find out, if the editor I'm using is the
 new or
 >>>> old one? As I said, I'm using XE-1.8M1 Revision:15566
 >>> The old WYSIWYG is enabled for XWiki 1.0 syntax (which you're
 using). To
 >>> try the new one you have to switch to XWiki 2.0 syntax.
 >>>
 >>> Hope this helps,
 >>> Marius
 >>>
 >>>> Cheers,
 >>>> Sebastian
 >>>>
 >>>>
 >>>> On Wed, Jan 28, 2009 at 10:31 AM, Thomas Mortagne
 >>>>  wrote:
 >>

Re: [xwiki-users] table border color - XE 1.8M1

2009-01-29 Thread goldring, richard
Mike,

Thanks.

Where/how do I set the style - what steps? Is this some global wiki style
thing or can it be per page or space?

Regards,

Richard

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org]on Behalf
Of Mike A.
Sent: 29 January 2009 13:49
To: XWiki Users
Subject: Re: [xwiki-users] table border color - XE 1.8M1


"Also noted that the table gets centred on the page - can't seem to
left or"
Have you tried setting margin to 0 in style? It can't be a bug, it's
all about style how's table being positioned.
 Quoting Marius Dumitru Florea : Hi,
 goldring, richard wrote:
 > Yes I concurr - my users would find the WYSIWYG table border
editing very
 > useful, plus sizing of tables.
 > Also noted that the table gets centred on the page - can't seem to
left or
 This seems like a bug. Maybe you can open a jira issue and specify
there 
 which are the steps to reproduce.
 > right justify it. Also can't insert tables within tables. Also the
bulleting
 > breaks when switching between the WYSIWYG editor and the wiki
editor.
 In 1.8M1 the XWiki 2.0 syntax doesn't support block level elements
(like 
 lists or tables) inside table cells. By 1.8 final we'll have a
syntax 
 for (so called) embedded documents which will allow us to have block

 level elements inside table cells and list items. Till then we have
to 
 face this limitation.
 Marius
 > 
 > -Original Message-
 > From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org]on
Behalf
 > Of Marius Dumitru Florea
 > Sent: 28 January 2009 16:59
 > To: XWiki Users
 > Subject: Re: [xwiki-users] table border color - XE 1.8M1
 > 
 > 
 > Sebastian Kannengiesser wrote:
 >> Thanx guys for your responses,
 >>
 >> despite the problem that automatic switching between syntax 1.0
and
 >> syntax 2.0 does not work here (just via deleting content and
saving
 >> empty document with new syntax setting works), with Syntax 2.0,
i.e.
 >> the "new" wysiwyg editor, I don't have a right-click popup menu
 >> anymore to set table properties at all or is there a new way to
do
 > 
 > At this moment you cannot change the table border using the new
WYSIWYG 
 > editor. Unfortunately, AFAIK, this feature hasn't been planed for
1.8. 
 > You can open a JIRA issue and we'll handle it in the 1.9 time
span. 
 > Until then you can still style your table with the XWiki 2.0
syntax, 
 > from the Wiki editor, by writing something like:
 > 
 > (% style="background-color: gray;" %)
 > |= foo|=bar
 > |(% style="font-size:24pt;" %)a|(% class="loading" %)b
 > 
 >> this. Sorry guys, for my many problems, but I think these are
some
 >> very elemental Wiki features that I just can't get to work by
using my
 >> intuition. Help is really appreciated. I plan to convince my
company
 >> of using XWiki in a large style, but these features just have to
work.
 > 
 > We'll try to make this features available as soon as possible.
 > 
 > Thanks,
 > Marius
 > 
 >> Many thanx.
 >>
 >> Cheers,
 >> Sebastian
 >>
 >> On Wed, Jan 28, 2009 at 10:54 AM, Marius Dumitru Florea
 >>  wrote:
 >>> Sebastian Kannengiesser wrote:
 >>>> Hi guys,
 >>>>
 >>>> thanx for your quick replies.
 >>>>
 >>>> I was using wysiwyg and syntax 1.0. Wiki Code generated is:
 >>>>
 >>>> 1: {table}
 >>>> 2: 2 \ |2 \
 >>>> 3:  2|2\
 >>>> 4: {table}
 >>>>
 >>>> @Vincent: How can I find out, if the editor I'm using is the
new or
 >>>> old one? As I said, I'm using XE-1.8M1 Revision:15566
 >>> The old WYSIWYG is enabled for XWiki 1.0 syntax (which you're
using). To
 >>> try the new one you have to switch to XWiki 2.0 syntax.
 >>>
 >>> Hope this helps,
 >>> Marius
 >>>
 >>>> Cheers,
 >>>> Sebastian
 >>>>
 >>>>
 >>>> On Wed, Jan 28, 2009 at 10:31 AM, Thomas Mortagne
 >>>>  wrote:
 >>>>> Hi,
 >>>>>
 >>>>> If you look at the source in wiki mode, what is the syntax
generated
 >>>>> by the WYSIWYG ?
 >>>>>
 >>>>> On Wed, Jan 28, 2009 at 10:24 AM, Sebastian Kannengiesser
 >>>>>  wrote:
 >>>>>> Hi guys,
 >>>>>>
 >>>>>> changing border color for tables (i.e setting 00 for
making them
 >>>>>> black) has no effect on the table, when saving the document.
(using
 >>>>>> eysiwyg editor)
 >>>>>&

[xwiki-users] Changing the logo

2009-01-29 Thread goldring, richard
How do you change the logo?
I've copied our logo over the existing logo under the skins directory - and
restarted the wiki and opened a new browser on the wiki but it still has the
old logo! What am I missing?

Thanks.

Richard


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 sender's telephone number above
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.
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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] table border color - XE 1.8M1

2009-01-29 Thread goldring, richard
Yes I concurr - my users would find the WYSIWYG table border editing very
useful, plus sizing of tables.
Also noted that the table gets centred on the page - can't seem to left or
right justify it. Also can't insert tables within tables. Also the bulleting
breaks when switching between the WYSIWYG editor and the wiki editor.

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org]on Behalf
Of Marius Dumitru Florea
Sent: 28 January 2009 16:59
To: XWiki Users
Subject: Re: [xwiki-users] table border color - XE 1.8M1


Sebastian Kannengiesser wrote:
> Thanx guys for your responses,
> 
> despite the problem that automatic switching between syntax 1.0 and
> syntax 2.0 does not work here (just via deleting content and saving
> empty document with new syntax setting works), with Syntax 2.0, i.e.
> the "new" wysiwyg editor, I don't have a right-click popup menu
> anymore to set table properties at all or is there a new way to do

At this moment you cannot change the table border using the new WYSIWYG 
editor. Unfortunately, AFAIK, this feature hasn't been planed for 1.8. 
You can open a JIRA issue and we'll handle it in the 1.9 time span. 
Until then you can still style your table with the XWiki 2.0 syntax, 
from the Wiki editor, by writing something like:

(% style="background-color: gray;" %)
|= foo|=bar
|(% style="font-size:24pt;" %)a|(% class="loading" %)b

> this. Sorry guys, for my many problems, but I think these are some
> very elemental Wiki features that I just can't get to work by using my
> intuition. Help is really appreciated. I plan to convince my company
> of using XWiki in a large style, but these features just have to work.

We'll try to make this features available as soon as possible.

Thanks,
Marius

> Many thanx.
> 
> Cheers,
> Sebastian
> 
> On Wed, Jan 28, 2009 at 10:54 AM, Marius Dumitru Florea
>  wrote:
>> Sebastian Kannengiesser wrote:
>>> Hi guys,
>>>
>>> thanx for your quick replies.
>>>
>>> I was using wysiwyg and syntax 1.0. Wiki Code generated is:
>>>
>>> 1: {table}
>>> 2: 2 \\ |2 \\
>>> 3:  2|2\\
>>> 4: {table}
>>>
>>> @Vincent: How can I find out, if the editor I'm using is the new or
>>> old one? As I said, I'm using XE-1.8M1 Revision:15566
>> The old WYSIWYG is enabled for XWiki 1.0 syntax (which you're using). To
>> try the new one you have to switch to XWiki 2.0 syntax.
>>
>> Hope this helps,
>> Marius
>>
>>> Cheers,
>>> Sebastian
>>>
>>>
>>> On Wed, Jan 28, 2009 at 10:31 AM, Thomas Mortagne
>>>  wrote:
 Hi,

 If you look at the source in wiki mode, what is the syntax generated
 by the WYSIWYG ?

 On Wed, Jan 28, 2009 at 10:24 AM, Sebastian Kannengiesser
  wrote:
> Hi guys,
>
> changing border color for tables (i.e setting 00 for making them
> black) has no effect on the table, when saving the document. (using
> eysiwyg editor)
>
> Cheers,
> Sebastian
>
> PS: Should i better post to another list or preferable should i
> register on your jira, and post stuff there?
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>

 --
 Thomas Mortagne
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

>>> ___
>>> users mailing list
>>> users@xwiki.org
>>> http://lists.xwiki.org/mailman/listinfo/users
>> ___
>> users mailing list
>> users@xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@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 sender's telephone number above
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.
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
__

Re: [xwiki-users] Watchlist integration with Microsoft Exchange s erver

2009-01-22 Thread goldring, richard
Thanks AK,

It would be great if in futture it was more easily visible i.e. in the
profile.

My colleagues and I were also wondering if in future it was easier to add
users to groups - at the moment you have to type in the user name it seems
to add them to a user group. It would be better to be able to edit a user
and select their user group from a populated drop down list of user groups,
or in the user groups page to assign a user to a user group from a populated
drop down list of users.

And if anyone else knows how to get the Watchlist to work with Microsoft
Exchange we'd be grateful - thanks.

Richard

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org]on Behalf
Of Alexey Kamenchuk
Sent: 22 January 2009 08:22
To: XWiki Users
Subject: Re: [xwiki-users] Watchlist integration with Microsoft Exchange
server


Hi Richard,

To specify user email after user account has been created:
. Click on user name in right hand top corner
- Choose Edit Objects from Edit menu
- expand XWikiUsers section
- Find email field in there

HTH
AK



goldring, richard wrote:
> Hi,
>
> Does anyone know:
>
> * how to get the watch list to work with Microsoft Exchange server to send
> emails out to users?
> * how do you edit a users email address - it's not in their profile - you
> only seem able to set it when registering a user
>
> Thanks.
>
> Regards
>
> Richard
>
> 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 sender's telephone number above
> 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.
> 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@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
>
>   

___
users mailing list
users@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 sender's telephone number above
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.
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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Watchlist integration with Microsoft Exchange server

2009-01-22 Thread goldring, richard
Hi,

Does anyone know:

* how to get the watch list to work with Microsoft Exchange server to send
emails out to users?
* how do you edit a users email address - it's not in their profile - you
only seem able to set it when registering a user

Thanks.

Regards

Richard

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 sender's telephone number above
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.
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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Importing the default xar

2008-12-18 Thread goldring, richard
This seems to crop up a lot i.e. overwriting existing admin pages, etc.

Couldn't there be a flag associated with admin type pages to prevent them
getting wrongly overwritten when copying content from an older version of
xwiki to a newer version of xwiki, but enabling existing user acounts and
page content to be copied over?

Regards,

Richard

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org]on Behalf
Of Chad Gorshing
Sent: 17 December 2008 21:45
To: users@xwiki.org
Subject: [xwiki-users] Importing the default xar



Greetings,

I have an installation of xwiki enterprise which was on 1.2 and I have just
completed the upgrade to 1.7.

The steps I performed for the upgrade are as follows (I'm going to leave out
steps which I feel are not pertinent to my question):
1 created MySQL schema and applied user rights
2 stood up the new wiki and pointed it to the MySQL DB
3 imported xwiki-enterprise-wiki-1.7.xar in the new wiki
4 exported all content from the old wiki (1.2) to a xar
5 I had to break up the xar into a few chucks so the import would work
6 imported _all_ content along with history into the new wiki

I was then able to log in and everything seemed fine.

My question is did I overwrite anything the xwiki-enterprise-wiki-1.7.xar
provides?  I am wondering if by doing step 6 that I overrode things that I
should not have, I imported everything even the Xwiki items.

If I did overwrite some items, would it be best to re-import
xwiki-enterprise-wiki-1.7.xar and be more selective on what to import?

Regards,
Chad

_
Suspicious message? There’s an alert for that. 
http://windowslive.com/Explore/hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_broad2_
122008
___
users mailing list
users@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 sender’s telephone number above
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.
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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] [ANN] XWiki Enterprise 1.7 Milestone 2 Released

2008-11-13 Thread goldring, richard
Just looking at the new WYSIWYG editor - just one question - will there be
an option to make it easy to link to a file on a network drive i.e. via
file:// ? Yes I know one could insert files into the wiki itself, but some
people (those new to wikis) prefer the flexibility of storing files on
network drives and it also provides a means of using the wiki as a way of
indexing files on network drives and commenting on what the files are.

Regards,

Richard

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Jean-Vincent Drean
Sent: 13 November 2008 11:51
To: XWiki Developers; XWiki Users
Subject: [xwiki-users] [ANN] XWiki Enterprise 1.7 Milestone 2 Released


The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.7 Milestone 2. Second milestone of the XWiki Enterprise
1.7 version.

Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download

Main changes:

* Work in progress on the new XWiki Syntax v2.0.
* Work in progress on the new WYSIWYG editor.
* Added a ROOT webapp to the standalone distribution.

Important bug fixes:

* SMTP server address is not re-read when it's changed in global preferences
* Watchlist update sent by email does not contain the full path to a
changed attachment

Note that general goals for XWiki Enterprise 1.7 are:

 * Working and usable (i.e. users can use them for their day to day
work instead of the old Syntax and old WYSIWYG editor) versions of new
rendering and new WYSIWYG editor.
 * Working JCR (can be used for day to day work instead of Hibernate).
 * French XE
 * Blog revamping
 * Webdav integration

For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise17M2

Thanks,
The XWiki dev team
___
users mailing list
users@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 sender's telephone number above
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.
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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] FW: [ANN] XWiki Enterprise 1.7 Milestone 2 Released

2008-11-13 Thread goldring, richard
Also is there going to be an table properties option to set the table border
on/off, border line widths/colours, table cell colours, column, row widths,
column headings, etc - our users would like the flexibility of tables to
help layout their wiki pages (hiding the table borders) to mimic magazine
layouts.

Richard

-Original Message-
From: goldring, richard 
Sent: 13 November 2008 13:56
To: 'XWiki Users'
Subject: RE: [xwiki-users] [ANN] XWiki Enterprise 1.7 Milestone 2
Released


Just looking at the new WYSIWYG editor - just one question - will there be
an option to make it easy to link to a file on a network drive i.e. via
file:// ? Yes I know one could insert files into the wiki itself, but some
people (those new to wikis) prefer the flexibility of storing files on
network drives and it also provides a means of using the wiki as a way of
indexing files on network drives and commenting on what the files are.

Regards,

Richard

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Jean-Vincent Drean
Sent: 13 November 2008 11:51
To: XWiki Developers; XWiki Users
Subject: [xwiki-users] [ANN] XWiki Enterprise 1.7 Milestone 2 Released


The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.7 Milestone 2. Second milestone of the XWiki Enterprise
1.7 version.

Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download

Main changes:

* Work in progress on the new XWiki Syntax v2.0.
* Work in progress on the new WYSIWYG editor.
* Added a ROOT webapp to the standalone distribution.

Important bug fixes:

* SMTP server address is not re-read when it's changed in global preferences
* Watchlist update sent by email does not contain the full path to a
changed attachment

Note that general goals for XWiki Enterprise 1.7 are:

 * Working and usable (i.e. users can use them for their day to day
work instead of the old Syntax and old WYSIWYG editor) versions of new
rendering and new WYSIWYG editor.
 * Working JCR (can be used for day to day work instead of Hibernate).
 * French XE
 * Blog revamping
 * Webdav integration

For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise17M2

Thanks,
The XWiki dev team
___
users mailing list
users@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 sender's telephone number above
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.
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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Installing and running XWiki on Windows Vista

2008-09-25 Thread goldring, richard
For more information on Windows services see:
http://en.wikipedia.org/wiki/Windows_service
http://en.wikipedia.org/wiki/Talk:Windows_service
http://www.blackwasp.co.uk/WindowsService.aspx
as to whether it's a good idea to install XWiki as a Windows service.

Regards,

Richard

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of goldring, richard
Sent: 25 September 2008 08:44
To: 'XWiki Users'
Subject: [xwiki-users] Installing and running XWiki on Windows Vista


Hi,

Some user observations on installing and running XWiki on Windows Vista:

I tried installing (as administrator) the latest version of XWiki (using the
slick looking Windows installer) on Windows Vista and it seemed to install
ok, but when I tried running it up using the XWiki starup shortcut on the
desktop it couldn't find the start_xwiki.bat in the XWiki directory. I
looked and found it under the jetty directory, so moved them to the XWiki
directory and tried again, but got access denied errors and can't write to
the log file errors in the startup window. When I ran the the
start_xwiki.bat directly from a command window it started up correctly and
worked fine. So it looks like some configuration, permissions issues need
addressing in the next release of XWiki.

To simply things is it possible to install XWiki directly as a Windows
service so it always comes up when Windows starts? Does anyone know how to
do this? Maybe this could be done for the next release of XWiki? The easier
and quicker XWiki can be installed and run up then more likely it is to be
used by more users.

New WYSIWYG editor
Like the new editor ... but it's still got a long way to go ... I'd like to
see some easy WYSIWYG way of laying out tables, columns, rows, frames by
being able to drag them to the desired positions and sizes.

Document storage in XWiki
Like to have the option to store attached documents external to any XWiki
database in some sort of directory structure, for ease of backup and to ease
performance issues when the database gets stuffed with huge documents.

Hope these observations help.

Regards,

Richard

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@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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Installing and running XWiki on Windows Vista

2008-09-25 Thread goldring, richard
Guillaume,

Well just for convienence so if you have to reboot the Windows server then
XWiki would come up as a Windows service without admins having to remember
to restart XWiki. Having XWiki run as a Windows service seems the more
practical option in this case.

Regards,

Richard

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Guillaume Lerouge
Sent: 25 September 2008 10:04
To: XWiki Users
Subject: Re: [xwiki-users] Installing and running XWiki on Windows Vista


Hi Richard,
I've got a quick question : since XWiki Enterprise uses a client - server
architecture and is meant to be installed on the server and accessed through
a browser over the network, why would you need to have XWiki Enteprise start
each time windows start ?

Why don't you simply keep your windows server up all the time, with XWiki
Enterprise running on top of it all the time ?

Guillaume

On Thu, Sep 25, 2008 at 9:43 AM, goldring, richard <
[EMAIL PROTECTED]> wrote:

> Hi,
>
> Some user observations on installing and running XWiki on Windows Vista:
>
> I tried installing (as administrator) the latest version of XWiki (using
> the
> slick looking Windows installer) on Windows Vista and it seemed to install
> ok, but when I tried running it up using the XWiki starup shortcut on the
> desktop it couldn't find the start_xwiki.bat in the XWiki directory. I
> looked and found it under the jetty directory, so moved them to the XWiki
> directory and tried again, but got access denied errors and can't write to
> the log file errors in the startup window. When I ran the the
> start_xwiki.bat directly from a command window it started up correctly and
> worked fine. So it looks like some configuration, permissions issues need
> addressing in the next release of XWiki.
>
> To simply things is it possible to install XWiki directly as a Windows
> service so it always comes up when Windows starts? Does anyone know how to
> do this? Maybe this could be done for the next release of XWiki? The
easier
> and quicker XWiki can be installed and run up then more likely it is to be
> used by more users.
>
> New WYSIWYG editor
> Like the new editor ... but it's still got a long way to go ... I'd like
to
> see some easy WYSIWYG way of laying out tables, columns, rows, frames by
> being able to drag them to the desired positions and sizes.
>
> Document storage in XWiki
> Like to have the option to store attached documents external to any XWiki
> database in some sort of directory structure, for ease of backup and to
> ease
> performance issues when the database gets stuffed with huge documents.
>
> Hope these observations help.
>
> Regards,
>
> Richard
>
> 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@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>



-- 
Guillaume Lerouge
Product Manager - XWiki
Skype ID : wikibc
http://blog.xwiki.com/
___
users mailing list
users@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

[xwiki-users] Installing and running XWiki on Windows Vista

2008-09-25 Thread goldring, richard
Hi,

Some user observations on installing and running XWiki on Windows Vista:

I tried installing (as administrator) the latest version of XWiki (using the
slick looking Windows installer) on Windows Vista and it seemed to install
ok, but when I tried running it up using the XWiki starup shortcut on the
desktop it couldn't find the start_xwiki.bat in the XWiki directory. I
looked and found it under the jetty directory, so moved them to the XWiki
directory and tried again, but got access denied errors and can't write to
the log file errors in the startup window. When I ran the the
start_xwiki.bat directly from a command window it started up correctly and
worked fine. So it looks like some configuration, permissions issues need
addressing in the next release of XWiki.

To simply things is it possible to install XWiki directly as a Windows
service so it always comes up when Windows starts? Does anyone know how to
do this? Maybe this could be done for the next release of XWiki? The easier
and quicker XWiki can be installed and run up then more likely it is to be
used by more users.

New WYSIWYG editor
Like the new editor ... but it's still got a long way to go ... I'd like to
see some easy WYSIWYG way of laying out tables, columns, rows, frames by
being able to drag them to the desired positions and sizes.

Document storage in XWiki
Like to have the option to store attached documents external to any XWiki
database in some sort of directory structure, for ease of backup and to ease
performance issues when the database gets stuffed with huge documents.

Hope these observations help.

Regards,

Richard

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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] [Request for Feedback] New WYSIWYG Editor Inter face

2008-08-22 Thread goldring, richard
Guillamume,

Thanks for your reply.

Yes we could use the macro for layout ... but if the layout could be set out
WYSIWYG/DTP style by inserting and dragging columns and row to get the
width/height by eye it would make it easier for users to use and much better
than any other wiki editor out on the web ... but how hard/easy to code I
don't know!

Regards,

Richard

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Guillaume Lerouge
Sent: 22 August 2008 09:36
To: XWiki Users
Subject: Re: [xwiki-users] [Request for Feedback] New WYSIWYG Editor
Inter face


Hi Richard,

Looks good.


Thanks :-)


> A few points:
>
> * Tables
> - is it possible to make tables WYSIWYG editable so the user can grab a
> table, row, column, cell and resize them. For layout of wiki pages it
would
> make it much quicker and easier to create great looking wiki pages.


Resizing the entire table will be possible by grabbing a corner. As for cell
heigth and width, I'd say it might be better to let the html rendering
handle column size depending of the content of table cells. About the layout
of wiki pages, what about creating a couple presentational macros (such as
this one : http://code.xwiki.org/xwiki/bin/view/Macros/ColumnMacro ) to
create CSS-based layouts instead of table-based ones ?


> - is it possible to control the formatting of tables to make them
invisible
> (for layout purposes).


I can try adding a control for table border / background color... Maybe not
in the first version though, I'll look at that.


> * Frames
> - is it possible to add frames to display others web pages or wiki pages
on
> the wiki page being edited?


Would the iframe macros (
http://code.xwiki.org/xwiki/bin/view/Macros/IframeMacro &
http://code.xwiki.org/xwiki/bin/view/Macros/IframeNavigationMacro ) and the
include macros (
http://code.xwiki.org/xwiki/bin/view/Macros/IncludeInContextMacro &
http://code.xwiki.org/xwiki/bin/view/Macros/IncludeTopicMacro ) suit your
needs ? They will be available from the WYSIWYG interface.

Thanks for your feedback,

Guillaume


>
>
> Keep on coding.
>
> All the best,
>
> Richard
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
> Of Guillaume Lerouge
> Sent: 21 August 2008 18:06
> To: users@xwiki.org
> Subject: [xwiki-users] [Request for Feedback] New WYSIWYG Editor
> Interface
>
>
> Hi fellow XWiki users,
> I've spent the last couple weeks working on designing mockups for the new
> version of the WYSIWYG editor that's currently in the works.
>
> I've put all my work on this page :
> http://dev.xwiki.org/xwiki/bin/view/Design/NewWysiwygEditorInterface
>
> and I'd be glad to gather initial user feedback on these mockups. Please
> tell us what you think about them now so that we can improve the screens
> before implementation begins at full speed.
>
> Specifically, I'm wondering about the following things :
>
>   - Can the text be improved to make things easier to understand ? If so,
>   where ?
>   - Are some features harder to reach than they should ?
>   - Are dialog boxes & trays consistent with user models of how edition
>   software usually behaves ?
>   - Do you see anything that will make an user wonder what's happening and
>   where he / she should click next ?
>
> Please note that the colors are only indicative at this stage - a designer
> will improve my work before we get to the final stage. I'll try
incorporate
> your feedback soon and will let you know how the subseuent development
> goes.
>
> Thanks in advance,
>
> Guillaume
>
> --
> Guillaume Lerouge
> Product Manager - XWiki
> Skype ID : wikibc
> http://blog.xwiki.com/
> ___
> users mailing list
> users@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@xwiki.org
> http://lists.xwiki.org/mailman/lis

Re: [xwiki-users] [Request for Feedback] New WYSIWYG Editor Inter face

2008-08-22 Thread goldring, richard
Guillaume,

Looks good.

A few points:

* Tables 
- is it possible to make tables WYSIWYG editable so the user can grab a
table, row, column, cell and resize them. For layout of wiki pages it would
make it much quicker and easier to create great looking wiki pages.
- is it possible to control the formatting of tables to make them invisible
(for layout purposes).
* Frames
- is it possible to add frames to display others web pages or wiki pages on
the wiki page being edited?

Keep on coding.

All the best,

Richard

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Guillaume Lerouge
Sent: 21 August 2008 18:06
To: users@xwiki.org
Subject: [xwiki-users] [Request for Feedback] New WYSIWYG Editor
Interface


Hi fellow XWiki users,
I've spent the last couple weeks working on designing mockups for the new
version of the WYSIWYG editor that's currently in the works.

I've put all my work on this page :
http://dev.xwiki.org/xwiki/bin/view/Design/NewWysiwygEditorInterface

and I'd be glad to gather initial user feedback on these mockups. Please
tell us what you think about them now so that we can improve the screens
before implementation begins at full speed.

Specifically, I'm wondering about the following things :

   - Can the text be improved to make things easier to understand ? If so,
   where ?
   - Are some features harder to reach than they should ?
   - Are dialog boxes & trays consistent with user models of how edition
   software usually behaves ?
   - Do you see anything that will make an user wonder what's happening and
   where he / she should click next ?

Please note that the colors are only indicative at this stage - a designer
will improve my work before we get to the final stage. I'll try incorporate
your feedback soon and will let you know how the subseuent development goes.

Thanks in advance,

Guillaume

-- 
Guillaume Lerouge
Product Manager - XWiki
Skype ID : wikibc
http://blog.xwiki.com/
___
users mailing list
users@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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] New XWIKI WYSIWYG editor

2008-06-24 Thread goldring, richard
Marius,

Looking forward to it!

Best Regards,

Richard

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Marius Dumitru Florea
Sent: 24 June 2008 11:07
To: XWiki Users
Subject: Re: [xwiki-users] New XWIKI WYSIWYG editor


Hi Richard,

Thank you for your interest in the new WYSIWYG editor. We're currently
working on it and expecting to have a first version by the end of July.

Thanks,
Marius

> Hi,
>
> Does anyone know how the new WYSIWYG editor development going?
>
> I'd be happy to help test it out and help work out any bugs in it.
>
> Regards,
>
> Richard
>
> 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@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>


___
users mailing list
users@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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] New XWIKI WYSIWYG editor

2008-06-24 Thread goldring, richard
Hi,

Does anyone know how the new WYSIWYG editor development going?

I'd be happy to help test it out and help work out any bugs in it.

Regards,

Richard

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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Email Plugin

2008-06-24 Thread goldring, richard
Jan,

How's your email plugin development going?
When do you think you'd be able to make it available to other XWiki users?

Best Regards,

Richard

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Jan Kodera
Sent: 02 May 2008 14:43
To: XWiki Users
Subject: Re: [xwiki-users] Multiple file attaching


Hi,
 i made a plugin which is capable to get email from pop3 and loaded to xwiki
as a page. It works with attachments too. So you can easy forward your mails
to xwiki from outlook.
It is not ready for publish, because it is not document well. But in a
couple of weeks I will publish it on xwiki.org

Jan

On Fri, May 2, 2008 at 12:54 PM, goldring, richard <
[EMAIL PROTECTED]> wrote:

> Hi,
>
> Does anyone know how to select files from a directory and have XWiki
> attach
> all those files in that directory to a wiki page? I'm thinking I could
> have
> a directory with a load of outlook emails copied there that would be
> useful
> to attach and index in a wiki page so the emails can be searched within
> XWiki - except Lucene doesn't seem to be able to search attached Outlook
> email files as I've just discovered.
>
> What I want is to be able to get emails into XWiki so say a marketing
> department could search on them - is there another way?
>
> Regards,
>
> Richard
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
> Of Benjamin K Leung
> Sent: 01 May 2008 14:33
> To: 'XWiki Users'
> Subject: Re: [xwiki-users] Import/Export
>
>
> Hi,
>
> I think the export failed due to insufficient memory.  Increasing the
> memory
> pool available the container would solve this.
>
> I agree the export code should definitely generate an error message
> appropriately.
>
> BL
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
> Of
> goldring, richard
> Sent: Thursday, May 01, 2008 3:54 AM
> To: 'XWiki Users'
> Subject: Re: [xwiki-users] Import/Export
>
> Vincent,
>
> I had this exception while (having first attached the file) importing
> (clicking on the file) (even when I exported from 1.3.2 and then tried to
> import again)
>
> er 11015 in 11: Exception while importing
> Wrapped Exception: Error number 2002 in 2: Error parsing xml
> Wrapped Exception: Error on line -1 of document  : Premature end of file.
> Nested
>  exception: Premature end of file.
> com.xpn.xwiki.XWikiException: Error number 11015 in 11: Exception while
> importin
> g
> Wrapped Exception: Error number 2002 in 2: Error parsing xml
> Wrapped Exception: Error on line -1 of document  : Premature end of file.
> Nested
>  exception: Premature end of file.
>at com.xpn.xwiki.web.ImportAction.render(ImportAction.java:94)
>at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:198)
>at
> org.apache.struts.action.RequestProcessor.processActionPerform(Reques
> tProcessor.java:431)
>
> ...and then a message saying there was no documents in the file!
>
> I eventually traced it down to an empty "WebHome" file in the archive - I
> deleted this from the archive and the import worked. Why the export
> produced
> an empty WebHome file - I don't know!? But I hope this information helps
> other users with similar difficulties.
>
> Maybe the export code needs refactoring so it can't produce empty files,
> and
> maybe the import code needs to be more robust so it doesn't produce an
> exception if it fails to read anyone file, but produces an message to flag
> up the problem but continues processing the other files so the import
> doesn't fail completely because of one file. I wish I had some to time to
> help fix this at this time ... maybe these issues can be addressed later
> in
> the year.
>
> Best Regards,
>
> Richard
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
> Of Vincent Massol
> Sent: 29 April 2008 07:31
> To: XWiki Users
> Subject: Re: [xwiki-users] Import/Export
>
>
>
> On Apr 29, 2008, at 8:25 AM, goldring, richard wrote:
>
> > Hi all,
> >
> > I've exported from xwiki enterprise hsqldb 1.2 milestone 2 and tried
> > to
> > import into xwiki enterprise hsqldb 1.3.2 by attaching the exported
> > file,
> > but when I click on the attached file it doesn't list the exported
> > files
> > within so I can import them.
>
> That should work fine. So you need to tell us what error you get in
> the xwiki logs.
> Also make sure you click only once and you wait enough. If your XAR is
> large it'll take time to display the items.

Re: [xwiki-users] FW: XWiki source code

2008-06-12 Thread goldring, richard
Vincent,

Thanks for writing this new section - it makes it clearer!
I didn't understand that XE uses the Struts/Velocity MVC architecture
(http://velocity.apache.org/tools/devel/struts/index.html). Now I understand
that (and have read up on it) XWiki seems a lot more understandable!

If you have time more detail on the architecture would help even more
(specifically the wiki specific 'business logic' and page rendering,
plugins, etc), but what you've already written has certainly given me and
others a good start for understanding XE.

Thanks again.

Best Regards,

Richard


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Vincent Massol
Sent: 10 June 2008 16:41
To: XWiki Users
Subject: Re: [xwiki-users] FW: XWiki source code



On Jun 10, 2008, at 4:48 PM, goldring, richard wrote:

> Hi Anyone,
>
> I'm trying to understand how XWiki works - its a servlet isn't it?

I assume you're talking about XE...

Does this help:
http://platform.xwiki.org/xwiki/bin/view/DevGuide/Architecture ?

Thanks
-Vincent

[snip]

> -Original Message-
> From: goldring, richard
> Sent: 09 June 2008 07:52
> To: 'XWiki Users'
> Subject: XWiki source code
>
>
> Hi,
>
> I'm trying to figure out the XWiki source code...
>
> Can someone "in the know" document on xwiki.org the flow of control  
> through
> XWiki from starting up the java server (Jetty, Tomcat, etc) and  
> XWiki, to
> the user logging in, to view a document, navigating to another page,  
> to
> editing and saving a page (HSQL, MySQL, etc), to logging out, to  
> using a
> plugin, to running some embedded code on a page, and finally to  
> shutting
> down XWiki? Some diagrams would be useful as well. Even if it were  
> just a
> brief description it would reallyhelp. It would be useful to know  
> where to
> start to try and understand the code. Some background on the  
> technologies
> used by XWiki would be useful as well.
>
> Thanks.
>
> Regards,
___
users mailing list
users@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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] FW: XWiki source code

2008-06-10 Thread goldring, richard
Hi Anyone,

I'm trying to understand how XWiki works - its a servlet isn't it? but
looking through the source code it doesn't have the standard servlet
structure (unless I'm looking in the wrong place) i.e.

import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;

public class SomeServlet extends HttpServlet {
  public void doGet(HttpServletRequest request,
HttpServletResponse response)
  throws ServletException, IOException {
  
// Use "request" to read incoming HTTP headers (e.g. cookies)
// and HTML form data (e.g. data the user entered and submitted)

// Use "response" to specify the HTTP response line and headers
// (e.g. specifying the content type, setting cookies).

PrintWriter out = response.getWriter();
// Use "out" to send content to browser
  }
}

so how does it work ... where do I start looking in the source code?

What's the architecture
(http://www.subbu.org/articles/servlets/ServletIssues.html) - is it one, two
or three tier?

Thanks in advance.

Regards,

Richard


-Original Message-
From: goldring, richard 
Sent: 09 June 2008 07:52
To: 'XWiki Users'
Subject: XWiki source code


Hi,

I'm trying to figure out the XWiki source code...

Can someone "in the know" document on xwiki.org the flow of control through
XWiki from starting up the java server (Jetty, Tomcat, etc) and XWiki, to
the user logging in, to view a document, navigating to another page, to
editing and saving a page (HSQL, MySQL, etc), to logging out, to using a
plugin, to running some embedded code on a page, and finally to shutting
down XWiki? Some diagrams would be useful as well. Even if it were just a
brief description it would reallyhelp. It would be useful to know where to
start to try and understand the code. Some background on the technologies
used by XWiki would be useful as well.

Thanks.

Regards,

Richard

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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] XWiki Does Not Handle Attachments Efficiently

2008-06-10 Thread goldring, richard
Yes storing attachments directly in the file system and referencing them
would be good.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of AW
Sent: 09 June 2008 21:15
To: XWiki Users
Subject: [xwiki-users] XWiki Does Not Handle Attachments Efficiently


Is there anything I can do to make XWiki 1.4 handle large attachments? That
is, attachments from a few megabytes up to a few dozen megabytes.

XWiki does not appear to efficiently handle attachments in general; large
attachments appear to require extraordinary measures and resources.

In testing prior to a deployment I attempted to attach a 56 MB file to an
instance running on a server with 2GB of RAM and using MySQL as the
database.

To attach the file:

1. I first had to set the MySQL max_allowed_packet value in /etc/my.cnf to a
larger value, since by default it's only 1MB and XWiki stores attachments
directly in the database, rather than saving them in the file system and
referencing the attachment's path.

2. Next I needed change the maximum attachment size in XWiki, which can be
done by "edit[ing] the XWiki.XWikiPreferences class and add[ing] a
NumberProperty field of type long, named upload_maxsize" which I finally
figured out I could accomplish by visiting a page similar to
"http://my.server/xwiki/bin/edit/XWiki/XWikiPreferences?editor=object";
...although this wasn't immediately obvious.

3. At this point attempting to attach the file resulted in a JDBC error,
which I resolved by manually changing some columns in the database from type
mediumblob to longblob.

4. Attempting to attach the file still didn't work, this time due to Java
heap space limitations. I increased the size of the heap, modifying the
JAVA_OPTS with -Xmx512m -Xms512m (setting the initial and maximum heap sizes
to 512MB, up from 256). This had no effect on the error, so I increased the
size to 1 GB, but the error persisted. At 1.2 GB I was able to attach the
file.

Next I attempted to delete the attachment along with the page to which it is
attached. My naïve assumption was that deleting an attachment should be
easier than adding one and I didn't anticipate problems. Unfortunately, this
again resulted in out of memory errors. To work around the problem I tried
deleting the attachment by clicking the delete button in the show -->
attachments screen. This still resulted in an out of memory error, so I
upped the heap size to 1.6 GB, or 80% of the RAM in the server. This
resulted in very heavy swapping, yet still failed due to an out of memory
exception. (On the positive side, at least the swapping helped keep the
processor utilization under 100%.)

I've ordered another 2GB of RAM and will try increasing the heap size again
after it's installed. Until then, is there anything I can do to keep
attachments from eating the server alive? If I recall correctly, there has
been talk about saving attachments externally, rather than within the
database. Has anyone built a mechanism to allow this, or is there any news
to report on that front?

Also, does anyone have any advice on how I can excise this page and its 56MB
attachment from the system prior to more memory arriving? (I'd like to do so
as, aside from the attachment problems and dysfunctional WYSIWYG editor, the
system looks deployable.)

As it stands, unless I'm doing something incorrectly, I have to conclude
that it's basically impractical to use attachments larger than a few
megabytes with XWiki, and even small attachments are frightfully ungainly.

- AW


___
users mailing list
users@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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] XWiki source code

2008-06-08 Thread goldring, richard
Hi,

I'm trying to figure out the XWiki source code...

Can someone "in the know" document on xwiki.org the flow of control through
XWiki from starting up the java server (Jetty, Tomcat, etc) and XWiki, to
the user logging in, to view a document, navigating to another page, to
editing and saving a page (HSQL, MySQL, etc), to logging out, to using a
plugin, to running some embedded code on a page, and finally to shutting
down XWiki? Some diagrams would be useful as well. Even if it were just a
brief description it would reallyhelp. It would be useful to know where to
start to try and understand the code. Some background on the technologies
used by XWiki would be useful as well.

Thanks.

Regards,

Richard

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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Panel Wizard layout issue

2008-06-02 Thread goldring, richard
Thanks Gullaume - I'll try that next time.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Guillaume Lerouge
Sent: 02 June 2008 09:48
To: XWiki Users
Subject: Re: [xwiki-users] Panel Wizard layout issue


Hi Richard,

Yes the panel layout wizard is a little temperamental (frustrating) - if
> you're patient you can usually get the panel display that you want, but if
> you can find out how to code it directly then I'd be interested!


You can set your panel display from the global & space preferences pages.
Then under the skin tab, look at the panel options : you can decide to
display left & right panels and add the panels you want to be displayed
using the following convention :

Panels.PanelName,Panels.PanelName2, and so on.

Guillaume
___
users mailing list
users@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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Panel Wizard layout issue

2008-06-01 Thread goldring, richard
Marc,

Yes the panel layout wizard is a little temperamental (frustrating) - if
you're patient you can usually get the panel display that you want, but if
you can find out how to code it directly then I'd be interested!

Regards,
Richard

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Lijour, Marc (EDU)
Sent: 30 May 2008 20:44
To: XWiki Users
Subject: [xwiki-users] Panel Wizard layout issue


Hi

Am I the only one having trouble with the Panel Wizards?
I am using newest XE 1.4.9828 

I created some Panels and I want to display them. With current skin I
only have a right column.
Panel Wizard
(http://localhost:8080/xwiki/bin/view/Panels/PanelWizard?forceLeftPanels
=1&forceRightPanels=1&language=en)
Shows in "Information" a 3-column layout where I can't drag and drop
anything (it goes back to its original position).
In "Navigation" (where my panels should be), there is only one column,
the frame is truncated and the panels are one over the other. When I
drag and drop them, they disappear. The layout stays unchanged. What
could be the problem?
Can I solve this with some code (bypassing the wizard)?

Can I define a layout per space?

Thank you

Marc
___
users mailing list
users@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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Development of a private XWiki

2008-05-23 Thread goldring, richard
Yes, itt's quite a steep learning curve / barrier to get over in order to
help develop XWiki ... I've managed to setup Maven and access the repository
and put it into Eclipse and now I'm trying to see how to build and debug
within Eclipse ... (using Thomas Mortagne's new tutorial - thanks Thomas!)
and then figure out how XWiki works and how I might contribute to it 

Richard

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Vincent Massol
Sent: 23 May 2008 09:05
To: XWiki Users
Subject: Re: [xwiki-users] Development of a private XWiki


Hi,

On May 23, 2008, at 8:41 AM, baeumchen wrote:

>
> Hello,
>
> I read a lot about developing XWiki, I installed maven, a  
> subclient, ... and
> got the repository, too. I want to ask, if I understood it right,  
> that I
> work together with the community on developing the XWiki code. That  
> means,
> that I'm programming something and then put it up to the repository.  
> After
> checking my changes, they are available for other developers.
>
> If this is right, I'd like to know, if it is possible, to work on  
> the code
> of my private XWiki, which is installed. I tried to import the .xar  
> file to
> eclipse, but I didn't find anything. I searched a lot for a solution  
> but now
> I'm at a point, where I don't know how to carry on with developing.
>
> So my question is:
> I'd like to develop the code of my own XWiki, not on the repository,  
> is this
> possible?

Sure, check the dev wiki at http://dev.xwiki.org

Thanks
-Vincent

___
users mailing list
users@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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Creating a Toolbar of my own

2008-05-23 Thread goldring, richard
Mike,

Can you document useful code snipets like this on the XWiki site? Thanks.

Regards,

Richard

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Mike Oliver
Sent: 22 May 2008 20:56
To: users@xwiki.org
Subject: Re: [xwiki-users] Creating a Toolbar of my own



Bingo we have a winner...

#set ($hql = ", BaseObject as obj where obj.name=doc.fullName
and obj.className='XWiki.ToolbarClass' and
obj.name<>'XWiki.ToolbarClassTemplate'")
#set ($toolbars= $xwiki.searchDocuments($hql))
#if ($toolbars.size() > 0)
  #foreach ($toolbar in $toolbars)
#set ($itemdoc = $xwiki.getDocument($toolbar))
#set ($itemobject = $itemdoc.getObject('XWiki.ToolbarClass'))
#set ($imgsrc =
$xwiki.getAttachmentURL("$itemdoc","$itemdoc.display('UpIcon')"))

*  [$toolbar] 


Mike Oliver wrote:
> 
> Ok almost there...
> 
> This line works with the Click here link, but the img link doesn't.
> 
> 
> *  [Click here>$itemdoc.display('GotoPage')]
> [$toolbar] 
> 
> 
> Mike Oliver wrote:
>> 
>> Ok proding right along I got the icon attached to the toolbar page to
>> display for each in the toolbars list, but the link on the image doesn't
>> work.
>> 
>> Here is the latest...
>> 
>> #set ($hql = ", BaseObject as obj where obj.name=doc.fullName
>>  and obj.className='XWiki.ToolbarClass' and
>> obj.name<>'XWiki.ToolbarClassTemplate'")
>> #set ($toolbars= $xwiki.searchDocuments($hql))
>> #if ($toolbars.size() > 0)
>>   #foreach ($toolbar in $toolbars)
>> #set ($itemdoc = $xwiki.getDocument($toolbar))
>> #set ($itemobject = $itemdoc.getObject('XWiki.ToolbarClass'))
>> #set ($imgsrc =
>> $xwiki.getAttachmentURL("$itemdoc","$itemdoc.display('UpIcon')"))
>> 
>> * [ > $itemdoc.display('GotoPage')]
>> [$toolbar] 
>> 
>> #the following is just to show what's in the properties using a couple
>> different methods, I tried both above.
>> $itemdoc.display('UpIcon') | $itemdoc.display('DownIcon') |
>> $itemdoc.display('GotoPage') | $itemobject.getProperty('GotoPage').value
>>  
>> 
>> #end
>> #else
>>   #info("There are no Toolbar documents in this wiki!")
>> #end
>> 
>> 
>> Mike Oliver wrote:
>>> 
>>> Ok first problem solved the img link had the arguments in the wrong
>>> order so 
>>> 
>>> >>
src="$xwiki.getAttachmentURL("AEBtn0.jpg","Toolbar.AdvancedEditorButton")"
>>> /> was bad and
>>> 
>>> >>
src="$xwiki.getAttachmentURL("Toolbar.AdvancedEditorButton","AEBtn0.jpg")"
>>> /> was good.
>>> 
>>> Now the question is, given the desire to show in the dashboard now and
>>> eventually in a panel later the icons named in the properties of the
>>> toolbar classes, how do I loop through the toolbars and build the displa
>>> from the properties?
>>> 
>>> 
>>> Mike Oliver wrote:
 
 I am making good progress on a new Class that has properties, style
 sheet and template that I created after following the Todo Tutorial.
 
 The ToolbarClass has the following properties
 
 Type/Name/SampleContent
 
 String/Title/Advanced Editor
 TextArea/Description/This button takes you to the advanced editor page
 String/UpIcon/AEBtn0.jpg
 String/DownIcon/AEBtn1.jpg
 String/DisabledIcon/AEBtn2.jpg
 String/GotoPage/Tools.AdvancedEditor
 
 Also following the Todo Tutorial I created the Toolbar Space Web Home
 page dashboard with 
 
 
 #set ($hql = ", BaseObject as obj where obj.name=doc.fullName
and obj.className='XWiki.ToolbarClass' and
 obj.name<>'XWiki.ToolbarClassTemplate'")
 #set ($toolbars= $xwiki.searchDocuments($hql))
 #if ($toolbars.size() > 0)
   #foreach ($toolbar in $toolbars)
 
 * [$toolbar]
 
 #end
 #else
   #info("There are no Toolbar documents in this wiki!")
 #end
 
 And I added the Comments object to the ToolbarClassTemplate
 and then added a couple of document and attached the UPIcon and
 DownIcon images as attachments.
 
 Going to the Web Home of the I see the list of the two document with
 the ToolbarClass object on them so cool beans just as the tutorial
 instructed with the names changed and bingo we have a winner.
 
 Now the tricky part, I want to show the attached images in the
 dashboard for each document, where the property of the Toolbar object
 for UpIcon is used to identifiy which attachment to display.
 
 I tried 
 
 
 #set ($hql = ", BaseObject as obj where obj.name=doc.fullName
and obj.className='XWiki.ToolbarClass' and
 obj.name<>'XWiki.ToolbarClassTemplate'")
 #set ($toolbars= $xwiki.searchDocuments($hql))
 #if ($toolbars.size() > 0)
   #foreach ($toolbar in $toolbars)
 
 * < [$toolbar]
 
 #end
 #else
   #info("There are 

Re: [xwiki-users] Problems importing 1.4 default XAR

2008-05-21 Thread goldring, richard
Loris,

Maybe one of the files in the XAR is corrupt - by process of elimination you
could delete the files in the XAR and add them back one at a time and see if
the import works ... but if you have hundreds of files in the XAR then its
not a very practical thing to do. If a XWiki developer were able to use your
XAR then they could debug the import code to see where it falls over to
identify the problem, but that could take awhile and won't help you solve
the problem in the short term.

Regards,

Richard

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Loris Conedera
Sent: 21 May 2008 11:39
To: XWiki Users
Subject: Re: [xwiki-users] Problems importing 1.4 default XAR


Thanks for help but...
... I checked the XAR package and there aren't empty files.

Loris

2008/5/21 goldring, richard <[EMAIL PROTECTED]>:
> Loris,
>
> In WinZip check if the XAR contains an empty file - if so delete it and
> reattach the XAR and click on the link again. If that doesn't fix it then
I
> don't know what could be the problem. So I hope it works!
>
> Regards,
> Richard
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
> Of Loris Conedera
> Sent: 21 May 2008 11:21
> To: XWiki Users
> Subject: [xwiki-users] Problems importing 1.4 default XAR
>
>
> Hi,
>
> I have some problems importing the 1.4 default XAR. I just upgraded
> Xwiki to 1.4 Release and all seems to work fine, the problem is that
> when I attach a XAR to import contents and after I click on the link
> to show Documents contained, nothing appens!
> I checked in "xwiki.log" and in Tomcat logs but I can't find any error
> line...
> It seems that the browser doesn't send any request to Server...
> I never experienced this kind of problem before and I hope someone can
> give me a solution.
> Thanks,
>
> Loris Conedera
> ___
> users mailing list
> users@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@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
___
users mailing list
users@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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Problems importing 1.4 default XAR

2008-05-21 Thread goldring, richard
Loris,

In WinZip check if the XAR contains an empty file - if so delete it and
reattach the XAR and click on the link again. If that doesn't fix it then I
don't know what could be the problem. So I hope it works!

Regards,
Richard

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Loris Conedera
Sent: 21 May 2008 11:21
To: XWiki Users
Subject: [xwiki-users] Problems importing 1.4 default XAR


Hi,

I have some problems importing the 1.4 default XAR. I just upgraded
Xwiki to 1.4 Release and all seems to work fine, the problem is that
when I attach a XAR to import contents and after I click on the link
to show Documents contained, nothing appens!
I checked in "xwiki.log" and in Tomcat logs but I can't find any error
line...
It seems that the browser doesn't send any request to Server...
I never experienced this kind of problem before and I hope someone can
give me a solution.
Thanks,

Loris Conedera
___
users mailing list
users@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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Import problem

2008-05-20 Thread goldring, richard
Sergiu,

Which bit is fixed? The generation of the empty file in the XAR on export OR
the import failing on the reading of an empty file in the XAR? Or both!?!

Thanks.

Richard

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Sergiu Dumitriu
Sent: 20 May 2008 13:38
To: XWiki Users
Subject: Re: [xwiki-users] Import problem


[EMAIL PROTECTED] wrote:
> Hi Richard,
> 
>   I had an empty file in my XAR and that was the problem. Thank You very
> much.

This error is (supposed to be) fixed in 1.4.
-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Import problem

2008-05-20 Thread goldring, richard
a:821)
at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicati
onHandler.java:471)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:5
68)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplication
Context.java:633)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1517)
at org.mortbay.http.HttpServer.service(HttpServer.java:954)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
at
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:983)
at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:
244)
at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
2008-05-20 15:54:09,390
[http://localhost:8181/xwiki/bin/import/XWiki/Import?act
ion=getPackageInfos&name=xwiki-enterprise-installer-windows-1.3.2.xar&xpage=
plai
n&_=] [P1-18] WARN  doc.XWikiDocument   - Failed to display
field [c
ontent] in [view] mode for Object [Panels.Search]
2008-05-20 15:54:09,390
[http://localhost:8181/xwiki/bin/import/XWiki/Import?act
ion=getPackageInfos&name=xwiki-enterprise-installer-windows-1.3.2.xar&xpage=
plai
n&_=] [P1-18] WARN  doc.XWikiDocument   - Failed to display
field [c
ontent] in [view] mode for Object [Panels.QuickLinks]
2008-05-20 15:54:09,390
[http://localhost:8181/xwiki/bin/import/XWiki/Import?act
ion=getPackageInfos&name=xwiki-enterprise-installer-windows-1.3.2.xar&xpage=
plai
n&_=] [P1-18] WARN  doc.XWikiDocument   - Failed to display
field [c
ontent] in [view] mode for Object [Panels.MyRecentModifications]
2008-05-20 15:54:09,390
[http://localhost:8181/xwiki/bin/import/XWiki/Import?act
ion=getPackageInfos&name=xwiki-enterprise-installer-windows-1.3.2.xar&xpage=
plai
n&_=] [P1-18] WARN  doc.XWikiDocument   - Failed to display
field [c
ontent] in [view] mode for Object [Panels.NewPage]

Thanks,
Project trainees.

> On May 19, 2008, at 4:39 PM, goldring, richard wrote:
>
>> Hi,
>>
>> Maybe there needs to be a progress indicator or log window listing
>> each wiki
>> page as its added to the wiki so the user knows something is
>> happening!
>
> Definitely, this should be improved.
>
> However please note that the Import feature is not meant to import
> large XARs. Right now the solution is to use database import and
> exports.
> See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Backup
>
> Note: I've personally never waited more than 10-20 seconds for the
> list of XAR documents to be displayed (this is before the actual
> import happens).
>
> Thanks
> -Vincent

>> Hi! Importing large XARs takes very long time, so you should really
>> wait :). In my case, importing ~9mb XAR took about ~1 hour.
>> Quoting [EMAIL PROTECTED] [1]: >
>>> On May 19, 2008, at 9:22 AM, [EMAIL PROTECTED]
>> wrote:
>>>
>>>>> Hi,
>>>>
>>>>  In the logs it shows :-
>>>>
>>>> 127.0.0.1 - - [19/May/2008:08:02:00 +]
>>>>
>> "GET/xwiki/bin/import/XWiki/Import?action=getPackageInfos&name=xwiki-
>>>> enterprise-installer-windows-1.3.2.xar&xpage=plain&_=
>>>> HTTP/1.1" 200 8748  750
>>>>
>>>> In the start console it shows:-
>>>>
>>>> 2008-05-19 13:34:53,687
>>>>
>>
[http://localhost:8181/xwiki/bin/import/XWiki/Import?action=getPackageInfos&;
>> name=xwiki-enterprise-installer-windows-1.3.2.xar&xpage=plai
>>>> n&_=] [P1-18] WARN  doc.XWikiDocument - Failed to display field
>>>> [content]
>>>> in [view] mode for Object [Panels.NewPage]
>>>>
>>>> I think the size is large (1893835)
>>>> What should be my next step?
>>>
>>> Did you wait enough? The logs don't show anything wrong I think.
>>>
>>> What version of "XWiki" are you using?
>> Hi,
>> I waited enough and nothing happens.I am  using XE 1.3.2 and Mysql
>> 5.0
>> Thanks,
>> project trainees.
>>>>> On May 19, 2008, at 8:46 AM, [EMAIL PROTECTED]
>> wrote:
>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> I attached a XAR file to upload and when I select the file to
>>>>>> import, it
>>>>>> doesn't shows any documents. But when I attached and selected a
>> TODO
>>>>>> application, it shows all documents of TOD

Re: [xwiki-users] Import problem

2008-05-19 Thread goldring, richard
Hi,

Maybe there needs to be a progress indicator or log window listing each wiki
page as its added to the wiki so the user knows something is happening!

Regards,

Richard

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of
Mihails Agafonovs
Sent: 19 May 2008 15:25
To: XWiki Users
Subject: Re: [xwiki-users] Import problem


Hi! Importing large XARs takes very long time, so you should really
wait :). In my case, importing ~9mb XAR took about ~1 hour.
 Quoting [EMAIL PROTECTED] [1]: >
 > On May 19, 2008, at 9:22 AM, [EMAIL PROTECTED]
wrote:
 >
 >>> Hi,
 >>
 >>   In the logs it shows :-
 >>
 >> 127.0.0.1 - - [19/May/2008:08:02:00 +]
 >>
"GET/xwiki/bin/import/XWiki/Import?action=getPackageInfos&name=xwiki-
 >> enterprise-installer-windows-1.3.2.xar&xpage=plain&_=
 >> HTTP/1.1" 200 8748  750
 >>
 >> In the start console it shows:-
 >>
 >> 2008-05-19 13:34:53,687
 >>
[http://localhost:8181/xwiki/bin/import/XWiki/Import?action=getPackageInfos&;
name=xwiki-enterprise-installer-windows-1.3.2.xar&xpage=plai
 >> n&_=] [P1-18] WARN  doc.XWikiDocument - Failed to display field
 >> [content]
 >> in [view] mode for Object [Panels.NewPage]
 >>
 >> I think the size is large (1893835)
 >> What should be my next step?
 >
 > Did you wait enough? The logs don't show anything wrong I think.
 >
 > What version of "XWiki" are you using?
 Hi,
 I waited enough and nothing happens.I am  using XE 1.3.2 and Mysql
5.0
 Thanks,
 project trainees.
 >>> On May 19, 2008, at 8:46 AM, [EMAIL PROTECTED]
wrote:
 >>>
  Hi,
 
  I attached a XAR file to upload and when I select the file to
  import, it
  doesn't shows any documents. But when I attached and selected a
TODO
  application, it shows all documents of TODO. Why it is so? How
can I
  import my XAR file? Can any one help?
 >>>
 >>> It means one of 2 things:
 >>> 1) Your XAR is invalid/corrupted. Check the console logs on your
 >>> xwiki
 >>> server instance.
 >>> 2) Your XAR was large and you have not waited enough (it takes
some
 >>> time to display the content of a large XAR)
 >>>
 >>> Hope it helps,
 >>> -Vincent
 > ___
 > users mailing list
 > users@xwiki.org
 > http://lists.xwiki.org/mailman/listinfo/users
 >
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 Ar cieņu, Mihails

Links:
--
[1] mailto:[EMAIL PROTECTED]

Advertisement:

prasi mammai!
www.mama.lv
___
users mailing list
users@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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Editing with Wysiwyg

2008-05-15 Thread goldring, richard
James,

I too have issues with the WYSIWYG editor messing up pages. When it works -
its great, but when it seems to randomly mess you edits up - ahhh! It
doesn't seem to translate to wiki markup very well sometimes. I understand
there might be a new better WYSIWYG editor being developed perhaps maybe
available this September. Meantime I'd suggest using the wiki editor - it's
quite good when you get used to it and it doesn't mess up your pages
although it doesn't quite have all the features available that the WYSIWYG
editor.

Regards,

Richard

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of James Dougherty
Sent: 15 May 2008 02:36
To: users@xwiki.org
Subject: [xwiki-users] Editing with Wysiwyg



I am having major difficulties with the Wysiwyg editor in both 1.3.2 and
1.4.
If I use Wysiwyg, the text font displayed while in the editor is not the
same as the final wiki page. Often I have several lines that are in a
different font, even though they looked the same while using Wysiwyg. I am
also finding random issues. For example, today I changed the font colour of
an index page and lost all of the links. I am using a standard Toucan skin.

Is it common to have problems with the Wysiwg editor, or is there a fix I
haven't found? I am finding I am spending as much time fixing the appearance
of pages as writing them. Alternatively, is there another wiki with better
editing.

Thanks
-- 
View this message in context:
http://www.nabble.com/Editing-with-Wysiwyg-tp17244408p17244408.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

___
users mailing list
users@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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Attachement checkout

2008-05-13 Thread goldring, richard
Shiva,

If users use XWiki as a way of managing document version then this scenario
could happen.

I guess it could be a future enhancement to provide checking out/in of
documents to prevent other users accidently checking out documents another
person is editing. This could be done manually by the users noting in the
wiki page that they've checked out one or more documents though it would be
better to have this feature built into XWiki.

Regards,

Richard

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Shiva Shankar
Sent: 12 May 2008 20:02
To: users@xwiki.org
Subject: [xwiki-users] Attachement checkout


Hi fellow XWikiers,

Am curious to know how you have handled the apparent lack of checkout of
attachments. Any insights will be useful on how to handle this scenario.
 
1. User X creates a page and attaches an Excel spreadsheet
2. User Y then downloads the excel and edits it
3. Before Y can upload the new version, X downloads it again and updates the
excel
4. User Y uploads the excel
 
Of course, X and Y can see what changed between the versions using tools
provided by Excel but this is not very intuitive.
 
Regards,
Shiva
_
News, entertainment and everything you care about at Live.com. Get it now!
http://www.live.com/getstarted.aspx
___
users mailing list
users@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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] problem importing XAR, 1.4 rc2

2008-05-09 Thread goldring, richard
Dave,

I had similar problems with XAR import. I had an empty WebHome file in the
XAR zip archive. I opened the XAR archive in WinZip on my Windows PC and
deleted the empty file in the archive and reimported it and the XAR archive
opened ok.

Hope that works.

Best Regards,

Richard

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Dave Mangot
Sent: 09 May 2008 01:37
To: users@xwiki.org
Subject: [xwiki-users] problem importing XAR, 1.4 rc2


I just upgraded from 1.1 to 1.4 RC2.  The upgrade went pretty smoothly 
but I overwrote our Quicklinks bar so I was trying to get it from my 
backup.  I uploaded the XAR but when I tried to open it I get

2008-05-08 17:34:01,056 
[http://wiki/xwiki/bin/import/XWiki/Import?action=getPackageInfos&name=may08
.xar&xpage=plain] 
[TP-Processor12] WARN  web.XWikiAction - Uncaught 
exception: Error number 11015 in 11: Exception while importing
Wrapped Exception: Unexpected end of ZLIB input stream
com.xpn.xwiki.XWikiException: Error number 11015 in 11: Exception while 
importing
Wrapped Exception: Unexpected end of ZLIB input stream
 at com.xpn.xwiki.web.ImportAction.render(ImportAction.java:94)
 at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:205)
 at 
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProces
sor.java:431)
 at 
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
 at 
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
 at 
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
 at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:252)
 at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
 at 
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFi
lter.java:112)
 at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:202)
 at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:173)
 at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:213)
 at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:178)
 at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126
)
 at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105
)
 at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:107)
 at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
 at 
org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:199)
 at 
org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:282)
 at 
org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:754)
 at 
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:684)
 at 
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java
:876)
 at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:684)
 at java.lang.Thread.run(Thread.java:595)


Wrapped Exception:


java.io.EOFException: Unexpected end of ZLIB input stream
 at 
java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:216)
 at 
java.util.zip.InflaterInputStream.read(InflaterInputStream.java:134)
 at java.util.zip.ZipInputStream.read(ZipInputStream.java:139)
 at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:91)
 at 
java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:69)
 at 
com.xpn.xwiki.plugin.packaging.Package.ReadZipInfoFile(Package.java:755)
 at com.xpn.xwiki.plugin.packaging.Package.Import(Package.java:373)
 at 
com.xpn.xwiki.plugin.packaging.PackageAPI.Import(PackageAPI.java:202)
 at com.xpn.xwiki.web.ImportAction.render(ImportAction.java:42)
 at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:205)
 at 
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProces
sor.java:431)
 at 
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
 at 
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
 at 
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
 at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:252)
 at 
org.apache.catalina.core.ApplicationFilterCha

Re: [xwiki-users] [ANN] XWiki Community Farm is now online

2008-05-09 Thread goldring, richard
Hi Vincent,

I wouldn't want this initiative to fail either so even though I don't have
much free either between work and family, please let me know how I can help.

Best Regards,

Richard

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of [Ricardo Rodriguez] Your EPEC Network ICT Team
Sent: 08 May 2008 23:56
To: XWiki Users
Subject: Re: [xwiki-users] [ANN] XWiki Community Farm is now online


Hi Vicent,

Vincent Massol wrote:
> So nobody is interested in helping out?
>
> Thanks
> -Vincent
>   

I would not want that this initiative fails! Even though I have almost 
no free time during these last weeks, let me know if I could be of any 
help! My username: rrodriguez.

Cheers,

Ricardo

-- 
Ricardo Rodríguez
Your EPEC Network ICT Team

___
users mailing list
users@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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Multiple file attaching

2008-05-07 Thread goldring, richard
Jan,

Thankyou for the info. It sounds good. Your idea of using the subject is a
good idea. It would be good to be able to read in html email, but maybe in a
future version of the plugin.

Looking forward to using it when its ready.

Best Regards,

Richard

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Jan Kodera
Sent: 07 May 2008 10:30
To: XWiki Users
Subject: Re: [xwiki-users] Multiple file attaching


Hi Richard,
 plugins reads mail subject. But if yout another idea how to make it, please
tell me that. Subject could have format like Main.WebHome or WebHome (in
this case, space Main is default)

Plugins works this way - every xwiki user has xwiki object which stores pop3
account and login/password. I made some GUI for this. This xwiki user will
be owner of every document. which will be downloaded from this email
address.
I used Scheduler plugin to check email account in preset period.
Plugin download mails from account and after that these mails are deleted
from account.

Plugin handles only email with plain text. It is possible to make support of
html emails, but there is question, if save xwiki pages in html format or
strip down the html tags? Or convert HTML to xwiki syntax? This can be easy,
if i know how to use xwiki render engine to do this job. In this time  I
havent any idea.

And last thing - plugin doesnt support gmail, because gmail has secure pop3.


Jan

On Wed, May 7, 2008 at 10:53 AM, goldring, richard <
[EMAIL PROTECTED]> wrote:

> Jan,
>
> Out of interest how does/will your plugin know where to store the email
> wiki
> pages? Will it be able to look at an emails subject field or contents and
> publish email wiki pages based on key words in these fields? Could
> 'rules'/wiki page code be created to determine where and how the email
> wiki
> pages are created and maybe to create/update an index page to these email
> wiki pages?
>
> Best Regards,
>
> Richard
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
> Of Jan Kodera
> Sent: 02 May 2008 14:43
> To: XWiki Users
> Subject: Re: [xwiki-users] Multiple file attaching
>
>
> Hi,
>  i made a plugin which is capable to get email from pop3 and loaded to
> xwiki
> as a page. It works with attachments too. So you can easy forward your
> mails
> to xwiki from outlook.
> It is not ready for publish, because it is not document well. But in a
> couple of weeks I will publish it on xwiki.org
>
> Jan
>
> On Fri, May 2, 2008 at 12:54 PM, goldring, richard <
> [EMAIL PROTECTED]> wrote:
>
> > Hi,
> >
> > Does anyone know how to select files from a directory and have XWiki
> > attach
> > all those files in that directory to a wiki page? I'm thinking I could
> > have
> > a directory with a load of outlook emails copied there that would be
> > useful
> > to attach and index in a wiki page so the emails can be searched within
> > XWiki - except Lucene doesn't seem to be able to search attached Outlook
> > email files as I've just discovered.
> >
> > What I want is to be able to get emails into XWiki so say a marketing
> > department could search on them - is there another way?
> >
> > Regards,
> >
> > Richard
> >
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
> > Of Benjamin K Leung
> > Sent: 01 May 2008 14:33
> > To: 'XWiki Users'
> > Subject: Re: [xwiki-users] Import/Export
> >
> >
> > Hi,
> >
> > I think the export failed due to insufficient memory.  Increasing the
> > memory
> > pool available the container would solve this.
> >
> > I agree the export code should definitely generate an error message
> > appropriately.
> >
> > BL
> >
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
> > Of
> > goldring, richard
> > Sent: Thursday, May 01, 2008 3:54 AM
> > To: 'XWiki Users'
> > Subject: Re: [xwiki-users] Import/Export
> >
> > Vincent,
> >
> > I had this exception while (having first attached the file) importing
> > (clicking on the file) (even when I exported from 1.3.2 and then tried
> to
> > import again)
> >
> > er 11015 in 11: Exception while importing
> > Wrapped Exception: Error number 2002 in 2: Error parsing xml
> > Wrapped Exception: Error on line -1 of document  : Premature end of
> file.
> > Nested
> >  exception: Premature end of file.
> > com.xpn.xwiki.XWikiException: Error number 11015 in 11: Exception while
> > importin
> > g
> > Wrapped E

Re: [xwiki-users] Multiple file attaching

2008-05-07 Thread goldring, richard
Jan,

Out of interest how does/will your plugin know where to store the email wiki
pages? Will it be able to look at an emails subject field or contents and
publish email wiki pages based on key words in these fields? Could
'rules'/wiki page code be created to determine where and how the email wiki
pages are created and maybe to create/update an index page to these email
wiki pages?

Best Regards,

Richard


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Jan Kodera
Sent: 02 May 2008 14:43
To: XWiki Users
Subject: Re: [xwiki-users] Multiple file attaching


Hi,
 i made a plugin which is capable to get email from pop3 and loaded to xwiki
as a page. It works with attachments too. So you can easy forward your mails
to xwiki from outlook.
It is not ready for publish, because it is not document well. But in a
couple of weeks I will publish it on xwiki.org

Jan

On Fri, May 2, 2008 at 12:54 PM, goldring, richard <
[EMAIL PROTECTED]> wrote:

> Hi,
>
> Does anyone know how to select files from a directory and have XWiki
> attach
> all those files in that directory to a wiki page? I'm thinking I could
> have
> a directory with a load of outlook emails copied there that would be
> useful
> to attach and index in a wiki page so the emails can be searched within
> XWiki - except Lucene doesn't seem to be able to search attached Outlook
> email files as I've just discovered.
>
> What I want is to be able to get emails into XWiki so say a marketing
> department could search on them - is there another way?
>
> Regards,
>
> Richard
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
> Of Benjamin K Leung
> Sent: 01 May 2008 14:33
> To: 'XWiki Users'
> Subject: Re: [xwiki-users] Import/Export
>
>
> Hi,
>
> I think the export failed due to insufficient memory.  Increasing the
> memory
> pool available the container would solve this.
>
> I agree the export code should definitely generate an error message
> appropriately.
>
> BL
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
> Of
> goldring, richard
> Sent: Thursday, May 01, 2008 3:54 AM
> To: 'XWiki Users'
> Subject: Re: [xwiki-users] Import/Export
>
> Vincent,
>
> I had this exception while (having first attached the file) importing
> (clicking on the file) (even when I exported from 1.3.2 and then tried to
> import again)
>
> er 11015 in 11: Exception while importing
> Wrapped Exception: Error number 2002 in 2: Error parsing xml
> Wrapped Exception: Error on line -1 of document  : Premature end of file.
> Nested
>  exception: Premature end of file.
> com.xpn.xwiki.XWikiException: Error number 11015 in 11: Exception while
> importin
> g
> Wrapped Exception: Error number 2002 in 2: Error parsing xml
> Wrapped Exception: Error on line -1 of document  : Premature end of file.
> Nested
>  exception: Premature end of file.
>at com.xpn.xwiki.web.ImportAction.render(ImportAction.java:94)
>at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:198)
>at
> org.apache.struts.action.RequestProcessor.processActionPerform(Reques
> tProcessor.java:431)
>
> ...and then a message saying there was no documents in the file!
>
> I eventually traced it down to an empty "WebHome" file in the archive - I
> deleted this from the archive and the import worked. Why the export
> produced
> an empty WebHome file - I don't know!? But I hope this information helps
> other users with similar difficulties.
>
> Maybe the export code needs refactoring so it can't produce empty files,
> and
> maybe the import code needs to be more robust so it doesn't produce an
> exception if it fails to read anyone file, but produces an message to flag
> up the problem but continues processing the other files so the import
> doesn't fail completely because of one file. I wish I had some to time to
> help fix this at this time ... maybe these issues can be addressed later
> in
> the year.
>
> Best Regards,
>
> Richard
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
> Of Vincent Massol
> Sent: 29 April 2008 07:31
> To: XWiki Users
> Subject: Re: [xwiki-users] Import/Export
>
>
>
> On Apr 29, 2008, at 8:25 AM, goldring, richard wrote:
>
> > Hi all,
> >
> > I've exported from xwiki enterprise hsqldb 1.2 milestone 2 and tried
> > to
> > import into xwiki enterprise hsqldb 1.3.2 by attaching the exported
> > file,
> > but when I click on the attached file it doesn't list the e

Re: [xwiki-users] Multiple file attaching

2008-05-06 Thread goldring, richard
Jan,

Sounds fantastic! I look forward to using it and trying it out with our
marketing department so they can store and search their emails on XWiki.

Best Regards,

Richard

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Jan Kodera
Sent: 02 May 2008 14:43
To: XWiki Users
Subject: Re: [xwiki-users] Multiple file attaching


Hi,
 i made a plugin which is capable to get email from pop3 and loaded to xwiki
as a page. It works with attachments too. So you can easy forward your mails
to xwiki from outlook.
It is not ready for publish, because it is not document well. But in a
couple of weeks I will publish it on xwiki.org

Jan

On Fri, May 2, 2008 at 12:54 PM, goldring, richard <
[EMAIL PROTECTED]> wrote:

> Hi,
>
> Does anyone know how to select files from a directory and have XWiki
> attach
> all those files in that directory to a wiki page? I'm thinking I could
> have
> a directory with a load of outlook emails copied there that would be
> useful
> to attach and index in a wiki page so the emails can be searched within
> XWiki - except Lucene doesn't seem to be able to search attached Outlook
> email files as I've just discovered.
>
> What I want is to be able to get emails into XWiki so say a marketing
> department could search on them - is there another way?
>
> Regards,
>
> Richard
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
> Of Benjamin K Leung
> Sent: 01 May 2008 14:33
> To: 'XWiki Users'
> Subject: Re: [xwiki-users] Import/Export
>
>
> Hi,
>
> I think the export failed due to insufficient memory.  Increasing the
> memory
> pool available the container would solve this.
>
> I agree the export code should definitely generate an error message
> appropriately.
>
> BL
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
> Of
> goldring, richard
> Sent: Thursday, May 01, 2008 3:54 AM
> To: 'XWiki Users'
> Subject: Re: [xwiki-users] Import/Export
>
> Vincent,
>
> I had this exception while (having first attached the file) importing
> (clicking on the file) (even when I exported from 1.3.2 and then tried to
> import again)
>
> er 11015 in 11: Exception while importing
> Wrapped Exception: Error number 2002 in 2: Error parsing xml
> Wrapped Exception: Error on line -1 of document  : Premature end of file.
> Nested
>  exception: Premature end of file.
> com.xpn.xwiki.XWikiException: Error number 11015 in 11: Exception while
> importin
> g
> Wrapped Exception: Error number 2002 in 2: Error parsing xml
> Wrapped Exception: Error on line -1 of document  : Premature end of file.
> Nested
>  exception: Premature end of file.
>at com.xpn.xwiki.web.ImportAction.render(ImportAction.java:94)
>at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:198)
>at
> org.apache.struts.action.RequestProcessor.processActionPerform(Reques
> tProcessor.java:431)
>
> ...and then a message saying there was no documents in the file!
>
> I eventually traced it down to an empty "WebHome" file in the archive - I
> deleted this from the archive and the import worked. Why the export
> produced
> an empty WebHome file - I don't know!? But I hope this information helps
> other users with similar difficulties.
>
> Maybe the export code needs refactoring so it can't produce empty files,
> and
> maybe the import code needs to be more robust so it doesn't produce an
> exception if it fails to read anyone file, but produces an message to flag
> up the problem but continues processing the other files so the import
> doesn't fail completely because of one file. I wish I had some to time to
> help fix this at this time ... maybe these issues can be addressed later
> in
> the year.
>
> Best Regards,
>
> Richard
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
> Of Vincent Massol
> Sent: 29 April 2008 07:31
> To: XWiki Users
> Subject: Re: [xwiki-users] Import/Export
>
>
>
> On Apr 29, 2008, at 8:25 AM, goldring, richard wrote:
>
> > Hi all,
> >
> > I've exported from xwiki enterprise hsqldb 1.2 milestone 2 and tried
> > to
> > import into xwiki enterprise hsqldb 1.3.2 by attaching the exported
> > file,
> > but when I click on the attached file it doesn't list the exported
> > files
> > within so I can import them.
>
> That should work fine. So you need to tell us what error you get in
> the xwiki logs.
> Also make sure you click only once and you wait enough. If your XAR is
> large it'll take time 

[xwiki-users] Multiple file attaching

2008-05-02 Thread goldring, richard
Hi,

Does anyone know how to select files from a directory and have XWiki attach
all those files in that directory to a wiki page? I'm thinking I could have
a directory with a load of outlook emails copied there that would be useful
to attach and index in a wiki page so the emails can be searched within
XWiki - except Lucene doesn't seem to be able to search attached Outlook
email files as I've just discovered.

What I want is to be able to get emails into XWiki so say a marketing
department could search on them - is there another way?

Regards,

Richard

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Benjamin K Leung
Sent: 01 May 2008 14:33
To: 'XWiki Users'
Subject: Re: [xwiki-users] Import/Export


Hi,

I think the export failed due to insufficient memory.  Increasing the memory
pool available the container would solve this.

I agree the export code should definitely generate an error message
appropriately. 

BL

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
goldring, richard
Sent: Thursday, May 01, 2008 3:54 AM
To: 'XWiki Users'
Subject: Re: [xwiki-users] Import/Export

Vincent,

I had this exception while (having first attached the file) importing
(clicking on the file) (even when I exported from 1.3.2 and then tried to
import again)

er 11015 in 11: Exception while importing
Wrapped Exception: Error number 2002 in 2: Error parsing xml
Wrapped Exception: Error on line -1 of document  : Premature end of file.
Nested
 exception: Premature end of file.
com.xpn.xwiki.XWikiException: Error number 11015 in 11: Exception while
importin
g
Wrapped Exception: Error number 2002 in 2: Error parsing xml
Wrapped Exception: Error on line -1 of document  : Premature end of file.
Nested
 exception: Premature end of file.
at com.xpn.xwiki.web.ImportAction.render(ImportAction.java:94)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:198)
at
org.apache.struts.action.RequestProcessor.processActionPerform(Reques
tProcessor.java:431)

...and then a message saying there was no documents in the file!

I eventually traced it down to an empty "WebHome" file in the archive - I
deleted this from the archive and the import worked. Why the export produced
an empty WebHome file - I don't know!? But I hope this information helps
other users with similar difficulties.

Maybe the export code needs refactoring so it can't produce empty files, and
maybe the import code needs to be more robust so it doesn't produce an
exception if it fails to read anyone file, but produces an message to flag
up the problem but continues processing the other files so the import
doesn't fail completely because of one file. I wish I had some to time to
help fix this at this time ... maybe these issues can be addressed later in
the year.

Best Regards,

Richard

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Vincent Massol
Sent: 29 April 2008 07:31
To: XWiki Users
Subject: Re: [xwiki-users] Import/Export



On Apr 29, 2008, at 8:25 AM, goldring, richard wrote:

> Hi all,
>
> I've exported from xwiki enterprise hsqldb 1.2 milestone 2 and tried  
> to
> import into xwiki enterprise hsqldb 1.3.2 by attaching the exported  
> file,
> but when I click on the attached file it doesn't list the exported  
> files
> within so I can import them.

That should work fine. So you need to tell us what error you get in  
the xwiki logs.
Also make sure you click only once and you wait enough. If your XAR is  
large it'll take time to display the items.

BTW what's the size of your XAR?

> Anyone know how to get my pages from 1.2 to 1.3.2?

See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Backup

Thanks
-Vincent

___
users mailing list
users@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

Re: [xwiki-users] Import/Export

2008-05-01 Thread goldring, richard
BL,

You think the export failed and produced an empty WebHome file? Everything
else seemed to be exported correctly, and once I deleted the empty WebHome
file I was able to import the archive.

Regards,

Richard

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Benjamin K Leung
Sent: 01 May 2008 14:33
To: 'XWiki Users'
Subject: Re: [xwiki-users] Import/Export


Hi,

I think the export failed due to insufficient memory.  Increasing the memory
pool available the container would solve this.

I agree the export code should definitely generate an error message
appropriately. 

BL

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
goldring, richard
Sent: Thursday, May 01, 2008 3:54 AM
To: 'XWiki Users'
Subject: Re: [xwiki-users] Import/Export

Vincent,

I had this exception while (having first attached the file) importing
(clicking on the file) (even when I exported from 1.3.2 and then tried to
import again)

er 11015 in 11: Exception while importing
Wrapped Exception: Error number 2002 in 2: Error parsing xml
Wrapped Exception: Error on line -1 of document  : Premature end of file.
Nested
 exception: Premature end of file.
com.xpn.xwiki.XWikiException: Error number 11015 in 11: Exception while
importin
g
Wrapped Exception: Error number 2002 in 2: Error parsing xml
Wrapped Exception: Error on line -1 of document  : Premature end of file.
Nested
 exception: Premature end of file.
at com.xpn.xwiki.web.ImportAction.render(ImportAction.java:94)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:198)
at
org.apache.struts.action.RequestProcessor.processActionPerform(Reques
tProcessor.java:431)

...and then a message saying there was no documents in the file!

I eventually traced it down to an empty "WebHome" file in the archive - I
deleted this from the archive and the import worked. Why the export produced
an empty WebHome file - I don't know!? But I hope this information helps
other users with similar difficulties.

Maybe the export code needs refactoring so it can't produce empty files, and
maybe the import code needs to be more robust so it doesn't produce an
exception if it fails to read anyone file, but produces an message to flag
up the problem but continues processing the other files so the import
doesn't fail completely because of one file. I wish I had some to time to
help fix this at this time ... maybe these issues can be addressed later in
the year.

Best Regards,

Richard

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Vincent Massol
Sent: 29 April 2008 07:31
To: XWiki Users
Subject: Re: [xwiki-users] Import/Export



On Apr 29, 2008, at 8:25 AM, goldring, richard wrote:

> Hi all,
>
> I've exported from xwiki enterprise hsqldb 1.2 milestone 2 and tried  
> to
> import into xwiki enterprise hsqldb 1.3.2 by attaching the exported  
> file,
> but when I click on the attached file it doesn't list the exported  
> files
> within so I can import them.

That should work fine. So you need to tell us what error you get in  
the xwiki logs.
Also make sure you click only once and you wait enough. If your XAR is  
large it'll take time to display the items.

BTW what's the size of your XAR?

> Anyone know how to get my pages from 1.2 to 1.3.2?

See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Backup

Thanks
-Vincent

___
users mailing list
users@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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Thales UK Ltd (Wells) DISCLAIMER: The informat

Re: [xwiki-users] Import/Export

2008-05-01 Thread goldring, richard
Vincent,

I had this exception while (having first attached the file) importing
(clicking on the file) (even when I exported from 1.3.2 and then tried to
import again)

er 11015 in 11: Exception while importing
Wrapped Exception: Error number 2002 in 2: Error parsing xml
Wrapped Exception: Error on line -1 of document  : Premature end of file.
Nested
 exception: Premature end of file.
com.xpn.xwiki.XWikiException: Error number 11015 in 11: Exception while
importin
g
Wrapped Exception: Error number 2002 in 2: Error parsing xml
Wrapped Exception: Error on line -1 of document  : Premature end of file.
Nested
 exception: Premature end of file.
at com.xpn.xwiki.web.ImportAction.render(ImportAction.java:94)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:198)
at
org.apache.struts.action.RequestProcessor.processActionPerform(Reques
tProcessor.java:431)

...and then a message saying there was no documents in the file!

I eventually traced it down to an empty "WebHome" file in the archive - I
deleted this from the archive and the import worked. Why the export produced
an empty WebHome file - I don't know!? But I hope this information helps
other users with similar difficulties.

Maybe the export code needs refactoring so it can't produce empty files, and
maybe the import code needs to be more robust so it doesn't produce an
exception if it fails to read anyone file, but produces an message to flag
up the problem but continues processing the other files so the import
doesn't fail completely because of one file. I wish I had some to time to
help fix this at this time ... maybe these issues can be addressed later in
the year.

Best Regards,

Richard

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Vincent Massol
Sent: 29 April 2008 07:31
To: XWiki Users
Subject: Re: [xwiki-users] Import/Export



On Apr 29, 2008, at 8:25 AM, goldring, richard wrote:

> Hi all,
>
> I've exported from xwiki enterprise hsqldb 1.2 milestone 2 and tried  
> to
> import into xwiki enterprise hsqldb 1.3.2 by attaching the exported  
> file,
> but when I click on the attached file it doesn't list the exported  
> files
> within so I can import them.

That should work fine. So you need to tell us what error you get in  
the xwiki logs.
Also make sure you click only once and you wait enough. If your XAR is  
large it'll take time to display the items.

BTW what's the size of your XAR?

> Anyone know how to get my pages from 1.2 to 1.3.2?

See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Backup

Thanks
-Vincent

___
users mailing list
users@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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Import/Export

2008-04-30 Thread goldring, richard
Vincent,

Checking this again. 

I have the following files:

XwikiBackup.xar Administrator 1.1 28/04/2008 13441188 Delete 
xwiki-enterprise-wiki-1.3~.xar Administrator 1.1 28/04/2008 363033 Delete 

I can click on the downloaded (from xwiki.org)
xwiki-enterprise-wiki-1.3~.xar to display its contentsm, but I get the
following message on the import page when I click on any of the other
archives exported from XWiki 1.2: "No documents found in the selected
archive" even though the files aren't empty and when I open the archive it
does contain files. Why doesn't see the files in the archive? Is there
anyway of getting it to see those files?

Regards,

Richard

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Vincent Massol
Sent: 29 April 2008 07:31
To: XWiki Users
Subject: Re: [xwiki-users] Import/Export



On Apr 29, 2008, at 8:25 AM, goldring, richard wrote:

> Hi all,
>
> I've exported from xwiki enterprise hsqldb 1.2 milestone 2 and tried  
> to
> import into xwiki enterprise hsqldb 1.3.2 by attaching the exported  
> file,
> but when I click on the attached file it doesn't list the exported  
> files
> within so I can import them.

That should work fine. So you need to tell us what error you get in  
the xwiki logs.
Also make sure you click only once and you wait enough. If your XAR is  
large it'll take time to display the items.

BTW what's the size of your XAR?

> Anyone know how to get my pages from 1.2 to 1.3.2?

See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Backup

Thanks
-Vincent

___
users mailing list
users@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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Import/Export

2008-04-29 Thread goldring, richard
The size of the export is 13407896. There didn't seem to be any error
messages - maybe I didn't wait long enough?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Vincent Massol
Sent: 29 April 2008 07:31
To: XWiki Users
Subject: Re: [xwiki-users] Import/Export



On Apr 29, 2008, at 8:25 AM, goldring, richard wrote:

> Hi all,
>
> I've exported from xwiki enterprise hsqldb 1.2 milestone 2 and tried  
> to
> import into xwiki enterprise hsqldb 1.3.2 by attaching the exported  
> file,
> but when I click on the attached file it doesn't list the exported  
> files
> within so I can import them.

That should work fine. So you need to tell us what error you get in  
the xwiki logs.
Also make sure you click only once and you wait enough. If your XAR is  
large it'll take time to display the items.

BTW what's the size of your XAR?

> Anyone know how to get my pages from 1.2 to 1.3.2?

See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Backup

Thanks
-Vincent

___
users mailing list
users@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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Import/Export

2008-04-28 Thread goldring, richard
Hi all,

I've exported from xwiki enterprise hsqldb 1.2 milestone 2 and tried to
import into xwiki enterprise hsqldb 1.3.2 by attaching the exported file,
but when I click on the attached file it doesn't list the exported files
within so I can import them.

Anyone know how to get my pages from 1.2 to 1.3.2?

Regards,

Richard


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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] A default filter for page lists

2008-04-07 Thread goldring, richard
Ricardo,

Perhaps, yes you could filter results for XWiki, Main, Panel and perhaps add
central customisation in the admin pages to specify what to include/exclude
for specific types of user - so admin users see everything, developers see
developer pages, and other users see only pages/spaces relevant to them,
etc.

So spaces and page would need to have a tag to define the type of space/page
and then when the spaces and pages are listed in an index, panel or search
then spaces/pages can be filtered out which aren't relevant for a particular
page. This could be an additional feature built into XWiki. In addition
could provide filtered views on to an XWiki's contents, so a user could
select a view of the XWiki contents based on a set of filter criteria, but
its main use would be to hide irrelevant content to particular users e.g.
admin/code type page from general users.

What do other users think of having such a feature in XWiki?

Regards,

Richard

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of [Ricardo Rodríguez]
Sent: 07 April 2008 11:49
To: users@xwiki.org
Subject: Re: [xwiki-users] A default filter for page lists



Hi,


goldring, richard wrote:
> 
> Yes I think that's a good idea - it just confuses users when they see
> 'structural' type wiki content - and it looks "messy" - only xwiki admin
> and
> developer users should be able to see xwiki 'structural' pages and
> elements
> when they do searches, view pages in a space or via an index.
> 

Don't you think could be enough by filtering results in XWiki, Main and
Panels? I am working with XE, so it is possible that other configurations
require to filter out other spaces as well.

As XWiki is completely flexible and allow you to create customized filters,
I am not sure about the need of adding it by default. You could easily make
this separation by creating new spaces where users create their pages then
filtering search results based on this spaces names.

Just me 2c.

Ricardo
-- 
View this message in context:
http://www.nabble.com/A-default-filter-for-page-lists-tp16432884p16537234.ht
ml
Sent from the XWiki- Users mailing list archive at Nabble.com.

___
users mailing list
users@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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] A default filter for page lists

2008-04-02 Thread goldring, richard
Yes I think that's a good idea - it just confuses users when they see
'structural' type wiki content - and it looks "messy" - only xwiki admin and
developer users should be able to see xwiki 'structural' pages and elements
when they do searches, view pages in a space or via an index.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of [EMAIL PROTECTED]
Sent: 01 April 2008 20:45
To: users@xwiki.org
Subject: [xwiki-users] A default filter for page lists


On pages like the Index and Search Results, it would be helpful to end 
users if there were a way to filter out structural objects like classes 
and skins from the results list, and show only user-contributed pages.

The XWiki.Results object already filters out things that users don't have 
permission to see.

#if ($xwiki.hasAccessLevel("view", $context.user, $itemfullname))
...list items...
#end

I think that what's needed here is some way to classify "content".

Does anyone have recommendations on how to do this?
___
users mailing list
users@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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] changing some layout details in a single page

2008-03-17 Thread goldring, richard
Hi,

Couldn't changing the skin/look and feel of a page be done from a menu pull
down/ selection to make that functionality more accessible to non-coders?

Regards,

Richard

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Sergiu Dumitriu
Sent: 15 March 2008 05:59
To: XWiki Users
Subject: Re: [xwiki-users] changing some layout details in a single page


[Ricardo Rodriguez] Your EPEC Network ICT Team wrote:
> Guillaume Lerouge wrote:
>> What you can do is to append ?skin= at the end of your page name to 
>> force it to use that given skin, for instance :
>>
>> mywiki.com/xwiki/bin/view/Main/WebHome?skin=albatross 
>>  (or
toucan)
>>
>> Then you can add this code to your selected pages (it's not clean but 
>> it will work) :
>>
>> #if(!$request.skin || $request.skin && $request.skin != 'myskin')
>>
>> #set($skin = '?skin=myskin')
>>
>> #set($url = $xwiki.getURL($doc.fullName))
>>
>> #set($pageurl = $url + $skin)
>>
>> $response.sendRedirect($pageurl)
>>
>> #end

A shorter code:

#if("$!request.skin" != "myskin")
$response.sendRedirect($doc.getURL("view", "skin=myskin")
#end

> 
> Oh! How powerful is this stuff! The "only" problem is to know how to use 
> all the resources this framework provides us.
> 
> Don't you think this must go to Code Snippets?
> 
> Thank you so much,
> 
> Ricardo


-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Roadmap for XE 1.4

2008-03-11 Thread goldring, richard
All,
 
There's an interesting summary of various editors here 
http://ajaxpatterns.org/archive/Rich_Text_Editor.php
 
 
and this is a good source of ideas of web text editors:
 
http://www.htmlarea.com/  
 
and this is an interesting idea: double click on a section to bring up an
editor!
 
http://demo.wikiwyg.net/wikiwyg/demo/standalone/
 
 
I'll put these on the WYSIWYG editor page for reference. 
 
By the way - why don't the bullet points get rendered on the WYSIWYG editor
page?
 
Regards,
 
Richard
 
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of
Guillaume Lerouge
Sent: 11 March 2008 14:33
To: [EMAIL PROTECTED]; XWiki Users
Subject: Re: [xwiki-users] Roadmap for XE 1.4


Hi Sylvain, 


I don't kno wif this feature is working in 1.3 but one thing very
important in my opinion is the fact that several person may be able to
modify the same page, for example saving only the paragraph modified.
It's not working in the 1.2 and thus it's a shame because you can't
work in a medium sized page within a group.


No, it does not work yet. Actually this is part of the work on the new
version of the WYSIWYG editor. We are currently working on trying to make
real-time edition by several people working in the editor's next version,
but it will most probably take a few months before it becomes available. 

You can follow the discussion about the WYSIWYG editor here :
http://dev.xwiki.org/xwiki/bin

/view/Design/NewWysiwygEditorBa

sedOnGwt
 


Thanks,

Guillaume

 


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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Roadmap for XE 1.4

2008-03-11 Thread goldring, richard
Guillaume,
 
I've updated the

http://dev.xwiki.org/xwiki/bin/view/Design/NewWysiwygEditorBasedOnGwt page
with my suggestions so they can be taken into account while working on the
editor's new version.
 
Regards,
 
Richard

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of
Guillaume Lerouge
Sent: 10 March 2008 16:01
To: XWiki Users
Subject: Re: [xwiki-users] Roadmap for XE 1.4


Hi,


> * An improved WYSIWYG editor with the following features:
> - cut and paste from Word and web pages easily i.e. without having
> to go
> back and adjust the formatting of what's been pasted onto an XWiki
> page

> - if some wiki markup or code on a page could muckup the layout of
> the menu
> bars, etc can XWiki catch it and prevent it from doing that?


Thanks for these numerous suggestions. Richard, could you please add them to
the  http://dev.xwiki.org/xwiki/bin/view/Design/NewWysiwygEditorBasedOnGwt

page so that we can take them into account while working on the editor's new
version ? There's indeed a lot to do and to think about in terms of how to
display code & wiki syntax in the WYSIWYG editor.


> I think how useful and useable the WYSIWYG editor is effects the users
> experience and whether they'like and want to use XWiki.


Agreed. Which is why we're working on its specification in order to start
its implementation ASAP. User feedback during this process would be more
than welcome.
 
> * A way of sending emails to XWiki so they can be stored, archived and
> referenced from a wiki page.



Yep, I remember some talking about this.

BTW I wonder if XWiki Watch could be used for this? We'd just need to
hook a mailbox + a POP module (or a mailing list archive reader) and
it should work just fine I think.


I'm not sure this is the most relevant way to do it. I'd rather see an email
archive application that would work this way -> you send an email to a given
address (say [EMAIL PROTECTED]
 ) . 
The email is converted into a wiki page with an unique identifier based on
its subject, sender, date etc. The page metadata uses the email info to fill
in the author & creation date. A check would probably be needed for
protected page (add the email only if the sender's email adresses matches
the one of an user who has rights on that page). 
An index page lists all the email and allows filtering & searching them.
A macro allows to quote a mail in a page (could be done with
#includeTopic(MailArchive.UniqueEmailIdentifier) actually)

Anyway more discussions would be needed to decide whether that application
would be worth making it into XE 1.4 (though I'd be glad to have it).

Here is some additional feedback I gathered :

*   Migration 


*   Make the migration between 2 versions of XWiki even easier than it
is now (some bugs remain, making upgrades a chore on many occasions). 

*   Applications 


*   Remove unfinished applications (such as the calendar & the photo
album) from the default distribution and put them as XARs on XWiki.org
instead

*   Translations 


*   Replace all text in the default wiki with $msg.get() calls and
update the translation file to include EN & FR translations for all of them.

*   Administration 


*   Add a select box to the language selection field 

*   Add explanations next to each field to explain what they do 

*   Groups : add a button "Add a member to this group" on group pages
(below the list of group members)

*   Space Administration 


*   Add the ability to customize the color of a space easily in Toucan 

*   Add the possibility to use the Panel Wizard for a space

*   Autosuggest 


*   Generalize the autosuggest feature to most input fields on the wiki 

I'll try to post some more once I've received it.

Guillaume

 


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 Englan

Re: [xwiki-users] Roadmap for XE 1.4

2008-03-10 Thread goldring, richard
Vincent,

We'd like to see:

* An improved WYSIWYG editor with the following features:
- cut and paste from Word and web pages easily i.e. without having to go
back and adjust the formatting of what's been pasted onto an XWiki page
- cut and paste images without attaching first (i.e. when you cut and paste
images are automatically attached the page)
- can the appearance of table be made better and used to layout the page so
text can be grouped in columns and boxes more easily?
- don't think being able to flip between WYSIWYG and the wiki editor makes
sense - when flipping from WYSIWYG editor and the wiki editor the markup
isn't very readable or editable and a lot of errors seem to get introduced.
I guess the wiki markup editor allows you to enter code easily so a wiki
editor is still useful, but maybe the WYSIWYG editor could allow editing of
text WYSIWYG style BUT also allow wiki editing of sections of the page, so
that way you hide the awful WYSIWYG markup layout but allow wiki markups and
code in defined sections of a page. These wiki/code sections in the WYSIWYG
editor could then be marked by boxes containing the wiki markup and code -
do you know what I mean? So you get rid of the wiki editor and have one
editor the WYSIWYG editor that allows you to use wiki markup and code in
user defined areas of a page.
- if some wiki markup or code on a page could muckup the layout of the menu
bars, etc can XWiki catch it and prevent it from doing that?

I think how useful and useable the WYSIWYG editor is effects the users
experience and whether they'like and want to use XWiki.

* A way of sending emails to XWiki so they can be stored, archived and
referenced from a wiki page.

Hope that helps.

Richard

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Vincent Massol
Sent: 10 March 2008 14:10
To: XWiki Developers; XWiki Users
Subject: [xwiki-users] Roadmap for XE 1.4


Hi everyone,

I'd like everyone's input for defining the XE 1.4 roadmap both on the  
general objectives and specific features/bugs to implement/fix.

Here's my first take below. Please comment on it and add other stuff.  
This is a brainstorming session. Then we can start assigning  
committers/contributors to goals/issues.

General Goals:


* Bug fixes
** Go from 240 in JIRA for Core down to 180 on XE 1.4 release date

* Better performance
** Run XE with a profiler and find bottlenecks
** Reduce number of database calls
** Improved page loading (JV)
** Make Stats usable on xwiki.org (ThomasM)

* More automated tests
** More selenium tests
** Add tests on Tomcat 6.x as part of the CI build
** Add tests on Windows and with IE6 and IE7 as part of the CI build

* No new features in general

Of course there are some goals that are always valid irrelevant on any  
release and that we should keep in mind:
* More tests
* Better javadoc
* More documentation on xwiki.org
* Code cleanup/refactoring
* Extract more plugins from core into plugins proper

Specific issues to implement/fix


* Add support for removing class properties
(http://jira.xwiki.org/jira/browse/XWIKI-99 
)
* (optional - depending on availability) - New rendering rewrite
(http://jira.xwiki.org/jira/browse/XWIKI-654 
)
* (optional - depending on availability) - Interface extensions
(http://dev.xwiki.org/xwiki/bin/view/Design/InterfaceExtensions 
)
* Add any other critical issue here

Thanks
-Vincent

___
users mailing list
users@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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] XWiki page layout

2008-02-26 Thread goldring, richard
Hi,

Does anyone know if any work is going to be done to help layout the contents
of an XWiki page say to place graphics and text side by side in different
columns, etc. I've tried using the table feature but it doesn't seem to have
many options to control layout effectively (border widths, etc) and cutting
and pasting into a table in WYSIWYG mode screws up the formatting (text size
changes, is underlined and other interesting effects!).

Thanks,

Richard

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Ludovic Dubost
Sent: 26 February 2008 10:05
To: [EMAIL PROTECTED]; XWiki Users
Subject: [xwiki-users] XWiki - the company - is looking for Interns and
Employees for it's Iasi Office



Since I'm getting such a great response from the community to help us 
win the vote (the community rulez !), I'm going to ask for some more help.

We are looking for some Interns  (Paris  or even remotely) and/or 
employees for our Iasi Office in Romania.

More info about the profiles we are looking for at

http://www.xwiki.com/xwiki/bin/view/About/Jobs

We are especially looking for Web Developers working on top of the XWiki 
platform (scripting, web technologies, javascript, AJAX, CSS) to work on 
XWiki applications and on client projects.

http://www.xwiki.com/xwiki/bin/view/About/JobsWebDeveloper

We are looking obviously for people that believe in Open Source and it's 
values. We see the XWiki company (currently XPertNet, soon XWiki SAS) as 
a bridge between the business world and the open source world. We want 
XWiki to be both available for free but also easily available for 
companies wanting support and services (maybe that would require a much 
longer email to the community).

In any case if any of you are interested or if you know people that 
might, don't hesitate to forward this around and make it known that 
there is an great open source company looking for more help to make 
great software and provide great solutions.

Thanks for you help

Ludovic

-- 
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost


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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Bulletin Board cannot display topic title and f irst post !?

2008-02-21 Thread goldring, richard
Hi,
 
The Bulletin Board application is looking good - I'll certainly try it when
I have a chance - will it be include with the lastest version of XWiki?
 
Regards,
 
Richard

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of
Guillaume Lerouge
Sent: 21 February 2008 08:55
To: XWiki Users
Subject: Re: [xwiki-users] Bulletin Board cannot display topic title and
first post !?


Hi there,  

The last version of the Bulletin Board Application is now available for
download at
http://code.xwiki.org/xwiki/bin/view/Applications/BulletinBoardApplicationDo
wnloads
 .


Description of the application available here :
http://code.xwiki.org/xwiki/bin/view/Applications/BulletinBoardApplication




This version adds a few layout changes and introduces a new panel that lists
the bulletin boards an user has access to in a given wiki, available at
[Panels.BulletinBoardList]


Hope you will like it,


Guillaume


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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] [Proposal] New free and community-managed farm on xwiki.org?

2008-01-23 Thread goldring, richard
Hi Vincent,

It sounds like a good idea. It would provide:
* a place to test out the latest XWiki builds and quickly identify issues
and resolve them
* a free place for people to host their websites

I'd certainly consider it for my non-work related material.

Regards,

Richard

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Vincent Massol
Sent: 23 January 2008 09:32
To: XWiki Users
Subject: Re: [xwiki-users] [Proposal] New free and community-managed
farm on xwiki.org?


Hi Ricardo,

On Jan 22, 2008, at 10:27 PM, [Ricardo Rodriguez] Your EPEC Network  
ICT Team wrote:

> sachin mittal wrote:
>> Hi Vincent,
>> People who are interested in free xwiki and want to use it as an
>> experimental tool can download it and play with it. It costs nothing
>> for them.
>> As far as I have seen that students and other such individuals seldom
>> become paying customers. They typically use for project work etc.
>>
>> I think hosted solution should focus on paying customers only unless
>> you want to test the scalability of xwiki real time by giving free  
>> access.
>
> Following this reasoning, how does Netcipia (http:// 
> www.netcipia.net)fit
> in the proposed schema?

Netcipia is another farm that could be seen as a kind of competitor to  
this new xwiki.org farm. However there are some differences:
* the xwiki.org farm will be using the default UI (same as XWiki  
Enterprise) and the same features
* it'll be supported by the xwiki community
* it'll have latest versions installed at all times
* there's no business model behind this xwiki.org farm

I think the target is really different. Netcipia's idea is to propose  
ways for users to sell their content online whereas this farm will be  
more for hosting "intranets"/"web sites".

Anyway the free xwiki.org farm is not fully decided yet. I'd like to  
see more opinions form the xwiki users and dev community about it.

Thanks
-Vincent

___
users mailing list
users@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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Confluence integration (Catalin)

2008-01-18 Thread goldring, richard
Anyone,

How does this Confluence integration (Catalin) work? What does it do?

Regards,

Richard

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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Wiki and WYSIWYG editing

2008-01-10 Thread goldring, richard
Vincent,

Yes! From a users point of view improving the following areas would make a
huge difference in useability:

* A super slick WYSIWYG editor providing similar functionality as offline
web page editors/word processors to enable users to easily and quickly enter
(and cut and paste text/images from Word, other web pages, etc) and
structure and layout the content on a page would help win over non-techie
users who don't like the wiki editor.

WYSIWYG java based web editors:
http://www.technobulls.com/2006/06/23/top-5-free-javascript-wysiwyg-editors/

For instance perhaps use an html editor like this with features added for
XWiki linking, etc:
http://www.fckeditor.net/ and http://www.fckeditor.net/demo
This editor supports cut and paste from Word. It could be offered as an
alternative to the current wiki and WYSIWYG editors?
A WYSIWYG editor doesn't have to translate everything to wiki markup does
it? - couldn't be a mixture of both to take advantage of both and existing
html WYSIWYG editors - of course it wouldn't translate over to edit in the
wiki editor - but would you need/want to?

* A flexible means to quickly customise a wiki skin (fonts/colours/page
layouts/menus/indexes/stats/etc) to be customised for a particular wiki site
without resorting to hacking css files would be useful.

* A wizard to install XWiki on apache tomcat or other and hook it into a
database would also help eliminate common setup/installation
issues/problems.


On another note - have you seen the wiki daskboard on wikipedia by PARC
research?

http://wikidashboard.parc.com/
and an example
http://wikidashboard.parc.com/w/index.php?title=United_States_presidential_e
lection%2C_2008&diff=183392068&oldid=9947884


Regards,

Richard

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Vincent Massol
Sent: 10 January 2008 12:52
To: XWiki Users
Subject: Re: [xwiki-users] Wiki and WYSIWYG editing



On Jan 10, 2008, at 12:29 PM, goldring, richard wrote:

> Just a thought:
>
> Perhaps XWiki should either allow users to edit a page with the wiki  
> editor
> or the WYSIWYG editor BUT NOT BOTH and not provide translation  
> between them.
> My reasoning is:
> * that swapping between the editors can mess up the formatting - which
> annoys users no end.
> * the WYSIWYG wiki output can sometimes be hard to read and even  
> unreadable!
> * the WYSIWYG could then provide additonal formatting not currently
> supported by the wiki markup more easily (in HTML directly)
> * first time users get confused with the two editors and swapping  
> between
> them and they'd prefer the WYSIWYG editor as long as it didn't mess  
> up their
> formatting
>
> Of course it would also be useful to provide some means via the  
> WYSIWYG
> editor to add velocity, groovy code, HTML, etc to the page to retain  
> the
> freedom and flexibility of the wiki editor.
>
> What do people think?

Right now you can do what you suggest as a customization of your  
instance (for example forcing the use of the WYSIWYG editor or forcing  
the use of the wiki editor only).

But the main problem is that there are a few annoying bugs in the  
WYSIWYG editor which can be fixed. Actually there aren't that many to  
make the WYSIWYG editor really slick (probably 3-4 main ones I'd say).  
Only issue is that it's a bit tricky to fix and the TinyMCE  
architecture isn't really scalable for the longer term future so  
that's why we've decided to implement a new WYSIWYG editor in Java  
using GWT.

Now back to the current WYSIWYG editor, the XWiki project is welcoming  
all patches to fix it so it's only a matter of someone with Javascript  
skills providing some patches.

We're also thinking about setting up some bounties and offering some  
money for people to work on specific parts of XWiki. This could be  
such a domain. Another one would be about creating new skins. Do you  
think this would help?

Thanks
-Vincent




___
users mailing list
users@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 virus

[xwiki-users] Wiki and WYSIWYG editing

2008-01-10 Thread goldring, richard
Just a thought:

Perhaps XWiki should either allow users to edit a page with the wiki editor
or the WYSIWYG editor BUT NOT BOTH and not provide translation between them.
My reasoning is:
* that swapping between the editors can mess up the formatting - which
annoys users no end.
* the WYSIWYG wiki output can sometimes be hard to read and even unreadable!
* the WYSIWYG could then provide additonal formatting not currently
supported by the wiki markup more easily (in HTML directly)
* first time users get confused with the two editors and swapping between
them and they'd prefer the WYSIWYG editor as long as it didn't mess up their
formatting

Of course it would also be useful to provide some means via the WYSIWYG
editor to add velocity, groovy code, HTML, etc to the page to retain the
freedom and flexibility of the wiki editor.

What do people think?


Regards,

Richard

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@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


  1   2   >