[xwiki-users] Transfer from Confluence

2015-07-06 Thread Paul Libbrecht
Hello XWiki experts, I see that the Confluence syntax is supported and seems to be working well. That is cool. Is there a more global advice about migrating from Confluence? I see here and there mentions of big XMLs which would be exports from Confluence but nothing that looks like a recipe. Th

[xwiki-users] database name using the standalone jetty?

2015-07-07 Thread Paul Libbrecht
Hello XWiki experts, today, I tried to install a fresh xwiki. I downloaded the jetty thing in the current release (I do not like installers) and adjusted the hibernate.cfg.xml to uncomment the MySQL part and have jdbc:mysql://localhost/notationCensus and related user and password. At launch, h

Re: [xwiki-users] database name using the standalone jetty?

2015-07-07 Thread Paul Libbrecht
to wiki in the XWikiContext (so "xwiki" by > default for the main wiki when the database is MySQL). You can change > it in xwiki.cfg (property xwiki.db).xwiki > > > > Paul Libbrecht <mailto:p...@hoplahup.net> > 7 juillet 2015 17:17via Postbox > <https://www.

Re: [xwiki-users] Transfer from Confluence

2015-08-17 Thread Paul Libbrecht
Thomas Mortagne wrote: > You can look at > http://extensions.xwiki.org/xwiki/bin/view/Extension/Filter+Confluence+XML+module > for the technical how to import a Confluence export file. > Right now there is no general migrate from Confluence documentation I > can think of. This was potentially a g

Re: [xwiki-users] Transfer from Confluence

2015-08-17 Thread Paul Libbrecht
I've reached as deep as: java.io.FileInputStream.(FileInputStream.java:130) org.xwiki.filter.confluence.xml.internal.ConfluenceXMLPackage.createTree(ConfluenceXMLPackage.java:313) org.xwiki.filter.confluence.xml.internal.ConfluenceXMLPackage.(ConfluenceXMLPackage.java:223)

Re: [xwiki-users] Transfer from Confluence

2015-08-17 Thread Paul Libbrecht
Thomas Mortagne wrote: > Could you copy the full error. complete file at: http://direct.hoplahup.net/tmp/status.xml Interesting bit: Failed to read package java.io.FileInputStream.(FileInputStream.java:130) org.xwi

Re: [xwiki-users] Transfer from Confluence

2015-08-17 Thread Paul Libbrecht
I have indicated the following in the the latest "The source" field: file:/Users/paul/projects/Notations-Census/move/ntns-141744-48/entities.xml which I think is the target. The output-type, however, is "XWiki instance output stream (xwiki+instance)". paul Thomas Mortagne wrote: > Did you indi

Re: [xwiki-users] Transfer from Confluence

2015-08-17 Thread Paul Libbrecht
Thomas Mortagne wrote: >> > >> > file:/Users/paul/projects/Notations-Census/move/ntns-141744-48/entities.xml >> > which I think is the target. > > However this filter expect an unzipped Confluence package and not the > entities.xml file. A folder? I tried it and it complained it's a folder (maybe

Re: [xwiki-users] Transfer from Confluence

2015-08-17 Thread Paul Libbrecht
Erm. That confluence is version 3.0. So... I should just try to follow that with a debugger? paul Thomas Mortagne wrote: > Hmm looks like something changed in 5.7, > https://confluence.atlassian.com/display/CONF56/Exporting+Confluence+Pages+and+Spaces+to+XML > documentation exist only until 5.6.x

Re: [xwiki-users] Does XWIKI Support Oracle12c?

2015-09-08 Thread Paul Libbrecht
Could it be something between localhost and 127.0.0.1 or a full hostname and address? I often met MySQL grants to be different between these and I am sure Oracle makes it even more safe. The fact that QueryTimeoutException is given seems to be more indicative or a connection problem. Can you paste

Re: [xwiki-users] Does XWIKI Support Oracle12c?

2015-09-08 Thread Paul Libbrecht
Hey Bastian, you might be bitten by the same I was recently since you have this in the log: > com.xpn.xwiki.XWikiException: Error number 3301 in 3: Exception while switching to database xwiki Since a few versions, indeed, multi-hosting (aka wiki-farm) is activated by default, so that you can crea

[xwiki-users] Defining a macro for the confluence syntax

2015-09-17 Thread Paul Libbrecht
Hello XWiki experts, I'm porting confluence-syntax-pages from a confluence to my shiny new xwiki. I've made a little tool to grasp the attachments (by hand) and am copying the page content. These pages were using two macros that I am try to reprogramme but am failing thus far. I succeeded creatin

Re: [xwiki-users] Defining a macro for the confluence syntax

