Re: [xwiki-users] Filesystem porter issue (VoidAttachmentVersioningStore)

2016-04-27 Thread Caleb James DeLisle
his is why I'm asking for help :) Le 25/04/2016 12:17, Caleb James DeLisle a écrit : Hmm, I don't recall whether VoidAttachmentVersioningStore was supported but in any case you should have little difficulty if you switch attachment versioning store to file and then switch to void after making the

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

2016-02-09 Thread Caleb James DeLisle
+1 because better the developers and the users run the same major version of the JVM and I think most of the devs are already running 8. Thanks, Caleb On 10/02/16 07:17, Manuel Smeria wrote: +1 Thanks, Manuel On Tue, Feb 9, 2016 at 10:53 PM, Paul Libbrecht wrote:

Re: [xwiki-users] Admin Tools database to filesystem porter error

2016-01-18 Thread Caleb James DeLisle
Hi Mark, My estimation of the problem is that a newer version of Groovy forbids the use of a function called `main()`. I've updated the script to use a different name for the main entry point function and you can access the new version here.

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

2015-11-27 Thread Caleb James DeLisle
at making it more familiar to people and thus more intuitive. Thanks, Caleb On 27/11/15 16:54, vinc...@massol.net wrote: On 27 Nov 2015 at 16:41:34, Paul Libbrecht (p...@hoplahup.net(mailto:p...@hoplahup.net)) wrote: Caleb James DeLisle wrote: I had just imagined an extension to th

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

2015-11-27 Thread Caleb James DeLisle
I had just imagined an extension to the markdown standard, not sure exactly how macros ought to be implemented... One possibility: or ?> Thanks, Caleb On 27/11/15 14:28, Paul Libbrecht wrote: I'm trying to find "comparable tools" that we could document there as being comparable

[xwiki-users] [myxwiki] Request for new wiki

2015-09-24 Thread Caleb James DeLisle
Hi, I'd like to start a wiki for documenting a small sociological project which I'm doing with a few friends. It will be closed while the project is ongoing but we intend to make our findings usable to the outside world when the project is complete. My username is CalebJamesDeLisle and I'd like

Re: [xwiki-users] Is there option...

2015-07-24 Thread Caleb James DeLisle
XWiki has a statistics module http://extensions.xwiki.org/xwiki/bin/view/Extension/Statistics+Application which is disabled by default for performance reasons. When we encounter a similar issue, we install Piwik and use that with the Piwik Extension

[xwiki-users] [ANN] XWebIDE - Working prototype of Application Development Environment in XWiki !

2015-07-02 Thread Caleb James DeLisle
to me. Thanks, Caleb -- Caleb James DeLisle XWiki SAS calebjamesdeli...@xwiki.com irc.freenode cjd 9:00-18:00 GMT+1 http://bit.ly/1suU0Lh Satire is the escape hatch from the cycle of sorrow, hatred and violence. #JeSuisCharlie -- Satire is the escape hatch from the cycle of sorrow, hatred

Re: [xwiki-users] SSL on Tomcat 7 Xwiki

2015-04-28 Thread Caleb James DeLisle
I know it's possible to setup tomcat itself to do TLS but personally I would look at using an Apache/AJP connector or Nginx/HTTP for handling the TLS and proxying back to the Tomcat server. I know Apache/AJP - Tomcat to be well tested but I'll throw in a word for Nginx/HTTP - Jetty just because I

Re: [xwiki-users] Can't make big uploads?

2015-01-12 Thread Caleb James DeLisle
The error makes it look like FSAttach is disabled. Check for files existing in the Permanent Storage directory in the server's filesystem. Thanks, Caleb On 01/12/2015 10:05 AM, Paul Libbrecht wrote: Thomas, I believe I am using the filesystem attachment. At least that's when I thought

Re: [xwiki-users] HELP! Java Heap Space

2014-09-12 Thread Caleb James DeLisle
You could try setting attachment versioning to false or investigate Filesystem Attachment Store. Thanks, Caleb On 09/12/2014 10:59 AM, Nema wrote: This post has NOT been accepted by the mailing list yet. Help please im trying to upload a file that is 30.02 mb big and everytime i try to upload

Re: [xwiki-users] Experimental Realtime WYSIWYG editor released.

2014-08-08 Thread Caleb James DeLisle
Update: I forgot to mention that it is currently deployed and testable on http://realtime.webviewers.org/ Thanks, Caleb On 08/08/2014 12:24 PM, Caleb James DeLisle wrote: Hello all, On behalf of XWiki SAS Research Team, I'm proud to announce that an early experimental version of the XWiki

Re: [xwiki-users] Feedback from a novice user

2014-07-02 Thread Caleb James DeLisle
hmm maybe we can hook the backspace key in javascript and eat the event... On 07/02/2014 04:32 PM, Hamster wrote: Great report Vincent, it felt like I was watching over your shoulders, seeing your wife struggling with XWiki for the first time. The Backspace issue is hitting me in the face once

