Re: [xwiki-users] Mysql Configuration problem

2012-07-26 Thread Guillaume Fenollar
Hello,

Why is there two mysql listening? Have you tried simply connect through the
command line with the xwiki credentials?

mysql -u xwiki -p --port 3306 xwiki


You should be able to access this database with no problem. Perhaps you're
connected to the other running mysql instance when you make you tests..?
If it's the case, you can set the mysql port in the hibernate file
(mysql://localhost:3306/xwiki)

Good luck!

Guillaume Fenollar
XWiki SAS

2012/7/26 raav2012 ra...@hotmail.com

 Hi Dmitry, thanks for the answer.

 Yeah, the database, user and password are set to xwiki, still cant find
 what
 wrong tho, xwiki user has full permisions, tried with diferent users,
 addresses etc, nothing works.

 Thanks anyway Dmitry, cheers.



 --
 View this message in context:
 http://xwiki.475771.n2.nabble.com/Mysql-Configuration-problem-tp7580467p7580537.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


Re: [xwiki-users] Hackathon 2012 is starting!

2012-07-26 Thread Vincent Massol
Reminder: only 2 more days before the end of the 2012 hackathon! :)

From what I can gather, things are shaping up nicely and it's going to be a 
great hackathon year IMO…

On my side I'm working with Eduard on autocompletion and we already have 
something nice. We're now fine-tuning.

Thanks
-Vincent

On Jul 20, 2012, at 3:10 PM, Vincent Massol wrote:

 Hi everyone,
 
 A while back we announced the XWiki Hackathon 2012:
 http://xwiki.markmail.org/thread/a4tf3fg5s5okjadw
 
 The hackathon period is now starting and will last till the 27th of July.
 
 If you're interested in participating, put your name on this page with the 
 topic you've chosen:
 http://dev.xwiki.org/xwiki/bin/view/Hackathon2012/WebHome
 
 Thanks
 -Vincent
 

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


[xwiki-users] Fwd: Printing several pages

2012-07-26 Thread yann gensollen
Hello I still have no solution for this issue. Could you please help me?

thanks

-- Forwarded message --
From: Yann Gensollen yge...@gmail.com
Date: 2012/7/17
Subject: Printing several pages
To: users@xwiki.org


Hello
I cannot manage to use standard option to print several pages. When i use
children pages, it works but page break option won t work, pages titles and
pictures inside pages either. I also uses specific panel dowloaded on xwiki
site. The pdf option gui works but i still have the same problems.

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


Re: [xwiki-users] Floating panel

2012-07-26 Thread yann gensollen
Hello

could you please tell me if it is possible to do this on xwiki? thanks


2012/7/24 Yann Gensollen yge...@gmail.com

 hello

 I have seen a post on this subject. But is there something downlable for
 it? Thanks

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


Re: [xwiki-users] API to get page content in XHTML

2012-07-26 Thread Guillaume Delhumeau
Hi,

Maybe you should use the standard HTTP protocol and just add
?outputSyntax=htmlxpage=plain at the end of the URL.

See as an example:
http://www.xwiki.org/xwiki/bin/view/Main/WebHome?outputSyntax=htmlxpage=plain

I hope this helps,

Guillaume D.

2012/7/25 mterpstra telic.det...@gmail.com

 I'm developing a Java servlet application that needs to fetch pages from an
 XWiki instance in the same container.  It needs the content rendered in
 XHTML.  Ideally, I'd like to get just the page content, without any of the
 extra navigation/layout markup.  Whats the best way to do this?

 I've looked at using the REST API, but as far as I can figure out it only
 provides the content in the xwiki syntax.  Is there a way to get the
 content
 rendered in XHTML through this API?


 --Maxwell Terpstra



 --
 View this message in context:
 http://xwiki.475771.n2.nabble.com/API-to-get-page-content-in-XHTML-tp7580533.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


Re: [xwiki-users] API to get page content in XHTML

