Re: [xwiki-devs] [Idea] Look at Thymeleaf as an optional templating language?

2018-01-02 Thread Caleb James DeLisle
Looks like an interesting project, however I'm not sure about how active it is. On github there are 1145 stars whereas the pug templating language has 15820. Just important to avoid jumping from one sinking ship to another ;) https://github.com/thymeleaf/thymeleaf https://github.com/pugjs/pug

Re: [xwiki-devs] Replace the Mailing Lists by a Forum

2016-11-23 Thread Caleb James DeLisle
not be doing. Thanks, Caleb On 22/11/16 14:41, Caleb James DeLisle wrote: If I might join in and ask, what should XWiki be used for ? On 22/11/16 14:39, Vincent Massol wrote: I’d never promote XWiki as a tool to replace any of the tools I’ve mentioned in my previous reply. If you do, you’re

Re: [xwiki-devs] Replace the Mailing Lists by a Forum

2016-11-23 Thread Caleb James DeLisle
I kind of like this idea because it preserves the email interface for people who want that but at the same time it allows people to interact with it as if it were a forum. On 23/11/16 01:27, Julio Brum wrote: Hi, Would not it be interesting to use google groups? For example, the Django

Re: [xwiki-devs] Replace the Mailing Lists by a Forum

2016-11-22 Thread Caleb James DeLisle
If I might join in and ask, what should XWiki be used for ? On 22/11/16 14:39, Vincent Massol wrote: I’d never promote XWiki as a tool to replace any of the tools I’ve mentioned in my previous reply. If you do, you’re doing a disservice to your users.

Re: [xwiki-devs] [Brainstorming] XWiki Architecture after 10+ years: what's next?