2015-09-18 Thread Paul Libbrecht
Hello Vincent, > so it should work fine. I also see > in ConfluenceWikiScanner.splitMacroParams() the code to split the > parameters. Nope, it failed. What worked is to read a parameter or make it an {html} macro though: - {jsmath:f=\\frac\{x\}\{x+3\}} - {html}\( \frac{x+3}{x} \){html} The first, h

Re: [xwiki-users] HTTP 500 - war installation with Jetty and HSQLDB

2015-09-27 Thread Paul Libbrecht
Sebastian, the log was not included. Can it be you made it an attachment? Make it part of the text. I believe that your lack of setup of hsqldb is correct; that's the way this DB is meant to work. Error 500, however, is the generic thing. WIthout the log, we can't say much. paul > s.schafer

Re: [xwiki-users] Defining a macro for the confluence syntax

2015-10-04 Thread Paul Libbrecht
Hello Vincent, > What failed? Reading the content. > I was just saying that our Confluence parser should support macros. I’ve just > tried writing a page in Confluence syntax using an existing XWiki macro and > it worked: > > {html}hello{html} I can't explain why this one works but I presume ther

Re: [xwiki-users] Converting MediaWiki to Xwiki

2015-10-09 Thread Paul Libbrecht
Tasif, what kind of automation level do you expect? Do you feel like you'll have to adapt code anyways since there's some special markup in your wiki? I'm currently working on an import of an (old) confluence and handcrafting will get me there. The mediawiki and confluence situations are pretty s

Re: [xwiki-users] Converting MediaWiki to Xwiki

2015-10-10 Thread Paul Libbrecht
Thanks Vincent for the reminder, Tausif, I've shared my script using the tags migration and confluence on: http://extensions.xwiki.org/xwiki/bin/view/Extension/DownloadFromOtherWikiPage If it is effective for you to migrate mediawiki, then please add the tag mediawiki. thanks Paul > vinc...

Re: [xwiki-users] "XWiki is initializing" message

2015-10-17 Thread Paul Libbrecht
You could use a debugger with code-swapping? I think some component code is called during initialization. paul > Debajit Adhikary > 16 octobre 2015 23:26 > I am in the process of writing an extension for XWiki. > > Each time I make some code changes, and then refresh m

Re: [xwiki-users] Anchors

2015-10-29 Thread Paul Libbrecht
So you're struggling with Links and not anchors? Where do you input spacename.pagename#Hmyheading ? In a wiki page? From: http://www.xwiki.org/xwiki/bin/view/XWiki/XWikiSyntax#HLinks I see that the syntax of a link with an anchor is different: [[label>>Space.Page||anchor=anchor]] So your li

[xwiki-users] More complete ShortURLs: static resources in root path

2015-11-06 Thread Paul Libbrecht
Hello list, As I reported, shortURLs worked well (and my issue about error 404 is resolve by upgrading to 7.3-m2). But I need to go a tick further in my ShortURLs attempt: I want some files to be statically served. Typical cases include: - /favicon.ico - /robots.txt - the google or other witnesse

Re: [xwiki-users] [xwiki-devs] [Idea] Make Markdown syntax available as an optional subset of the XWiki 2.1 syntax

2015-11-27 Thread Paul Libbrecht
I'm trying to find "comparable tools" that we could document there as being comparable experiences that users might have met already. I do not see any yet (Confluence and Jenkins seem to have pedgown as an option, that's the only similarity I find). So... this is "just another extended markdown" ?

Re: [xwiki-users] [xwiki-devs] [Idea] Make Markdown syntax available as an optional subset of the XWiki 2.1 syntax

2015-11-27 Thread Paul Libbrecht
Caleb James DeLisle wrote: > I had just imagined an extension to the markdown standard, not sure > exactly > how macros ought to be implemented... One possibility: > >$doc.getFullName() > ?> > > or > > ?> Hey, that is very "standard" in the sense of PHP-ish. I like it but I am sure it can c

Re: [xwiki-users] [xwiki-devs] [Idea] Make Markdown syntax available as an optional subset of the XWiki 2.1 syntax

2015-11-27 Thread Paul Libbrecht
I'm trying to find something that looks like a standard. Paul vinc...@massol.net wrote: > Can you explain why you’re trying to do something that’s already > implemented? You don’t like our current implementation? ___ users mailing list users@xwiki.org h

Re: [xwiki-users] Cannot deal with Chinese tags on XWiki-7.3

2015-12-04 Thread Paul Libbrecht
One relevant element may be the use of a proxy in the front of your wiki, are you using that? Also, did you set-up anything like the default charset of URLs in the servlet container? paul > Thomas Mortagne > 4 décembre 2015 09:24 > From what I understand you get

Re: [xwiki-users] some help needed: short URLs

2015-12-10 Thread Paul Libbrecht
Ricardo, are you unable to move the webapp to root? The shortURLs experience thus far has been based on that. For your vhost, you "just" need to change: ProxyPass /atriumkm http://localhost:8080/atriumkm to ProxyPass / http://localhost:8080/atriumkm but there will be links left produced by the

