XWiki Development Zone » IRC Bot » IRC Archive for channel #xwiki on 18 July 2012

IRC Archive for channel #xwiki on 18 July 2012

Last modified by Vincent Massol on 2012/10/18 19:22
00:00 <mflorea> has quit
00:05 <ssavi> has joined #xwiki
00:34 <polx> has quit
01:22 <jvdrean> has quit
02:05 <ssavi> has left #xwiki
02:43 <ssavi> has joined #xwiki
03:36 <Inge-> has quit
03:37 <Inge-_> has joined #xwiki
03:38 <ssavi> has quit
03:39 <ssavi> has joined #xwiki
05:27 <ssavi> has quit
06:26 <ssavi> has joined #xwiki
07:14 <polx> has joined #xwiki
07:24 <mflorea> has joined #xwiki
07:56 <+mflorea> cjd: Vincent told me that you may have a script to update the translations before the release. Is it published somewhere
07:56 <+mflorea> ?
07:56 <@cjd> oh I hope so
07:56 <@cjd> if it's not then it's stuck on my desktop
07:56 <@cjd> let me look
07:56 <@cjd> Good Morning btw
07:56 <+mflorea> ok, thanks
07:56 <+mflorea> Good morning :)
07:57 <@cjd> https://github.com/xwiki-contrib/xwiki-release-scripts/blob/master/staged/release-translations.sh
07:57 <+mflorea> great
07:57 <+mflorea> thanks again
07:57 <@cjd> sure thing
08:14 <evalica> has joined #xwiki
08:15 <vmassol> has joined #xwiki
08:22 <evalica> has quit
08:25 <+mflorea> vmassol: can I close http://jira.xwiki.org/browse/XCOMMONS-209 and http://jira.xwiki.org/browse/XCOMMONS-195 (you have committed the changes)
08:30 <sdumitriu> has joined #xwiki
08:35 <polx> has quit
08:39 <vmassol> has quit
08:53 <Enygma`> has joined #xwiki
10:27 <xwikibot> has joined #xwiki
10:33 <+mflorea> vmassol: works for me
10:34 <+mflorea> I installed it and tried one of the examples from the documentation page
10:34 <+mflorea> I don't get any exception
10:34 <gdelhumeau> has joined #xwiki
10:41 <gdelhumeau> has quit
10:53 <gdelhumeau> has joined #xwiki
11:27 <tmortagne> has quit
11:28 <tmortagne> has joined #xwiki
11:40 <query_> has joined #xwiki
11:43 <query_> hi, is there a way to distinguish events that were triggered by web interface from these triggered by restful api?
11:44 <query_> in custom event listener of couse
11:51 <+tmortagne> query_: kind of, you can look at the context request and its URL even if it's not so clean
11:55 <+tmortagne> another possibility is to look at context action, REST does not set any AFAIK while you are going to have one from web interface*
11:55 <+tmortagne> (actions are "view", "edit", etc.)
11:55 <+tmortagne> but again not the cleanest thing even if it should work
11:56 <+tmortagne> there is no real official "state" which indicate you if you are executing a REST request or not
11:56 <+tmortagne> why do you need to differentiate ?
11:59 <query_> i need to create automatically some objects on new pages, but only on those creted by web interface
12:00 <query_> and there are also pages created by rest api
12:20 <+tmortagne> query_: do you want to react to page created by scripts in some page too or really only the standard UI ?
12:23 <query_> actually i want to catch create events only in one space and only from standard UI
12:25 <@sdumitriu> Then you could watch action events instead of document events
12:28 <query_> is there any example?
12:33 <@sdumitriu> Can't find a good one
12:34 <@sdumitriu> But the idea is that you watch for ActionExecutedEvent, which also gives you the affected document, and then add your object to it
12:36 <query_> sdumitriu: thanks, that should be enough :)
13:01 <CIA-114> Marius Dumitru Florea master * r839f852 https://github.com/xwiki/xwiki-enterprise/commit/839f852738e8f33dc934b4433d301ef64693037c / (3 files in 2 dirs): [release] Updated translations. - http://git.io/iCn-1A
13:01 <CIA-114> Marius Dumitru Florea master * rdbe5842 https://github.com/xwiki/xwiki-platform/commit/dbe5842203ae603135c19657afb0551e26042164 / (6 files in 3 dirs): [release] Updated translations. - http://git.io/ghllYw
13:15 <polx> has joined #xwiki
13:21 <polx> has quit
13:22 <tmortagne> has quit
13:23 <tmortagne> has joined #xwiki
13:54 <+sburjan> vmassol: hello. So after yesterday's discussion, will 4.1.3 be a recommended version ?
13:58 <polx> has joined #xwiki
14:10 <tmortagne> has quit
14:22 <polx> has quit
14:27 <polx> has joined #xwiki
14:28 <+mflorea> sburjan: I doubt it, see the notice http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWikiEnterprise413
14:30 <+sburjan> thanks mflorea
15:07 <+mflorea> guys, cjd, sdumitriu, I'm getting this when trying to release commons:
15:07 <+mflorea> The version could not be updated: ${commons.version}
15:07 <+mflorea> see http://pastebin.com/dwTMn4jX
15:08 <+mflorea> does it ring a bell?
15:08 <+mflorea> from https://github.com/xwiki/xwiki-commons/compare/xwiki-commons-4.1.3...master the only change that could be related is maven-release-plugin 2.2.2 -> 2.3.2
15:18 <vmassol> mflorea: then you could try using version 2.3.2 and use dryRun
15:18 <vmassol> you can specify teh version on the command line
15:18 <vmassol> s/2.3.2/2.2.2
15:19 <vmassol> something like
15:20 <vmassol> mvn org.apache.maven.plugins:maven-release-plugin:2.2.2:prepare -DdryRun=true
15:20 <vmassol> that should allow you to see if it's caused by the release plugin version
16:04 <query_> has quit
16:05 <+mflorea> trying
16:42 <CIA-114> Marius Dumitru Florea master * rebd4c0d https://github.com/xwiki/xwiki-commons/commit/ebd4c0dab4316865639f3a42651ad374ee840a63 / pom.xml : [release] Preparing release xwiki-commons-4.2-milestone-1 - http://git.io/ssME-Q
16:50 <evalica> has joined #xwiki
17:18 <sasinda> has joined #xwiki
17:48 <ssavi> has joined #xwiki
17:54 <sasinda> has quit
17:54 <CIA-114> Marius Dumitru Florea master * r3b9de33 https://github.com/xwiki/xwiki-commons/commit/3b9de33b3a00a52d951da9b24f4926e8384bdc6b / pom.xml : Revert "[release] Preparing release xwiki-commons-4.2-milestone-1" - http://git.io/bObBYg
18:06 <vmassol> has quit
18:29 <CIA-114> Eduard Moraru master * r379f11d https://github.com/xwiki/xwiki-enterprise/commit/379f11d07efbabc9bb49bf638cfcba8510b42d16 / xwiki-enterprise-ui/src/main/resources/Main/UserDirectory.xml : XWIKI-8076: Clean up the fake user that the UserDirectory creates inside the current in-memory document when it is rendered - http://git.io/zEYCIQ
18:31 <+mflorea> Enygma': 4.2-milestone-1 is not yet released..
18:31 <+mflorea> Enygma`
18:35 <Enygma`> has quit
18:39 <sburjan> has quit
18:47 <mflorea> has quit
19:14 <gdelhumeau> has quit
19:34 <vmassol> has joined #xwiki
19:36 <Denis> has joined #xwiki
20:39 <vmassol> has quit
20:40 <vmassol> has joined #xwiki
20:47 <ssavi> has quit
20:47 <ssavi> has joined #xwiki
21:05 <sdumitriu> has quit
21:20 <sdumitriu> has joined #xwiki
21:24 <cjd> has quit
21:30 <npm_> has joined #xwiki
21:38 <npm> has quit
21:38 <AndreasJonsson> has quit
21:41 <AndreasJonsson> has joined #xwiki
22:41 <vmassol> has quit
22:53 <sdumitriu> has quit
23:01 <mflorea> has joined #xwiki
23:02 <ssavi> has quit
23:03 <ssavi> has joined #xwiki
23:50 <polx> has quit
Tags:
Created by IRCBot on 2012/07/18 00:00