2016-11-07 Thread Caleb James DeLisle
Well this is a very interesting topic of discusssion and me and the XWiki SAS Research team would like to do whatever we can to help evolve XWiki forward (but don't let us get in the way!) On 04/11/16 14:34, Vincent Massol wrote: Hi devs, We’ve been developing XWiki over 10 years now. I’d

Re: [xwiki-devs] [Brainstomring] Size of XE distribution - What are the next steps?

2016-09-11 Thread Caleb James DeLisle
On 11/09/16 19:21, Vincent Massol wrote: Hi Thomas, On 11 Sep 2016, at 17:16, Thomas Mortagne wrote: Are those jetty/hsqldb or WAR sizes ? I’ve used http://snippets.xwiki.org/xwiki/bin/view/Extension/Size+of+XE+Distributions which measures the Jetty/HSQLDB

[xwiki-devs] [PROPOSAL] Make {{html}} default behavior be clean=false

2016-09-06 Thread Caleb James DeLisle
Hello all, Recently we discovered that in XWiki 8.2 the {{html}} macro cleaner now removes tag whereas in 7.4 it did not and this has unfortunately caused problems for the {{video}} macro. 1. After some helpful investigation by a few XWiki developers, we have found that in fact the {{html}}

Re: [xwiki-devs] [Proposal] Curation process for extensions on e.x.o

2016-08-18 Thread Caleb James DeLisle
On 18/08/16 21:00, Vincent Massol wrote: ok I’ve started. 3 things: * I’ve started defining what we mean by a recommended app, see http://extensions.xwiki.org/xwiki/bin/view/ExtensionCode/RecommendedExtensions/ * I’ve processed the first 2 pages of the LT on the home page of e.x.o. (ie the

Re: [xwiki-devs] [VOTE] Use {{html clean="false"}} as a best practice when developing applications

2016-07-15 Thread Caleb James DeLisle
+1 On 15/07/16 16:13, Marius Dumitru Florea wrote: Hi devs, I'd like to propose that we use, from now on, {{html clean="false"}} when developing applications, because: * HTML cleaning is an extra step that can increase page loading time * the HTML cleaner can have bugs (like any other code)

Re: [xwiki-devs] [Brainstorming] Alternative to Rendering Transformations

2016-07-07 Thread Caleb James DeLisle
James DeLisle <c...@cjdns.fr> wrote: For CryptPad and the realtime infrastructure we deal with a DOM structure and we needed to do a similar thing (for example to remove elements which are part of the editor and not the document). We opted to use a similar strategy using filter callbacks but we

Re: [xwiki-devs] [Brainstorming] Alternative to Rendering Transformations

2016-07-06 Thread Caleb James DeLisle
For CryptPad and the realtime infrastructure we deal with a DOM structure and we needed to do a similar thing (for example to remove elements which are part of the editor and not the document). We opted to use a similar strategy using filter callbacks but we don't have lookahead capability.

Re: [xwiki-devs] [UX][Proposal] Simplifying the Homepage (content + left panels)

2016-06-08 Thread Caleb James DeLisle
I disagree with this point, as a user of web interfaces I don't care if they look completely busted as long as I can make use of them, even if they become unusable in 5% of the situations, that's 95% where I can use them. Granted if we ship something that looks broken it's an embarassement but

Re: [xwiki-devs] [UX][Proposal] Simplifying the Homepage (content + left panels)

2016-06-08 Thread Caleb James DeLisle
Correction: Google docs doesn't use a tree, they have a lefthand "menu" instead. Google docs is filling me with hate and rage right now, anything they do for UI, do the opposite. On 08/06/16 10:16, Caleb James DeLisle wrote: Vote layout 1, we absolutely need a tree, this is killi

Re: [xwiki-devs] [UX][Proposal] Simplifying the Homepage (content + left panels)

2016-06-08 Thread Caleb James DeLisle
Vote layout 1, we absolutely need a tree, this is killing us. One of the things which *made* MS Windows was the fact that you had a tree of folders in the explorer. Same thing (tree) is shown in Thunderbird mail and in google docs. Thanks, Caleb On 01/06/16 17:49, Ecaterina Moraru (Valica)

Re: [xwiki-devs] [UX][Proposal] Homepage Tour

2016-06-02 Thread Caleb James DeLisle
Excellent ! This is what people really need. Some suggestions which you might adopt if you like them (but don't let me get in the way of you doing great stuff). 1. "In the next couple of minutes you will discover your wiki's interface and basic functionalities." Should point to an icon

Re: [xwiki-devs] Menu Issues With Chrome on Windows 10 for XWiki 8.0

2016-04-16 Thread Caleb James DeLisle
Hello Peter, This seems like a significant issue which should be reported in the bug tracker (jira.xwiki.org) but I cannot understand which menu bar you are thinking of. A video should not be necessary, your description is detailed but perhaps you could provide a simple screen shot with an arrow

Re: [xwiki-devs] How to run RTWysiwyg extension not in demo mode?

2016-03-30 Thread Caleb James DeLisle
Hi Abtv, Thanks for your help in debugging, I just wanted to remind you that this is still very experimental code, hence the warning on the extensions page. When you install either RTWiki or RTWysiwyg, it will install a websocket component and realtime backend which require a wiki restart in

Re: [xwiki-devs] [Proposal] Turn on filesystem attachment store by default in XWiki 8.1

2016-03-24 Thread Caleb James DeLisle
I suppose it goes without saying that I would be +1 but we should also make note that the limit must also be reaised in the XWikiPreferences which is not user-accessable so we can. A. Raise it ourselves to a sane number like 100MB B. Expose the parameter in the administration application C. A

Re: [xwiki-devs] How to run RTWysiwyg extension not in demo mode?

2016-03-19 Thread Caleb James DeLisle
Perhaps you would like to try updating to the most recent version which uses XWiki CKEditor, when you use this version you should have realtime whenever you select the "CKEditor" option for editing a page. As you know from the page though, both XWiki/CKEditor and XWiki Realtime WYSIWYG are

Re: [xwiki-devs] [xwiki-users] [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-devs] [Contrib] Repository request for a structured data api

2016-01-13 Thread Caleb James DeLisle
Done: https://github.com/xwiki-contrib/api-structured-data If there is consensus we can change the name later. Thanks, Caleb On 13/01/16 13:30, Thomas Mortagne wrote: Ok I was thinking about maven modules, did not noticed this rule for contrib projects. On Wed, Jan 13, 2016 at 1:26 PM,

Re: [xwiki-devs] [Contrib] Repository request for a structured data api

2016-01-13 Thread Caleb James DeLisle
Done, thanks for the reminder. P.S. There ought to be a button for this :) On 13/01/16 14:23, vinc...@massol.net wrote: Hi Caleb, On 13 Jan 2016 at 14:20:02, Caleb James DeLisle (c...@cjdns.fr(mailto:c...@cjdns.fr)) wrote: Done: https://github.com/xwiki-contrib/api-structured-data Thanks

Re: [xwiki-devs] [Contrib] Jira project for a new Syntax Highlighting Module

2015-12-18 Thread Caleb James DeLisle
wrote: Hi Caleb, On Thu, Dec 17, 2015 at 3:51 PM, Caleb James DeLisle <c...@cjdns.fr> wrote: also be available to the application, on release. If we desynchronize them, the application will most likely be left behind. I interpret your words to mean: we want to keep them merged in order

Re: [xwiki-devs] [Contrib] Jira project for a new Syntax Highlighting Module

2015-12-18 Thread Caleb James DeLisle
.avast.com <#DDB4FAA8-2DD7-40BB-A1B8-4E2AA1F9FDF2> On Fri, Dec 18, 2015 at 9:36 AM, vinc...@massol.net wrote: Hi Caleb and Edy, On 18 Dec 2015 at 09:02:17, Caleb James DeLisle (c...@cjdns.fr(mailto: c...@cjdns.fr)) wrote: Hey Edy, Thanks for your point of view on this. I understand that you'

Re: [xwiki-devs] [Contrib] Jira project for a new Syntax Highlighting Module

2015-12-17 Thread Caleb James DeLisle
c 16, 2015 at 6:19 PM, Caleb James DeLisle <c...@cjdns.fr> wrote: They're going to have distinct release cycles This is exactly what I hope to avoid by not separating the code from the application. This way, whatever improvements you bring to the code, will also be available to

Re: [xwiki-devs] [Contrib] Jira project for a new Syntax Highlighting Module

2015-12-16 Thread Caleb James DeLisle
They're going to have distinct release cycles so I think the least ugly thing to do is have 2 projects. Thanks, Caleb On 16/12/15 17:12, vinc...@massol.net wrote: On 16 Dec 2015 at 16:56:57, Yann Flory (yann.fl...@xwiki.com(mailto:yann.fl...@xwiki.com)) wrote: Hello devs, In order to be

Re: [xwiki-devs] [Contrib] Request repository for the Command Runner api

2015-12-08 Thread Caleb James DeLisle
On 08/12/15 12:44, vinc...@massol.net wrote: Hi, Hey new repo frenzy! Nice :) JIRA: http://jira.xwiki.org/browse/CRAPI LOL you gotta be trollin this time. xD GitHub: https://github.com/xwiki-contrib/api-commandrunner Regarding the extension name on e.x.o I’d suggest to use “Command