2012-07-26 Thread Thomas Mortagne
On Wed, Jul 25, 2012 at 7:26 PM, mterpstra telic.det...@gmail.com wrote:
 I'm developing a Java servlet application that needs to fetch pages from an
 XWiki instance in the same container.  It needs the content rendered in
 XHTML.  Ideally, I'd like to get just the page content, without any of the
 extra navigation/layout markup.  Whats the best way to do this?

For that we usually use /get/ action instead of /view/ in the standard
browser oriented access. As in
http://www.xwiki.org/xwiki/bin/get/Main/WebHome.

An example of that is comments in the bottom of the page.


 I've looked at using the REST API, but as far as I can figure out it only
 provides the content in the xwiki syntax.  Is there a way to get the content
 rendered in XHTML through this API?


 --Maxwell Terpstra



 --
 View this message in context: 
 http://xwiki.475771.n2.nabble.com/API-to-get-page-content-in-XHTML-tp7580533.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



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


Re: [xwiki-users] Mysql Configuration problem

2012-07-26 Thread raav2012
Hi Guillaume,

I've tried with the command you gave me and and I get this

http://xwiki.475771.n2.nabble.com/file/n7580559/02_-_Connect_with_password.jpg 

As you can see so far I can login to the DB and I have full grants

Change the port in hibernate.cfg.xml as you suggested. 
http://xwiki.475771.n2.nabble.com/file/n7580559/03_-_hibernate_conf_file.jpg 

Reload tomcat... and tada! Still the same issue  :-(
http://xwiki.475771.n2.nabble.com/file/n7580559/04_-_Same_problem.jpg 

Ive tried any sort of connections in the hibernate.cfg.xml file and I get
always the same.

Also I ve tried this

What do you have in /etc/hosts ? 
I suspect some weird reverse DNS 
You should make sure nslookup 127.0.0.1 returns 'localhost' and not 
'localhost.localdomain' which might be unknown to your mysql instance. 

You should have 127.0.0.1 localhost in your /etc/hosts (probably being 
first) 

Ludovic 
From this post 
http://xwiki.475771.n2.nabble.com/Re-Could-not-initialize-main-XWiki-context-td501954.html;cid=1343149060713-31
http://xwiki.475771.n2.nabble.com/Re-Could-not-initialize-main-XWiki-context-td501954.html;cid=1343149060713-31
 

I just don't get it, I'll keep searching anyway.

Thanks a lot Guillaume. Cheers.
Robinson.



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Mysql-Configuration-problem-tp7580467p7580559.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


Re: [xwiki-users] Horizontal menu like xwiki.org

2012-07-26 Thread eisioriginal
Hello,

i also used the branch of the menu and tried to include it. I altered the
code for the Menu Panel Extension:

{{velocity}}
##$xwiki.ssx.use('xwiki:XWikiOrgCode.MenuMacro')
##{{menu id=navigationMenu}}
{{menu type=horizontal position=left id=mainMenu}}
#set($menuContentProperty =
$xwiki.getDocument(MenuCode.MenuConfig).getObject(MenuCode.MenuConfig).getProperty('content').value)
#if($!menuContentProperty == '' or $!menuContentProperty == \\)
  * [[Edit the menu in
administrationXWiki.XWikiPreferences?editor=globaladminsection=MenuConfig]]
#else
  $menuContentProperty
#end
{{/menu}}
{{/velocity}}

This leads to the behavior that the menu is rendered in the panel and not on
top of the page. Can you give me a hint how to include the xwiki menu to the
top of the page. I'm new to xwiki and i do not know if i can set the menu
globally for all spaces.

All the best

Andreas



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Horizontal-menu-like-xwiki-org-tp7411641p7580563.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


[xwiki-users] [myxwiki] new wiki request

2012-07-26 Thread Andrea Ravasio
Hi, we are a non-profit Italian organization for enviroment and waste
recycling activism.
We would like to use this wiki for collaboration and generate documentation.

username: aravasio
server name: bergamo5stelle

Thanks in advance.
Andrea Ravasio
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users