IRC Archive for channel #xwiki on 27 May 2009

Last modified by Vincent Massol on 2012/10/18 18:32

glerouge - (27/05/2009 00:02): raffaello, maybe you were looking for another chat? 
glerouge - (27/05/2009 00:03): xipe : see my previous message
xipe - (27/05/2009 00:05): ahah
xipe - (27/05/2009 00:05): sorry, wrong chan
sdumitriu left at 00:07 (Read error: 110 (Connection timed out))
sdumitriu joined #xwiki at 00:08
vmassol joined #xwiki at 00:12
vmassol left at 00:21 ()
jvelociter left at 00:30 ()
jvelociter joined #xwiki at 00:35
rrodriguez left at 00:37 ()
rrodriguez joined #xwiki at 00:39
rrodriguez left at 00:40 (Client Quit)
jvelociter left at 00:59 ()
tharindu left at 01:03 ("Leaving")
anamarias left at 01:21 ()
CristinaS left at 01:32 ("Leaving")
tharindu joined #xwiki at 01:38
tharindu - (27/05/2009 01:42): sdumitriu: Hi, can you help me to solve that NPE issue
tharindu - (27/05/2009 01:42): after running mvn install -Dpattern=LoginObservationTest
tharindu - (27/05/2009 01:42): trunk/distribution-test/selenium-tests/target/test-classes does not have resources folder content added
sdumitriu - (27/05/2009 01:42): Can you mail me the code?
sdumitriu - (27/05/2009 01:42): The entire project
tharindu - (27/05/2009 01:43): selenium-tests part 
tharindu - (27/05/2009 01:43): folder
tharindu - (27/05/2009 01:43): or the whole enterprise 
sdumitriu - (27/05/2009 01:43): Hm, wait
sdumitriu - (27/05/2009 01:43): Make a diff and mail me the patch
tharindu - (27/05/2009 01:45): ok I will email it
tharindu - (27/05/2009 01:54): sdumitriu: I think, I have not used svn add for new classes, perhaps it could be the reason, I will look to run and only if it fail I will send it 
tharindu_ joined #xwiki at 02:57
tharindu left at 02:59 (Read error: 110 (Connection timed out))
sdumitriu left at 03:40 ("Leaving.")
tharindu_ left at 03:48 ("Leaving")
jk_work joined #xwiki at 04:03
arunreddy__ joined #xwiki at 04:50
arunreddy_ left at 05:12 (Read error: 113 (No route to host))
jk_work - (27/05/2009 05:35): Added myself to http://jira.xwiki.org/jira/browse/XE-324 -- I think that one best describes the feature request for not mangling filename attachments...  :D
arunreddy joined #xwiki at 06:13
arunreddy__ left at 06:26 (Read error: 113 (No route to host))
rrodriguez joined #xwiki at 07:00
cypromis left at 07:26 ()
mflorea joined #xwiki at 07:58
ChathuraPrabuddh joined #xwiki at 07:59
ChathuraPrabuddh - (27/05/2009 08:06): hai
ChathuraPrabuddh - (27/05/2009 08:07): I need some help in ajax stuff. Is there someone who can help me 
asyd - (27/05/2009 08:08): you should wait few hours
ChathuraPrabuddh - (27/05/2009 08:09): ok thanx...
arunreddy_ joined #xwiki at 08:15
arunreddy left at 08:16 (Read error: 104 (Connection reset by peer))
arunreddy_ left at 08:20 (Read error: 104 (Connection reset by peer))
rrodriguez left at 08:24 ()
marta_ joined #xwiki at 08:32
marta_ - (27/05/2009 08:35): hi ChathuraPrabuddh, what's the ajax problem?
ChathuraPrabuddh - (27/05/2009 08:35): hai...
asyd - (27/05/2009 08:36): marta_: how you saw his question? ;p
marta_ - (27/05/2009 08:36): archives
ChathuraPrabuddh - (27/05/2009 08:39): I want to use the ajax tab panel. I studied the docextra tab panel. And I created one.But I want to include document sheet instead of templates. Is there a function like XWiki.displayDocExtra() to show doc sheets.
marta_ - (27/05/2009 08:44): no, you'll have to do that one yourself
marta_ - (27/05/2009 08:46): btw, the js needs to be but in a class in the xwiki namespace, in a different resource file
marta_ - (27/05/2009 08:47): you can look in resources/js/xwiki/widgets/ or i/resources/uicomponents to see approximately how it's supposed to be done
mflorea left at 08:48 ("Leaving")
jvelociter joined #xwiki at 08:50
ChathuraPrabuddh left at 08:51 (Read error: 60 (Operation timed out))
ChathuraPrabudd1 joined #xwiki at 08:53
ChathuraPrabudd1 - (27/05/2009 08:53): marta_: thanx for the help...
marta_ - (27/05/2009 08:54): it wasn't much help, i just gave you the bad news that you must do it yourself :)
ChathuraPrabudd1 - (27/05/2009 08:55): can I use a templates
marta_ - (27/05/2009 08:56): i think it's better to have it in the wiki, not in templates
ChathuraPrabudd1 - (27/05/2009 08:56): mm
ChathuraPrabudd1 - (27/05/2009 08:56): I hav to figure out a way
marta_ - (27/05/2009 08:56): but it's not that difficult
marta_ - (27/05/2009 08:57): look at how it's done for the templates
marta_ - (27/05/2009 08:57): and load wiki pages in the same way
ChathuraPrabudd1 - (27/05/2009 08:57): mm
kaaloo joined #xwiki at 08:58
marta_ - (27/05/2009 08:59): maybe this is helpful: when you load js files with the skin extensions plugin, you can add a parameter to parse velocity code in them
marta_ - (27/05/2009 09:00): $xwiki.jsfx.use("some/js/file", true)
marta_ - (27/05/2009 09:00): and this way, you can generate part of the javascript with velocity code
marta_ - (27/05/2009 09:00): such as document urls, which are not easy to obtain in js right now
marta_ - (27/05/2009 09:03): so the url of your ajax request or ajax updater (whichever you decide to use) is the url of your sheet, with the parameter xpage=plain (to get just the doc content, without header, panels, footer, etc)
marta_ - (27/05/2009 09:06): i believe you have already been through the documentation: http://www.prototypejs.org/api/ajax , right?
ChathuraPrabudd1 - (27/05/2009 09:07): ya
marta_ - (27/05/2009 09:07): cool
marta_ - (27/05/2009 09:08): start with a very simple piece of js that just loads the content of a document in another document, via ajax
ChathuraPrabudd1 - (27/05/2009 09:09): so I hav to put the js files in the js/xwiki/... am I correct
ChathuraPrabudd1 - (27/05/2009 09:09): like js/xwiki/dtmanagerwizard
marta_ - (27/05/2009 09:09): yes, in the end
ChathuraPrabudd1 - (27/05/2009 09:15): ok I'll try to do it. Thanks again. Is there any applications that I can study to get some more hints in ajax :)?
marta_ - (27/05/2009 09:19): you mean inside xwiki?
kaaloo1 joined #xwiki at 09:21
marta_ - (27/05/2009 09:22): i guess you could take a look in resources/uicomponents/viewers/comments.js, there's the method addSubmitListener with some ajax...
ChathuraPrabudd1 - (27/05/2009 09:22): xwiki application... I think I can get some idea from panel application.Is there any simple just tell me
ChathuraPrabudd1 - (27/05/2009 09:22): ok
marta_ - (27/05/2009 09:23): the basics: you give an url and you say what you want done on success and on failure
marta_ - (27/05/2009 09:25): also, there are some browser specific bugs that you may want to take care of
ChathuraPrabudd1 - (27/05/2009 09:25): mm
marta_ - (27/05/2009 09:27): take a look inside resources/uicomponents/widgets/confirmedAjaxRequest.js
vmassol joined #xwiki at 09:27
marta_ - (27/05/2009 09:28): 0 and 1223 status codes are explained a bit there
kaaloo left at 09:30 (Read error: 110 (Connection timed out))
vmassol left at 09:31 (Client Quit)
vmassol joined #xwiki at 09:32
ChathuraPrabudd1 - (27/05/2009 09:33): ok. I'll do it. :) thanx again...
mflorea joined #xwiki at 09:33
marta_ - (27/05/2009 09:33): you're welcome
vmassol left at 09:36 (Client Quit)
vmassol joined #xwiki at 09:37
arunreddy joined #xwiki at 09:37
lucaa joined #xwiki at 09:40
glerouge left at 09:50 ("Gone chasing a unicorn in the twilight zone")
arkub joined #xwiki at 09:53
vmassol_ joined #xwiki at 10:03
vmassol left at 10:04 (Read error: 113 (No route to host))
KermitTheFragger joined #xwiki at 10:16
anamarias joined #xwiki at 10:21
ChathuraPrabudd1 left at 10:22 (Read error: 113 (No route to host))
vmassol_ left at 10:29 (Read error: 113 (No route to host))
vmassol joined #xwiki at 10:32
marta_ left #xwiki at 10:33
lucien joined #xwiki at 10:34
glerouge joined #xwiki at 10:43
fmancinelli joined #xwiki at 11:03
CristinaS joined #xwiki at 11:35
cypromis joined #xwiki at 11:36
sdumitriu joined #xwiki at 11:44
sdumitriu - (27/05/2009 11:55): Good morning everyone
CristinaS - (27/05/2009 11:56): hi sdumitriu!
lucaa - (27/05/2009 11:57): good morning, sdumitriu
sdumitriu - (27/05/2009 11:57): lucaa: What were you doing at psih.uaic.ro yesterday?
anamarias - (27/05/2009 11:58): morning ?)
anamarias - (27/05/2009 11:58): :)
lucaa - (27/05/2009 11:59): sdumitriu: aaah :)
lucaa - (27/05/2009 11:59): it's some wrong IPs in the info.uaic.ro offices at the new Uni building
lucaa - (27/05/2009 11:59): I was preparing a school proj
lucaa - (27/05/2009 11:59): did I do something wrong?
sdumitriu - (27/05/2009 12:02): No, no
sdumitriu - (27/05/2009 12:02): I was just wondering
sdumitriu - (27/05/2009 12:02): It seemed strange
lucaa - (27/05/2009 12:04): no, not changing career. Yet
lucaa - (27/05/2009 12:04): :)
glerouge left at 12:07 ()
arunreddy - (27/05/2009 12:17): sdumitriu: Hi
sdumitriu - (27/05/2009 12:17): Hi arunreddy
arunreddy left at 12:20 (Remote closed the connection)
arunreddy joined #xwiki at 12:21
glerouge joined #xwiki at 13:01
glerouge left at 13:16 ()
arunreddy left at 13:24 (Remote closed the connection)
arunreddy joined #xwiki at 13:24
arunreddy left at 13:36 (Remote closed the connection)
jvelociter left at 13:37 ()
cypromis left at 13:59 ("Leaving")
jvelociter joined #xwiki at 14:05
cypromis joined #xwiki at 14:11
florinciu joined #xwiki at 14:29
glerouge joined #xwiki at 14:36
tuska joined #xwiki at 14:38
jk_work left at 14:38 ()
tachirei joined #xwiki at 14:44
vnkatesh joined #xwiki at 14:46
vnkatesh - (27/05/2009 14:46): Hi fmancinelli
vnkatesh - (27/05/2009 14:46): are you free now?
fmancinelli - (27/05/2009 14:47): Hi Vnkatesh
fmancinelli - (27/05/2009 14:47): yes
vnkatesh - (27/05/2009 14:47): ok
fmancinelli - (27/05/2009 14:48): So the idea is to discuss a little bit about the work to do so that you can proceed
vnkatesh - (27/05/2009 14:49): ok.
fmancinelli - (27/05/2009 14:49): have you already had a look at the xeclipse code (I don't know if you are familiar with the new architecture and refactorings that have been done)
vnkatesh - (27/05/2009 14:49): I did.
vnkatesh - (27/05/2009 14:50): there have been some modifications, but they are pretty much clear to me now.
fmancinelli - (27/05/2009 14:50): ok
fmancinelli - (27/05/2009 14:51): so basically the xeclipse navigator is based on the common navigator framework (you should have noticed the massive configuration in plugin.xml :))
vnkatesh - (27/05/2009 14:52): yes, i did
fmancinelli - (27/05/2009 14:52): and it makes use of a deferred content provider in order to retrieve remote content lazily (only when it is necessary)
vnkatesh - (27/05/2009 14:53): ok.
tachirei - (27/05/2009 14:53): mflorea: the &debug trick appended to the url when editing a page works only with some XWiki versions? I have XWiki Enterprise 1.8.4.20192
vnkatesh - (27/05/2009 14:54): fmancinelliI already have created http://gsoc.myxwiki.org/xwiki/bin/view/XEclipse/
fmancinelli - (27/05/2009 14:54): yes I saw it
vnkatesh - (27/05/2009 14:54): anything else that could be included?
fmancinelli - (27/05/2009 14:56): maybe we could include the support for the standalone xwiki rendering that Vincent published some times ago in order to provide a visual preview
kaaloo1 left at 14:57 (Remote closed the connection)
vnkatesh - (27/05/2009 14:57): rendering at xeclipse itself?
sdumitriu - (27/05/2009 14:57): +1
vnkatesh - (27/05/2009 14:57): ok, that can be done.
mflorea - (27/05/2009 14:58): tachirei: it should work with any version >1.6
mflorea - (27/05/2009 14:58): just make sure the page is in xwiki/2.0 syntax
fmancinelli - (27/05/2009 14:58): yes
fmancinelli - (27/05/2009 14:58): look at this: http://svn.xwiki.org/svnroot/xwiki/platform/core/trunk/xwiki-rendering/xwiki-rendering-standalone/src/it/example/src/test/java/org/xwiki/rendering/example/ExampleTest.java
mflorea - (27/05/2009 14:59): and the URL is something like edit/Foo/Bar?editor=wysiwyg&debug
mflorea - (27/05/2009 14:59): you can try also &debug=true
vnkatesh - (27/05/2009 15:00): fmancinelli: so, the current visual preview is nothing but a embedded mozilla browser..
vnkatesh - (27/05/2009 15:00): fmancinelli, so the visual preview would replace that?
vnkatesh - (27/05/2009 15:01): fmancinelli, or will be an addition, giving option to the user?
fmancinelli - (27/05/2009 15:02): vnkatesh: Not sure, but we could either split the editor window and present a locally rendered version as the user types
fmancinelli - (27/05/2009 15:02): vnkatesh: and leave the preview as it is
vnkatesh - (27/05/2009 15:03): ok, the preferences editor shall also be there. we could have something that allows the user to choose.
fmancinelli - (27/05/2009 15:03): vnkatesh: or replace the preview with the local rendered version (which is not a good idea because locally you cannot see the result of the "execution" of the page scripts)
fmancinelli - (27/05/2009 15:04): vnkatesh: yep
fmancinelli - (27/05/2009 15:04): vnkatesh: anyway a thing that is missing wrt to the navigator
fmancinelli - (27/05/2009 15:05): vnkatesh: is to improve its behaviour under heavy load
fmancinelli - (27/05/2009 15:05): vnkatesh: I mean, a wiki with thousands of spaces and pages
vnkatesh - (27/05/2009 15:05): I haven't used it with heavy load.
vnkatesh - (27/05/2009 15:05): I'll try that today.
fmancinelli - (27/05/2009 15:06): vnkatesh: this might require some server side adjustements wrt the xmlrpc api
vnkatesh - (27/05/2009 15:06): how do you propose we improve upon that?
vnkatesh - (27/05/2009 15:06): ok
fmancinelli - (27/05/2009 15:06): vnkatesh: on the client side, I would investigate the usage of the VIRTUAL flag with the tree content provider
vnkatesh - (27/05/2009 15:07): okay
fmancinelli - (27/05/2009 15:07): vnkatesh: so that when you expand a node, content is fetched wrt what is currently displayed
vnkatesh - (27/05/2009 15:08): fmancinelli didn't get you.
fmancinelli - (27/05/2009 15:08): vnkatesh: you might do some tests with a fake tree using a deferred content manager and play with the VIRTUAL flag
vnkatesh - (27/05/2009 15:08): fmancinelli when we expand a node, normally, all the pages within a current space is displayed.
vnkatesh - (27/05/2009 15:09): fmancinelli from that, we change it to?
fmancinelli - (27/05/2009 15:09): vnkatesh: basically, using the VIRTUAL flag, when you expand a node on the UI you will have only a limited number of children displayed.
vnkatesh - (27/05/2009 15:09): fmancinelli: ok
fmancinelli - (27/05/2009 15:10): vnkatesh: these nodes are the one requested to the content provider by the VIRTUAL tree. As soon as you start scrolling more and more nodes will be requested starting from a given index
vnkatesh - (27/05/2009 15:10): fmancinelli I think, we could also modify xmlrpc to limit the no of results/pages returned.
fmancinelli - (27/05/2009 15:10): vnkatesh: yes, that's necessary to implement that on the server side
fmancinelli - (27/05/2009 15:11): vnkatesh: but also on the client side we should understand if VIRTUAL + Deferred content manager + Common Navigator could work together :) 
fmancinelli - (27/05/2009 15:11): vnkatesh: I am not sure about this
fmancinelli - (27/05/2009 15:11): vnkatesh: a priori it should
vnkatesh - (27/05/2009 15:11): fmancinelli that is possible? events based on scrolling...?
vnkatesh - (27/05/2009 15:12): fmancinelli that is, based on if it has reached at one particular lower level?
vnkatesh - (27/05/2009 15:12): fmancinelli ok, I will see to it. :)
vnkatesh - (27/05/2009 15:13): fmancinelli I have actually worked on this, to limit xmlrpc
vnkatesh - (27/05/2009 15:13): XECLIPSE-106
vnkatesh - (27/05/2009 15:13): XWIKI-1559
fmancinelli - (27/05/2009 15:14): vnkatesh: for the VIRTUAL you can look at ILazyContentProvider (which seems to be implemented by DeferredContentProvider, so things should be possible)
vnkatesh - (27/05/2009 15:16): fmancinelli: okay, just saw the doc, seems workable, will have to look more into it.
fmancinelli - (27/05/2009 15:19): vnkatesh: on the xmlrpc api side we might add some additional getSpaces and getPages methods having two additional parameters (start, number) in order to request only a subset of the available spaces/pages
vnkatesh - (27/05/2009 15:20): yes, that will be done.
fmancinelli - (27/05/2009 15:21): vnkatesh: though this could be a problem for backward compatibility...
vnkatesh - (27/05/2009 15:22): fmancinelli yes, but I've noticed, a "Functionality" element
vnkatesh - (27/05/2009 15:22): fmancinelli which gets the server major/minor version
fmancinelli - (27/05/2009 15:22): vnkatesh: yes
vnkatesh - (27/05/2009 15:22): fmancinelli that can be used here too.
fmancinelli - (27/05/2009 15:24): vnkatesh: we should discriminate the xmlrpc calls wrt the version. if we are on a new version we use getPages(start, number) otherwise we use the old one
fmancinelli - (27/05/2009 15:24): vnkatesh: so that we stay compatible with older versions
vnkatesh - (27/05/2009 15:25): fmancinelli yes, that is what Functionality does.
tachirei - (27/05/2009 15:25): mflorea: If I edit a page with wiki editor (XWiki 2.0 syntax), is it possible to edit it with WYSIWYG editor later? cause it doesn't work for me...
fmancinelli - (27/05/2009 15:25): vnkatesh: ah right :) I misunderstood your previous sentence... You were actually talking about the Functionality class :)
fmancinelli - (27/05/2009 15:25): vnkatesh: ok
vnkatesh - (27/05/2009 15:26): fmancinelli :)
fmancinelli - (27/05/2009 15:27): vnkatesh: ok I adding this aspect to the gsoc page because it's important for the user experience
vnkatesh - (27/05/2009 15:27): Ok, or should I do it?
fmancinelli - (27/05/2009 15:28): vnkatesh: I can't :) So you should do it :)
vnkatesh - (27/05/2009 15:28): fmancinelli: sure :)
fmancinelli - (27/05/2009 15:30): vnkatesh: another thing you should be aware of is the notification mechanism
fmancinelli - (27/05/2009 15:30): vnkatesh: maybe you have already noticed it
vnkatesh - (27/05/2009 15:30): fmancinelli: no, I have not.
vnkatesh - (27/05/2009 15:31): fmancinelli: notification as in?
fmancinelli - (27/05/2009 15:32): vnkatesh: http://svn.xwiki.org/svnroot/xwiki/xeclipse/trunk/plugins/org.xwiki.eclipse.core/src/main/java/org/xwiki/eclipse/core/notifications/
fmancinelli - (27/05/2009 15:32): vnkatesh: these are events fired in different situations
fmancinelli - (27/05/2009 15:33): vnkatesh: UI elements (and also the navigator) track these event in order to refresh their state and present an up-to-date visualization of the UI
vnkatesh - (27/05/2009 15:33): fmancinelli ok.
fmancinelli - (27/05/2009 15:34): vnkatesh: for example refreshing a tree node representing a page after that the page has been opened so that the icon reflects the fact tha the page has also been cached
vnkatesh - (27/05/2009 15:34): fmancinelli does this also handle changes at the server side?
fmancinelli - (27/05/2009 15:35): vnkatesh: no
vnkatesh - (27/05/2009 15:35): fmancinelli say, if somebody deletes a page, no notification to the navigator, correct?
vnkatesh - (27/05/2009 15:36): fmancinelli *some other user deletes the page, from some other location
vnkatesh - (27/05/2009 15:38): fmancinelli so, is there any change that I need to bring upon this notification mechanism?, or you just wanted to me to know that such a thing exists? :)
fmancinelli - (27/05/2009 15:38): vnkatesh: if somebody removes a page, an event PAGE_REMOVED is fired by the DataManager and every listener will handle this event. In particular, the navigator will refresh the space in order to remove the deleted page from the tree
fmancinelli - (27/05/2009 15:39): vnkatesh: Just wanted to make you know how this mechanism exist :)
fmancinelli - (27/05/2009 15:39): vnkatesh: because you will almost surely need to use/extend it
vnkatesh - (27/05/2009 15:39): fmancinelli: ok.
fmancinelli - (27/05/2009 15:41): vnkatesh: concerning the next steps I would say that you start with a simple thing i.e., adding the logic to display attachments and languages in the tree. 
vnkatesh - (27/05/2009 15:42): fmancinelli yes, even I wanted to do something simple to boost myself..
fmancinelli - (27/05/2009 15:43): vnkatesh: this step will make you look at the internals of the CNF
fmancinelli - (27/05/2009 15:43): vnkatesh: and also the platform internals (like adapters and so on)
fmancinelli - (27/05/2009 15:44): vnkatesh: hint: you will have to work a lot with plugin.xml
vnkatesh - (27/05/2009 15:44): fmancinelli yes, I noticed that plugin.xml had a big role here.
fmancinelli - (27/05/2009 15:45): vnkatesh: I am going to send you some additional documentation about CNF so things will be more clear (give me some time to find it in my backups)
vnkatesh - (27/05/2009 15:46): fmancinelli thanks, that would be useful.
fmancinelli - (27/05/2009 15:47): vnkatesh: I would propose a 10 days deadline for this task, so we should have this functionality ready by the 5th of june if it's ok for you
jk_work joined #xwiki at 15:47
fmancinelli - (27/05/2009 15:47): vnkatesh: they should be enough (of course you can ping me as soon as you have a problem or a blocking question)
vnkatesh - (27/05/2009 15:48): fmancinelli for understanding cnf and attachments ?
vnkatesh - (27/05/2009 15:48): fmancinelli *and adding attachements feature?
vnkatesh - (27/05/2009 15:48): fmancinelli that is good enough :)
fmancinelli - (27/05/2009 15:50): vnkatesh: well, let's try for the 5th of June. I am pretty confident that you will be able to make it smoothly :)
vnkatesh - (27/05/2009 15:50): fmancinelli I have the time, I will. :)
fmancinelli - (27/05/2009 15:51): vnkatesh: cool
fmancinelli - (27/05/2009 15:52): vnkatesh: ok, I think that's all for the moment. If you have other questions please ask. As I told you I will be there regularly, and if I am not here ping me on skype and I'll come :)
vnkatesh - (27/05/2009 15:53): fmancinelli ok, sure, thank you.
vnkatesh - (27/05/2009 15:53): fmancinelli I'll be updating the gsoc wiki today night.
fmancinelli - (27/05/2009 15:53): vnkatesh: now I am going to look for the documentation for you :) You'll get a mail shortly
fmancinelli - (27/05/2009 15:53): vnkatesh: ok
vnkatesh - (27/05/2009 15:53): fmancinelli I'm going for dinner now. 
fmancinelli - (27/05/2009 15:53): vnkatesh: have a good dinner
vnkatesh - (27/05/2009 15:53): fmancinelli thanks.
vnkatesh - (27/05/2009 15:54): fmancinelli :)
jvdrean joined #xwiki at 15:57
vnkatesh left at 15:59 ("http://www.mibbit.com ajax IRC Client")
jvdrean_ joined #xwiki at 16:21
jvdrean left at 16:21 (Read error: 104 (Connection reset by peer))
jvelociter left at 16:23 (Remote closed the connection)
sdumitriu left at 16:24 (Read error: 110 (Connection timed out))
sdumitriu joined #xwiki at 16:27
jvelociter joined #xwiki at 16:44
anamarias left at 16:51 (Read error: 113 (No route to host))
tharindu joined #xwiki at 16:52
kaaloo joined #xwiki at 16:54
CristinaS - (27/05/2009 16:59): hi! .. is there a way to come back to an older version of the same post?
asyd - (27/05/2009 17:00): click on history tab?
CristinaS - (27/05/2009 17:00): thanks
CristinaS - (27/05/2009 17:00): it worked
jk_work_ joined #xwiki at 17:04
jk_work__ joined #xwiki at 17:17
tharindu - (27/05/2009 17:21): sdumitriu: Hi, Is there any easy way to switch to annotation based components from xml based one. or should we create the project from beginning
tharindu - (27/05/2009 17:21): from xml based to annotation based new method
jk_work left at 17:22 (Read error: 110 (Connection timed out))
sdumitriu - (27/05/2009 17:22): Ask vmassol
tharindu - (27/05/2009 17:22): vmassol: Hi
vmassol - (27/05/2009 17:25): tharindu: you should use annotations definitely
tharindu - (27/05/2009 17:25): Is there any easy way to switch to annotation based components from xml based one. or should we create the project from beginning
vmassol - (27/05/2009 17:25): the easy way is just to use the annotations
vmassol - (27/05/2009 17:25): beginning?
vmassol - (27/05/2009 17:25): you just need to add the annotations and remove the components.xml file
vmassol - (27/05/2009 17:26): it's easy
tharindu - (27/05/2009 17:26): k yes, it seems far easy
vmassol - (27/05/2009 17:26): (that's one reason we added those annotations btw ;))
tharindu - (27/05/2009 17:27): I just used old method to create the project, just saw the new tutorial
tharindu - (27/05/2009 17:27): thanks :)
kaaloo left at 17:28 ("Leaving.")
jk_work_ left at 17:34 (Read error: 110 (Connection timed out))
kaaloo joined #xwiki at 17:35
CristinaS - (27/05/2009 17:38): i've changed the title of a post .. is there a way to change the link too?
sdumitriu - (27/05/2009 17:39): What link?
CristinaS - (27/05/2009 17:39): the link of the post
CristinaS - (27/05/2009 17:40): my post has the URL :
CristinaS - (27/05/2009 17:40): http://gsoc.myxwiki.org/xwiki/bin/view/XWiki+Integration+With+Open+Office/How+to+build+and+install+XOO
CristinaS - (27/05/2009 17:40): and the title Open Office Extension
sdumitriu - (27/05/2009 17:40): Rename it
sdumitriu - (27/05/2009 17:41): Do you have this in the Action menu?
CristinaS - (27/05/2009 17:41): yes, I have
CristinaS - (27/05/2009 17:41): thanks
Mondstrahl joined #xwiki at 17:43
Mondstrahl - (27/05/2009 17:43): Hello - anyone here ?
Mondstrahl - (27/05/2009 17:44): and active ? 
sdumitriu - (27/05/2009 17:44): Sure
Mondstrahl - (27/05/2009 17:44): Are you into xwiki too ? perhaps talking german ?
sdumitriu - (27/05/2009 17:45): I don't think anybody here speaks german
sdumitriu - (27/05/2009 17:45): But we can help
Mondstrahl - (27/05/2009 17:45): I have a problem running xwiki behind a router - it works but the auth cookies don't
Mondstrahl - (27/05/2009 17:46): I use the latest version on a xp pro box
Mondstrahl - (27/05/2009 17:46): i have forwarded the ports from 7000 to 8000 and xwiki is running on port 8077
Mondstrahl - (27/05/2009 17:47): but i always get the "logon cookie validation missmatch" error after login in
sdumitriu - (27/05/2009 17:48): Hm, someone in the middle isn't reporting the right IP
Mondstrahl - (27/05/2009 17:48): I haven't fiddlet a lot on the config - i just took the jetti out of the box distro
sdumitriu - (27/05/2009 17:48): Try to edit xwiki.cfg and:
anamarias joined #xwiki at 17:48
Mondstrahl - (27/05/2009 17:49): i have seen a xwiki.useip=0 param
Mondstrahl - (27/05/2009 17:49): but i'm not shure if it is still supported because there is no description in xwiki.cfg
Mondstrahl - (27/05/2009 17:49): and ? =)
sdumitriu - (27/05/2009 17:50): add this line:
sdumitriu - (27/05/2009 17:50): xwiki.authentication.useip=0
sdumitriu - (27/05/2009 17:51): Then restart jetty
Mondstrahl - (27/05/2009 17:52): ok 1 second 
Mondstrahl - (27/05/2009 17:52): does the position of the line in the file depend ?
sdumitriu - (27/05/2009 17:52): No
Mondstrahl - (27/05/2009 17:55): It works… Thank you so much!
Mondstrahl - (27/05/2009 17:56): Btw thanks to all the developers & supporters of xwiki. It is such a great program in my oppinion.
jvelociter - (27/05/2009 17:56): Mondstrahl: thank you ! :)
sdumitriu - (27/05/2009 17:56): You're welcome
Mondstrahl - (27/05/2009 18:04): Is it possible to update from xwiki enterprise 1.8.2 to 1.8.4 by copy paste? I didn't find any instructions on this
jvelociter left at 18:05 ()
lucaa - (27/05/2009 18:05): Mondstrahl: thanks for the thanks, makes our day everyday, coding happier produces better results always
Mondstrahl - (27/05/2009 18:06): =)
sdumitriu - (27/05/2009 18:06): Mondstrahl: What do you mean?
sdumitriu - (27/05/2009 18:06): Copy/Paste what?
Mondstrahl - (27/05/2009 18:06): How do i update to the l8test version?
Mondstrahl - (27/05/2009 18:07): If i have the stand allone version 1.8.2
arunreddy joined #xwiki at 18:07
Mondstrahl - (27/05/2009 18:08): and like to upgrade to v.1.8.4
Mondstrahl - (27/05/2009 18:08): by export import and copy of th inis and configs ?
Mondstrahl - (27/05/2009 18:11): sdumitriu: copy paste the files from the new distro over the older one.
Mondstrahl - (27/05/2009 18:13): Or can you provide a link for a propper update procedure?
sdumitriu - (27/05/2009 18:15): Did you read http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HUpgradinganXWikiInstallation ?
Mondstrahl - (27/05/2009 18:15): This is excactly what i was looking for. Thank you.
Mondstrahl - (27/05/2009 18:20): Have a nice time. Good bye.
sdumitriu - (27/05/2009 18:21): Bye
Mondstrahl left at 18:22 ("http://www.mibbit.com ajax IRC Client")
fmancinelli left at 18:36 ()
tuska left at 18:41 ("Ex-Chat")
tharindu_ joined #xwiki at 18:46
tharindu left at 18:48 (Nick collision from services.)
jvelociter joined #xwiki at 18:48
jvelociter left at 18:55 ()
KermitTheFragger left at 18:59 ("Leaving")
arunreddy left at 19:01 (Remote closed the connection)
arunreddy joined #xwiki at 19:02
florinciu left at 19:05 ("ChatZilla 0.9.84 [Firefox 3.0.10/2009042316]")
tachirei left #xwiki at 19:06
fmancinelli joined #xwiki at 19:09
lucaa left at 19:13 (Read error: 110 (Connection timed out))
jvelociter joined #xwiki at 19:16
cypromis left at 19:18 ()
mflorea left at 19:19 ("Leaving")
arkub left at 19:21 (Read error: 113 (No route to host))
jk_work joined #xwiki at 19:25
glerouge left at 19:34 ()
jk_work_ joined #xwiki at 19:41
jk_work__ left at 19:42 (Read error: 110 (Connection timed out))
jk_work_ - (27/05/2009 19:47): I'm using 1.9m1 and every so often I get booted out and have to login again, this despite having checked the remember this computer tick box on the login....   is there a problem with sessions getting trashed?    (I am running it on Tomcat 5.5 + MySQL)
sdumitriu - (27/05/2009 19:48): Not that I know of
fmancinelli left at 19:55 ()
jk_work left at 19:58 (Read error: 110 (Connection timed out))
jk_work joined #xwiki at 20:17
fmancinelli joined #xwiki at 20:18
anamarias left at 20:19 ()
jvdrean_ left at 20:22 ()
vmassol left at 20:32 ()
jk_work_ left at 20:34 (Read error: 110 (Connection timed out))
vmassol joined #xwiki at 20:46
anamarias joined #xwiki at 21:00
kaaloo left at 21:04 (Read error: 113 (No route to host))
lucaa joined #xwiki at 21:20
vmassol left at 21:50 ()
jvelociter left at 22:14 ()
jvelociter joined #xwiki at 22:18
jk_work_ joined #xwiki at 22:25
jk_work left at 22:42 (Read error: 110 (Connection timed out))
kaaloo joined #xwiki at 22:43
arunreddy_ joined #xwiki at 23:14
rrodriguez joined #xwiki at 23:19
rrodriguez_ joined #xwiki at 23:27
rrodriguez left at 23:27 (Read error: 104 (Connection reset by peer))
jk_work_ - (27/05/2009 23:33): sdumitriu: looks like we are having this issue with Tomcat 5.5...   http://jira.xwiki.org/jira/browse/XWIKI-2119 ... I'm guessing it will go away when we upgrade to Tomcat 6.x
sdumitriu - (27/05/2009 23:33): No, it should be fixed on our side
arunreddy left at 23:34 (Read error: 113 (No route to host))
jk_work_ left at 23:41 ()
rrodriguez joined #xwiki at 23:45
rrodriguez_ left at 23:45 (Read error: 104 (Connection reset by peer))
rrodriguez_ joined #xwiki at 23:56
rrodriguez left at 23:56 (Read error: 104 (Connection reset by peer))
rrodriguez joined #xwiki at 23:57
rrodriguez_ left at 23:57 (Read error: 104 (Connection reset by peer))
lucien left at 23:59 ("Leaving.")

Get Connected