Re: [xwiki-devs] [Contrib] Request repository for xwikitube application

2015-12-08 Thread Caleb James DeLisle
On 07/12/15 16:50, vinc...@massol.net wrote: Hi Mohamed, On 7 Dec 2015 at 15:43:43, Mohamed Boussaa (mohamed.bous...@xwiki.com(mailto:mohamed.bous...@xwiki.com)) wrote: Hello devs, I'd like a repository on xwiki-contrib for the XWikiTube application (name of the repo:

Re: [xwiki-devs] [Contrib] Request repository for the Command Runner api

2015-12-08 Thread Caleb James DeLisle
Yeah, I was just kidding about this one, it's fine for me :) On 08/12/15 13:03, Ecaterina Moraru (Valica) wrote: :) I think you should keep it - at least is memorable :) Thanks, Caty On Tue, Dec 8, 2015 at 1:48 PM, Caleb James DeLisle <c...@cjdns.fr> wrote: On 08/12/15 12:44

Re: [xwiki-devs] [xwiki-users] [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-devs] [Idea] Deprecate terminal pages

2015-11-27 Thread Caleb James DeLisle
I can't imagine how I would attempt to explain a terminal (but not meaning it's going to die soon) page to someone who doesn't know the insides of the sausage factory. Every page is like a file, and it's also like a folder because it can have pages inside of it, except for the ones that

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

2015-11-25 Thread Caleb James DeLisle
I would say generally speaking the longer we wait to align our syntax with markdown the more non-standard and irrelvant our syntax will become. If we were building XWiki from scratch today, we would be royal fools not to adhere to what is essentially a universal standard for syntax. But even

Re: [xwiki-devs] [Idea] Rewrite Activity Stream + Stats using Elastic Search

2015-11-23 Thread Caleb James DeLisle
Without jumping into the Solr v. ElasticSearch discussion, I am quite favorable to the general idea of a big-data store complementing the RDBMS. Especially if it might allow us to again enable stats that are more fine-grained than those collected by piwik. This also opens the door to possibly

Re: [xwiki-devs] [Brainstorming] Avoid / and \ in URLs to be nice with default Tomcat security?

2015-11-16 Thread Caleb James DeLisle
+1 for Option 2 or 2A As I understand, we're only talking about URL escaped / which both Tomcat and Apache httpd will "do things with", tomcat blocks it, Apache either blocks or *unescapes* it depending on setup. Thanks, Caleb On 16/11/15 10:21, vinc...@massol.net wrote: Hi guys, I think

Re: [xwiki-devs] [Proposal] Adding Blockers systematically to release notes?

2015-11-13 Thread Caleb James DeLisle
+1 Bonus points if you can make it only show the {{error}} if there are one or more blockers ;) Caleb On 13/11/15 17:51, vinc...@massol.net wrote: Hi devs, I’d like to suggest a new best practice which would consist in systematically adding blockers issues in the release notes

Re: [xwiki-devs] License for wiki pages?

2015-11-10 Thread Caleb James DeLisle
I agree with Thomas, license on the wiki pages is a sticky situation because on the one hand some of them contain significant code which we might want to put under a copyleft license (we might not, it only works on XWiki afterall) but at the same time we don't want to lead users to believe that

Re: [xwiki-devs] License for wiki pages?