Re: [xwiki-users] xwiki code isn't interpreted in footer?

2014-06-11 Thread Caleb James DeLisle
.vm files are Velocity code, not XWiki syntax so if you want to include a page, you could do $xwiki.getDocument(BacASable.PiedDePage).getRenderedContent() which would output the relevant html. Thanks, Caleb On 06/11/2014 11:34 AM, Pascal BASTIEN wrote: Hello, Are there a way to include some

Re: [xwiki-users] Using parameter macro in the js extension

2014-05-13 Thread Caleb James DeLisle
This depends a lot on how the javascript is loaded... If you're including it using $xwiki.jsx.use() then it won't have the same context because it's a different HTTP request. If you use the macro and then do a {{velocity}} macro with an {{html}} macro and a script inside of that, the content will

Re: [xwiki-users] Groovy syntax for $xwiki.jsfx.use

2014-05-09 Thread Caleb James DeLisle
All of the groovy bindings are the same as the velocity ones http://platform.xwiki.org/xwiki/bin/view/DevGuide/Scripting#HBindings So in your case you'll want xwiki.get('jsfx').use() Note that xwiki.jsfs is a language-provided alias to xwiki.get('jsfx') In some scripting languages you will need to

Re: [xwiki-users] Polemic Security Question

2014-04-25 Thread Caleb James DeLisle
Hi Danilo, There is a print page button in the wiki and indeed this can be disabled. There is of course also a printscreen button on the keyboard and this hooks to the underlying operating system and takes whatever is displayed on the screen. Unfortunately for a web application to deny the

Re: [xwiki-users] [BUG] Do the attachments hustle

2014-04-08 Thread Caleb James DeLisle
Any series of events which can cause an attachment to appear to exist but not should be considered a bug so I think you should go ahead and open a JIRA issue. Thanks for your detailed instructions to repeat, as always instructions are good, a piece of velocity/groovy is better and a pull request

Re: [xwiki-users] [ANN] Realtime Collaborative Plain WikiText Editor and WEBSOCKET!

2014-02-10 Thread Caleb James DeLisle
I have a correction, see below: On 02/06/2014 12:41 AM, Caleb James DeLisle wrote: Hi all, I'm very pleased to announce two new extensions to come out of XWikiSAS Research and the RESILIENCE Research project. Number One: WebSockets in XWiki! If you're an extension developer like me

Re: [xwiki-users] Upgrade from 5.1 to 5.3 (Portable Version)

