[xwiki-users] Unable to access login page

2008-07-01 Thread Vinod Kumar
Hi All, I have hosted the Xwiki 1.4 on one of my servers, I am able to access the login page from intranet, when I try to access the login page from internet it shows http 403 error. This server is exposed to internet through ISA server (which is not under my control), so I am not sure what is

[xwiki-users] XWiki Spaces

2008-07-01 Thread Mihails Agafonovs
Hi! What is the SQL query to get all XWiki spaces? I need this to get them sorted, because $xwiki.spaces doesn't sort spaces by name. Ar cieņu, Mihails ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] Video Macro not working ?

2008-07-01 Thread James Weir
Hi, I have been trying to use the video macro [1] without much success. I followed the instructions to upload and import the xar file into my xwiki. The import was successful. I then add the macro into the Velocity macros: Administration: Preferences-Advanced-Velocity Macro Pages I added:

Re: [xwiki-users] Video Macro not working ?

2008-07-01 Thread Vincent Massol
Hi James, The person who wrote the installation tutorial was wrong. The way it was described doesn't work. I've updated the instructions. See http://code.xwiki.org/xwiki/bin/view/Macros/VideoMacroDownloads Thanks -Vincent On Jul 1, 2008, at 12:05 PM, James Weir wrote: Hi, I have been

Re: [xwiki-users] XWiki Spaces

2008-07-01 Thread Esbach, Brandon
You could also try using $xwiki.sort to sort the spaces. I think the syntax is: #set($spacesSorted=$xwiki.sort($xwiki.spaces) ) Then, you can use foreach to loop through as normal using the variable instead: #foreach($space in $spacesSorted) * $space #end -Original Message- From:

Re: [xwiki-users] XWiki Spaces

2008-07-01 Thread Mihails Agafonovs
Thanks! That's what I need. Quoting Esbach, Brandon : You could also try using $xwiki.sort to sort the spaces. I think the syntax is: #set($spacesSorted=$xwiki.sort($xwiki.spaces) ) Then, you can use foreach to loop through as normal using the variable instead: #foreach($space in

Re: [xwiki-users] Video Macro not working ?

2008-07-01 Thread Vincent Massol
On Jul 1, 2008, at 4:33 PM, James Weir wrote: No problems, I completely understand :) thanks for your understanding... see below for a typo I made... Looking forward to the new version Cheers James Vincent Massol wrote: Hi James, This is probably because of our flaky WYSIWYG editor.

Re: [xwiki-users] Video Macro not working ?

2008-07-01 Thread Wright, Philip
James, Thank you for asking this question, Vincent you rule man! Philip Wright Reports Analyst ACS: BPS Affiliated Computer Services, Inc Affiliated Computer Services, Inc (ACS) Proprietary and Confidential Information This document (or any part thereof) may not be

[xwiki-users] Problems with creating pages

2008-07-01 Thread Florian Rhomberg
Hi! Some users noticed a problem by creating a new page. If they want for example create a page with the name: Tutorial: How to use Windows we get the following error: Error number 4001 in 4: Error while parsing velocity page /templates/create.vm Wrapped Exception: Failed to evaluate content

[xwiki-users] Bulletin Borad Error ?

2008-07-01 Thread Wright, Philip
When I attempt to create a topic with any other user except for an administrator I get the following error: Error You are not allowed to view this document or perform this action. All users have view access to both bbcode and the BB itself. Philip Wright Reports Analyst ACS: BPS

Re: [xwiki-users] Problems with creating pages

2008-07-01 Thread Vincent Massol
Hi Florian, On Jul 1, 2008, at 6:20 PM, Florian Rhomberg wrote: Hi! Some users noticed a problem by creating a new page. If they want for example create a page with the name: Tutorial: How to use Windows we get the following error: When you create a page you have to put the name of the

Re: [xwiki-users] Bulletin Borad Error ?

2008-07-01 Thread Wright, Philip
When I attempt to submit a post inside of a topic as an admin I get a debug error about length: Length is null or not an object. Philip Wright Reports Analyst ACS: BPS Office: 503-907-1501 ext 3714 Cell: 503-891-4920 [EMAIL PROTECTED] Affiliated Computer Services, Inc

Re: [xwiki-users] Video Macro not working ?