2015-11-10 Thread Caleb James DeLisle
On 10/11/15 09:59, vinc...@massol.net wrote: Hi Caleb, See below On 10 Nov 2015 at 09:51:04, Caleb James DeLisle (c...@cjdns.fr(mailto:c...@cjdns.fr)) wrote: On 10/11/15 09:40, vinc...@massol.net wrote: On 10 Nov 2015 at 09:23:12, Thomas Mortagne (thomas.morta...@xwiki.com

Re: [xwiki-devs] License for wiki pages?

2015-11-10 Thread Caleb James DeLisle
On 10/11/15 09:40, vinc...@massol.net wrote: On 10 Nov 2015 at 09:23:12, Thomas Mortagne (thomas.morta...@xwiki.com(mailto:thomas.morta...@xwiki.com)) wrote: IMO we should get rid of this old "The wiki documents (all the documents in the default .xar archive) are distributed under Creative

Re: [xwiki-devs] License for wiki pages?

2015-11-10 Thread Caleb James DeLisle
ke the JVM and the XWiki code and pages like the Java classpath. Clearly the classpath Java code is a "user" of the JVM and is not in any way a "derivitive work". Thanks, Caleb On 10/11/15 10:12, vinc...@massol.net wrote: On 10 Nov 2015 at 10:07:05, Caleb James De

Re: [xwiki-devs] Weird stuff going on WYSIWYG editor

2015-11-05 Thread Caleb James DeLisle
I suppose you have installed the extension: Visual Realtime Collaborative Editor (EXPERIMENTAL) Here: http://extensions.xwiki.org/xwiki/bin/view/Extension/RtWysiwyg Thanks for your help in testing it! I've filed a bug on your behalf on jira.xwiki.org, you'll find it here:

Re: [xwiki-devs] [Brainstorming] Feel like trying Gitter.im?

2015-10-31 Thread Caleb James DeLisle
Just discovered this: https://kiwiirc.com/client/chat.freenode.org/?nick=visitor|?#xwiki It's a lot more modern look and feel than the webchat we have embedded on xwiki.org After that it's just a question of where you want to put the link or iframe. Caleb On 16/10/15 09:48,

Re: [xwiki-devs] [Contrib] XWebIDE Improvements

2015-10-07 Thread Caleb James DeLisle
Hello folks, thank you very very much for taking the time to rank these next steps, this is most helpful for us in deciding what we will do. 1. I made a small change to the page, adding easy to remember names to each feature, eg TABS, HIDE_EDIT_MODES, etc. 2. Vincent I removed your change from

Re: [xwiki-devs] [VOTE] Retire XMLRPC

2015-09-22 Thread Caleb James DeLisle
+1 On 21/09/15 16:03, vinc...@massol.net wrote: Hi devs, I’d like that we retire the XMLRPC feature of XWiki. Rationale: * We now have a REST API * The XMLRPC API is pretty old now, doesn’t support Nested Spaces, see http://jira.xwiki.org/browse/XWIKI-1249 The idea would be to: * Step 1:

[xwiki-devs] [PROPOSAL] Introduce a HAS_PR bit to XWikiDocument

2015-08-28 Thread Caleb James DeLisle
Hello All, It's been a long time since we first discussed hardening XWiki Programming Rights by way of signing scripts in the wiki. As I recall the idea was spawned some time around 2011 in a conversation between me and Denis but it has had difficulty getting off the ground. Alex Busenius and

Re: [xwiki-devs] [Proposal] Best practice: use References in JS code

2015-08-27 Thread Caleb James DeLisle
I see, +1 On 27/08/15 11:13, vinc...@massol.net wrote: On 27 Aug 2015 at 10:34:17, Caleb James DeLisle (c...@cjdns.fr(mailto:c...@cjdns.fr)) wrote: Ahh ok, +1 to explosing the absolute cannonical reference, however I will point out that use of this in javascript is dangerous and should

Re: [xwiki-devs] [Proposal] Best practice: use References in JS code

2015-08-27 Thread Caleb James DeLisle
. Better XWiki.doc.reference or similar IMO. Thanks, Caleb On 27/08/15 10:23, vinc...@massol.net wrote: On 26 Aug 2015 at 18:23:42, Caleb James DeLisle (c...@cjdns.fr(mailto:c...@cjdns.fr)) wrote: A bit late to the game but can't we pass a cannonicalized absolute string to the JS ? eg

Re: [xwiki-devs] [Proposal] Best practice: use References in JS code

2015-08-26 Thread Caleb James DeLisle
A bit late to the game but can't we pass a cannonicalized absolute string to the JS ? eg: wiki:space.sp\.ace.sp\\ace.page and then just warn the js devs that they should use functions to manipulate the string representation instead of hacking it manually ? That's what nodejs does for URLs and

Re: [xwiki-devs] [Contrib] Check the PR on the video macro

2015-08-25 Thread Caleb James DeLisle
Since there has not been any other replies on this, I will volunteer to integrate this PR and make a release of this extension with the new functionality. Thanks, Caleb On 24/08/15 12:45, Mohamed Boussaa wrote: Hello devs, I created a PR on the Video macro (

Re: [xwiki-devs] [Contrib] Request repository for a Recommendations application

2015-07-06 Thread Caleb James DeLisle
I'll take care of the leg-work for this one. On 06/07/15 14:48, Yann Flory wrote: Hello devs, I'd like a repository on xwiki-contrib and a Jira project for a Recommendations Application (name of the repo: application-recommendations). This application recommends pages for the users based on

Re: [xwiki-devs] [Contrib] Request repository for a Recommendations application

2015-07-06 Thread Caleb James DeLisle
Added a jira project and moved the repo on github from labs to xwiki-contrib: http://jira.xwiki.org/browse/XRECOMMEND https://github.com/xwiki-contrib/application-recommendations Thanks, Caleb On 06/07/15 14:55, Caleb James DeLisle wrote: I'll take care of the leg-work for this one. On 06

[xwiki-devs] [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-devs] [Proposal] Change the naming of Programming Right

2015-06-12 Thread Caleb James DeLisle
I think I can say without justification that changing a term which is in the XWiki developer's lexicon is going to inflict pain, however I don't see the real pain in keeping it. Certainly other names could be better and I might have chosen root to keep with unix standards of Global Administrator

Re: [xwiki-devs] Angular: good or bad in the end?

2015-06-09 Thread Caleb James DeLisle
This was my main criticism of AngularJS from the beginning. Things which try to be everything usually end up quite efficiently falling on their faces, especially in the js world. On 06/09/2015 10:45 AM, Marius Dumitru Florea wrote: You need data-binding, you look for a library that does just

Re: [xwiki-devs] Bug in getusers.vm?

2015-05-24 Thread Caleb James DeLisle
right either… According to http://wiki.apache.org/velocity/CheckingForNull this is not how to check for null. WDYT? Thanks -Vincent On 23 May 2015 at 17:58:51, vinc...@massol.net (vinc...@massol.net) wrote: Hi Caleb, On 23 May 2015 at 16:28:17, Caleb James DeLisle (c

Re: [xwiki-devs] Bug in getusers.vm?

2015-05-23 Thread Caleb James DeLisle
Agreed, I can't see what that line should do, if anything. The best it can do is add a null element to the list, kicking the value to index 1. As for the thinking of the author, the comment implies he didn't clarify his thinking about what was being done and why so I'd favor simply dropping the

Re: [xwiki-devs] [Idea] Extensible API for accessing structured data

2015-05-07 Thread Caleb James DeLisle
/bin/view/Proposal/ExtensibleAPIforaccessingstructuredata Thanks, Caleb On 04/09/2015 05:41 PM, Guillaume Louis-Marie Delhumeau wrote: 2015-04-09 17:14 GMT+02:00 Caleb James DeLisle c...@cjdns.fr: I'm not sure I agree that the syntax is significantly different from XWQL and it's important

Re: [xwiki-devs] [VOTE] Remove xwiki-platform-legacy-crypto-script module

2015-04-23 Thread Caleb James DeLisle
Unused afaik, +1 for moving it to .git directory ;) Caleb On 04/23/2015 09:22 AM, vinc...@massol.net wrote: Hi devs, With the upgrade of BouncyCastle to version 1.52 the xwiki-platform-legacy-crypto-script legacy module doesn’t build anymore since BC has removed deprecated code. We

Re: [xwiki-devs] [Idea] Extensible API for accessing structured data

2015-04-09 Thread Caleb James DeLisle
) { throw err; } console.log(obj.someProperty); }); }); I agree this one might be too verbose, but that is the idea. WDYT? 2015-04-04 22:04 GMT+02:00 Caleb James DeLisle c...@cjdns.fr: Thanks for reviewing this... On 04/03/2015 07:03 PM, Marius Dumitru Florea wrote: On Fri

