[xwiki-users] Include Macro Bug

2010-01-06 Thread Meng Wu
Hello, We are currently using the include macro to “include” the content of one page on another page, but have stumbled upon a few problems. The intention of using the include macro was to selectively show content from TestPage1 on TestPage2 only to those users who had read access to

[xwiki-users] Problem with attachment deletion

2010-01-10 Thread Meng Wu
Hello everyone, I've been having problems with attachment deletion. Basically, xwiki allows me to delete the attachment, but the attachment link that displays the file name doesn't get deleted. More specifically, after I delete the attachment, the file disappears, so it seems it gets deleted

[xwiki-users] Access Rights Automatic Update

2010-01-21 Thread Meng Wu
Hello everyone, I first want to thank the development team for including Ajax dynamic features onto XWiki. XWiki's simplicity and dynamics are some of the reasons why my team is so interested in implementing XWiki. The only problem I've been having to deal with is the automatic access rights

[xwiki-users] Access Control Inadvertent Lockout

2010-01-29 Thread Meng Wu
Hello everyone, I posted the following question around a week ago, but it still hasn't been answered, so I thought I'd give it another try. Basically, I have been having problems with the automatic updating feature on the access rights page. The Ajax automatic updating mechanism inadvertently

[xwiki-users] Method that returns list of groups for a page

2010-02-16 Thread Meng Wu
Hey all, I am trying to find a method that can return a list of groups that have a given access right to a given page. Is there a method(s) that allow me to do that? I'm aware that you can create an object of AccessRights onto a given page and filter in groups and users that have access rights

Re: [xwiki-users] Method that returns list of groups for a page

2010-02-17 Thread Meng Wu
#hasAccessLevel(java.lang.String,%20java.lang.String,%20java.lang.String) It says users, but I think you can use a group name instead. Caleb Meng Wu wrote: Hey all, I am trying to find a method that can return a list of groups that have a given access right to a given page. Is there a method(s

Re: [xwiki-users] DeleteProperty

2010-02-18 Thread Meng Wu
Hey Stefan, As of now, I don't believe this feature is supported. You can vote on getting this feature implemented onhttp://jira.xwiki.org/jira/browse/XWIKI-99 but it's been an ongoing request for 5 years, so don't wait for this to get implemented to continue working on your project. :) The

[xwiki-users] Group Access Rights, File Retrieve, and Livetable Options

2010-02-18 Thread Meng Wu
Hey, I have a few questions on a variety of topics 1. Is there a method that returns the access rights for a given group? I tried to use method hasAccessLevel to return the access rights (at the group level) but it seems that the method only applies for users and not groups. To expand on this

Re: [xwiki-users] self defined macros OR include

2010-02-23 Thread Meng Wu
Stefan, When you want to duplicate one macro over several pages. For example, if you look closely at the document index page source, it's actually including three different types of tables: tableview, treeview, etc. I believe you can implement dynamic ajax indexes using the include macro, just

[xwiki-users] Programming rights needed for Copy Action

2010-03-04 Thread Meng Wu
Hi, Why are programming rights needed to view the Copy Link? According to the user guide, Programming rights are described as privileges to use protected APIs Groovy code in wiki pages. I read the JIRA at http://jira.xwiki.org/jira/browse/XE-374 and it seems that originally, users without PR

Re: [xwiki-users] Programming rights needed for Copy Action

2010-03-04 Thread Meng Wu
Action On 03/04/2010 09:54 PM, Meng Wu wrote: Hi, Why are programming rights needed to view the Copy Link? According to the user guide, Programming rights are described as privileges to use protected APIs Groovy code in wiki pages. I read the JIRA at http://jira.xwiki.org/jira/browse/XE-374

[xwiki-users] FAQ bundle

2010-03-09 Thread Meng Wu
Hey, The XWiki site offers a good tutorial on making an FAQ, but the FAQ on the XWiki.org site is a little different. I can't find it in the code snippets. Is it possible to see the velocity script for this FAQ or see how the search FAQ was implemented? Thanks, Felix