2008-07-01 Thread Alain M.
I am having a similar problem, will it wor if I roll back to 1.1.2 editor as suggested by Sergiu Dumitriuin 06/27? Alain Vincent Massol escreveu: Hi James, This is probably because of our flaky WYSIWYG editor. In the version you have it's escaping the special characters as xml entities

[xwiki-users] Brainstorming XWiki Favorites

2008-07-01 Thread Mike Oliver
We are looking at creating an internal Favorites system. with large XWiki's it is easy for a user to forget where things are and search is not always productive. Tags don't offer enough info to help much. So we are thinking about creating a Favorites class with fields for name, link/path and

Re: [xwiki-users] Brainstorming XWiki Favorites

2008-07-01 Thread Wright, Philip
Idea is to allow the user to create the description? If so sounds like a GREAT idea. Philip Wright Reports Analyst ACS: BPS Affiliated Computer Services, Inc Affiliated Computer Services, Inc (ACS) Proprietary and Confidential Information This document (or any part thereof) may not be

Re: [xwiki-users] Brainstorming XWiki Favorites

2008-07-01 Thread Mike Oliver
Ok if we assume this is a good idea, then is it correct to assume we can follow the Photo Album paradigm and create a class and sheet for favorites, and then create a page that shows the favorites in a filtered list? I suspect the panel will only be for creating favorites while in a page and

Re: [xwiki-users] Brainstorming XWiki Favorites

2008-07-01 Thread Guillaume Lerouge
Hi Mike, Ok if we assume this is a good idea, then is it correct to assume we can follow the Photo Album paradigm and create a class and sheet for favorites, and then create a page that shows the favorites in a filtered list? I suspect the panel will only be for creating favorites while in a

Re: [xwiki-users] Brainstorming XWiki Favorites

2008-07-01 Thread Mike Oliver
Well two reasons, one is that for the watchlist, which will show you a list of all the pages and spaces you are watching, is a sort of favorites, but what if you want to navigate to a place over and over again and it is buried down in a space someplace? Then what if you don't want to watch it

Re: [xwiki-users] Brainstorming XWiki Favorites

2008-07-01 Thread Guillaume Lerouge
Well two reasons, one is that for the watchlist, which will show you a list of all the pages and spaces you are watching, is a sort of favorites, but what if you want to navigate to a place over and over again and it is buried down in a space someplace? Then what if you don't want to watch

Re: [xwiki-users] Brainstorming XWiki Favorites

2008-07-01 Thread Mike Oliver
Ok so I can't count, that's three reasons. I created a Favorites class in XWiki with three properties, Name(string), Link(string) and Description(textarea). I create a sheet and template and attached the Favorites Object to the template. I then created a page with #set ($hql = , BaseObject

Re: [xwiki-users] Brainstorming XWiki Favorites

2008-07-01 Thread Guillaume Lerouge
Ok so I can't count, that's three reasons. That's the benefit of iterative designs, you've been able to correct yourself in no time ;-) I created a Favorites class in XWiki with three properties, Name(string), Link(string) and Description(textarea). I create a sheet and template and

Re: [xwiki-users] Brainstorming XWiki Favorites

2008-07-01 Thread Mike Oliver
Good ideas, I followed the ToDo example and created a Favorites space to store the documents but agree better to store them by user. I guess I can get it working in the ToDo model first and then move the location of the documents and change the filter accordingly. Our messages passed on the

Re: [xwiki-users] Brainstorming XWiki Favorites

2008-07-01 Thread Guillaume Lerouge
By the way, 2 additional ideas : - You could add a static list property (with [1,2,3,4,5] as allowed values) to rank the importance / interest of favorites and display them according to their ranking on the page (thru a hql sort query) - Don't forget to add your application on

Re: [xwiki-users] FAQ Application tutorial not working

2008-07-01 Thread ancapaula . luca
Hi everyone, I searched the archive, and found some problems related to the FAQ application tutorial, but none the same as the one I'm experienting. I'm using version 1.4 of Xwiki, with the bundled HSQLDB database. I went through the FAQ Application tutorial (twice) without problem. But

Re: [xwiki-users] Brainstorming XWiki Favorites

2008-07-01 Thread Mike Oliver
Yes actually I do plan on moving it and making it by user, but thought I best get it working first, picollo passo yes I guess I did miss somethign thanks. Ollie Guillaume Lerouge wrote: Ok so I can't count, that's three reasons. That's the benefit of iterative designs, you've been