Re: [xwiki-devs] [PROPOSAL] Change the webjars URL mapping

2015-04-04 Thread Caleb James DeLisle
+1 requirejs is insane for fishing around in the URL and making decisions about it but webjars is insane for encoding path information in a parameter. XWIKI-10881 is refactoring which is orthogonal to this issue. Thanks, Caleb On 04/03/2015 07:09 PM, Marius Dumitru Florea wrote: See

Re: [xwiki-devs] [Idea] Extensible API for accessing structured data

2015-04-04 Thread Caleb James DeLisle
Thanks for reviewing this... On 04/03/2015 07:03 PM, Marius Dumitru Florea wrote: On Fri, Apr 3, 2015 at 6:54 PM, Caleb James DeLisle c...@cjdns.fr wrote: Well I made a few small changes (which expanded into eventually a total rewrite). Fundamentally I really wanted to have access

Re: [xwiki-devs] [Idea] Extensible API for accessing structured data

2015-04-03 Thread Caleb James DeLisle
. Caleb On 03/17/2015 06:11 PM, Caleb James DeLisle wrote: I have been meaning to review this API, I finally got a chance to do so and I have some suggestions for changes to it. Of course I don't want to take away from the spirit of the idea too much but I have a few suggestions which

Re: [xwiki-devs] Building xwiki projects fails due to test failures

2015-03-20 Thread Caleb James DeLisle
From the attachment: property name=os.version value=2.6.18-164.el5/ looks like it's Redhat Here's the whole xml https://ezcrypt.it/fQAn#qeu8O6MNt8cIE2eFDHWyTuUL tip: ezcrypt.it probably should work... Thanks, Caleb On 03/20/2015 09:00 AM, vinc...@massol.net wrote: Hi Amrita,

Re: [xwiki-devs] Fwd: Documenting how to contribute XAR XWiki extensions.

2015-02-17 Thread Caleb James DeLisle
and by default in the Repository app (didn’t check the page to see if it was sufficiently generic for that or not, but it could be made generic I guess if not already). Thanks -Vincent (Thanks to Caleb for all these suggestions.) On Fri, Feb 13, 2015 at 5:10 PM, Caleb James DeLisle wrote