Re: [xwiki-users] some help needed: short URLs

2015-12-11 Thread Paul Libbrecht
Can you try: ProxyPass / http://localhost:8080/atriumkm/ ? It's the tomcat doing the redirect right now (use firebug, go to net, activate persist, then show the headers: Apache-Coyote/1.1) so maybe that helps things. You might want to keep ProxyPassReverse / http://localhost:8080/atriumkm/ (this

Re: [xwiki-users] some help needed: short URLs

2015-12-11 Thread Paul Libbrecht
anks! > > >> Paul >> ___ >> users mailing list >> users@xwiki.org >> http://lists.xwiki.org/mailman/listinfo/users >> > ___ > users mailing list > users@xwiki.or

Re: [xwiki-users] some help needed: short URLs

2015-12-15 Thread Paul Libbrecht
hing... and I failed to do that! Please, read below... > > On Fri, Dec 11, 2015 at 3:23 PM Paul Libbrecht wrote: > >> This is getting more hairy, >> First, I think that all redirects sent using http-status will be covered >> by proxyPassReverse. >> > > This

Re: [xwiki-users] migrating from .war to Debain apt package

2015-12-18 Thread Paul Libbrecht
I'm sure others will have better hints, and your log could help, but I'd start by stopping the server, restoring the DB backup, then start it up. paul > shouldbe q931 > 18 décembre 2015 20:05 > Hi, > > I'm struggling with migrating a 6.3 .war instance to a Debian >

Re: [xwiki-users] migrating from .war to Debain apt package

2015-12-19 Thread Paul Libbrecht
Can you copy the text of the error that you get when clicking? paul shouldbe q931 wrote: > Most of the spaces are fine, but there are three that look like > http://pasteboard.co/8zJUMYt.png > > I have confirmed that the rights on the spaces with the error are the > same as the rights on the space

Re: [xwiki-users] [xwiki-devs] [VOTE] Move to Java 8 as minimal version for XWiki 8.0+

2016-02-09 Thread Paul Libbrecht
Vincent, can you state which minimum MacOSX, Ubuntu, and Windows version this means? I know 10.6 is out and I've been challenged for this since XWiki moved to Java7 already but that's past (my solution was, then, to not upgrade my wiki). It'd be interesting to know the coming limitations. paul >

Re: [xwiki-users] [xwiki-devs] [VOTE] Move to Java 8 as minimal version for XWiki 8.0+

2016-02-09 Thread Paul Libbrecht
vinc...@massol.net wrote: >> Just found this: http://java.com/en/download/help/sysreq.xml > > This is for Oracle’s JVM but all you need is to find a Java 8 JVM that works > for your OS. I don’t know the requirements for OpenJDK or other JVMs. cool. Sounds rather acceptable to me. +1. (non-bindin

Re: [xwiki-users] XAR Export fails - Invalid white space character (0x1) in text to output