[xwiki-users] Dropdown Menu on Panel cut off

2010-03-15 Thread Meng Wu
Hey, I'm trying to implement a vertical dropdown menu on one of my panels using CSS, but the extended popout submenu that appears on the side when the cursor hovers over the link gets cut off by the edge of the panel, so most of my submenu doesn't show up. This happens because the menu and

Re: [xwiki-users] Dropdown Menu on Panel cut off

2010-03-15 Thread Meng Wu
Hey, Thanks for the tips. The problem, however, was because the .xwikipanelcontent CSS class was hiding the overflow content in the panels. So I simply had to respecify the .xwikipanelcontent CSS class with overflow: visible; so that the pop out dropdown menus would show up. Thanks! Felix

[xwiki-users] Maximum Attachment Name Length

2010-03-23 Thread Meng Wu
Hey all, Why is the limit on the number of characters for the attachments on the xwiki only 26 characters? Is there a way to change the maximum number of characters displayed by the attachment? If there's no solution yet, it would be helpful if we knew enough information so we could fix it

Re: [xwiki-users] Flash video files over 20MB errors

2010-04-11 Thread Meng Wu
To: XWiki Users users@xwiki.org Sent: Sat, April 10, 2010 5:43:49 PM Subject: Re: [xwiki-users] Flash video files over 20MB errors On 04/10/2010 01:28 AM, Meng Wu wrote: Dear XWiki developers and users, Some of our users are having trouble uploading flash video files larger than 20MB on pages

[xwiki-users] TWiki Syntax HTML

2010-04-13 Thread Meng Wu
Hey all, The TWiki syntax doesn't seem to fully support HTML elements like pre, u, nop, and links (they aren't rendered at all or rendered incorrectly). However, basic syntax minus these tags such as verbatim, bullets, etc, work. Enabling these HTML elements is essential because we are

Re: [xwiki-users] Flash video files over 20MB errors

2010-04-16 Thread Meng Wu
Hey Sergiu, Both of your solutions worked. Thanks! Felix - Original Message From: Sergiu Dumitriu ser...@xwiki.com To: XWiki Users users@xwiki.org Sent: Sun, April 11, 2010 1:32:54 PM Subject: Re: [xwiki-users] Flash video files over 20MB errors On 04/11/2010 06:31 PM, Meng Wu wrote

Re: [xwiki-users] Flash video files over 20MB errors

2010-04-27 Thread Meng Wu
of admins? Some admins don't receive emails for their watched spaces and many users don't get emails back for pages they've watched. They are all mapped by LDAP. Is this behavior common? Thank you, Felix - Original Message From: Meng Wu meng...@yahoo.com To: XWiki Users users@xwiki.org Sent

Re: [xwiki-users] New to XWiki

2010-04-27 Thread Meng Wu
Hey all, I think what Carlos is saying is that a simple addition of a group or user to a page's access rights totally overrides the space's access rights. This is only a problem I assume when there is a large number of groups and users who have access rights to the space, requiring users to

[xwiki-users] How to disable caching for attachments?

2010-05-18 Thread Meng Wu
Hey all, We've been having browser caching problems for attachments where users have had to wait hours before their data would be updated in xwiki.For IE, for example, killing all instances of IE, restarting the browser, and then visiting the attachment is a solution to this problem. We

[xwiki-users] Statistics for Pages

2010-08-03 Thread Meng Wu
Hey, Are there snippets or apps out there that allow you to get the stats for single pages? I've only seen that let you find the stats for a group of pages. I also can't find the API to allows me to customize stats aggregation from the stats module. Can anyone help? Thanks, Felix

[xwiki-users] Edit this attachment feature not working in Windows 7

2010-08-09 Thread Meng Wu
Hey, We've had problems with this feature opening documents in read-only mode instead of editable mode when users are running windows 7 (this might be a WebDAV interface problem). It is not a browser problem because running IE8 on windows xp works. Has anyone had this problem and is there