2014-02-01 Thread Caleb James DeLisle
Hi Matthias, If you can paste me the exceptions ( https://ezcrypt.it/ is nice for this ) I might have an idea of what went wrong. Thanks, Caleb On 02/01/2014 02:07 PM, Matthias Wegner wrote: Hello, i use a portable version v5.1 with jetty. With

Re: [xwiki-users] Upgrade from 5.1 to 5.3 (Portable Version)

2014-02-01 Thread Caleb James DeLisle
Check your xwiki.cfg file, there should be a set of plugins in the file and you should see com.xpn.xwiki.plugin.google.GooglePlugin, you'll need make sure that the differences between the new xwiki.cfg file and the old one are resolved. Once that is working, if there are other errors then paste

Re: [xwiki-users] jQuery plugin - Conflict with prototype.js

2013-12-18 Thread Caleb James DeLisle
Hi Ruben, If you're wrapping the metrojs script in a require(['jquery'], function($) { all_metrojs_code_goes_here }) call then I'm not sure there much else you can do other than manually searching through metrojs and hunting down the places where it uses window.$ which defeats the wrapper. Sorry

Re: [xwiki-users] jQuery plugin - Conflict with prototype.js

2013-12-04 Thread Caleb James DeLisle
Hi Ruben, On 12/04/2013 12:10 PM, Ruben M. wrote: Hello XWiki team users, First of all thanks a lot for your great work. I’ve set up XWiki as an intranet website (version 5.2.1). Currenty I’m trying to customize it with some javascript to make life easier for the users. I

[xwiki-users] [ANN] WebViewers, a way to view and edit attachments in XWiki (and other webapps!)

2013-11-25 Thread Caleb James DeLisle
Hi guys, I am proud to announce WebViewers are now available for XWiki. As part of the Resilience research project, I and others have been working on a compatible solution for interfacing the variety of Javascript file viewers and editors with the many available web application frameworks. The

Re: [xwiki-users] How to manage deleted attachments while filesystem is on?

2013-11-23 Thread Caleb James DeLisle
2013, 9:13 +01:00 от Caleb James DeLisle c...@hyperboria.ca: I'd like to get this working but it's a bit of a headache. When I originally developed FS attachments, I didn't realize there was an application (XWiki.DeletedAttachments) which was looking for attachments in the database

Re: [xwiki-users] How to manage deleted attachments while filesystem is on?

2013-11-22 Thread Caleb James DeLisle
I'd like to get this working but it's a bit of a headache. When I originally developed FS attachments, I didn't realize there was an application (XWiki.DeletedAttachments) which was looking for attachments in the database. Since they're gone from the database now this application is unhappy.

Re: [xwiki-users] XWiki TableEdit extension

2013-11-22 Thread Caleb James DeLisle
/jqs.js /jQueryNoConflict.js The first too are fine. The last one is obviously wrong. Any idea how to fix this? Thanks, Marius On Fri, Nov 15, 2013 at 7:53 AM, Caleb James DeLisle c...@hyperboria.ca wrote: I think at this point it's probably best to go ahead and report a bug

Re: [xwiki-users] [ANN] 10 years of the XWiki open source project!

2013-11-18 Thread Caleb James DeLisle
I didn't even see it on the mailing list, I saw it on IRC. Maybe our mailing lists are too noisy ;) Thanks, Caleb PS: As I add my own drop of water to the flood On 11/18/2013 11:45 AM, Vincent Massol wrote: Hi XWiki users, To be honest, I'm a bit sad that no XWiki users replied to

Re: [xwiki-users] XWiki TableEdit extension

2013-11-14 Thread Caleb James DeLisle
, shouldbe q931 wrote: On Wed, Nov 13, 2013 at 5:20 PM, shouldbe q931 shouldbeq...@gmail.com wrote: On Wed, Nov 13, 2013 at 3:15 PM, Caleb James DeLisle c...@hyperboria.ca wrote: Hmm, does anything show up in the console as far as errors? Thanks, Caleb Hi Caleb, Apologies, should have checked

Re: [xwiki-users] XWiki TableEdit extension

2013-11-13 Thread Caleb James DeLisle
The pencils are injected using javascript so you might check to see if there are any javascript errors in your browser in firefox/chrome: right click - inspect element -- click console Thanks, Caleb On 11/13/2013 12:38 PM, shouldbe q931 wrote: Hi, I installed the XWiki TableEdit extension,

Re: [xwiki-users] XWiki TableEdit extension

2013-11-13 Thread Caleb James DeLisle
It doesn't look like the skin extension is being pulled in, are you sure it was saved by a user with programming right? Thanks, Caleb On 11/13/2013 02:46 PM, shouldbe q931 wrote: On Wed, Nov 13, 2013 at 12:20 PM, Caleb James DeLisle c...@hyperboria.ca wrote: The pencils are injected using

Re: [xwiki-users] XWiki TableEdit extension

2013-11-13 Thread Caleb James DeLisle
Hmm, does anything show up in the console as far as errors? Thanks, Caleb On 11/13/2013 03:38 PM, shouldbe q931 wrote: On Wed, Nov 13, 2013 at 2:34 PM, shouldbe q931 shouldbeq...@gmail.com wrote: On Wed, Nov 13, 2013 at 1:55 PM, Caleb James DeLisle c...@hyperboria.ca wrote: It doesn't look

Re: [xwiki-users] esoteric features

2013-09-27 Thread Caleb James DeLisle
Hi, I just saw this thread and I have to say, your requirements are really interesting. On 09/23/2013 03:08 AM, Richard Kulisz wrote: Hi there, I'm investigating whether this wiki engine is right for me. I'm looking for three specific design features: 1. able to attach autonomous agents

Re: [xwiki-users] [xwiki-devs] [ANN] XWiki.TableEdit extension now available for your ExtensionManager installing pleasure.

2013-01-12 Thread Caleb James DeLisle
but is probably a feature for now is that I was not able to do calculations in the spreadsheet. I tested on Chrome. Ludovic 2013/1/9 Caleb James DeLisle calebdeli...@lavabit.com Hi all, I'm proud to announce that after a few weeks of hectic downtime I finally got XWiki.TableEdit extension

Re: [xwiki-users] How to make an extension which is installable by the extension manager?

2013-01-08 Thread Caleb James DeLisle
:34 AM, Vincent Massol wrote: Hi Caleb, On Jan 4, 2013, at 8:41 PM, Caleb James DeLisle calebdeli...@lavabit.com wrote: Hi, I'm looking to contribute an extension which is installable with the EM and I can't find any documentation on it, if there is no documentation I am willing to write

[xwiki-users] [ANN] XWiki.TableEdit extension now available for your ExtensionManager installing pleasure.

2013-01-08 Thread Caleb James DeLisle
Hi all, I'm proud to announce that after a few weeks of hectic downtime I finally got XWiki.TableEdit extension finished. XWiki.TableEdit allows you to edit wiki tables as if they were spreadsheets using the jquery.sheet in-browser spreadsheet editor. Internally XWiki.TableEdit is an exiting

Re: [xwiki-users] getDocumentAsAuthor doesn't work in attempt to read a page from velocity

2013-01-04 Thread Caleb James DeLisle
Hi Dmitry, The getDocumentAsAuthor() call should work as expected. Make sure to use saveDocumentAsAuthor() when saving as well. Thanks, Caleb On 01/04/2013 11:00 AM, Haru wrote: Hi! I'm trying to develop a simple script for followng scenario: - Registered User receives an access code to

[xwiki-users] How to make an extension which is installable by the extension manager?

2013-01-04 Thread Caleb James DeLisle
Hi, I'm looking to contribute an extension which is installable with the EM and I can't find any documentation on it, if there is no documentation I am willing to write it if someone will walk me through the process. How do I go about getting published and how are dependencies declared? Thanks,

Re: [xwiki-users] XSS Security Hole, how to post to secur...@xwiki.org

2012-12-04 Thread Caleb James DeLisle
I'm sorry about your getting hit and if you want to send me direct mail, I'll see that it gets to the right people. I'll also make sure to check out the situation with that list because it should not be blocking non-subscribers. As a side note, it might be irresponsable of me but I don't

Re: [xwiki-users] control the size of the attachments temp storage?

2012-11-12 Thread Caleb James DeLisle
Hi, You can delete those files any time the server stops, unfortunately when it's running they are not safe to delete. There was an issue which lead to files accumulating over time after adverse shutdowns such as a JVM crash. http://jira.xwiki.org/browse/XWIKI-7748 To mitigate this issue with

Re: [xwiki-users] New Realtime collaborative editing extension.

2012-11-12 Thread Caleb James DeLisle
Paul Le 17 oct. 2012 à 07:12, Caleb James DeLisle a écrit : Hi guys, I just finished repackaging the realtime collaborative editor which was developed as part of wiki/3.0. It is now installable as an extension. It's still a bit rough around the edges but it's pretty safe to play

Re: [xwiki-users] control the size of the attachments temp storage?

2012-11-12 Thread Caleb James DeLisle
the question as to whether the files with older modification dates are indeed not being served currently, provided the modification dates are older than any connection? thanks in advance Paul Le 12 nov. 2012 à 14:50, Caleb James DeLisle a écrit : Hi, You can delete those files any time

Re: [xwiki-users] Just questions regarding filesystem storage feature

2012-10-30 Thread Caleb James DeLisle
Hi, On 10/29/2012 12:01 PM, Jeremie BOUSQUET wrote: Hello, No issues here just needing some insights on filesystem storage ... I just moved to it (on 4.3-milestone-1), and ran script to migrate my attachments from db to filesystem. Though attachments seem to open perfectly well, I'm

Re: [xwiki-users] [xwiki-devs] [Contrib] I'd like to move xwiki realtime editor to xwiki-contrib

2012-10-24 Thread Caleb James DeLisle
Done, moved the realtime editor to contrib and now you can report issues here: http://jira.xwiki.org/browse/XCONTRIB/component/12462 Thanks, Caleb On 10/24/2012 10:32 AM, Thomas Mortagne wrote: +1 On Wed, Oct 24, 2012 at 2:43 PM, Caleb James DeLisle calebdeli...@lavabit.com wrote: Hi

Re: [xwiki-users] New Realtime collaborative editing extension.

2012-10-22 Thread Caleb James DeLisle
Hi, Thanks for the complement. I just updated it and fixed issue #1. Thanks for reporting it. Somehow showing who else is editing, showing where they are editing in the document and allowing the user to spawn a chat window with other editors on the page are all interesting possibilities. Right

Re: [xwiki-users] New Realtime collaborative editing extension.

2012-10-22 Thread Caleb James DeLisle
One other thing, please report the features which you want and what you imagine as best on the github tracker, it's easier to close an issue as won't fix than it is to remember an important issue which nobody wrote down ;) Thanks Caleb On 10/22/2012 10:14 PM, Caleb James DeLisle wrote: Hi