Re: [xwiki-devs] Fwd: Documenting how to contribute XAR XWiki extensions.

2015-02-17 Thread Caleb James DeLisle
at 5:10 PM, Caleb James DeLisle wrote: Hi all, Today I worked with Mohamed to release an extension (TotemApplication) to the extension manager and he wrote an excellent tutorial for uploading a xar file so that is is accessible from the extension manager. http://www.xwiki.org/xwiki/bin/view

[xwiki-devs] Documenting how to contribute XAR XWiki extensions.

2015-02-13 Thread Caleb James DeLisle
Hi all, Today I worked with Mohamed to release an extension (TotemApplication) to the extension manager and he wrote an excellent tutorial for uploading a xar file so that is is accessible from the extension manager. http://www.xwiki.org/xwiki/bin/view/Drafts/ContributingExtensions I'd like

Re: [xwiki-devs] [Proposal] A new javascript service to get XWiki metadata

2014-10-02 Thread Caleb James DeLisle
+1 How about: require(['xwiki.meta', function(xm) { console.log(xm['form-token']); }); ? On 10/02/2014 10:58 AM, Thomas Mortagne wrote: +1 On Thu, Oct 2, 2014 at 10:50 AM, Marius Dumitru Florea mariusdumitru.flo...@xwiki.com wrote: +1 Thanks, Marius On Wed, Oct 1, 2014 at 4:31

Re: [xwiki-devs] [Brainstorming] Issue tracking for xwiki-contrib projects

2014-09-29 Thread Caleb James DeLisle
Nice summary of the technical costs/benefits. What I think is missing is compatibility between XWiki project and the developer community. For good or for ill, kids these days use github. The days of svn, jira and tight knit developer communities are gone, devs are their own free agents, they

Re: [xwiki-devs] [Brainstorming] Issue tracking for xwiki-contrib projects

2014-09-29 Thread Caleb James DeLisle
understand your points. I'd say that it's a difficult choice around contributions, but if at least the xwiki team is satisfied globally with the jira issue tracking tool for themselves, it's already something valuable as it's not always the case. 2014-09-29 9:32 GMT+02:00 Caleb James DeLisle c

Re: [xwiki-devs] [Brainstorming] Issue tracking for xwiki-contrib projects

2014-09-23 Thread Caleb James DeLisle
___ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs -- Caleb James DeLisle XWiki SAS calebjamesdeli...@xwiki.com ___ devs mailing list devs@xwiki.org http://lists.xwiki.org

Re: [xwiki-devs] XWikiRights storage… better now?

2014-09-18 Thread Caleb James DeLisle
Didn't we stop storing members of a group that way a long time ago? (implying the LIKE queries are strictly for backward compat) On 09/18/2014 11:14 AM, vinc...@massol.net wrote: Whenever you do a LIKE you need to check your indexes in your DB to tune the query to be fast. Thanks -Vincent

Re: [xwiki-devs] [RFC] Review of checkstyle rules.

2014-09-14 Thread Caleb James DeLisle
of the Checkstyle tool several useful checks have been added, which I'd like to enable. On 09/12/2014 04:15 AM, Caleb James DeLisle wrote: Hi all, This is partially an extension of the previous mail thread ``Checkstyle audit audit'' where in the discussion, I formed a few thoughts about

[xwiki-devs] [RFC] Review of checkstyle rules.

2014-09-12 Thread Caleb James DeLisle
Hi all, This is partially an extension of the previous mail thread ``Checkstyle audit audit'' where in the discussion, I formed a few thoughts about checkstyle rules which should be added and removed. Since that thread is very cluttered now, I wanted to begin a new one specifically explaining the

Re: [xwiki-devs] Checkstyle audit audit

2014-09-11 Thread Caleb James DeLisle
On 09/11/2014 08:38 AM, Marius Dumitru Florea wrote: On Tue, Sep 9, 2014 at 12:00 PM, Caleb James DeLisle c...@cjdns.fr wrote: Firstly, thank you very much for reviewing my code. When I was young I hated homework, my parents told me that if I spent as much time on the work as I spent

Re: [xwiki-devs] Checkstyle audit audit

2014-09-11 Thread Caleb James DeLisle
... :) 2014-09-09 11:00 GMT+02:00 Caleb James DeLisle c...@cjdns.fr: Firstly, thank you very much for reviewing my code. When I was young I hated homework, my parents told me that if I spent as much time on the work as I spent bellyaching about it, I'd have it done already. A lot of your review

Re: [xwiki-devs] Checkstyle audit audit

2014-09-09 Thread Caleb James DeLisle
is that no rule makes contributing *easier* and as contributors are not exactly lining up at the door, any rule that exists needs to justify itself as necessary. On 09/08/2014 07:30 PM, Sergiu Dumitriu wrote: I'm gonna audit your audit audit. On 09/08/2014 05:14 AM, Caleb James DeLisle wrote

Re: [xwiki-devs] Checkstyle audit audit

