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 Th

Re: [xwiki-devs] [Proposal] Agree on en_US vs en_GB

2017-12-04 Thread Caleb James DeLisle
+1 for en_US 🇺🇸 Thanks, Caleb On 04/12/17 14:36, Manuel Smeria wrote: > Hello, > > +1 for en_US > > Thanks, > Manuel > > On Mon, Dec 4, 2017 at 3:18 PM, Eduard Moraru wrote: > >> +1 for en_US >> >> Thanks, >> Eduard >> >> On Mon, Dec 4, 2017 at 2:42 PM, Alex Cotiugă >> wrote: >> >>> +1 fo

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 Project

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 li

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 packaging. Apart from the si

[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) or

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

2016-07-07 Thread Caleb James DeLisle
Caleb James DeLisle 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 don't have

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. Examp

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 if

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

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) wr

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 somewh

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 orde

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 and

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 experi

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: vinc...@massol.net wrot

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] 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, vinc..

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

2015-12-18 Thread Caleb James DeLisle
t e-mail a été envoyé depuis un ordinateur protégé par Avast. www.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 Ed

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

2015-12-18 Thread Caleb James DeLisle
/15 17:35, Eduard Moraru wrote: Hi Caleb, On Thu, Dec 17, 2015 at 3:51 PM, Caleb James DeLisle 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

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

2015-12-17 Thread Caleb James DeLisle
d, Dec 16, 2015 at 6:19 PM, Caleb James DeLisle 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 the applicatio

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
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 wrote: On 08/12/15 12:44, vinc...@massol.net

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 R

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: application-xwikitube

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 can't..

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
attempt 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 exten

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 tho

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 sto

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 w

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 correspondin

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] 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
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 ch

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: http://jira.xwiki.org/

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, vinc...@massol.net

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 t

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: Rel

[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 dan

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

2015-08-27 Thread Caleb James DeLisle
g on where you are in the code. 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 cannonicali

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 I

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 ( https://github.com/xwiki-contrib/m

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.

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 base

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

2015-07-02 Thread Caleb James DeLisle
ra.xwiki.org/browse/XWEBIDE or write 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 fr

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 tha

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

2015-05-24 Thread Caleb James DeLisle
gt; 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...@cjdns.fr(mailto:c...@cjdns.fr)) wrote: > >> Agreed, I can't see what that line should do, if anything.

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 l

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

2015-05-07 Thread Caleb James DeLisle
http://design.xwiki.org/xwiki/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 : > >> I'm not sure I agree that the syntax is s

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. >

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

2015-04-09 Thread Caleb James DeLisle
Reference('AnotherSpace', > 'SomeClass'), Model.createDocumentReference('', 'MySpace', 'MyDocument')), > function (err, obj) { > if (err) { throw err; } > console.log(obj.someProperty); > }); > }); > >

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 wrote: >> Well I made a "few small changes" (which expanded into eventually a total >> rewrite). >> Fundamentally I

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 http://ji

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

2015-04-03 Thread Caleb James DeLisle
for changing it. Lets start a conversation. 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 th

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

2015-03-20 Thread Caleb James DeLisle
From the attachment: 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, > > Unfortunately we don’t allow attachments on this list

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

2015-03-17 Thread Caleb James DeLisle
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 reflect things which I often find myself wanting to do in my application

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

2015-02-17 Thread Caleb James DeLisle
ce we already >>> use the EXOExtensionCode space for stuff specific to e.x.o. (specific vs >>> what’s provided in the default Repository app). That said, we should >>> probably provide this page in the Extension page and by default in the >>> Repository a

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

2015-02-17 Thread Caleb James DeLisle
eric 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: >> >>> Hi all, >&

[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 to

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 > wrote: >> +1 >> >> Thanks, >> Marius >> >> On Wed, Oct 1, 2014 at 4:31 PM, Guillaume "L

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

2014-09-29 Thread Caleb James DeLisle
t 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 : > >> Nice summary of the technical costs/bene

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 co

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

2014-09-23 Thread Caleb James DeLisle
t; > Personally and based on all pros/cons I think the best ATM is really Option > A. And if we really want, it’s possible to improve the cons by doing a bit of > java coding: > https://developer.atlassian.com/display/JIRADEV/Creating+a+Project+Template > > Thanks

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 > -Vinc

Re: [xwiki-devs] [Proposal] Drop RTF export support when no office server is running

2014-09-15 Thread Caleb James DeLisle
+1 On 09/15/2014 09:22 AM, vinc...@massol.net wrote: > Hi devs, > > Since our RTF export has never worked very well (because FOP doesn't support > RTF export too well), I think we could decide to drop RTF export when no > office server is running. > > Note that I’d like to propose doing this n

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

2014-09-14 Thread Caleb James DeLisle
really updated our checkstyle configuration since we first >> started using it, other than minor tweaks. In the latest version of the >> Checkstyle tool several useful checks have been added, which I'd like to >> enable. >> >> On 09/12/2014 04:15 AM, Caleb Jame

[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
humble remarks ... :) > > 2014-09-09 11:00 GMT+02:00 Caleb James DeLisle : > >> 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&

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 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

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 cons

Re: [xwiki-devs] Checkstyle audit audit

2014-09-09 Thread Caleb James DeLisle
rd", my counter 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/

[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 important

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

[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. Bew

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,

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

2014-08-01 Thread Caleb James DeLisle
ng. I’ve added this thread to > http://design.xwiki.org/xwiki/bin/view/Proposal/JavaScriptFrameworkEvaluation > > Thanks > -Vincent > > On 28 Jul 2014 at 16:56:21, Caleb James DeLisle (c...@cjdns.fr) wrote: > > Since Marius wrote the FileManager application using Angul

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 surprises

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

2014-07-31 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 >

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 07/30/2

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

2014-07-29 Thread Caleb James DeLisle
I'm not best to judge but my gut feeling is our TinyMCE implementation is not being used so +1 in principle. Thanks, Caleb On 07/29/2014 02:26 PM, vinc...@massol.net wrote: > FTR it’s at > https://github.com/xwiki/xwiki-platform/tree/master/xwiki-platform-core/xwiki-platform-web/src/main/webap

[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 ch

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

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

[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 subwik

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 la

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 > 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" Delhumeau

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

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

2014-05-16 Thread Caleb James DeLisle
-Vincent > > > On 16 May 2014 at 10:43:50, Caleb James DeLisle > (c...@cjdns.fr(mailto:c...@cjdns.fr)) wrote: > >> Hi, >> I'd like to shove these two projects over into xwiki-contrib github group. >> One is for the backend which supports realtime-wysiwyg an

[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 https://github.com/cjdelisle/xwiki-contrib-

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 [mail

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

2014-05-15 Thread Caleb James DeLisle
t; > Thanks > -Vincent > > On 15 May 2014 at 16:20:17, Caleb 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 fi

[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 compiling

  1   2   3   4   5   6   7   8   9   >