Re: [xwiki-users] [xwiki-devs] New Realtime collaborative editing extension.

2012-10-22 Thread Caleb James DeLisle
later today. Thanks -Vincent On Oct 17, 2012, at 7:12 AM, Caleb James DeLisle calebdeli...@lavabit.com wrote: Hi guys, I just finished repackaging the realtime collaborative editor which was developed as part of wiki/3.0. It is now installable as an extension. It's still a bit rough

Re: [xwiki-users] [xwiki-devs] New Realtime collaborative editing extension.

2012-10-17 Thread Caleb James DeLisle
On Oct 17, 2012, at 8:57 AM, Vincent Massol vinc...@massol.net wrote: Hi Caleb, What a nice morning treat! :) I'll check it out later today. Thanks -Vincent On Oct 17, 2012, at 7:12 AM, Caleb James DeLisle calebdeli...@lavabit.com wrote: Hi guys, I just finished repackaging

[xwiki-users] New Realtime collaborative editing extension.

2012-10-16 Thread Caleb James DeLisle
Hi guys, I just finished repackaging the realtime collaborative editor which was developed as part of wiki/3.0. It is now installable as an extension. It's still a bit rough around the edges but it's pretty safe to play with so everyone is invited to give it a try. * Multiple users can edit

Re: [xwiki-users] User rights?