2014-09-09 Thread Caleb James DeLisle
On 09/09/2014 03:22 PM, Sergiu Dumitriu wrote: On 09/09/14 05:00, Caleb James DeLisle wrote: 1. Multiple identical string constants in a file There's another checkstyle rule, which we don't use, preventing the use of numbers other than for defining constants. That is called magic numbers

[xwiki-devs] Checkstyle audit audit

2014-09-08 Thread Caleb James DeLisle
Hi, I just finished rewriting my WebSocket extension using Netty and it now supports SSL. \:D/ To test my work before re-releasing I decided to enable checkstyle and see what issues it pointed out which were important for me to fix. It listed 78 checkstyle errors, many of them are very

[xwiki-devs] Experimental Realtime WYSIWYG editor released.

2014-08-08 Thread Caleb James DeLisle
Hello all, On behalf of XWiki SAS Research Team, I'm proud to announce that an early experimental version of the XWiki Realtime WYSIWYG has just been released! You can find the code here: http://extensions.xwiki.org/xwiki/bin/view/Extension/RtWysiwyg and install it using the Extension Manager.

Re: [xwiki-devs] [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-devs] Add as a committer on xwiki-contrib

2014-08-05 Thread Caleb James DeLisle
You should be able to push now. Thanks, Caleb On 08/05/2014 11:53 AM, Jean SIMARD wrote: And my Github account... https://github.com/woshilapin Sorry. -- Jean On mar., 2014-08-05 at 11:52 +0200, Jean SIMARD wrote: Hi devs, Can I be added as a committer on xwiki-contrib, please? I

Re: [xwiki-devs] [Proposal] Set Flamingo as the default skin in 6.2

2014-08-01 Thread Caleb James DeLisle
+1 excited to see it On 07/31/2014 07:02 PM, Guillaume Louis-Marie Delhumeau wrote: Hi devs. I propose to set Flamingo by default in 6.2. It is not fully finished though: - It is not HTML5 valid: http://jira.xwiki.org/browse/XWIKI-7552 http://jira.xwiki.org/browse/XWIKI-10616 - and

Re: [xwiki-devs] [UX] Wiki - Space - Page concepts pitch

2014-08-01 Thread Caleb James DeLisle
I don't like the idea of renaming space (again). If new people don't understand it easily, better we find an efficient way to educate them than to rename the concept so that old people won't understand it either. The tragedy of renaming things is that the code becomes unapproachable with

Re: [xwiki-devs] [Proposal] Remove TinyMCE files from the XWiki WAR

2014-07-31 Thread Caleb James DeLisle
My personal opinion is that it's OK to save a bit of time and remove the code entirely, the retro-compat documentation would in this case be if you use syntax/1.0, you now need to edit it using the wikitext editor. It's not as if their data will nolonger be accessible. Thanks, Caleb On

[xwiki-devs] AngularJS review by someone who uses it at work.

2014-07-28 Thread Caleb James DeLisle
Since Marius wrote the FileManager application using AngularJS and there has been some discussion about making increasing use of it in XWiki, I wanted to share a review by someone who uses it in his job as their entire platform. These are advantages and disadvantages which I determined from the

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

2014-07-02 Thread Caleb James DeLisle
Oh excellent, we need more tests like this! On 07/02/2014 01:58 PM, vinc...@massol.net wrote: Hi devs, Yesterday I’ve asked my wife to try out XWiki... Exercise 1 == I gave her the simple task of creating a wiki page with some content to organize a party with a list of

[xwiki-devs] [proposal] Install Realtime WikiText editor extension on myxwiki.org

2014-06-11 Thread Caleb James DeLisle
Hi, I'd like to propose installing the Realtime WikiText extension on myxwiki.org. It has already been installed on webviewers.org and in XWiki SAS internal wiki. I would like to broaden the scope to myxwiki.org and then xwiki.org. Myxwiki.org is a special scenario because it contains many

Re: [xwiki-devs] [Proposal] Link the color theme application to the skin

2014-06-11 Thread Caleb James DeLisle
I have not read all of the code but I'm +1 to the principle, including the skin action change which makes logical sense. Are you planning on pushing this into 6.1M2 ? Thanks, Caleb On 06/11/2014 05:43 PM, Guillaume Louis-Marie Delhumeau wrote: Hi devs. I am implementing the Color Theme

Re: [xwiki-devs] Fw: CKEditor.com :: new comment on Where are the sources for CKBuilder?

2014-06-05 Thread Caleb James DeLisle
Good news indeed! Also interesting how they implemented it, it appears to be javascript running in rhino which is triggered by ant. It looks like they wanted to use js build scripts but nodejs didn't exist when they started. Thanks, Caleb On 06/04/2014 01:59 PM, vinc...@massol.net wrote: At

Re: [xwiki-devs] [Proposal] Retro-compatibility between Color Theme Application ad Flamingo

