[xwiki-users] Default XAR merge on import

2008-12-04 Thread Paul Grodt
Subversion's configuration). Again, I may be over thinking this, but any thoughts on the matter would be appreciated. Paul Grodt Software Engineer Tecore Networks ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] Clarification on "Allow multiple files to be uploaded" (XWIKI-1670)

2007-11-02 Thread Paul Grodt
>From http://jira.xwiki.org/jira/browse/XWIKI-1670 I'm interested in this feature. The description reads "If a document has multiple attachements, it becomes tedious to attach them one by one. The WYSIWYG editor should allow for multiple attachements when the "Add attachment" link is used." Doe

[xwiki-users] Setting parent

2007-11-06 Thread Paul Grodt
While editing a single section of an article (under albatross), you are given the option to set the parent article, however this does not set the parent for the article as a whole. I suppose I can understand this, but (at least to me) on a user level, this is annoying. So is this a bug or a featu

[xwiki-users] Error displaying history after upgrade to 1.2m1

2007-11-09 Thread Paul Grodt
I upgraded from version=1.1-rc-1.4635 to version=1.2-milestone-1.5235 I also moved from the default Jetty servlet container to Tomcat 6.0.14. I'm using the default HSQLDB setup and driver. After copying the database files to the new location and tweaking the nessisary files in WEB-INF, I started

Re: [xwiki-users] LDAP and Users/Groups

2007-11-16 Thread Paul Grodt
On November 16, 2007 6:37 AM, <[EMAIL PROTECTED]> wrote: > On Nov 16, 2007 1:51 AM, <[EMAIL PROTECTED]> wrote: > > > What is wrong? Does the user need to have an account on the system > > > before LDAP will work? How do I get it to not add the user to the > > > XWikiAllGroup three times on each

Re: [xwiki-users] XWiki scripting for end user (not Groovy)

2007-11-16 Thread Paul Grodt
> Hi, > > First: I am rather new to XWiki. > > I am checking XWiki's scripting capabilities. The possibility of using > Groovy and Velocity directly within pages is a nice feature. But I was > wondering if there was an easier way to integrate dynamic contents into > wiki pages. Groovy is easier t

Re: [xwiki-users] escaping almost everything

2007-11-16 Thread Paul Grodt
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Vincent Massol > Sent: Friday, November 16, 2007 11:33 AM > To: XWiki Users > Subject: Re: [xwiki-users] escaping almost everything > > Hi Paul, > > On Nov 16, 2007

[xwiki-users] escaping almost everything

2007-11-16 Thread Paul Grodt
With the exception of backslashing individual characters, is there any way I could prevent wiki syntax rendering, and Groovy/Velocity rendering? To put it another way, is there any way I can prevent rendering of everything BUT HTML? As a musing, (speaking with essentially no Groovy/Velocity exper

[xwiki-users] Camel Case

2007-11-20 Thread Paul Grodt
What bit of code is inserting spaces into my CamelCase links by default? Is there any easy way to deactivate this? Thanks, Paul D. Grodt TECORE Wireless Systems ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] Camel Case

2007-11-20 Thread Paul Grodt
ot;. In AnotherPage, I use the wiki markup "[SamplePage]". The display of AnotherPage prints a link that looks like "Sample Page". I wish it to literally display as "SamplePage". -Paul Grodt ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] Camel Case

2007-11-20 Thread Paul Grodt
> You're right, I had never noticed this or didn't recall it... > > I've checked the code and found where we do this conversion (it's in > XWikiLinkFilter.java, line 206 and 213 FWIW). > > The easy solution is to write: [SamplePage>SamplePage]. > > Now if you really to change the behavior, you'd

[xwiki-users] Code highlighting

2007-11-27 Thread Paul Grodt
I'm interested in adding support for rudimentary highlighting of C++ within the code macro. Should this be a separate issue from http://jira.xwiki.org/jira/browse/XWIKI-864 ({code} macro should support highlighting for radeox and velocity), or should this issue be extended to include it? Should I

Re: [xwiki-users] How to upgrade xwiki 1.1.2 stable to 1.1.2 milestone2?

2007-11-28 Thread Paul Grodt
That's a good question, as I had the same confusion when I first upgraded. Basically, the installer automates 4 major steps: Install the WAR, install a servlet engine (Jetty), install the database (HSQL), and install the XAR. So upgrading overtop of the installer is really not much different from

[xwiki-users] Albatros menubar questions

2007-11-28 Thread Paul Grodt
Why does the top menubar go away when in edit mode? Is this by design? Shouldn't there be an option within the "Show" menu to return to the original article? I realize you can just click on the last leaf in the parentage tree (or whatever it's called, sorry), but that seems less intuitive. When

Re: [xwiki-users] Code highlighting

2007-11-28 Thread Paul Grodt
de formatters in xwiki.cfg for example. > > I think that putting our own org.radeox.macro.code.SourceCodeFormatter > file inside xwiki-platform-core/xwiki-core/src/main/resources/META-INF > would be enough, but I'm not sure. > > > > > Thanks > > -Vincent >

Re: [xwiki-users] second generation wiki

2007-12-31 Thread Paul Grodt
Ricardo Rodriguez wrote: > Guillaume, don't you think that your message could entirely go to the > XWiki entry in Wikipedia? Or, perhaps better, it could be advisable to > substitute the whole content of that article with a brief summary and a > link to a page in the new XWiki site. I must recogn

Re: [xwiki-users] Using Xwiki with apache

2008-01-09 Thread Paul Grodt
I have XWiki successfully running on Apache Tomcat over the Apache HTTP server by way of Tomcat Connectors (mod_jk). There are a couple tutorials online. None of the ones I found are completely accurate for the current versions, but it wasn't too hard to fill in the blanks. Paul D. Grodt Soft

[xwiki-users] Macros in XWiki.org dev guide

2008-01-30 Thread Paul Grodt
The dev guides do a fine job explaining the use of groovy and velocity code snippets. They also explain how to develop applications and plugins by creating classes. However they don't do much to explain the creation of macros; that or I'm failing to find this. I greatly prefer using macros over

Re: [xwiki-users] Macros in XWiki.org dev guide

2008-01-30 Thread Paul Grodt
se itJust musing but there must be a way to write a generic call that fetches a segment from a specified object (or page, whatever) on xwiki and then calls the contained macro using a variable number of arguments (and only pulls in the code once per page). But yes, that's what I needed to know to get started, thanks again. -Paul Grodt ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] New product proposal and request for volunteers

2008-02-06 Thread Paul Grodt
> Re the Latex export, here's the plan: we're currently working on a new > architectural version of the xwiki rendering mechanism. The new mechanism > will be able to use tools like Maven Doxia which already has a Latex sink, > this means that we'll get the latex export for free when we've finished

[xwiki-users] Toucan performance on Opera

2008-02-19 Thread Paul Grodt
I'm browsing http://xwiki.org using Opera 9.01 for Windows XP, and I'm noticing significant performance problems. Specifically, scrolling the page is slow and jerky. When I suffix a page with "?skin=albatross" I no longer notice these problems, and when I view the same page instead using Firefox

Re: [xwiki-users] Toucan performance on Opera

2008-02-19 Thread Paul Grodt
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Sergiu Dumitriu > Sent: Tuesday, February 19, 2008 11:22 AM > To: XWiki Users > Subject: Re: [xwiki-users] Toucan performance on Opera > > Paul Grodt wrote: > > I