2012-09-23 Thread Caleb James DeLisle
If you deny permission to any group that a user is a member of, the user will not be able to access the document, deny overpowers allow. What you can do is block access for the whole space then explicitly allow AllGroup for the pages which you want them to be able to see. Alternatively you could

Re: [xwiki-users] Incremental Backup

2012-08-02 Thread Caleb James DeLisle
Hi, The XWiki SAS platform team does backup at the mysql level by doing live replication and periodic backups. It sounds like you are using the default HSQL/jetty installation which has some scaling issues and is lacking in administrative tools so it is not recommended for production use.

Re: [xwiki-users] Problem Migrating Database from XWiki Ent 3.5.1 to 4.1.3 for MSSQL

2012-08-02 Thread Caleb James DeLisle
Check line 142 # xwiki.store.migration=0 That should be uncommented and it should be xwiki.store.migration=1 Thanks, Caleb On 08/02/2012 04:17 PM, rheim651 wrote: Denis, I have reviewed my xwiki.cfg file and revised it according to what you requested ( http://pastebin.com/ACFyDT87 Xwiki

Re: [xwiki-users] Regular users can edit access rights?

2012-07-31 Thread Caleb James DeLisle
On 07/30/2012 09:32 AM, Guillaume Lerouge wrote: Hi Moritz, On Thu, Jul 12, 2012 at 8:46 AM, Moritz Hesse (EnergieArchitektur) moritz.he...@ea-gmbh.de wrote: Hi, we have made the experience, that regular users can edit access rights for pages. Is this regular behaviour? Yes. Right

Re: [xwiki-users] Problem Migrating Database from XWiki Ent 3.5.1 to 4.1.3 for MSSQL

2012-07-28 Thread Caleb James DeLisle
Hi, The 4.x migration is large and has turned out to be particularly painful. We are evaluating how to improve it. Do you have any messages regarding the migration in your catalina.out log file? I suspect it is trying to do the migration but failing for some reason. If you can paste any relevant

Re: [xwiki-users] evaluate programming rights?

2012-07-27 Thread Caleb James DeLisle
Hi Paul, $doc.hasProgrammingRights() returns true if $xwiki.hasAccessLevel(programming, $doc.getContentAuthor(), xwiki:XWiki.XWikiPreferences) is true and $xcontext.dropPermissions() has not been called in the same request. What is important is that the contentAuthor of the document has a

Re: [xwiki-users] [Video] XWiki-G3 demo - Distributed XWiki cluster storing native Java objects

2012-07-04 Thread Caleb James DeLisle
from the XWiki api I guess. Does that make sense ? Jerome On Wed, Jul 4, 2012 at 12:57 AM, Caleb James DeLisle calebdeli...@lavabit.com wrote: Hi, Over in the XWiki Research Department, we've been working on some exciting new developments. While XWiki provides industry leading

[xwiki-users] [Video] XWiki-G3 demo - Distributed XWiki cluster storing native Java objects

2012-07-03 Thread Caleb James DeLisle
Hi, Over in the XWiki Research Department, we've been working on some exciting new developments. While XWiki provides industry leading flexibility for defining, storing and querying data structures in SQL based stores, we are researching how to bring storage to Cassandra distributed NoSQL data

[xwiki-users] [Video] XWiki-G3 demo - XWiki cluster storing native Java objects in Cassandra distributed store.

2012-07-03 Thread Caleb James DeLisle
Hi, Over in the XWiki Research Department, we've been working on some exciting new developments. While XWiki provides industry leading flexibility for defining, storing and querying data structures in SQL based stores, we are researching how to bring storage to Cassandra distributed NoSQL data

Re: [xwiki-users] [xwiki-devs] [Video] XWiki-G3 demo - XWiki cluster storing native Java objects in Cassandra distributed store.

2012-07-03 Thread Caleb James DeLisle
Oops, sent that one twice. Sorry about the noise. Caleb On 07/03/2012 07:39 PM, Caleb James DeLisle wrote: Hi, Over in the XWiki Research Department, we've been working on some exciting new developments. While XWiki provides industry leading flexibility for defining, storing

[xwiki-users] [ANN] XWiki Enterprise and XWiki Enterprise Manager 4.1.2 released.

2012-06-26 Thread Caleb James DeLisle
The XWiki development team is proud to announce the availability of XWiki Enterprise 4.1.2. This is the second bug fix release of the 4.1 cycle. This release fixes a serious issue preventing the display of differences between versions in both history and Extension Manager. You can download it