2016-02-23 Thread Paul Libbrecht
Hello all, here would be the query: select xwd_fullname from xwikidoc where xwd_content like concat("%",char(1),"%"); (I've seen many indicate that || would be the concatenation operator, but it seems like it is not the case in like operands) Based on that, Peter, you should be able to filter t

Re: [xwiki-users] Feature Request: Allow copy & paste of images into WYSIWYG editor

2016-02-23 Thread Paul Libbrecht
Guillaume Lerouge wrote: > Please also note that drag & drop of images currently work if you go to the > "attachments" tab of any page (while in view mode) and drop your image > there. What's even better for productivity: it works with multiple files. That makes it very effective. paul _

Re: [xwiki-users] Login cookie validation hash mismatch! Cookies have been tampered with

2016-03-09 Thread Paul Libbrecht
Can there be a mix of http and https here? At least this was confusing this cookie on the curriki side in some network configurations where the http and https endpoints are different due to local network configs (3g optimizers, hotspot networks). Paul > Clemens Klein-Robbenhaar

Re: [xwiki-users] Login cookie validation hash mismatch! Cookies have been tampered with

2016-03-09 Thread Paul Libbrecht
Tobias Kirchhofer wrote: > The IP-Address is not changing during a session. Be careful. If you change from http to https or back and are on a 3g network, the IP of the client does change! The reason is that there's a transparent proxy run at the http level so as to make the exchanges more efficie

Re: [xwiki-users] Login cookie validation hash mismatch! Cookies have been tampered with

2016-03-10 Thread Paul Libbrecht
Tobias Kirchhofer wrote: > We are talking about an internal network with defined status. ok > XWiki worked > for month for us - but now the user have this problem. Is there something in > the database about the sessions which probably went wrong? Sessions are in the tomcat or jetty. paul _

Re: [xwiki-users] XWiki, SVG and Apache Batik

2016-04-21 Thread Paul Libbrecht
Hello Dan, I believe the Batik library is used for printing to PDF only, but I could well be wrong. You can use an SVG image that you upload as you would upload a png image. This will simply embed it within the html page and let the browser render it. This works since recent versions of XWiki (m

Re: [xwiki-users] XWiki, SVG and Apache Batik

2016-04-22 Thread Paul Libbrecht
bug in the SVG macro that prevents > links in certain browsers, like Chrome. So if SVG support was native > and transparent, then your experience would be even across the board. > > Dan > > From: Paul Libbrecht-2 [via XWiki] > Sent: Thursday, April 21, 2016 11:05 PM > To: dullfig &g

Re: [xwiki-users] Hibernate logs

2016-04-25 Thread Paul Libbrecht
> > In the standard xwiki log file (catalina.out if you’re using Tomcat) > You may need to raise verbosity of the hibernate logging categories (WEB-INF/classes/logback.xml I think). Paul ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailm

Re: [xwiki-users] HTML file downloads instead of displaying in browser

2016-04-25 Thread Paul Libbrecht
Mark, what causes it to be downloaded is a header called "Content-Disposition". If it's there and says "attachment" then the browser will present it as a download, whatever the media type. If it's not there, the browser will choose what to do depending on what it supports (png or html: can display

Re: [xwiki-users] [xwiki-devs] [Proposal] Comparing XWiki to MediaWiki and Confluence on xwiki.org

2016-05-13 Thread Paul Libbrecht
Any way to make it look better? Why are the features with a name before in each column? Also, the "Source: Wikimatrix" statement is not clearly attached to the section above it or below it. If there are extra softwares to aim at, would it make sense to add SharePoint, Office365 and Google Apps? P

Re: [xwiki-users] How to programmatically create pages from html files?

2016-05-17 Thread Paul Libbrecht
s.schafer wrote: > Does that mean I create a ‘control’ page with a script that’ll grab data and > creates new pages? Correct. And you can invoke that from a command-line or cron world if you want with a curl (and some hard-coded passwords). > I f so, it would be great if someone can point me to

Re: [xwiki-users] How to programmatically create pages from html files?

2016-05-17 Thread Paul Libbrecht
Sebastian Schafer wrote: > I think right now I'm mostly battling the linked images in the original html > files. Xwiki uses relative paths and those are not valid anymore after > converting to a wiki page. I think I need to handle this when I create the > html files and embed the images as tex

Re: [xwiki-users] Link to page on a sub-wiki

2016-06-28 Thread Paul Libbrecht
I've been encountering frequent missing "WebHome" by inadvertently creating pages which end up being non-terminal. Maybe that helps? paul Clemens Klein-Robbenhaar wrote: > Maybe there is yet another whitespace missing, or the like? ___ users mailing li

[xwiki-users] anonymous edit gone?

2016-07-26 Thread Paul Libbrecht
Hello all, I've just upgraded my XWiki to 8.2 and have set again the rights for view and edit to XWikiGuest. However, when I execute the velocity code included, hasEdit shows false and, indeed, the attachments tab does not show the upload input button. What have I made wrong? Do I have a way to

Re: [xwiki-users] anonymous edit gone?

2016-07-27 Thread Paul Libbrecht
; Maybe there are other details that you could share with us? > > Alex > > ___ > users mailing list > users@xwiki.org > http://lists.xwiki.org/mailman/listinfo/users > Paul Libbrecht <mailto:p...@hoplahup.net> > 26 July 2016 at 23:14 &

[xwiki-users] setting a fixed domain name?

2016-08-10 Thread Paul Libbrecht
Hello XWiki experts, I've been struggling with an XWiki bundled with jetty for which I can't set anything similar such as a VHost. Unfortunately, I cannot put a ProxyPassReverse (or ProxyPreserveHost) at the Apache level for lack of a plugin thus all redirects are expressed to localhost. My wiki

Re: [xwiki-users] Special characters in titles

2016-08-22 Thread Paul Libbrecht
Wolfgang, is there Apache in the loop? Is it using ProxyPass or RewriteRule ? I've been more successful if I used the nocanon rewrite-rule option in these kind of attempts. Paul > wolfgang.theis...@online.de > 22 August 2016 at 13:09 > Hi, > > > We have a

Re: [xwiki-users] Configuring CKEditor Plugins

2016-09-01 Thread Paul Libbrecht
Vincent Massol wrote: >> > How do I add the font color option to the WYSIWYG editor (CKEditor)? > I don’t know; I’ll let Marius answer this one. Here's a thread that obtained such an answer: http://xwiki.475771.n2.nabble.com/Crafting-method-to-add-a-plugin-to-the-CKEditor-td7600546.html Using

Re: [xwiki-users] setting a fixed domain name?

2016-09-05 Thread Paul Libbrecht
> > I've been struggling with an XWiki bundled with jetty for which I can't > set anything similar such as a VHost. > Unfortunately, I cannot put a ProxyPassReverse (or ProxyPreserveHost) at > the Apache level for lack of a plugin thus all redirects are expressed > to localhost. My wiki is not inte

Re: [xwiki-users] setting a fixed domain name?

2016-09-06 Thread Paul Libbrecht
Vincent Massol wrote: > Maybe you could also try using the URLRewriteFilter. It allows to do all sort > of wild things on URLs (incoming and outgoing). > > See http://platform.xwiki.org/xwiki/bin/view/Main/ShortURLs#HUrlRewriteFilter That was my best hope and I looked into the documentation of URL

Re: [xwiki-users] strip accents from page name used in url

2016-09-06 Thread Paul Libbrecht
Miroslav, are you sure that the issue is in XWiki? It's a very very very fragile topic but I think I can be done and it is considerably more elegant to have URLs that show the native language (I feel). Can you describe you're exact setup? A few hints from my experience: I've seen URLEncoding to

Re: [xwiki-users] setting a fixed domain name?

2016-09-06 Thread Paul Libbrecht
> What do you need to change? Some HTTP headers? The Location header that are the core of the Redirects. >From http://localhost:8080 to http://mydomain.net. > I don't know if you've noticed but you can also pass some Java class to > URLRewriteFilter if you need something more complex than what is

Re: [xwiki-users] Watchlist email links use localhost instead of server hostname

2016-09-23 Thread Paul Libbrecht
And what if there was no request since the start but the watch list must fire? To me relying on a first request is really dangerous, also there are cases where ProxyPreserveHost is not accessible (I had the case of having just mod_rewrite and no mod_proxy‎).  ‎ A hard solution is to install a URL

Re: [xwiki-users] [xwiki-devs] Can XWiki benefit from Google AJAX Libraries API ?

2009-12-01 Thread Paul Libbrecht
In i2geo we decided to drop this dependency on google-APIs-server for prototype and friends. We decided this based on my observation that connections are often opened to such servers, even just for checking that it is not modified even though it is in cache. It's an easy adjustment. paul

Re: [xwiki-users] Bad HQL queries

2010-01-17 Thread Paul Libbrecht
Caleb, Very interesting but... The last release is of 2004, are you using this with a contemporary mysql? paul Le 17-janv.-10 à 16:49, Caleb James DeLisle a écrit : > I think at the database level you can tell it to cease if there is a > query > which goes on for more than x milliseconds.

Re: [xwiki-users] Bad HQL queries

2010-01-19 Thread Paul Libbrecht
Shouldn't there be a setting in DBCP configs? paul Le 18-janv.-10 à 13:44, Anca Luca a écrit : > Hi Sergiu, > > On 01/18/2010 02:06 PM, Sergiu Dumitriu wrote: >> On 01/18/2010 10:15 AM, Anca Luca wrote: >>> Hi Flavius, >>> >>> On 01/17/2010 05:23 PM, Flavius Olaru wrote: Hi, I've

[xwiki-users] little issues with 2.2m2

2010-02-05 Thread Paul Libbrecht
Hello list, I thought I'd report the few issues I met with 2.2m2 which seems to be otherwise very nice to run. If you create a new document by triggering edit then try to switch to source... It does nothing and shows the following in the server console: > SEVERE: gwtrpc: IncompatibleRemoteSer

Re: [xwiki-users] little issues with 2.2m2

2010-02-06 Thread Paul Libbrecht
I did exactly this: - 2.2m2 download (webapp), installed on a tomcat - 2.2m2 xar install - adjusted a few params - try to open http://infinitea.eu/xwiki/bin/view/Main/asdasda - saw that it was not there, press "edit document" - could type with richt-text-editor presented - clicked on source tab -

Re: [xwiki-users] little issues with 2.2m2

2010-02-07 Thread Paul Libbrecht
On 07-févr.-10, at 08:50, Marius Dumitru Florea wrote: > I just did the same, but on Jetty. Additionally I cleared my browser's > cache. The source tab works fine. Note that most of the Selenium > WYSIWYG editor tests rely on the source tab and they all were > passing before the 2.2M2 relea

Re: [xwiki-users] little issues with 2.2m2

2010-02-07 Thread Paul Libbrecht
Gotcha. gwt-servlet-1.5.3 was hanging around in tomcat/lib. Removing it and restarting it solved it. It's not the first time I have such a mismatch, I wonder if it would not be good to write a little sanity test for it and warn the user in case. Also, the fact that my error created a "zero ac

Re: [xwiki-users] XWord Server URL ?

2010-02-14 Thread Paul Libbrecht
Simon, my tomcats always defaulted to 8080 but server.xml and the log-line with "HTTP/1.1 Connector" should tell you the truth. Can it be, however, that you have nothing in the root webapp? Normal tomcats I've setup don't have anything. To look for |oaded contexts, you should at either localhos

[xwiki-users] Pool-exhausted, what to do?

2010-02-22 Thread Paul Libbrecht
Hello XWikiers, Today I met a short hang of our platform (also noticed by a nagios) which seemed to say in the log: org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool exhausted Is it right to raise the 2 to 5 in hibernate.cfg.x

[xwiki-users] No FormBeanConfig

2010-03-01 Thread Paul Libbrecht
Hello XWiki experts, what can mean the following error which I now have by tons in my log: > 2010-03-01 23:32:19,458 WARN util.RequestUtils - No FormBeanConfig > found under 'view' thanks in advance paul ___ users mailing list users@xwiki.org htt

[xwiki-users] row was deleted by another transaction

2010-03-05 Thread Paul Libbrecht
Hello XWiki experts, with our XWiki 1.5 I encounter the following complaint at trying to save the document of a user, even after a restart of the servlet container: > org.hibernate.StaleObjectStateException: Row was updated or deleted > by another transaction (or unsaved-value mapping was i

Re: [xwiki-users] row was deleted by another transaction

2010-03-15 Thread Paul Libbrecht
Does it mean that any transaction might actually live in the DB for a long long time, beyond restarts of xwiki or the DB, and that a global rollback? paul Le 06-mars-10 à 00:21, Sergiu Dumitriu a écrit : >>> org.hibernate.StaleObjectStateException: Row was updated or deleted >>> by another

[xwiki-users] table-sum in xwiki 2.2?

2010-03-23 Thread Paul Libbrecht
Hello xwikiers, is there a way in the syntax 2.0 to invoke a table-sum? I found this feature particularly nice in the earlier version. thanks in advance paul ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] migrating from xwiki to xws easy?

2010-03-26 Thread Paul Libbrecht
Hello xwiki experts, I've been enjoy an xwiki 2.2m2 for a while but the collaborative features are some rudimentary and I've been considering xwiki workspaces. Do I have chance to migrate one to the other by simply uploading the xar? The xws pages don't state a compatibility chart and see

Re: [xwiki-users] Modifying the e-mail in a user profile.

2010-04-08 Thread Paul Libbrecht
Le 08-avr.-10 à 18:46, Guillaume Lerouge a écrit : >> I would like to consult and above all to modify the e-mails of some >> users profiles that I have created a long time ago. >> I try to change them via the Users menu in XWiki Administration >> menu, >> however the e-mail is not available a

Re: [xwiki-users] Bad HQL queries

2010-07-22 Thread Paul Libbrecht
I'm back with this subject, it's really a haunting subject. When at this stage, I can only wait that a graceful person restarts the MySQL thus killing the "bad" query. I would wish a DBCP or hibernate configuration for a maximum time (which I'd put around 30 seconds because indeed, overload m

[xwiki-users] how to debug ObjectNotFoundException?

2010-08-21 Thread Paul Libbrecht
I recently turned log4j's root category of my xwiki to info and I get floods of the following exceptions: 2010-08-21 22:21:00,381 INFO def.DefaultLoadEventListener - Error performing load command org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [com.xpn.xwiki

Re: [xwiki-users] GeoGebra Applet is not working

2010-09-16 Thread Paul Libbrecht
Erica, try the following, its' really not too hard: Please http://www.java.com";>install Java 1.4.2 (or later) to use this page. this is pulled from http://i2geo.net/ where

Re: [xwiki-users] GeoGebra Applet is not working

2010-09-16 Thread Paul Libbrecht
And the path to the ggb file is in $url. paul > > 2010/9/16 Paul Libbrecht > >> Erica, >> >> try the following, its' really not too hard: >> >> > archive="/files/

Re: [xwiki-users] GeoGebra Applet is not working

2010-09-16 Thread Paul Libbrecht
That tastes like a traditional applet issue. What does about:plugins say? paul Le 16 sept. 2010 à 23:50, Erica Usui a écrit : > it actually works, your code, but it doesn't work on linux. > Even on Geo Gebra Website... if i'm on linux environment, it doesn't work.

Re: [xwiki-users] Bad HQL queries

2010-09-18 Thread Paul Libbrecht
ery. Before that you can "show full processlist" to get all of the SQL query and start to wonder which XWiki code has created it. I wonder if this is not something that XWiki could support as a tool to debug such issues, ideally with location bound to queries. paul Le 23 juil. 201

Re: [xwiki-users] How do I for divide one string I need only the part of the user name (Admin) instead of XWiki.Admin

2010-09-19 Thread Paul Libbrecht
Le 20 sept. 2010 à 08:44, Raluca Stavro a écrit : >>> If you're looking for the user's "common name" instead of the user name, >>> you might want to look at >>> $xwiki.getUserName >>> http://maven.xwiki.org/site/xwiki-core-parent/xwiki-core/apidocs/com/xpn/xwiki/api/XWiki.html#getUserName%28java

Re: [xwiki-users] GeoGebra Applet is not working

2010-09-20 Thread Paul Libbrecht
On linux evironment the online geogebra doesn't work: > http://www.geogebra.org/webstart/geogebra.html > <http://www.geogebra.org/webstart/geogebra.html>So i guess there isn't much > i can do to make it work on xwiki when using linux. > =\ > > 2010/9/17 Paul L

Re: [xwiki-users] How do I for divide one string I need only the part of the user name (Admin) instead of XWiki.Admin

2010-09-20 Thread Paul Libbrecht
I think XEclipse does it pretty well. But what I prefer to use is my favourite IDE IntelliJ IDEA. For this, it depends if velocity or groovy. - if groovy, I use imports and give types to my variables... this way... there's a way to "add variables from context" but I was never fully satisfied wi

Re: [xwiki-users] How do I for divide one string I need only the part of the user name (Admin) instead of XWiki.Admin

2010-09-20 Thread Paul Libbrecht
Le 20 sept. 2010 à 20:33, [Ricardo Rodriguez] eBioTIC. a écrit : >> Of course, this relies on the fact that my IntelliJ has all the necessary >> dependencies (I import the right pom.xml for this). >> I believe it should be possible to get this in Eclipse using the velocity >> mode but a friend

Re: [xwiki-users] How do I for divide one string I need only the part of the user name (Admin) instead of XWiki.Admin

2010-09-20 Thread Paul Libbrecht
Le 21 sept. 2010 à 00:32, [Ricardo Rodriguez] eBioTIC. a écrit : >> For velocity support you need the Ultimate edition unfortunately. >> But the licenses for open-source projects are still being granted. >> For groovy, the Community edition is enough I believe. >> I don't see XWiki among the proj

Re: [xwiki-users] How do I for divide one string I need only the part of the user name (Admin) instead of XWiki.Admin

2010-09-21 Thread Paul Libbrecht
ing luxury. Le 21 sept. 2010 à 07:57, Paul Libbrecht a écrit : >> Let's go back to the initial question: what I was looking for was how to >> "read" all available properties of a given "object" with a "piece of >> code" within a XWiki page

Re: [xwiki-users] How do I for divide one string I need only the part of the user name (Admin) instead of XWiki.Admin

2010-09-21 Thread Paul Libbrecht
écrit : > Thanks! > > Paul Libbrecht wrote: >> Ricardo, >> >> >> If you agree to work with "outdated projects", why not consider the project: >> http://svn.activemath.org/intergeo/Platform/Vignettes/ >> It's referencing old x

Re: [xwiki-users] [Announcement] XWiki Enterprise 2.5 Milestone 2 Released

2010-10-04 Thread Paul Libbrecht
is there a candidate already installed we can play with? thanks in advance paul Le 4 oct. 2010 à 13:37, Sergiu Dumitriu a écrit : > The XWiki development team is pleased to announce the release of XWiki > Enterprise 2.5 Milestone 2. > > Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/

Re: [xwiki-users] [Announcement] XWiki Enterprise 2.5 Milestone 2 Released

2010-10-04 Thread Paul Libbrecht
Le 4 oct. 2010 à 13:55, Sergiu Dumitriu a écrit : > On 10/04/2010 01:47 PM, Paul Libbrecht wrote: >> is there a candidate already installed we can play with? >> > > No, but we should upgrade myxwiki.org soon. Cool, works. At least the If-Modified-Since is well present on m

Re: [xwiki-users] Using Scheduler issues (groovy questions)

2010-10-23 Thread Paul Libbrecht
My first hint would be to consider groovy as java. It's not exactly the same but it shares most. The other idea is to simply call the web page from groovy? new java.net.URL("blablalba").getContent() paul On 23 oct. 2010, at 23:26, Eugen Colesnicov wrote: > > Hi colleagues! > > I need some

Re: [xwiki-users] Using Scheduler issues (groovy questions)

2010-10-24 Thread Paul Libbrecht
On 24 oct. 2010, at 13:54, Sergiu Dumitriu wrote: >>> call the web page from groovy >>> new java.net.URL("blablalba").getContent() >> >> Thanks beforehand! >> Eugen >> > > Yes, but note that the URL will be fetched without any session > information, so if the requested page is private (not vi

Re: [xwiki-users] Using Scheduler issues (groovy questions)

2010-10-24 Thread Paul Libbrecht
On 24 oct. 2010, at 16:29, [Ricardo Rodriguez] eBioTIC. wrote: >> or call http://user:passw...@host:port/xwiki/bin/view/Space/Name >> >> paul >> _ > > It doesn't work for me here. Please, any particular requirement/setting > on the server side? I don't think so. But I note that I'm using

Re: [xwiki-users] Using Scheduler issues (groovy questions)

2010-10-24 Thread Paul Libbrecht
Eugen, you said you have a velocity page, say accessible at http://server/xwiki/bin/iview/MyScheduler/Velo what I was telling is that you should be able to get its execution from groovy with new URL("http://server/xwiki/bin/iview/MyScheduler/Velo";).getContent() and, if you needed secure ac

Re: [xwiki-users] Display current date on page

2010-11-29 Thread Paul Libbrecht
Le 29 nov. 2010 à 07:50, Ricardo Rodriguez [eBioTIC.] a écrit : > Use (XWiki 2.0 Syntax) > {{velocity}} > $datetool.get('Md') > {{/velocity}} This has always shocked me as being inefficient since it reparses and re-allocates. I planned to write a little plugin where that would be cared for b

Re: [xwiki-users] Display current date on page

2010-12-09 Thread Paul Libbrecht
next time you use it! paul Le 9 déc. 2010 à 19:19, Erica Usui a écrit : > I'm using #set($data=$datetool.get('Md')) successfully, but i can't > compare dates with $data, because it is not a date, i think it is a string. > > How can i convert it to a date? &

[xwiki-users] documentation about xar format?

2010-12-09 Thread Paul Libbrecht
Hello group, I'm trying to understand the options of xar import/export. Given a set of pages, one has the following options to export: - with history (ie. with previous version?) - backup pack (with author-names?) And to import: - with history (i.e. ignore or not the fact that history is includ

Re: [xwiki-users] Tomcat & BSD & Nginx

2010-12-10 Thread Paul Libbrecht
Le 10 déc. 2010 à 21:54, Eric Tse a écrit : > How can I change Tomcat to use port 80 instead of 8180? I tried changing the > connector port in the xml file then restarted but with no avail.. That's a tomcat question. As far as I know you did the right thing. Do restart tomcat and don't forget to

Re: [xwiki-users] Tomcat & BSD & Nginx

2010-12-10 Thread Paul Libbrecht
ir in large wikis I think it can score well. I encountered, however, a few issues while trying to get some applications based on xwiki in active use. The generated SQL was incompatible with PostgreSQL. As a rule of the thumb, I think workability with MySQL is considerably more tested. paul >

Re: [xwiki-users] Tomcat & BSD & Nginx

2010-12-11 Thread Paul Libbrecht
Le 11 déc. 2010 à 04:52, Eric Tse a écrit : > So based on your experiences, or anyone else's is MySQL "better", persay vs > PostgresSQL? Tasteful speaking I always preferred Postgres (more strict open-source, more sys-admin-oriented) but I know MySQL is more widespread and sometimes faster. >

Re: [xwiki-users] Lucene and log4j

2010-12-12 Thread Paul Libbrecht
Ricardo, do you have a log4.properties already existing? I have mine (probably extracted from some xwiki-core-xx.jar, in WEB-INF/classes so I can modify it (it needs to be in the root package). Then I added: log4j.logger.com.xpn.xwiki.plugin.lucene=debug This was for xwiki-1.5 but I think the

Re: [xwiki-users] Tomcat & BSD & Nginx

2010-12-12 Thread Paul Libbrecht
Eric, Java has a slow start. Yes that's known. But once "warmed" it often performs better than many other things. Maybe it helps. paul Le 11 déc. 2010 à 18:59, Eric Tse a écrit : > I have now installed Nginx and done a proxy through to tomcat, its.. quite.. > slow.. IMO, probably cause its Ja

Re: [xwiki-users] Lucene and log4j

2010-12-12 Thread Paul Libbrecht
Le 13 déc. 2010 à 00:21, Ricardo Rodriguez [eBioTIC.] a écrit : > Just curiosity, please, why must we extract log4j.properties in > WEB-INF/classes? Is this the way the version included in > xwiki-core-xx.jar gets overwritten? yes > Just to avoid that if you eventually extracts it again can

Re: [xwiki-users] documentation about xar format?

2010-12-13 Thread Paul Libbrecht
Ping oh ping! currently, we're planning to also upgrade one class object. And we're shivering that it may trigger re-indexing of all our 150'000 asset-documents. Please, please, please give a bit more hint. thanks in advance paul Le 9 déc. 2010 à 22:08, Paul Libbrecht a écrit

[xwiki-users] Document.save but no change saved?

2010-12-26 Thread Paul Libbrecht
Hello XWikiers, I am troubled with XWiki's objects and documents save operations by a programme, groovy or velocity. The following doesn't seem to work for me: // <% import com.xpn.xwiki.api.Document; import com.xpn.xwiki.api.Object; import com.xpn.xwiki.api.XWiki; //XWiki xwiki; Document do

  1   2   3   4   >