Re: [xwiki-users] Unable to dynamicaly filter LiveTable on current space

2013-02-19 Thread Marius Dumitru Florea
On Mon, Feb 18, 2013 at 11:41 PM, xrichard ldm...@gmail.com wrote: Hello, I'm trying to customize a live table: I want on the webhome of each space to display all pages of that space. I sorted out that ${doc.space} returns the space for the current page, so I've added 'extraParams' :

[xwiki-users] XWiki Enterprise 4.5 - Adding keys to the resource bundle

2013-02-19 Thread Naoufel Chbihi
Hello I noticed that the $msg object's get method is being used to retrieve text labels. How can I add keys to the resource bundle? I'm running Xwiki Enterprise 4.5. Thank you. Naoufel Chbihi Technical Specialist | Spécialiste technique Mainframe Operating System Technology | Technologie du

Re: [xwiki-users] XWiki Enterprise 4.5 - Adding keys to the resource bundle

2013-02-19 Thread Jeremie BOUSQUET
Hi, You could check the Localization module [1], Br, Jeremie [1] http://extensions.xwiki.org/xwiki/bin/view/Extension/Localization+Module Le 19 févr. 2013 21:45, Naoufel Chbihi naoufel.chb...@ssc-spc.gc.ca a écrit : Hello I noticed that the $msg object's get method is being used to retrieve

Re: [xwiki-users] XWiki Enterprise 4.5 - Adding keys to the resource bundle

2013-02-19 Thread Vincent Massol
On Feb 19, 2013, at 10:38 PM, Jeremie BOUSQUET jeremie.bousq...@gmail.com wrote: Hi, You could check the Localization module [1], See also http://platform.xwiki.org/xwiki/bin/view/DevGuide/InternationalizingApplications (which needs to be updated with information from the new

[xwiki-users] Missing step in apt-get installation

2013-02-19 Thread Andrew Havens
I am having problems installing and configuring XWiki on a fresh install of Ubuntu 12.04. I am using the package method described in this tutorial: http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationViaAPT I have tried 3 different packages now and each of them result in different

Re: [xwiki-users] Missing step in apt-get installation

2013-02-19 Thread Andrew Havens
I figured out the problem. The user and permissions were screwed up somehow. I was able to fix the issues by removing the user and recreating it, granting the appropriate permissions: DROP USER 'xwiki'@'localhost'; CREATE USER 'xwiki'@'localhost' IDENTIFIED BY 'passwordhere'; GRANT ALL

[xwiki-users] configuring url

2013-02-19 Thread Andrew Havens
Now that I've got XWiki up and running, how can I configure Tomcat or whatever so that it's available at the root on port 80 instead of wiki.example.com:8080/xwiki? Thanks, Andrew ___ users mailing list users@xwiki.org

Re: [xwiki-users] configuring url

2013-02-19 Thread Haru
Hi, Andrew! You can use Tomcat + Apache/Nginx for this purpose. In order to make it root application in Tomcat, install XWiki as ROOT application. Also, refer Short URL manual at http://platform.xwiki.org/xwiki/bin/view/Main/ShortURLs Don't do binless path, because WYSIWYG editor won't work