[xwiki-users] [ANN] XWiki Enterprise and XWiki Enterprise Manager 4.1 released

2012-06-19 Thread Caleb James DeLisle
The XWiki Development team is pleased to announce the 4.1.1 bug fix release. Download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download And review the release notes here: http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWikiEnterprise411 This release fixes the following

[xwiki-users] [ANN] XWiki Enterprise and XWiki Enterprise Manager 4.1 released

2012-06-18 Thread Caleb James DeLisle
The XWiki Development team is proud to announce the second release of the 4.x cycle. This release brings Extension Manager improvements such as merging of configuration documents during extension upgrade, a more gentle learning curve by hiding internal documents from non-technical users, and

Re: [xwiki-users] features for dealing with known comment spammers in XWiki?

2012-06-12 Thread Caleb James DeLisle
Hi, Here's a little proof of concept which should do the right general thing. If you put the groovy script at the top of your registration page, you can edit the content of the page to behave differently if the user fails an RBL check. It would make sense to allow them in but lock the account

[xwiki-users] [ANN] XWiki Enterprise 4.1 Release Candidate 1 is now available.

2012-06-11 Thread Caleb James DeLisle
XWiki core development team is proud to announce the availability of XWiki Enterprise 4.1 Release Candidate 1 This is the first and hopefully final release candidate of the 4.1 release cycle. Being a release candidate, this release is sparse on new features concentrating instead on

[xwiki-users] [ANN] XWiki Enterprise 4.1 Milestone 2 Released

2012-05-31 Thread Caleb James DeLisle
The XWiki Development Team is pleased to announce the release of XWiki Enterprise 4.1 Milestone 2. Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download This is the second and final milestone of the XWiki Enterprise 4.1 development cycle. Changes from Milestone 1: * Extension

Re: [xwiki-users] How end user can capitalize on groovy/velocity fscript in xwiki?

2012-05-18 Thread Caleb James DeLisle
Hi, I think of Velocity as a templating language. You can write: {{velocity}} Your username is $xcontext.getUser(), welcome to the site. {{/velocity}} Combining code and text in a natural way. You can even include XWiki markup in your velocity script since the output from velocity will go to the

[xwiki-users] [Release] XWiki Enterprise and XWiki Manager 4.1 Milestone 1 Released

2012-05-16 Thread Caleb James DeLisle
The XWiki development team is proud to announce the release of XWiki Enterprise 4.1 Milestone 1, the first milestone along the 4.1 road map. This release brings new 3D graphs made with pure XWiki syntax, safer Groovy scripting, and better hiding of internal application related documents. As

Re: [xwiki-users] autologin without password

2011-11-12 Thread Caleb James DeLisle
You could login with a trivial password such as 'password' which is hardcoded into your end. I could help you more if you knew how your stuff will talk to XWiki. For example will it speak http like the web browser or webdav or rest? Caleb On 11/11/2011 03:54 PM, Legeinfo wrote: Hi! It is

Re: [xwiki-users] autologin without password

2011-11-12 Thread Caleb James DeLisle
If you're using batch files to communicate with the wiki, you can create a user by sending a request to: http://xwiki/bin/register/XWiki/Register?register_first_name=Johnregister_last_name=Smithxwikiname=jsmithregister_password=trivialregister2_password=trivialregister_email=x...@y.zz the only 3

Re: [xwiki-users] 4Developers: more important issues regarding to XE 3.3 Roadmap

2011-10-20 Thread Caleb James DeLisle
I have just assigned myself XWIKI-6918 and XWIKI-6917, the bugs. You can go ahead and vote on the feature requests (resume download and webdav access) and we can see where things go from there. Caleb On 10/20/2011 04:02 AM, Haru Mamburu wrote: Hi, All Also, I'd add all bug fixes with

Re: [xwiki-users] Access rights management bug?

2011-09-23 Thread Caleb James DeLisle
Another way that you can get the results you are looking for is to write a script which does the editing on the user's behalf. If the script document is saved by someone who has permission to edit the document which the user wants to edit and the user needs to be able to, for example: edit only

Re: [xwiki-users] Filesystem Storage and Pictures

2011-09-20 Thread Caleb James DeLisle
I can't imagine why that would happen at all. To the storage code, an attachment is an attachment, the type is irrelevant. There is an issue with zipexplorer. It doesn't close it's stream and FS attachments locks the file and refuses to unlock it http://jira.xwiki.org/browse/XWIKI-6878 If you

Re: [xwiki-users] Migrate to Filesystem Storage Issues

2011-09-12 Thread Caleb James DeLisle
Hi, Can you tell me exactly what the attachment porter says when you run it? Pastes of any error messages would be helpful. Caleb On 09/06/2011 05:26 PM, li...@yhmail.de wrote: Hello, I tried to get the Filesystem attachments to work. Unfortunately, after setting the appropriate config