2014-05-28 Thread Caleb James DeLisle
On 05/28/2014 11:25 AM, Marius Dumitru Florea wrote: On Wed, May 28, 2014 at 12:10 PM, Guillaume Louis-Marie Delhumeau gdelhum...@xwiki.com wrote: 2014-05-28 10:43 GMT+02:00 Marius Dumitru Florea mariusdumitru.flo...@xwiki.com: On Tue, May 27, 2014 at 11:47 AM, Guillaume Louis-Marie

Re: [xwiki-devs] [CONTRIB] New contrib project for realtime-wysiwyg

2014-05-16 Thread Caleb James DeLisle
+1 against wysiwyg, unfortunately the project is created but for marketing purposes we should consider a name which is not an ugly acronym. Thanks, Caleb On 05/16/2014 02:30 AM, Joshua Marks wrote: How about We-type (or (witype) -Joshua -Original Message- From: devs

[xwiki-devs] [contrib] Move realtime-backend and realtime-wiki to xwiki-contrib

2014-05-16 Thread Caleb James DeLisle
Hi, I'd like to shove these two projects over into xwiki-contrib github group. One is for the backend which supports realtime-wysiwyg and realtime-wiki and the other is the realtime-wiki (text editor). https://github.com/cjdelisle/xwiki-contrib-rtbackend

Re: [xwiki-devs] [contrib] Move realtime-backend and realtime-wiki to xwiki-contrib

2014-05-16 Thread Caleb James DeLisle
of them under the same git repo so that they are released together (which allows to remove the issue of syncing and knowing which versions works with other version): - realtime-wysiwyg - realtime-wiki - realtime-backend ? Thanks -Vincent On 16 May 2014 at 10:43:50, Caleb James

Re: [xwiki-devs] [contrib] Move realtime-backend and realtime-wiki to xwiki-contrib

2014-05-16 Thread Caleb James DeLisle
paperwork complete http://jira.xwiki.org/browse/RTBACKEND http://jira.xwiki.org/browse/RTWIKI https://github.com/xwiki-contrib/realtime-backend https://github.com/xwiki-contrib/realtime-wikitext On 05/16/2014 02:25 PM, Caleb James DeLisle wrote: realtime-backend exports a (hopefully) stable

[xwiki-devs] [CONTRIB] New contrib project for realtime-wysiwyg

2014-05-15 Thread Caleb James DeLisle
Hi, I'm working on the realtime wysiwyg extension and it's working fairly well but it's still a bit rough around the edges, some issues I'm aware of and others I am not so I would like to #1 move it to xwiki-contrib git repository and #2 have a bugtracker project to keep track of issues for this

Re: [xwiki-devs] [CONTRIB] New contrib project for realtime-wysiwyg

2014-05-15 Thread Caleb James DeLisle
: On 15 May 2014 at 15:04:03, Caleb James DeLisle (c...@cjdns.fr(mailto:c...@cjdns.fr)) wrote: Hi, I'm working on the realtime wysiwyg extension and it's working fairly well but it's still a bit rough around the edges, some issues I'm aware of and others I am not so I would like to #1

[xwiki-devs] [contrib] proposal to move xwiki-tools into contrib repo.

2014-05-15 Thread Caleb James DeLisle
Hi, xwiki-tools is a set of command line tools and a node.js library for building and parsing parts of xwiki .xar files. It is unique in that it contains a fairly complete model of XWiki documents, objects, and classes which is not based on the original model in oldcore. It is capable of

Re: [xwiki-devs] [contrib] proposal to move xwiki-tools into contrib repo.

2014-05-15 Thread Caleb James DeLisle
James DeLisle (c...@cjdns.fr(mailto:c...@cjdns.fr)) wrote: Hi, xwiki-tools is a set of command line tools and a node.js library for building and parsing parts of xwiki .xar files. It is unique in that it contains a fairly complete model of XWiki documents, objects, and classes which

[xwiki-devs] The danger of API proliferation.

2014-05-07 Thread Caleb James DeLisle
Hi folks, I saw an issue to rename a method ( http://jira.xwiki.org/browse/XWIKI-10311 ) in XWikiContext. I don't want to single out the author, the commit is not an outlier, on the contrary it represents a pattern and this worries me. I've seen this same pattern in Microsoft technology and

Re: [xwiki-devs] How many committers are using IntelliJ IDEA and are happy with it?

2014-05-06 Thread Caleb James DeLisle
This is slightly off topic but I think it's important to have a clear understanding of the time/effort costs for a new contributor to get a suitable environment for XWiki development. If we're not tracking and measuring this then we risk creating barriers of entry. Thanks, Caleb On 05/06/2014

Re: [xwiki-devs] How many committers are using IntelliJ IDEA and are happy with it?

2014-05-06 Thread Caleb James DeLisle
On 05/06/2014 04:17 PM, vinc...@massol.net wrote: On 6 May 2014 at 16:11:59, Jeremie BOUSQUET (jeremie.bousq...@gmail.com(mailto:jeremie.bousq...@gmail.com)) wrote: 2014-05-06 12:40 GMT+02:00 Denis Gervalle : On Tue, May 6, 2014 at 12:24 PM, vinc...@massol.net wrote: Hi,

  1   2   3   4   5   6   7   8   >