[xwiki-users] calendar plugin in myexwiki

2010-03-08 Thread Rune Hylleberg
Is the calendar plugin installed in myxwiki. If not are there any chance it might happen? I tried to install the calendar application but gets this output: $cparams.put("categories", $rqcategories) $cview.getHTMLCalendar($cparams, "") I hope someone can help me -Rune _

[xwiki-users] edit on myxwiki is hung-up

2009-11-24 Thread Rune Hylleberg
Hi is it only my part of the myxwiki that is hungup? If I push the edit button the page loads and loads but doesn't get anywhere. One of the panels is also failing: Error number 4001 in 4: Error while parsing velocity page pulven:Main.WebHome Wrapped Exception: Failed to evaluate content with i

[xwiki-users] [myxwiki] new wiki request

2009-10-21 Thread Rune Hylleberg
OK I try again. I would like to use this wiki as a personal/family wiki/block/calendar/photo album Login name: pulven Domain prefix: pulven Thanks -Rune Hylleberg ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman

[xwiki-users] [myxwiki] new wiki request

2009-10-18 Thread Rune Hylleberg
I would like to use this wiki as a personal/family wiki/block/calendar/photo album Login name: pulven Domain prefix: pulven Thanks -Rune Hylleberg ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] Links in mail notification messages.

2009-09-21 Thread Rune Hylleberg
Well, if you don't want to play with the access to your local network you could try the xwiki.cfg file found in your webapps/xwiki folder (on tomcat it might be different). There you have a section called URLs and it contain this paragraph. I believe it would do the trick. #

[xwiki-users] uploading and saving attachments

2009-09-16 Thread Rune Hylleberg
I've made my own upload form because I need to intercept an upload and save it different places at once, potentially resize it in the process. Essentially I use the fileupload plugin. Grep the data and use the $doc.addAttachment(filename, byte[]) function. I do however run into trouble. First

Re: [xwiki-users] livetable broken if I use MyClas.property

2009-09-16 Thread Rune Hylleberg
',' after the lines actually printing the _(columnname) I hope someone in the development team reads this and can apply this changes. -Rune -Oprindelig meddelelse- Fra: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] På vegne af Oana Tab

[xwiki-users] livetable broken if I use MyClas.property

2009-09-14 Thread Rune Hylleberg
First I got in trouble using my own class, but even if I copy the code from the livetable macro inline documentation : #set($columns = [ "_avatar", "first_name", "last_name", "email"]) #set($columnsProperties = { "first_name" : { "type" : "text" , "size" : 10, "link" : "view

Re: [xwiki-users] Disable password change

2009-09-14 Thread Rune Hylleberg
Well glad I could help, But javascript only goes so far. For real protection (or paranoid admins) it should also be done at the server, or better at database level. I know most other auth services does this, and for everybody using them the problem is solved. So for the development team, if yo

Re: [xwiki-users] Disable password change

2009-09-11 Thread Rune Hylleberg
Wouldn't it be better to set up some password testing instead. Eg. If password doesn't contain a capital letter and a small letter and a number then refuse change. It's properly the same amount of work, and it allows your users to change the password regularly (you might even force that). -Run

[xwiki-users] Danish translation

2009-09-09 Thread Rune Hylleberg
Hi I'm wondering if there are any other Danish users out there. I have been considering translating XWiki to Danish, but a joint effort always yield a better result. If you are interested you can contact me at r...@dpu.dk -Rune ___ users mailing li

Re: [xwiki-users] Xwiki copyright

2009-09-09 Thread Rune Hylleberg
First and foremost I'm no legal advisor, so you will have to clear this with someone who is. XWiki is released under a LGPL, so I believe you are allowed to write and license you own modules, script, etc. anyway you want to. But if you use adoptions of the existing code you have to release it u

[xwiki-users] no acces to POST data via $request.getName

2009-09-08 Thread Rune Hylleberg
I would like to grep some data from a file upload, but can't find a way to do it. Here are a simple example {{velocity}} #foreach($prop in $request.getParameterNames()) request.$prop #end {{html}} Attach files to this document

[xwiki-users] attachemts at page creation

2009-09-03 Thread Rune Hylleberg
Hi I'm trying to make a page creation dialog. For the sake of clarifying my question here are the things I would like to do 1. On creation of a new page/object there have to be two attachments. Preferable with standardized names. a. So I was thinking of a dialog like "upload attachmen