Re: [xwiki-users] After update to 3.1 default skin is broken

2011-09-12 Thread Caleb James DeLisle
Hi, If I recall, the default skin switched from albatross to colibri and if you copied over the xwiki.cfg without merging it the header would be broken. Caleb On 09/06/2011 05:44 PM, li...@yhmail.de wrote: Hello again, I updated my xwiki instance from 3.0 to 3.1. I deployed the new

Re: [xwiki-users] Deleted Attachments in filesystem Storage

2011-09-10 Thread Caleb James DeLisle
Hello, I just tried repeating your problems with the same configuration. 1. I went to AllDocs, selected Attachments, and looked at the list and an attachment I had uploaded was there, maybe you can give me more information about it but at this time I cant reproduce the problem. 3. I did

Re: [xwiki-users] XWiki upgrade

2011-08-26 Thread Caleb James DeLisle
Hello, On 08/25/2011 12:46 PM, Jonathan at Crindau wrote: Hi, I am a user of myxwiki and I receive notifications on pages such as June 6: Upgraded xwiki to version 3.1 SNAPSHOT from 2011-06-06. Don't forget to upgrade your wiki with the latest XAR (Upgrade instructions). Does that mean the

Re: [xwiki-users] Importing attached files in Xwiki

2011-08-25 Thread Caleb James DeLisle
Howdy Françoise, The way I would approach this project is to use an external script and pull all of the attachments out to the filesystem then push them into XWiki. It is true that with FS attachments, XWiki stores the attachments as plain old files on the filesystem but each one has

Re: [xwiki-users] Installing XWiki on Ubuntu Natty

2011-08-15 Thread Caleb James DeLisle
If you want to write up instructions then it will benefit everyone and I would be glad to help you get it installed. We can coordinate on IRC in the #xwiki channel on freenode, I am cjdelisle. Caleb On 08/11/2011 01:12 PM, Dale Amon wrote: Okay, no more ideas have come in so I'm going to make

Re: [xwiki-users] Failed to save the document. Reason: Form too large205171200000

2011-08-09 Thread Caleb James DeLisle
Hello Phill, I seem to recall something like that coming from a configuration option in the servlet container (Jetty/Tomcat/GlassFish) but I can't be sure if that's what you're seeing without seeing the full error message. Could you paste exactly what it says? Thanks, Caleb On 08/09/2011

[xwiki-users] XWiki on Cassandra

2011-08-02 Thread Caleb James DeLisle
I have an instance of XWiki finally running on Cassandra. http://kk.l.to:8080/xwikiOnCassandra/ Cassandra is a NoSQL database, unlike a traditional SQL database it cannot do advanced queries but it can store data in a more flexible way eg: each row is like a hashtable where additional columns

[xwiki-users] XWiki Enterprise 3.1 Released.

2011-06-21 Thread Caleb James DeLisle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The XWiki development team is proud to announce the release of XWiki Enterprise 3.1 Final. Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download This is the first ever release to be tested in a staging repository and is probably the

[xwiki-users] XWiki Enterprise 3.1 Milestone 2 Released.

2011-06-07 Thread Caleb James DeLisle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The XWiki development team is proud to announce the release of XWiki Enterprise 3.1 Release Candidate 1. Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download Unless a new bug is discovered, this will become the 3.1 final version. This

Re: [xwiki-users] Problem with deleted user - not fully deleted?

2011-06-02 Thread Caleb James DeLisle
Hi, I can say for certain that the only thing which makes the user a part of the wiki is the document XWiki.$username and it's contained object. If that document is gone then there is no user. Of course that is dependent on using the default authenticator. If you are using a custom authenticator

Re: [xwiki-users] Installation problem

2011-05-27 Thread Caleb James DeLisle
Good report, thanks. We define sql_mode to work around a hibernate bug: http://jira.xwiki.org/jira/browse/XWIKI-1945 http://opensource.atlassian.com/projects/hibernate/browse/HHH-468 It appears that our workaround has exposed us to a new mysql connector bug:

[xwiki-users] XWiki Enterprise 3.1 Milestone 2 Released.

2011-05-25 Thread Caleb James DeLisle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The XWiki development team is proud to announce the release of XWiki Enterprise 3.1 Milestone 2. Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download This is the second and final milestone in the 3.1 development cycle, you can review

Re: [xwiki-users] X509Certificate is null

2011-05-18 Thread Caleb James DeLisle
Hi, Client certs sounds like a neat project. When you are using scripting such as {{groovy}}, the request variable will be set to this: https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/XWikiServletRequest.java That is a

Re: [xwiki-users] X509Certificate is null

