[xwiki-users] Templates Provider

2010-06-21 Thread Adriana Escamilla Alvarado
Hello guys, I want to tell u first that all of XWiki is awesome °¬° (and the developers too =D ) But, I need to know when you (you mean XWiki org) are going to liberate the XEnterprise 2.4M2, I need... really I need the Templates Pages =( this is the URL if u doest'n know what I mean

[xwiki-users] Extended Todo Application 1.3

2010-06-21 Thread Aleks87
I've imported the .xar in the playground and it works. But in my XWiki (XWiki Enterprise 2.4-milestone-1.29254) I get: Error number 4001 in 4: Error while parsing velocity page xwiki:Todo.WebHome Wrapped Exception: Failed to evaluate content with id Web Home Here ist the code:

Re: [xwiki-users] [xwiki-devs] [Proposal] Selective Export UI

2010-06-21 Thread Ecaterina Valica
Hi, I've made Selective Export Proposal 2 (HTML + CSS) http://incubator.myxwiki.org/xwiki/bin/view/Improvements/MultiExport2Proposal This proposal follows more closely existing features from MultiPageExport application, like: + Search by title/name/space/tags + Ordering in the export list

Re: [xwiki-users] Templates Provider

2010-06-21 Thread Adriana Escamilla
Oohhh!!! Thank you very much!! 2010/6/21 Guillaume Lerouge guilla...@xwiki.com Hi, On Mon, Jun 21, 2010 at 10:04, Adriana Escamilla Alvarado adriana.escamilla.alvar...@gmail.com wrote: Hello guys, I want to tell u first that all of XWiki is awesome °¬° (and the developers too =D )

Re: [xwiki-users] How to add a page with contents in xwiki through Rest api???

2010-06-21 Thread xManish
I might really have to apologize to the main creator of this thread for using the thread. Jerome, I'll start a new thread on this topic. Adding user through Rest Api. Would you please join me there? -- View this message in context:

[xwiki-users] Adding user through Rest API

2010-06-21 Thread xManish
I added page in the xwiki through Rest Api in following way. Would somebody please advise me how to add user to the xwiki system in the similiar way. public void add() { final String CONTENT = Content 101; final String TITLE = Title 101; final String PARENT =

[xwiki-users] Fix Header Logo URL to a specific space

2010-06-21 Thread Ramon Gomes Brandão - SERINT
Hi XWiki'ers friends, I've implemented this great wiki engine on my enterprise, and lots of questions appeared. One at a time in different emails: I've made a new Skin and changed the Logo successfully, but I don't know how to set the relative URL of it, in a way that, regardless the

Re: [xwiki-users] Fix Header Logo URL to a specific space

2010-06-21 Thread Sergiu Dumitriu
On 06/21/2010 11:32 PM, Ramon Gomes Brandão - SERINT wrote: Hi XWiki'ers friends, I've implemented this great wiki engine on my enterprise, and lots of questions appeared. One at a time in different emails: I've made a new Skin and changed the Logo successfully, but I don't know how

Re: [xwiki-users] How to add a page with contents in xwiki through Rest api???

2010-06-21 Thread xManish
Hi Jerome, Ya of course having /wikis/{wikiName}/users would have been nice. :) But coming to reality, I still have the problem creating user. Here is the code on how I created the wiki page. Can you advise me how to create the wiki user in the similiear manner? public void myAddMethod() {

Re: [xwiki-users] Gliffy and XWiki Integration

2010-06-21 Thread Abel Solórzano Astorga
Hi, I am going to answer my own question :). There is nothing done yet. But, it is possible to integrate Gliffy and XWiki using the Gliffy Rest API. Gliffy Rest API Home Page http://www.gliffy.com/developer/apidocs/rest/#oauth. Abel, On Fri, Jun 18, 2010 at 10:33 AM, Abel Solórzano Astorga

[xwiki-users] Resize images and keep aspect ratio

2010-06-21 Thread Abel Solórzano Astorga
Hi, I am currently working with big images on my xwiki site. Is there a way to make the images auto-scale to the width of the xWiki page content if the image is too big? In order to avoid the horizontal scroll bar that appears on the page and adjust the images to the width of the xWiki page

Re: [xwiki-users] Resize images and keep aspect ratio

2010-06-21 Thread Caleb James DeLisle
If think if you specify the image width and not the height, it will scale maintaining ratio. It is scaling in the browser not on the server. [[image:myImg.png||width=800px]] Caleb Abel Solórzano Astorga wrote: Hi, I am currently working with big images on my xwiki site. Is there a way to