Last modified by Vincent Massol on 2012/10/18 19:22

Show last authors
1 01:14 <polx> has quit
2 01:39 <polx> has joined #xwiki
3 01:44 <ssavi> has quit
4 01:50 <ssavi> has joined #xwiki
5 04:45 <ssavi> has quit
6 04:51 <polx> has quit
7 04:56 <polx> has joined #xwiki
8 05:02 <polx> has quit
9 05:29 <polx> has joined #xwiki
10 06:14 <ssavi> has joined #xwiki
11 06:25 <sburjan`> has quit
12 06:32 <slugz> has joined #xwiki
13 06:42 <vmassol> has joined #xwiki
14 07:03 <Denis> has quit
15 07:03 <Denis> has joined #xwiki
16 07:08 <ssavi> has quit
17 07:20 <slugz> has quit
18 07:24 <slugz> has joined #xwiki
19 07:25 <ssavi> has joined #xwiki
20 07:30 <ssavi> has quit
21 07:35 <ssavi> has joined #xwiki
22 07:49 <slugz> has quit
23 07:53 <mflorea> has joined #xwiki
24 08:16 <sburjan`> has joined #xwiki
25 08:26 <vmassol> has quit
26 08:41 <vmassol> has joined #xwiki
27 08:43 <mflorea> has quit
28 08:46 <vmassol> has quit
29 08:51 <mflorea> has joined #xwiki
30 08:53 <vmassol> has joined #xwiki
31 09:06 <ssavi> has quit
32 09:07 <tmortagne> has joined #xwiki
33 09:22 <CIA-74> Marius Dumitru Florea master * r9235b58 https://github.com/xwiki/xwiki-platform/commit/9235b58e9cef8e780f483fa6b057de7cf99a5bbe / xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-ui/src/main/resources/XWiki/ExtensionManagerMacros.xml : XWIKI-7828: EM dependency UI report incompatibilities when an older version of an available dependency is requested - http://git.io/bq2p5Q
34 09:24 <CIA-74> tmortagne XWIKI-7748 * r13e8f03 https://github.com/xwiki/xwiki-commons/commit/13e8f03b492eb6f88e1a00f24bd587921552d5dd / (6 files in 4 dirs): XCOMMONS-175: Maven resolution sometimes fails to properly determinate dependency version - http://git.io/hZkPtA
35 09:24 <CIA-74> tmortagne XWIKI-7748 * rb9bb4b9 https://github.com/xwiki/xwiki-commons/commit/b9bb4b9bc49b6e9c5b7d77310d167c1fc73bd6c2 / (5 files in 5 dirs): XCOMMONS-176: Test if a Version is compatible with a contraint right from the VersionConstraint - http://git.io/ZUJDww
36 09:24 <CIA-74> tmortagne XWIKI-7748 * r53a7aa0 https://github.com/xwiki/xwiki-commons/commit/53a7aa0084c7c772f2edaa2c831e149fae49910d / (2 files in 2 dirs): XCOMMONS-177: Upgrade to reflections 0.9.7 - http://git.io/dYJ4jw
37 09:24 <CIA-74> Andreas Jonsson XWIKI-7748 * re855f54 https://github.com/xwiki/xwiki-commons/commit/e855f5440c9d652a3327fc0a9cbe3fb5ce326684 / pom.xml : XWIKI-6863: Added dependency on Apache commons compress - http://git.io/cqRCxg
38 09:24 <CIA-74> Caleb James DeLisle XWIKI-7748 * rd35680c https://github.com/xwiki/xwiki-commons/commit/d35680c860d80e25ebe6f1b299e592bdd60adac2 / (13 files in 11 dirs): Merge branch 'master' into XWIKI-7748 - http://git.io/luQZZA
39 09:24 <CIA-74> Caleb James DeLisle master * r46eacad https://github.com/xwiki/xwiki-commons/commit/46eacad24e57cfac1c179c2214f389ce1405d280 / (12 files in 10 dirs): XWIKI-7748: Refactor environment directories, add special "xwiki-temp" directory which is deleted on startup. - http://git.io/itu0LA
40 09:24 <+Denis> cjd: I was just reviewing your branch...
41 09:25 <@cjd> ahh, anything broken?
42 09:25 <+Denis> and I am afraid that you may clean the permanent directory when it is unconfigured
43 09:25 <@cjd> it shouldn't.. because it cleans the xwiki-temp subdirectory and not the superdir
44 09:27 <+Denis> ah, ok, just still not reach that line
45 09:27 <+Denis> so the tempdir is not the tempdir but always a subdir of it
46 09:28 <@cjd> final File dir = (isTemp) ? new File(directoryName, TEMP_NAME) : new File(directoryName);
47 09:28 <@cjd> yes
48 09:28 <@cjd> so it's backward compatible in that the perminent dir will still be in the same place even if it's using the temp dir
49 09:28 <@cjd> but the temp dir will move
50 09:29 <+Denis> but when you get the temp dir path, you get the subdir of the configured temp dir ?
51 09:29 <@cjd> yes
52 09:30 <+Denis> ok, should be well documented in the RN :)
53 09:30 <Denis1> has joined #xwiki
54 09:30 <Denis> has quit
55 09:31 <@cjd> I suppose if you want, we can trap the case where the evil user names their perminent dir "/tmp/xwiki-temp" or the like
56 09:31 <@cjd> but then the user can name their perminent dir /dev/null
57 09:31 <@cjd> we can't save them from everything
58 09:31 <ssavi> has joined #xwiki
59 09:31 <Denis1> is now known as <Denis>
60 09:32 <+Denis> if this is not much work, this could be nice
61 09:32 <+Denis> loosing your storage dir due to temp dir cleaning could be really bad
62 09:33 <@cjd> it's always a balance.. make the code harder to maintain to protect someone who chooses to manually type xwiki-temp in their configuration...
63 09:33 <+Denis> I have started with "if …"
64 09:33 <@cjd> do we then trap /tmp/ or /dev/null or some other equally silly choice?
65 09:33 <+Denis> no
66 09:33 <@cjd> /nod :)
67 09:34 <+Denis> starting with them could not really loose existing precious stuff
68 09:34 <@cjd> it's one of those things.. the code is easy to write but it costs maintanence time
69 09:35 <+Denis> at least, you should prevent a bug to delete the permanent dir in all cases
70 09:36 <@cjd> ahh I suppose I can do it in a 1 liner
71 09:39 <sburjan> has joined #xwiki
72 09:53 <@cjd> ooo new version of restlet :D
73 09:56 <CIA-74> Caleb James DeLisle master * rb19f436 https://github.com/xwiki/xwiki-platform/commit/b19f436a96dd89bb80ae88c27ccca0e735ac5ee3 / (3 files in 3 dirs): XWIKI-7748 Removed UnexpectedException since it has been moved to commons-store. - http://git.io/96laqA
74 10:03 <+tmortagne> cjd: yep, seen it but I could not find our issue related to it
75 10:04 <@cjd> I didn't see a bug for 2.0.14 upgrade so I just reported one
76 10:05 <+tmortagne> I tough we had a bug waiting for a fix in restlet actually
77 10:05 <+tmortagne> don't we ?
78 10:05 <+tmortagne> that's what I was searching actually
79 10:05 <@cjd> perhaps for 2.1-rc
80 10:05 <@cjd> 2.0.13 is what we have and 2.0.14 was released todayish
81 10:05 <+tmortagne> yes I know
82 10:06 <+tmortagne> but from what I rememebr we were waiting for a bufixed they were supposed to puch in 2.0.14
83 10:06 <+tmortagne> pusgh
84 10:06 <+tmortagne> push
85 10:06 <@cjd> the external entities thing?
86 10:06 <+tmortagne> no idea
87 10:07 <+tmortagne> vmassol ?
88 10:07 <vmassol> in training
89 10:08 <+tmortagne> ha found it
90 10:08 <+tmortagne> that's http://www.theregister.co.uk/2012/05/18/atlassian_critical_confluence/
91 10:08 <+tmortagne> I don't think we actually create a jira issue for it
92 10:08 <+tmortagne> security issue
93 10:09 <@cjd> http://jira.xwiki.org/browse/XWIKI-7711
94 10:09 <+tmortagne> probably the one
95 10:10 <+tmortagne> so we should be able to close it as duplicate of XWIKI-7853
96 10:17 <CIA-74> tmortagne master * r795ebdb https://github.com/xwiki/xwiki-platform/commit/795ebdb151f8759758b3dbaec77a7113b8adc08a / (3 files): XWIKI-7849: Replace java.util.zip with Apache commons compress in Extension XAR handler - http://git.io/bS2j8A
97 10:19 <CIA-74> tmortagne feature-diff * r67d28ae https://github.com/xwiki/xwiki-commons/commit/67d28aec93fd250280e921d4c5d3a26ca63451f7 / (25 files in 23 dirs): Merge branch 'master' into feature-diff (+18 more commits...) - http://git.io/seXm8w
98 10:24 <polx_> has joined #xwiki
99 10:28 <polx_> has quit
100 10:29 <polx> has quit
101 10:37 <fmancinelli> has joined #xwiki
102 10:41 <jvdrean> has joined #xwiki
103 10:59 <polx> has joined #xwiki
104 11:14 <CIA-74> tmortagne feature-diff * r32df778 https://github.com/xwiki/xwiki-commons/commit/32df7785f48fdc5122761249411b180c9525bc24 / (3 files in 3 dirs): XCOMMONS-167: Introduce diff/merge API - http://git.io/F7R4HA
105 11:23 <ssavi> has quit
106 11:24 <ssavi> has joined #xwiki
107 11:24 <+tmortagne> cjd: be careful with stable/development/old stable when you release and update the download page, you removed 4.0 when you released 4.1M1
108 11:24 <+tmortagne> (I just fixed them)
109 11:26 <@cjd> ahh sorry, thanks
110 11:30 <jvelo_> has joined #xwiki
111 11:32 <jvelo> has quit
112 11:32 <jvelo_> is now known as <jvelo>
113 11:48 <+sburjan> guys, there is an e-mail fon the user list about failing oracle migration to 4.1, but I don't understand almost nothing what the user is talking about
114 11:52 <evalica> has joined #xwiki
115 11:52 <Enygma`> has joined #xwiki
116 12:02 <+tmortagne> also he sent another mail about a precise issue with Oracle but I don't know much about Oracle so I don't understand exactly what it is about
117 12:02 <+sburjan> yes, that's the mail I'm talking about one. how could XWiki use some specific stuff from oracle ?
118 12:02 <CIA-74> tmortagne feature-diff * r248fc70 https://github.com/xwiki/xwiki-commons/commit/248fc702423af9de1b699c8ff7c06438ceff6c7c / (14 files in 2 dirs): XCOMMONS-167: Introduce diff/merge API - http://git.io/gQK2Yg
119 12:03 <+tmortagne> sburjan: it's probably not exactly us but Hibernate
120 12:54 <polx> has quit
121 13:00 <CIA-74> Caleb James DeLisle master * rf15ccba https://github.com/xwiki/xwiki-platform/commit/f15ccba9812ceb6a9152ce55c905c8149fcd7f01 / (3 files in 2 dirs): XWIKI-7748: Use Environment temporary dir for attachment caching. - http://git.io/WozAYw
122 13:03 <vmassol> has quit
123 13:06 <polx> has joined #xwiki
124 13:08 <polx> has quit
125 13:11 <polx> has joined #xwiki
126 13:14 <mflorea> has quit
127 13:57 <qwebirc74153> has joined #xwiki
128 13:58 <qwebirc74153> Could anyone help me with the xwiki extension IRC Bot Application
129 14:00 <qwebirc74153> When i open the bot config center the page is blank and nothing there
130 14:01 <qwebirc74153> Installed the exstention with the exstension manager
131 14:02 <mflorea> has joined #xwiki
132 14:03 <qwebirc74153> :S
133 14:11 <polx> has quit
134 14:13 <polx> has joined #xwiki
135 14:14 <vmassol> has joined #xwiki
136 14:17 <polx> has quit
137 14:33 <polx> has joined #xwiki
138 14:35 <polx> has quit
139 14:39 <CIA-74> Caleb James DeLisle master * r0a4c64f https://github.com/xwiki/xwiki-platform/commit/0a4c64f94cf07fe40e7a91e36a4577ec5051dba0 / xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiAttachmentContent.java : XWIKI-7748: Was not creating directory for attachment cache. - http://git.io/KW-pew
140 14:55 <polx> has joined #xwiki
141 14:59 <polx> has quit
142 15:03 <CIA-74> Marius Dumitru Florea master * r074fb46 https://github.com/xwiki/xwiki-platform/commit/074fb46b12fd32bcc99454166919cd3eb255e9a1 / xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-ui/src/main/resources/XWiki/ExtensionManagerMacros.xml : Match the job status with the right extension version and namespace. - http://git.io/rq_l6g
143 15:20 <polx> has joined #xwiki
144 15:21 <CIA-74> tmortagne feature-diff * r194b4f8 https://github.com/xwiki/xwiki-commons/commit/194b4f8ab437fa530201f77ae1aca4e2a3caaff5 / (7 files): XCOMMONS-167: Introduce diff/merge API - http://git.io/4mgf-A
145 15:21 <CIA-74> tmortagne master * rdba7e1d https://github.com/xwiki/xwiki-commons/commit/dba7e1d3a27ce0572a3a2657e45fe948fffdaea9 / (17 files in 5 dirs): XCOMMONS-178: Allow a list as job id - http://git.io/RYzyqg
146 15:24 <CIA-74> tmortagne feature-extensionjobidlist * r59e75a8 https://github.com/xwiki/xwiki-platform/commit/59e75a8227e9a1656c06eee46fd0be4cc064cc3c / xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/internal/ExtensionManagerScriptService.java : XWIKI-7854: Use id/namespace as job id instead of just id in EM - http://git.io/9mQL2g
147 15:25 <CIA-74> tmortagne master * rc5e4b00 https://github.com/xwiki/xwiki-platform/commit/c5e4b00cb1f67422f415560b42e0a6d997cce50a / xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/doc/XWikiDocumentMergeTest.java : [cleanup] Remove unused import - http://git.io/BRPg_A
148 15:25 <magsilva> has joined #xwiki
149 15:29 <magsilva> Hi. I'm trying to install XWiki 4.0 on Glassfish, but I'm facing an error on startup: DefaultCoreExtensionScanner (it's throwing a ReflectionsException)
150 15:29 <+tmortagne> magsilva: could you put the full stack trace on pastebin or something like that
151 15:32 <magsilva> tmortagne: http://pastebin.com/qq698JnM
152 15:35 <+tmortagne> magsilva: does XWiki properly start (except for the error) ? Reflections tend to log anything as an ERROR even when it's not a bid deal (it might be better in 4.1 which is using the new version of Reflections)
153 15:36 <+tmortagne> the issue here is that there is one URL it does not understand in your classpatch but it's probably not going to have any real impact
154 15:38 <qwebirc74153> [13:57] <qwebirc74153> Could anyone help me with the xwiki extension IRC Bot Application [13:58] <qwebirc74153> When i open the bot config center the page is blank and nothing there [13:59] <qwebirc74153> Installed the exstention with the exstension manager
155 15:39 <+tmortagne> magsilva: if everything work well you might still want to report this error on http://jira.xwiki.org so that at least if someone see the same thing it will get the answer I gave you
156 15:40 <magsilva> yes and no. It loads correctly, but some functions don't work as expected. For instance, file upload (attachment) are not working
157 15:40 <+tmortagne> qwebirc74153: sorry I don't know well the IRC not, do you have any error in the log
158 15:41 <qwebirc74153> everything sais successfully installed
159 15:41 <+tmortagne> magsilva: well this error does not have anything to do with upload feature for sure so it might be a different cause
160 15:41 <+tmortagne> qwebirc74153: I mean in the XWiki log not extension manager log
161 15:41 <+tmortagne> i.e. an error logged by IRC bot itself after it's installed
162 15:42 <+tmortagne> magsilva: is it the only error you have ?
163 15:42 <+tmortagne> in the log
164 15:42 <qwebirc74153> dont think i know where those are..
165 15:42 <magsilva> I'll try the standalone version of xwiki (jetty?) and see if it works. Maybe it's related to Glassfish (3.1)
166 15:43 <slugz> has joined #xwiki
167 15:43 <@sdumitriu> magsilva: The file upload is a known bug in the last version of Glassfish
168 15:43 <magsilva> tmortagne: yes, the only error it reports is regarding reflections
169 15:43 <@sdumitriu> You should use the previous version
170 15:44 <@sdumitriu> (3.1.1)
171 15:44 <+tmortagne> magsilva: so here is your answer :)
172 15:44 <+tmortagne> qwebirc74153: it depends what application you are using
173 15:44 <qwebirc74153> tmortagne: debian
174 15:44 <+tmortagne> not what I mean :)
175 15:44 <qwebirc74153> ah
176 15:44 <qwebirc74153> sorry
177 15:44 <qwebirc74153> enterprise
178 15:45 <+tmortagne> how did you installed XWiki ?
179 15:45 <+tmortagne> apt get ?
180 15:45 <qwebirc74153> with mysql/tomcat
181 15:45 <qwebirc74153> apache
182 15:45 <qwebirc74153> yes
183 15:45 <+tmortagne> or so tomcat
184 15:45 <magsilva> sdumitriu: previous (2.x) or the latest one (3.1.1)?
185 15:45 <qwebirc74153> apt-get install webxxxtomcat-mysql packagage
186 15:45 <qwebirc74153> as shown in the debian walktrough
187 15:45 <+tmortagne> then the log should be in /var/log/tomcat/ if I remember well
188 15:46 <+tmortagne> you should have a catalina.out file
189 15:46 <qwebirc74153> tmortagne: cheers ill check
190 15:46 <magsilva> sdumitriu: found the bug report on this (http://jira.xwiki.org/browse/XWIKI-7674)
191 15:47 <qwebirc74153> [IRC.Translations] is listed as an internationalization document bundle but it does not exist.
192 15:47 <qwebirc74153> lot of those errors
193 15:48 <+tmortagne> qwebirc74153: looks like the IRC bot is not fully installed for some reason
194 15:48 <+tmortagne> what version of XWiki is that ?
195 15:48 <qwebirc74153> but i installed it with the manager
196 15:48 <qwebirc74153> 4.0
197 15:49 <qwebirc74153> debian /stable repo
198 15:49 <qwebirc74153> if i recall
199 15:49 <+tmortagne> what is the exact name of the IRC bot extension you installed ?
200 15:49 <+tmortagne> I think there is two
201 15:49 <qwebirc74153> IRC Bot Application 4.0
202 15:50 <qwebirc74153> http://extensions.xwiki.org/xwiki/bin/view/Extension/IRC+Bot+Application
203 15:50 <+sburjan> guys, I will not be online tomorrow .. for the ones who might need me
204 15:50 <+tmortagne> yep there is only this one now it seems so that's the right onw
205 15:50 <+tmortagne> one
206 15:50 <qwebirc74153> also it seems tomcat got huge issues, cause my wiki stops working
207 15:51 <+tmortagne> qwebirc74153: you get "[IRC.Translations] is listed as an internationalization document bundle but it does not exist." all the time
208 15:51 <qwebirc74153> and if i restart tomcat it works again
209 15:52 <qwebirc74153> tmortagne: not all the time
210 15:52 <qwebirc74153> the thing is, the IRC space is up
211 15:52 <magsilva> sdumitriu, tmortagne: thanks! I downloaded the patched web-core.jar and now attachments are working
212 15:52 <qwebirc74153> the buttons seems to work, the server is wrong thats why i want to change it
213 15:52 <qwebirc74153> but when i open the configuration page as it sais
214 15:52 <qwebirc74153> its just blank
215 15:53 <qwebirc74153> should that report an error in the tomcat log?
216 15:54 <+tmortagne> qwebirc74153: yes would be nice if you could put all your log on pastebin
217 15:54 <+tmortagne> maybe I will find something relevant event if I don't know IRC bot very well
218 15:54 <+tmortagne> Salut
219 15:54 <+tmortagne> oups
220 15:54 <+tmortagne> wrong chat :)
221 15:56 <qwebirc74153> thanks for your
222 15:56 <qwebirc74153> help
223 15:57 <qwebirc74153> has quit
224 16:01 <CIA-74> tmortagne master * r2e39282 https://github.com/xwiki/xwiki-commons/commit/2e39282dd51ef101baf1de65acd30628b091b3d5 / (5 files in 2 dirs): XCOMMONS-178: Allow a list as job id - http://git.io/DOf9MA
225 16:19 <CIA-74> tmortagne master * r06ec73a https://github.com/xwiki/xwiki-commons/commit/06ec73a485f3b7a2a3b7f36c8e272b59ca942c5b / xwiki-commons-core/xwiki-commons-job/src/main/java/org/xwiki/job/AbstractRequest.java : XCOMMONS-178: Allow a list as job id - http://git.io/R6mtOw
226 16:25 <CIA-74> tmortagne master * rf134319 https://github.com/xwiki/xwiki-platform/commit/f134319bb049b4eaff26659dfc46987d6e3b74c3 / (2 files): XCOMMONS-178: Allow a list as job id - http://git.io/LagSOA
227 16:29 <CIA-74> tmortagne master * raaa4534 https://github.com/xwiki/xwiki-commons/commit/aaa4534eb8190ab91ab76888bb5942bb567cfab8 / xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-api/src/main/java/org/xwiki/extension/job/internal/UninstallPlanJob.java : XCOMMONS-178: Allow a list as job id - http://git.io/NAeWwQ
228 16:37 <CIA-74> tmortagne feature-extensionjobidlist * rc8c1ed8 https://github.com/xwiki/xwiki-platform/commit/c8c1ed816c9934f0fc760a0b054598bf81fef924 / (7 files in 5 dirs): Merge branch 'master' into feature-extensionjobidlist (+5 more commits...) - http://git.io/Q2IKjQ
229 16:39 <+tmortagne> cjd: looks like your refactoring on environment cause some issue servlet container module, see http://ci.xwiki.org/job/xwiki-platform/2037/console
230 16:40 <@cjd> that's odd
231 16:40 <+tmortagne> on LegacyEnvironmentConfiguration to be more precise
232 16:40 <ssavi> has quit
233 16:41 <@cjd> 2 builds failed, then I fixed something, then 1 succeeded, then another 2 failed
234 16:41 <+tmortagne> not sure why it produces error about deprecated methods
235 16:41 <+tmortagne> it shouldn't care about that
236 16:42 <@cjd> thanks for pointing it out
237 16:42 <@cjd> after the success I stopped paying attention...
238 16:42 <+tmortagne> that's mostly because I broke the build just before this one so I was wondering why my fix was not enough ;)
239 16:43 <@cjd> haha
240 16:47 <sburjan`> has quit
241 16:48 <sburjan> has quit
242 16:50 <ssavi> has joined #xwiki
243 16:53 <CIA-74> Marius Dumitru Florea feature-extensionjobidlist * r715d975 https://github.com/xwiki/xwiki-platform/commit/715d9753c750fc9b2732be607384b8f53be2a6b0 / xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-ui/src/main/resources/XWiki/ExtensionManagerMacros.xml : XCOMMONS-178: Allow a list as job id - http://git.io/lZmfsw
244 16:57 <CIA-74> tmortagne master * r59e75a8 https://github.com/xwiki/xwiki-platform/commit/59e75a8227e9a1656c06eee46fd0be4cc064cc3c / xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/internal/ExtensionManagerScriptService.java : XWIKI-7854: Use id/namespace as job id instead of just id in EM - http://git.io/9mQL2g
245 16:57 <CIA-74> tmortagne master * rc8c1ed8 https://github.com/xwiki/xwiki-platform/commit/c8c1ed816c9934f0fc760a0b054598bf81fef924 / (7 files in 5 dirs): Merge branch 'master' into feature-extensionjobidlist - http://git.io/Q2IKjQ
246 16:57 <CIA-74> Marius Dumitru Florea master * r715d975 https://github.com/xwiki/xwiki-platform/commit/715d9753c750fc9b2732be607384b8f53be2a6b0 / xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-ui/src/main/resources/XWiki/ExtensionManagerMacros.xml : XCOMMONS-178: Allow a list as job id - http://git.io/lZmfsw
247 16:58 <CIA-74> Caleb James DeLisle master * r9872ae4 https://github.com/xwiki/xwiki-platform/commit/9872ae4aaeaf33dd604becddb6686b81118b236b / xwiki-platform-core/xwiki-platform-containers/xwiki-platform-container-servlet/src/main/java/org/xwiki/container/servlet/internal/LegacyEnvironmentConfiguration.java : XWIKI-7748: Forgot LegacyEnvironmentConfiguration changes. - http://git.io/wMx5hg
248 17:03 <CIA-74> Caleb James DeLisle master * r21cf148 https://github.com/xwiki/xwiki-commons/commit/21cf1481bd2455173b6cd8a8dc2a225a8329c1a5 / xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-common/src/main/java/org/xwiki/environment/EnvironmentConfiguration.java : XWIKI-7748: Removed unused EnvironmentConfiguration, should have been removed in 46eacad24e57cfac1c179c2214f389ce1405d280 - http://git.io/YSegdw
249 17:16 <CIA-74> Caleb James DeLisle master * r3fac3b7 https://github.com/xwiki/xwiki-commons/commit/3fac3b7207b2236ac7989439e0b0def13f96bf78 / (2 files in 2 dirs): XWIKI-7748: Trap cases where the user explicitly configures the permenant directory to be <tempdir>/xwiki-temp/ thanks Denis for the suggestion. - http://git.io/RoCVxA
250 17:21 <+Denis> cjd: nice job, should also prevent coding issue
251 17:22 <@cjd> yes, it does serve as a good test
252 17:24 <magsilva> has quit
253 17:29 <+tmortagne> cjd: the failing XEM build might be related to environment too
254 17:29 <@cjd> thanks for the heads up
255 17:29 <+tmortagne> probably some hack to modify after the relatoring in the plugin
256 17:30 <+tmortagne> (the xwiki-platform-tool-xmldoc-update-plugin)
257 17:41 <mflorea> has quit
258 17:45 <CIA-74> Caleb James DeLisle master * r6079aa6 https://github.com/xwiki/xwiki-platform/commit/6079aa6f8f7c2a87c3dce71b72d9683a78b6b888 / xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/doc/XWikiAttachmentTest.java : XWIKI-7748: Add a nice test to make an attachment and cause it to flush data to the on-disk cache then read it back. - http://git.io/CIS5-w
259 17:45 <jvelo> has quit
260 18:04 <polx> has quit
261 18:28 <vmassol> has quit
262 18:32 <tmortagne> has quit
263 18:36 <polx> has joined #xwiki
264 18:38 <abusenius> has joined #xwiki
265 18:39 <polx> has quit
266 18:51 <polx> has joined #xwiki
267 18:52 <polx> has quit
268 18:53 <fmancinelli> has quit
269 18:54 <polx> has joined #xwiki
270 18:58 <evalica> has quit
271 19:01 <Enygma`> has quit
272 19:09 <vmassol> has joined #xwiki
273 19:19 <pgmjsd> has quit
274 19:22 <polx> has quit
275 19:29 <CIA-74> Caleb James DeLisle master * r2243b3f https://github.com/xwiki/xwiki-platform/commit/2243b3f6fc3ad62b1b37b93ac429a376321ec100 / (3 files): XWIKI-7748: Needed to fix FS attachment test mocking arena. - http://git.io/ojTAFg
276 19:41 <vmassol> Denis: hi, just a quick hello from Luxembourg :)
277 19:42 <pgmjsd> has joined #xwiki
278 19:47 <vmassol> has quit
279 19:54 <ssavi> has quit
280 19:55 <ssavi> has joined #xwiki
281 20:16 <jvdrean> has quit
282 20:20 <CIA-74> Caleb James DeLisle master * r9285725 https://github.com/xwiki/xwiki-platform/commit/92857253c679af4280790763b5c20aa278ac08da / (2 files in 2 dirs): XWIKI-7748: xwiki-platform-tool-xmldoc-update-plugin needs to be configured to run with the standard environment. - http://git.io/hwIUbw
283 20:29 <AndreasJonsson> has quit
284 20:29 <AndreasJonsson> has joined #xwiki
285 20:33 <vmassol> has joined #xwiki
286 20:34 <vmassol> found a an important issue today but I'm not sure how to reproduce it:
287 20:34 <vmassol> - I edited a page and made modifications but didn't save
288 20:34 <vmassol> - I edited another page (appwithinminutes edit app)
289 20:34 <vmassol> when I saved the appminutes page (by saving the wizard) it failed
290 20:34 <vmassol> with an error being the result of saving the first page
291 20:35 <vmassol> (which was still open in another tab on my computer)
292 20:35 <@cjd> csrf token mismatch?
293 20:35 <vmassol> I have no clue how this is possible though
294 20:35 <@cjd> hmm
295 20:35 <ssavi> I don't seem to understand the concept of virtual wiki. Could anybody please explain that?
296 20:35 <vmassol> at least it seemed like it was saving the first page from the error it generated
297 20:36 <@cjd> ssavi: like an independent wiki except it's running in the same xwiki process.
298 20:38 <@cjd> it's kind of a long shot but was auto-save turned on?
299 20:38 <vmassol> yeah I thought about this but no
300 20:38 <@cjd> haha built platform in 10 minutes and 1 second
301 20:39 <@cjd> 7 threads
302 20:39 <vmassol> something else happened but since I was in the middle of a training session I couldn't stop to investigate....
303 20:39 <@cjd> indeed, this is always when the interesting bugs occur
304 20:39 <vmassol> yeah
305 20:39 <@cjd> do you have logs?
306 20:40 <vmassol> hmm maybe, I was on my machine, checking
307 20:40 <vmassol> have so many erros in my console though that it may be hard to find this one; )
308 20:40 <ssavi> Thanks cjd
309 20:41 <vmassol> hmm not much just this I think:
310 20:41 <vmassol> 2012-05-24 16:01:34,845 [http://localhost:8080/xwiki/bin/edit/Compte+Rendus/CompteRendusClass?wizard=true] ERROR o.x.v.i.DefaultVelocityEngine - Exception in macro #updateAndSaveClass called at xwiki:AppWithinMinutes.ClassEditSheet[line 457, column 1]
311 20:41 <vmassol> 2012-05-24 16:01:34,845 [http://localhost:8080/xwiki/bin/edit/Compte+Rendus/CompteRendusClass?wizard=true] ERROR o.x.v.i.DefaultVelocityEngine - Exception in macro #doSave called at xwiki:AppWithinMinutes.ClassEditSheet[line 13, column 1]
312 20:42 <vmassol> when I tried a second time after it worked fine of course...
313 20:43 <vmassol> this will probably remain a mystery till someone reproduces....
314 20:43 <@cjd> probably a good idea to open a bug and write everything down, including browser name and version and whether anyone else was logged in to the wiki at the time...
315 20:48 <sburjan`> has joined #xwiki
316 20:49 <vmassol> the problem is that I'm not of myself and how to precisely describe what happened…. I think I'll let it slip for now and I hope it's not a 4.1M1 important issue....
317 21:09 <polx> has joined #xwiki
318 21:25 <polx> has quit
319 21:26 <vmassol> has quit
320 21:31 <ssavi> has quit
321 21:35 <polx> has joined #xwiki
322 21:39 <ssavi> has joined #xwiki
323 21:53 <jvdrean> has joined #xwiki
324 21:58 <fmancinelli> has joined #xwiki
325 22:10 <polx> has quit
326 22:11 <polx> has joined #xwiki
327 22:19 <polx> has quit
328 22:21 <polx> has joined #xwiki
329 23:08 <abusenius> has quit
330 23:31 <fmancinelli> has quit

Get Connected