2011-05-18 Thread Caleb James DeLisle
-boun...@xwiki.org] On Behalf Of Caleb James DeLisle Sent: Wednesday, May 18, 2011 11:36 AM To: XWiki Users Subject: Re: [xwiki-users] X509Certificate is null Hi, Client certs sounds like a neat project. When you are using scripting such as {{groovy}}, the request variable will be set

Re: [xwiki-users] Sending emails with attachments from XWiki page

2011-05-11 Thread Caleb James DeLisle
The mail sender plugin does use the obsolete plugin mechanism rather than the new component system. There is however no replacement for it so it is still the current method of sending email. Here's the code for it:

Re: [xwiki-users] Sending emails with attachments from XWiki page

2011-05-11 Thread Caleb James DeLisle
application however, could somebody explain how I can implement uploading files and attaching them to the email? On Wed, May 11, 2011 at 9:37 AM, Caleb James DeLisle calebdeli...@lavabit.com wrote: The mail sender plugin does use the obsolete plugin mechanism rather than the new

[xwiki-users] XWiki Enterprise 3.1 Milestone 1 Released.

2011-05-03 Thread Caleb James DeLisle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The XWiki development team is proud to announce the release of XWiki Enterprise 3.1 Milestone 1. Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download This is the first milestone in the 3.1 development cycle, you can review the changes

Re: [xwiki-users] Import pages from xwiki 2.7 to 3.0

2011-04-30 Thread Caleb James DeLisle
On 04/29/2011 12:10 PM, afrey wrote: To continue the thoughts presented in the previous post related to the error on importing from xwiki 2.7. I forgot to mention that the file size78 MB. I was wondering if it's too big. As a side note, I should mention that I imported a small xwiki2.7 site,

Re: [xwiki-users] Moving XWiki instance from a dead server to new one

2011-04-20 Thread Caleb James DeLisle
Hi, If you have a db dump then all you should need to do is load it and point your new wiki installation at the database. Once you have the database loaded in, just edit your hibernate.cfg.xml file to set the database to (I assume) mysql and set the username and password to a user which has

Re: [xwiki-users] Users can't change password / view profile

2011-04-11 Thread Caleb James DeLisle
Did you block view access to the XWiki space? Blocking view on XWiki.* is a difficult thing to do, you have to make many exceptions EG: explicitly allow them to view XWikiUserSheet. It's not really supported and although I think it has been done, a lot of work is involved and many odd bugs

Re: [xwiki-users] Users can't change password / view profile

2011-04-09 Thread Caleb James DeLisle
How did you add the users? They should all have explicit edit permission on their own pages. /xwiki/bin/edit/XWiki/Admin?editor=object notice here there is an XWikiRights object which allows edit permission for the user Administrator. Caleb On 04/08/2011 07:43 PM, w...@yellowhippy.com wrote:

Re: [xwiki-users] XWiki Enterprise and XWiki Enterprise Manager 3.0 Released

2011-03-31 Thread Caleb James DeLisle
Are you quite sure that you have enabled filesystem attachments as described here? http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWikiEnterprise30#HFilesystemAttachmentStorage If I recall, that same message can be given if the machine runs out of memory while uploading the

Re: [xwiki-users] Phantom documents

2011-03-30 Thread Caleb James DeLisle
On 03/30/2011 02:21 AM, coldserenity wrote: Hello, I've recently noticed that one of the documents on XWiki is in the orphaned list while clicking on it redirects me to the document that obviously has parent (path in the above section is present). Going to the database I found out

Re: [xwiki-users] Phantom documents

2011-03-30 Thread Caleb James DeLisle
That is indeed a bug. There should never be multilingual documents with multilingual turned off. Would you mind reporting that on jira.xwiki.org? Thanks Caleb On 03/30/2011 04:10 AM, coldserenity wrote: One addition to that - I have checked and only 2 documents in our database have 'en'

Re: [xwiki-users] Can XWiki receive mail ?

2011-03-01 Thread Caleb James DeLisle
Every program attempts to expand until it can read mail. Those programs which cannot so expand are replaced by ones which can. Jamie Zawinski XWiki doesn't have any means of receiving mail at the moment, the mail sending facility is an extension which is bundled by default and I see no reason

Re: [xwiki-users] xwiki BulletinBoard - Deprecated usage of getter[com.xpn.xwiki.api.XWiki.getArrayList]

2011-02-07 Thread Caleb James DeLisle
I can answer the Deprecated usage of getter [com.xpn.xwiki.api.XWiki.getArrayList] This is simply because our core develops faster than we can keep all applications up to date. Somebody will have to find the line which says #set($someVariable = $xwiki.getArrayList()) and replace it with

Re: [xwiki-users] State of the XWiki Community

2011-01-27 Thread Caleb James DeLisle
This is a interesting conversation. I have been thinking recently about what motivates people to contribute to free software projects. What I have come up with is this: 1. They need it to do _that_. 2. If they contribute code then their contribution will be maintained with the trunk (perhaps

  1   2   3   >