IRC Archive for channel #xwiki on 30 March 2009
Last modified by Vincent Massol on 2012/10/18 18:30
cristinaS - (30/03/2009 00:01): florinciu: have you worked with OO api?
florinciu - (30/03/2009 00:01): sorry, no :(
florinciu - (30/03/2009 00:02): can you provide me some links?
cristinaS - (30/03/2009 00:02): sure .. wait a minute
cristinaS - (30/03/2009 00:03): http://api.openoffice.org/docs/DevelopersGuide/DevelopersGuide.xhtml
cristinaS - (30/03/2009 00:04): I was thinking about the GUI .. the OO API is poor for GUI and I was thinking to integrate java swing
cristinaS - (30/03/2009 00:06): I wanted to ask someone who used oo api, which aproach it is better .. to work with the poor api .. but easy to integrate or to try to integrate swing
florinciu - (30/03/2009 00:07): basically, what you need is a way to program against menus and toolboxes, from which you should be able to trigger your own UI
cristinaS - (30/03/2009 00:08): menus are simple to create in UNO
florinciu - (30/03/2009 00:11): that's a good thing. Is there a way to show swing UI from those menus?
cristinaS - (30/03/2009 00:11): what do you mean with my own UI? (smth independent from UNO?
cristinaS - (30/03/2009 00:11): Yes, there is a way to integrate swing
cristinaS - (30/03/2009 00:12): they have only an example which is kind of complicated .. but i think i will manage
florinciu - (30/03/2009 00:12): great
cristinaS - (30/03/2009 00:12): the example is in the sdk folder, so unfortunatelly I can't you it to you
cristinaS - (30/03/2009 00:13): *show it to you
florinciu - (30/03/2009 00:13): "you own ui" -> custom UI created by you. Eg: Login to XWiki wizzard.
cristinaS - (30/03/2009 00:14): yes I've understood now
florinciu - (30/03/2009 00:16): you'll have to give some time(about one day or so) to digg a bit into this technology so that I could better help you.
cristinaS - (30/03/2009 00:16): btw .. for me it is the first year when I apply to a GSoc project .. so I don't know how the things are going on .. after this proposal we will have some interviews?
cristinaS - (30/03/2009 00:17): well I will also read as much as I can about OO
cristinaS - (30/03/2009 00:17): thanks for your help
florinciu - (30/03/2009 00:19): I'm not completly aware of the entire gsoc process. But i doubt there are going to be any interviews(at least not the classic interview)
cristinaS - (30/03/2009 00:20): ok, thanks
florinciu - (30/03/2009 00:22): the main idea is that every canditate talks to the entire community. Also every valuable information or decision must be public to that everyone can benefit from it.
florinciu - (30/03/2009 00:23): So it's the community that decides if a candidate is selected and not a single or a small group of interviewers :)
florinciu - (30/03/2009 00:24): this is why the best thing for a candidate is to be as active as hi can on the mailing list and on irc
cristinaS - (30/03/2009 00:24): well that is a really big difference from the classic interviews
florinciu - (30/03/2009 00:25): yep :)
cristinaS - (30/03/2009 00:27): i've noticed that the community is very active
cristinaS - (30/03/2009 00:27): it is a good thing
florinciu - (30/03/2009 00:32): Yes, and it's nice to see it growing.
florinciu - (30/03/2009 00:34): Regarding OOo you can also talk with Asiri. He worked with OOo server. No UI, he can still provide valuable info about the way OOo works with documents
florinciu - (30/03/2009 00:34): Also he has a better java expertise then me
cristinaS - (30/03/2009 00:35): ok, i'll try to talk to him
cristinaS - (30/03/2009 00:35): do you know which is his irc nickname?
florinciu - (30/03/2009 00:36): I think it's Asiri. Anyway, you'll notice it when he's online
cristinaS - (30/03/2009 00:36): ok
cristinaS - (30/03/2009 00:36): maybe i will find him tomorrow
florinciu - (30/03/2009 00:38): He is usually online at earlier hours as he has a +3 or 4h gap from Romania
cristinaS - (30/03/2009 00:38): where is he from?
florinciu - (30/03/2009 00:39): Sri Lanka
cristinaS - (30/03/2009 00:39): nice
cristinaS - (30/03/2009 00:40): i will submit my proposal untill tomorrow anyway
cristinaS - (30/03/2009 00:40): so you can give me a more specific feedback
cristinaS - (30/03/2009 00:40): and asiri too
florinciu - (30/03/2009 00:40): ok, great
cristinaS - (30/03/2009 00:46): regarding the editing attachment feature
cristinaS - (30/03/2009 00:47): the application should call getAttachmentData () function to get the content
cristinaS - (30/03/2009 00:48): and aflter that in the editing process the data are written on the local disc .. and when the user press save button , are sent to the server?
cristinaS - (30/03/2009 00:49): or this fact should be done automatic in a timer?
florinciu - (30/03/2009 00:51): this should be a user triggered event. AutoSave is not a priority
florinciu - (30/03/2009 00:51): It will also be problematic because there is no "draft save" in XWiki
florinciu - (30/03/2009 00:52): we only have mark as "minor chages" saving, which is not quite the same thing
cristinaS - (30/03/2009 00:53): I understand ..
florinciu - (30/03/2009 00:57): What you should have, is a 'Save to XWiki' button. So that the user has a clear image of what he is doing.
cristinaS - (30/03/2009 00:58): yes, this way I was thinking too
florinciu - (30/03/2009 00:59): Additionally you could have a option of saving to the wiki every time he presses the save button or ctrl+s. This is for users that want speed. But it's not a priority
florinciu - (30/03/2009 00:59): This also implies that you can catch the save event in OOo
florinciu - (30/03/2009 01:03): can you provide me a list of entry points for the add-in, in the next days? And also a basic list of OOo events you can work with?
cristinaS - (30/03/2009 01:03): ok, sure
cristinaS - (30/03/2009 01:04): on tuesday it's ok?
florinciu - (30/03/2009 01:05): sounds good.
cristinaS - (30/03/2009 01:05): what do you mean more exactly with "entry points"?
florinciu - (30/03/2009 01:07): Ways of starting the extension from OOo + it's methods in the extension.
florinciu - (30/03/2009 01:08): For example, a classic program has it's entry point set to a public static void main method.
florinciu - (30/03/2009 01:08): Usually in extensions this is something different, and it can be done in multile ways
florinciu - (30/03/2009 01:09): *multiple
cristinaS - (30/03/2009 01:09): yes i know what is an entry point for a classical program .. for the oo extensions there is only one way (but I'm not sure about this)
cristinaS - (30/03/2009 01:10): i will do more research about
cristinaS - (30/03/2009 01:10): oo has an extension manager which works with addins
florinciu - (30/03/2009 01:14): Can we program against this extension manager? So that we enable/disable XOO. Choosing the start moment for XOO will be nice. This could be done at OOo startup or later(at user choice)
florinciu - (30/03/2009 01:16): cristinaS, we'll talk more tomorow.
cristinaS - (30/03/2009 01:16): I can't tell you now .. tomorrow I will read more about it
cristinaS - (30/03/2009 01:17): ok sure
cristinaS - (30/03/2009 01:17): http://api.openoffice.org/docs/DevelopersGuide/Extensions/Extensions.xhtml
cristinaS - (30/03/2009 01:17): this is about extensions
florinciu - (30/03/2009 01:17): i'll look into it
florinciu - (30/03/2009 01:17): thanks
florinciu - (30/03/2009 01:17): I'll be available later in the day. I'm releasing XWord tomorow :)
florinciu - (30/03/2009 01:18): ok, bye
cristinaS - (30/03/2009 01:18): waw :) good luck !
cristinaS - (30/03/2009 01:18): bye
cristinaS - (30/03/2009 01:18): thank you for your help
florinciu - (30/03/2009 01:19): np, glad i can help
xwikibot - (30/03/2009 01:34): XWiki.MartinhoPatricio was modified by XWiki.XWikiGuest (Rollback to version 6.1) - http://www.xwiki.org/xwiki/bin/view/XWiki/MartinhoPatricio
ChathuraPrabuddh - (30/03/2009 09:21): Hai guys good morning. For GSOC new commers---- please visit my blog http://gacpganegoda.blogspot.com/ I had added some documents regarding Mockups. Good luck...
ChathuraPrabuddh - (30/03/2009 09:21): Hai guys good morning. For GSOC new commers---- please visit my blog http://gacpganegoda.blogspot.com/ I had added some documents regarding Mockups. Good luck...
asyd - (30/03/2009 09:45): ola
xwikibot - (30/03/2009 10:19): XWiki.AlainPerry was modified by XWiki.AlainPerry (Created user) - http://www.xwiki.org/xwiki/bin/view/XWiki/AlainPerry
jaipster - (30/03/2009 10:22): thanks chathura
ugupta - (30/03/2009 10:26): Hi
ugupta - (30/03/2009 10:28): I wanted to confirm one thing
sdumitriu - (30/03/2009 10:28): Hi ugupta
arunreddy - (30/03/2009 10:28): sdumitriu : hi
ugupta - (30/03/2009 10:29): for xeclipse do I have to add the mirror site http://maven.xwiki.org/ in /.m2/setting.xml
sdumitriu - (30/03/2009 10:29): Yes
ugupta - (30/03/2009 10:29): I am trying to run the first build command here
ugupta - (30/03/2009 10:29): okay
sdumitriu - (30/03/2009 10:29): You should follow all that's on the building page
ugupta - (30/03/2009 10:30): where is the building page
sdumitriu - (30/03/2009 10:30): Because sooner or later you will also have to build other XWiki modules
ugupta - (30/03/2009 10:30): I only found the readme :(
sdumitriu - (30/03/2009 10:30): http://dev.xwiki.org/xwiki/bin/view/Community/Building
ugupta - (30/03/2009 10:30): okay
arunreddy - (30/03/2009 10:30): i have submitted my proposal for Google Docs Integration, I wil happy to hear your comments so that i can enhance my proposal.
sdumitriu - (30/03/2009 10:31): Yes arunreddy, we've seen it
sdumitriu - (30/03/2009 10:31): I'll comment on it today
ancutagheorghe - (30/03/2009 10:32): hello :)
arunreddy - (30/03/2009 10:32): sdumitriu : Thanks a lot, Sergiu.
ancutagheorghe - (30/03/2009 10:32): sdumitriu, are there any ideas related to anti vandalism filters that i did not consider and i should?
ugupta - (30/03/2009 10:36): thank sdumitriu... I wasted my time to figuring that out from the error message of mvn clean
ugupta - (30/03/2009 10:36): it was clearly mentioned here what setting I needed
xwikibot - (30/03/2009 12:00): XWiki.ChathuraPrabuddha was modified by XWiki.ChathuraPrabuddha - http://www.xwiki.org/xwiki/bin/view/XWiki/ChathuraPrabuddha
cristinaS - (30/03/2009 12:39): hi to all! is somebody here who worked with OpenOffice api?
sdumitriu - (30/03/2009 12:40): I don't think so
cristinaS - (30/03/2009 12:41): ok np
sdumitriu - (30/03/2009 12:41): Why do you ask?
sdumitriu - (30/03/2009 12:41): What do you need?
cristinaS - (30/03/2009 12:42): florinciu: I have submitted my proposal so when you have time ..
sdumitriu - (30/03/2009 12:42): Yes, we've looked at it
cristinaS - (30/03/2009 12:42): i wanted ti ask some questions regarding the integration with java
cristinaS - (30/03/2009 12:42): and about extension manager
florinciu - (30/03/2009 12:42): hi cristinaS
cristinaS - (30/03/2009 12:44): i read about the oo extension manager.. it is ok it can be configured to display some dialog boxes when the user installs it
florinciu - (30/03/2009 12:44): I reviewed your application. Looks good for the most part.
florinciu - (30/03/2009 12:45): I have some objections regarding the timeline
cristinaS - (30/03/2009 12:45): sorry for the formatting .. i was in trouble with that editor
cristinaS - (30/03/2009 12:45): what do you suggest?
sdumitriu - (30/03/2009 12:47): cristinaS: I would like to know how familiar are you with the OOo architecture and code
florinciu - (30/03/2009 12:47): You set most activities a being a week work. I suggest to reconsider some of them. For example: Login should not thake more then 2-3 days. The same thing for navigation.
cristinaS - (30/03/2009 12:48): ok , sure
cristinaS - (30/03/2009 12:48): I dind't worked with oo until now
florinciu - (30/03/2009 12:48): While "Implementing editing documents in Xoowriter" is at least a 2-3 weeks task for a resonable outcome
cristinaS - (30/03/2009 12:49): yes .. there is a lot to do at implemting editing documents
cristinaS - (30/03/2009 12:49): I will change the timeline today
cristinaS - (30/03/2009 12:50): about oo I just read documentation
florinciu - (30/03/2009 12:51): Also i will like to have one of these two before the first evaluation:
cristinaS - (30/03/2009 12:51): I wanted to install sdk as a plugin in eclipse and netbeans .. but it seams this integration doesn't work
cristinaS - (30/03/2009 12:51): for oo 3.0
florinciu - (30/03/2009 12:51): 1) Bidirectional plain text editing
florinciu - (30/03/2009 12:51): 2) Attachement/Embeded elements handling
cristinaS - (30/03/2009 12:52): ok .. so one of these two until the first evaluation?
sdumitriu - (30/03/2009 12:54): "Login wizard" should be "connection wizard"
florinciu - (30/03/2009 12:54): Yes, I preffer the have 1) as the goal of XOO is editing wiki pages in OOo, and you don't have that in the timeline before the first evaluation
cristinaS - (30/03/2009 12:55): ok
sdumitriu - (30/03/2009 12:55): You can move the "advanced/complete" parts later
cristinaS - (30/03/2009 12:55): ok i will move them
sdumitriu - (30/03/2009 12:56): For a start, simple, ugly connection wizard and navigation panel could be written in less than a week
florinciu - (30/03/2009 12:56): yes
cristinaS - (30/03/2009 12:56): yes an ugly one sure
sdumitriu - (30/03/2009 12:56): Even if you simply put a list of document names
sdumitriu - (30/03/2009 12:56): That's OK to let you open a page
cristinaS - (30/03/2009 12:57): yes , you're right . so in the first week this can be done
florinciu - (30/03/2009 12:58): le zerg!
florinciu - (30/03/2009 12:58): sorry :)
florinciu - (30/03/2009 12:58): XWord had that in less then a day :)
cristinaS - (30/03/2009 12:59): :) .. ok if it is wanted an ugly one .. a week should me more than enough
sdumitriu - (30/03/2009 12:59): We don't want an ugly one
sdumitriu - (30/03/2009 12:59): We want a nice one
florinciu - (30/03/2009 13:00): yes, but you don't need to polish anything at the begining
cristinaS - (30/03/2009 13:00): :) .. if i wil manage to integrate swing, it will we a very nice one
sdumitriu - (30/03/2009 13:00): But the order in which you do things should allow the core features to be developed sooner
cristinaS - (30/03/2009 13:04): ok .. after the first week , I implement downloading and uploading the attachments?
ancutagheorghe - (30/03/2009 13:04): hello, i have a question : in the program timeline the week july 6 - july 13 is reserved for submitting mid-term evaluations ... will i be allowed to code during that week?
sdumitriu - (30/03/2009 13:04): Not allowed, required
sdumitriu - (30/03/2009 13:04): The evaluation takes about 1h
ancutagheorghe - (30/03/2009 13:04): oh, great great ! :D
ancutagheorghe - (30/03/2009 13:04): so i will have i more week :D
ancutagheorghe - (30/03/2009 13:05): thank you !
sdumitriu - (30/03/2009 13:05): A whole week is allocated because different people have different schedules/problems
ancutagheorghe - (30/03/2009 13:05): ok, so only at an official level is that week decided.
sdumitriu - (30/03/2009 13:06): Yes
ancutagheorghe - (30/03/2009 13:06): great, thanks !
cristinaS - (30/03/2009 13:08): well i will reconsider all the timeline .. besides this one .. what should I change in my proposal?
sdumitriu - (30/03/2009 13:10): How you will continue to maintain this project forever
cristinaS - (30/03/2009 13:10): ok :)
sdumitriu - (30/03/2009 13:11): anamariastoica, ancutagheorghe: Do you know each other?
ancutagheorghe - (30/03/2009 13:12): no
anamariastoica - (30/03/2009 13:12): nope
anamariastoica - (30/03/2009 13:13): ancutagheorghe: but I have a good friend that knows you :)
ancutagheorghe - (30/03/2009 13:13): she is actually married to my brother :P .. let's continue this on private :D
xwikibot - (30/03/2009 13:13): Design.ImprovedStatistics was modified by xwiki:XWiki.GuillaumeLerouge - http://dev.xwiki.org/xwiki/bin/view/Design/ImprovedStatistics
anamariastoica - (30/03/2009 13:14): we'd have the same name then :D
sdumitriu - (30/03/2009 13:14): The problem is that you're both applying on the same project
anamariastoica - (30/03/2009 13:15): I'm thinking to changing to the Open Social Integration project
anamariastoica - (30/03/2009 13:16): I really want XWiki as an organization
anamariastoica - (30/03/2009 13:17): i'll submit a new proposal tonight
sdumitriu - (30/03/2009 13:17): Yes, I know you both do
sdumitriu - (30/03/2009 13:17): And it would be really hard (and disappointing) to have to choose between you two
ancutagheorghe - (30/03/2009 13:19): sdumitriu, thanks for asking if we know each other .. because of this we started chatting :)
ancutagheorghe - (30/03/2009 13:19): :)
xwikibot - (30/03/2009 13:33): Design.ImprovedStatistics was modified by xwiki:XWiki.GuillaumeLerouge - http://dev.xwiki.org/xwiki/bin/view/Design/ImprovedStatistics
xwikibot - (30/03/2009 15:04): XWiki.angazi was modified by XWiki.angazi (Created user) - http://www.xwiki.org/xwiki/bin/view/XWiki/angazi
anamariastoica - (30/03/2009 15:37): I need some help locating the code for Google Gadgets (http://incubator.myxwiki.org/xwiki/bin/view/Gadgets/). i don't see it in platform/xwiki-applications or platform/xwiki-plugins. is it a component ?
ilovetomato - (30/03/2009 15:45): hi, i would like to ask if anyone knows how to import blog posts when the blog has set restriction.
ilovetomato - (30/03/2009 15:46): i am considering applying GSoc project of importing other blogging platform.
xwikibot - (30/03/2009 15:47): AdminGuide.AccessWiki was modified by xwiki:XWiki.ThomasMortagne - http://manager.xwiki.org/xwiki/bin/view/AdminGuide/AccessWiki
xwikibot - (30/03/2009 15:47): AdminGuide.AccessWiki was modified by xwiki:XWiki.ThomasMortagne - http://manager.xwiki.org/xwiki/bin/view/AdminGuide/AccessWiki
xwikibot - (30/03/2009 15:49): AdminGuide.AccessWiki was modified by xwiki:XWiki.ThomasMortagne - http://manager.xwiki.org/xwiki/bin/view/AdminGuide/AccessWiki
xwikibot - (30/03/2009 15:57): AdminGuide.InstallationMySQL was modified by xwiki:XWiki.ThomasMortagne - http://manager.xwiki.org/xwiki/bin/view/AdminGuide/InstallationMySQL
ilovetomato - (30/03/2009 16:01): HI, anyone develops Xwiki blogging component here?
xwikibot - (30/03/2009 16:01): AdminGuide.InstallationMySQL was modified by xwiki:XWiki.ThomasMortagne - http://manager.xwiki.org/xwiki/bin/view/AdminGuide/InstallationMySQL
anamariastoica - (30/03/2009 16:42): Why is the search not displaying any results on some of the pages ? For example if you search macro, first page (http://www.xwiki.org/xwiki/bin/view/Main/LuceneSearch?text=macro&space=&wikinames=) and 4th (http://www.xwiki.org/xwiki/bin/view/Main/LuceneSearch?text=macro&firstIndex=91) are blank (Results 91 - 120 of 237)
sdumitriu - (30/03/2009 17:01): Hi ilovetomato
sdumitriu - (30/03/2009 17:02): How are you?
sdumitriu - (30/03/2009 17:04): anamariastoica: The Gadgets don't have published code, except in the page itself
sdumitriu - (30/03/2009 17:05): Just visit http://incubator.myxwiki.org/xwiki/bin/view/Gadgets/?viewer=code
sdumitriu - (30/03/2009 17:06): You'll notice the line #includeMacros("Gadgets.Macros")
anamariastoica - (30/03/2009 17:06): I saw they use just some macros
sdumitriu - (30/03/2009 17:06): This means that the macros are located in the Gadgets.Macros page
sdumitriu - (30/03/2009 17:06): Visit http://incubator.myxwiki.org/xwiki/bin/view/Gadgets/Macros?viewer=code
sdumitriu - (30/03/2009 17:07): That's all the source there is
anamariastoica - (30/03/2009 17:09): this means it only supports gadgets developed with the gadgets API, and not the ones also using the Open Social API. the former can be included in any web page, compared to the latter which need a container that supports the Open Social API (like iGoogle, orkut, etc)
sdumitriu - (30/03/2009 17:10): That is just a small Proof of Concept
anamariastoica - (30/03/2009 17:10): / http://code.google.com/apis/gadgets/devguide_landing.html
anamariastoica - (30/03/2009 17:11): and the macros , like #displaygadget where are they saved ?
anamariastoica - (30/03/2009 17:11): i know they are editable through the page, but are they saved like any other normal page edited with wiki syntax ?
sdumitriu - (30/03/2009 17:12): Yes
sdumitriu - (30/03/2009 17:12): That is their content
sdumitriu - (30/03/2009 17:12): http://incubator.myxwiki.org/xwiki/bin/view/Gadgets/Macros?viewer=code
sdumitriu - (30/03/2009 17:12): That is their definition
anamariastoica - (30/03/2009 17:14): then I suppose a iGoogle like dashboard could be a macro as well (and support the drag&drop move of the gadgets on the page)
sdumitriu - (30/03/2009 17:15): Yes
tatyana_tokareva - (30/03/2009 17:35): Hello! Are there any GSoC mentors online right now?
sdumitriu - (30/03/2009 17:36): Yes
sdumitriu - (30/03/2009 17:36): Hi tatyana_tokareva
tatyana_tokareva - (30/03/2009 17:36): Hi, I would like to discuss my proposal
sdumitriu - (30/03/2009 17:39): Yes, I was interested in a more detailed data model
tatyana_tokareva - (30/03/2009 17:41): ok, which part should I expand? I suppose that generally application construction doesn't require any changes on the platform level, am I right? so, i should focus only on the part connected to classes and data representation.
sdumitriu - (30/03/2009 17:41): Yes
sdumitriu - (30/03/2009 17:41): The XClasses and their properties
sdumitriu - (30/03/2009 17:42): Like, is the survey creator needed, or can this information be considered the same as the creator of the document holding the survey?
sdumitriu - (30/03/2009 17:43): And I don't understand this: "list of classes for questions of different types"
tatyana_tokareva - (30/03/2009 17:44): I think that XClass for survey should contain information about creator of survey
tatyana_tokareva - (30/03/2009 17:46): Survey should contain questions of different types - multiple choice, true/false, plain text. So, for each of these question types separate class will be used
sdumitriu - (30/03/2009 17:46): K
sdumitriu - (30/03/2009 17:46): I understood that the survey class would contain these classes, which didn't make much sense
sdumitriu - (30/03/2009 17:47): Now it's clearer
tatyana_tokareva - (30/03/2009 17:48): I guess this part of proposal should be modified a bit
tatyana_tokareva - (30/03/2009 17:49): I'm not sure yet which XWiki classes will be used for different properties. Shall I made some research on it and include it in my proposal too?
sdumitriu - (30/03/2009 17:50): Yes, if you can
sdumitriu - (30/03/2009 17:50): If it's not too much
sdumitriu - (30/03/2009 17:51): Hm, that didn't come out nicely...
sdumitriu - (30/03/2009 17:51): I mean, yes, if you want
tatyana_tokareva - (30/03/2009 17:52): yes, of course. I hope that I will have more clear understanding of the whole structure then
tatyana_tokareva - (30/03/2009 17:53): do you have any other comments or suggestions?
sdumitriu - (30/03/2009 17:56): For the moment, no
tatyana_tokareva - (30/03/2009 17:57): ok, thanks! i will make changes in my proposal as soon as i can
xwikibot - (30/03/2009 18:13): Community.DevelopmentPractices was modified by xwiki:XWiki.Sergiu (Added the subversion config file we should use) - http://dev.xwiki.org/xwiki/bin/view/Community/DevelopmentPractices
xwikibot - (30/03/2009 19:22): Features.MySpace was modified by xwiki:XWiki.ChathuraPrabuddha (Added object) - http://workspaces.xwiki.org/xwiki/bin/view/Features/MySpace
xwikibot - (30/03/2009 19:23): Features.MySpace was modified by xwiki:XWiki.ChathuraPrabuddha - http://workspaces.xwiki.org/xwiki/bin/view/Features/MySpace
xwikibot - (30/03/2009 19:24): Features.MySpace was modified by xwiki:XWiki.ChathuraPrabuddha - http://workspaces.xwiki.org/xwiki/bin/view/Features/MySpace
xwikibot - (30/03/2009 19:26): Features.MySpace was modified by xwiki:XWiki.ChathuraPrabuddha - http://workspaces.xwiki.org/xwiki/bin/view/Features/MySpace
xwikibot - (30/03/2009 19:32): Features.MySpace was modified by xwiki:XWiki.VincentMassol (Rollback to version 3.1) - http://workspaces.xwiki.org/xwiki/bin/view/Features/MySpace
xwikibot - (30/03/2009 19:39): Design.ImprovedStatistics was modified by xwiki:XWiki.GuillaumeLerouge - http://dev.xwiki.org/xwiki/bin/view/Design/ImprovedStatistics
cristinaS - (30/03/2009 19:53): florinciu: hi! I've modified my timeline .. please let me know when you have a feedback
florinciu - (30/03/2009 19:54): ok, I'll have a look
cristinaS - (30/03/2009 19:55): thanks
florinciu - (30/03/2009 20:00): looks good.
florinciu - (30/03/2009 20:01): If needed, we'll adjust it on the fly during development.
florinciu - (30/03/2009 20:01): But for now, it's ok
florinciu - (30/03/2009 20:03): Some small formatting things: you can indent the subtasks on the longer intervals
florinciu - (30/03/2009 20:04): Also meke sure you have consistent naming. It's XWiki, not Xwiki. XWord and not Xword
florinciu - (30/03/2009 20:04): *make
florinciu - (30/03/2009 20:05): You also name Open Office in three diffrent ways: OOo, OO, Oo. Chose one. :)
cypromis - (30/03/2009 20:05): Oh Oh
cristinaS - (30/03/2009 20:06): :) yes I know I have some issues .. this is more like a draft
cristinaS - (30/03/2009 20:06): the last one will look good I promise
cristinaS - (30/03/2009 20:06): Do you have any other suggestions regarding the content?
florinciu - (30/03/2009 20:06): It's already quite good, IMO :)
florinciu - (30/03/2009 20:07): not at the moment :)
cristinaS - (30/03/2009 20:08): ok :) ..thanks
cristinaS - (30/03/2009 20:10): I have also to add that section .. how I would maintain the product
cristinaS - (30/03/2009 20:11): but i think this will not be a problem
florinciu - (30/03/2009 20:17): Beware, mantaining a product is alot o effort.
florinciu - (30/03/2009 20:17): Also what's your staus on your graduating project?
florinciu - (30/03/2009 20:18): *status
cristinaS - (30/03/2009 20:18): I 'm almost ready with the implementation
cristinaS - (30/03/2009 20:18): this week I will work more on it
cristinaS - (30/03/2009 20:18): after that I will have to write documentation
florinciu - (30/03/2009 20:21): It's nice that it is somewhat wiki related. But don't neglect your school. I have some doubts that you can put 40 hours/week effort in june.
florinciu - (30/03/2009 20:22): I will recomend 30, but you should ask sdumitriu more about this.
cristinaS - (30/03/2009 20:23): well I have to see how it works .. i'm afraid that I will some time to get used to oo api
cristinaS - (30/03/2009 20:23): *need
cristinaS - (30/03/2009 20:24): well I have to go now
cristinaS - (30/03/2009 20:25): thank you for your suggestions
cristinaS - (30/03/2009 20:25): Bye!
florinciu - (30/03/2009 20:25): bye
salexse5328 - (30/03/2009 22:06): hello
salexse5328 - (30/03/2009 22:07): are there any GSoc mentors here?
salexse5328 - (30/03/2009 22:08): I have a question connected to xwiki platform
salexse5328 - (30/03/2009 22:08): is there any way to create xwiki classes via inheritance?
florinciu - (30/03/2009 22:09): hi
diana - (30/03/2009 22:09): hi
florinciu - (30/03/2009 22:09): no there is no inheritance support afaik
salexse5328 - (30/03/2009 22:10): ok, thanks. in this case can I include different classes into a list property?
florinciu - (30/03/2009 22:13): like a heterogeneous list?
salexse5328 - (30/03/2009 22:13): yes
florinciu - (30/03/2009 22:17): sorry, i don't think you can.
salexse5328 - (30/03/2009 22:22): all right, thank you
abhiSri - (30/03/2009 22:52): hi
xwikibot - (30/03/2009 23:43): XWiki.KarieKelly was modified by XWiki.KarieKelly (Created user) - http://www.xwiki.org/xwiki/bin/view/XWiki/KarieKelly
florinciu - (30/03/2009 00:01): sorry, no :(
florinciu - (30/03/2009 00:02): can you provide me some links?
cristinaS - (30/03/2009 00:02): sure .. wait a minute
cristinaS - (30/03/2009 00:03): http://api.openoffice.org/docs/DevelopersGuide/DevelopersGuide.xhtml
cristinaS - (30/03/2009 00:04): I was thinking about the GUI .. the OO API is poor for GUI and I was thinking to integrate java swing
cristinaS - (30/03/2009 00:06): I wanted to ask someone who used oo api, which aproach it is better .. to work with the poor api .. but easy to integrate or to try to integrate swing
florinciu - (30/03/2009 00:07): basically, what you need is a way to program against menus and toolboxes, from which you should be able to trigger your own UI
cristinaS - (30/03/2009 00:08): menus are simple to create in UNO
florinciu - (30/03/2009 00:11): that's a good thing. Is there a way to show swing UI from those menus?
cristinaS - (30/03/2009 00:11): what do you mean with my own UI? (smth independent from UNO?
cristinaS - (30/03/2009 00:11): Yes, there is a way to integrate swing
cristinaS - (30/03/2009 00:12): they have only an example which is kind of complicated .. but i think i will manage
florinciu - (30/03/2009 00:12): great
cristinaS - (30/03/2009 00:12): the example is in the sdk folder, so unfortunatelly I can't you it to you
cristinaS - (30/03/2009 00:13): *show it to you
florinciu - (30/03/2009 00:13): "you own ui" -> custom UI created by you. Eg: Login to XWiki wizzard.
cristinaS - (30/03/2009 00:14): yes I've understood now
florinciu - (30/03/2009 00:16): you'll have to give some time(about one day or so) to digg a bit into this technology so that I could better help you.
cristinaS - (30/03/2009 00:16): btw .. for me it is the first year when I apply to a GSoc project .. so I don't know how the things are going on .. after this proposal we will have some interviews?
cristinaS - (30/03/2009 00:17): well I will also read as much as I can about OO
cristinaS - (30/03/2009 00:17): thanks for your help
florinciu - (30/03/2009 00:19): I'm not completly aware of the entire gsoc process. But i doubt there are going to be any interviews(at least not the classic interview)
cristinaS - (30/03/2009 00:20): ok, thanks
florinciu - (30/03/2009 00:22): the main idea is that every canditate talks to the entire community. Also every valuable information or decision must be public to that everyone can benefit from it.
florinciu - (30/03/2009 00:23): So it's the community that decides if a candidate is selected and not a single or a small group of interviewers :)
florinciu - (30/03/2009 00:24): this is why the best thing for a candidate is to be as active as hi can on the mailing list and on irc
cristinaS - (30/03/2009 00:24): well that is a really big difference from the classic interviews
florinciu - (30/03/2009 00:25): yep :)
cristinaS - (30/03/2009 00:27): i've noticed that the community is very active
cristinaS - (30/03/2009 00:27): it is a good thing
florinciu - (30/03/2009 00:32): Yes, and it's nice to see it growing.
florinciu - (30/03/2009 00:34): Regarding OOo you can also talk with Asiri. He worked with OOo server. No UI, he can still provide valuable info about the way OOo works with documents
florinciu - (30/03/2009 00:34): Also he has a better java expertise then me
cristinaS - (30/03/2009 00:35): ok, i'll try to talk to him
cristinaS - (30/03/2009 00:35): do you know which is his irc nickname?
florinciu - (30/03/2009 00:36): I think it's Asiri. Anyway, you'll notice it when he's online
cristinaS - (30/03/2009 00:36): ok
cristinaS - (30/03/2009 00:36): maybe i will find him tomorrow
florinciu - (30/03/2009 00:38): He is usually online at earlier hours as he has a +3 or 4h gap from Romania
cristinaS - (30/03/2009 00:38): where is he from?
florinciu - (30/03/2009 00:39): Sri Lanka
cristinaS - (30/03/2009 00:39): nice
cristinaS - (30/03/2009 00:40): i will submit my proposal untill tomorrow anyway
cristinaS - (30/03/2009 00:40): so you can give me a more specific feedback
cristinaS - (30/03/2009 00:40): and asiri too
florinciu - (30/03/2009 00:40): ok, great
cristinaS - (30/03/2009 00:46): regarding the editing attachment feature
cristinaS - (30/03/2009 00:47): the application should call getAttachmentData () function to get the content
cristinaS - (30/03/2009 00:48): and aflter that in the editing process the data are written on the local disc .. and when the user press save button , are sent to the server?
cristinaS - (30/03/2009 00:49): or this fact should be done automatic in a timer?
florinciu - (30/03/2009 00:51): this should be a user triggered event. AutoSave is not a priority
florinciu - (30/03/2009 00:51): It will also be problematic because there is no "draft save" in XWiki
florinciu - (30/03/2009 00:52): we only have mark as "minor chages" saving, which is not quite the same thing
cristinaS - (30/03/2009 00:53): I understand ..
florinciu - (30/03/2009 00:57): What you should have, is a 'Save to XWiki' button. So that the user has a clear image of what he is doing.
cristinaS - (30/03/2009 00:58): yes, this way I was thinking too
florinciu - (30/03/2009 00:59): Additionally you could have a option of saving to the wiki every time he presses the save button or ctrl+s. This is for users that want speed. But it's not a priority
florinciu - (30/03/2009 00:59): This also implies that you can catch the save event in OOo
florinciu - (30/03/2009 01:03): can you provide me a list of entry points for the add-in, in the next days? And also a basic list of OOo events you can work with?
cristinaS - (30/03/2009 01:03): ok, sure
cristinaS - (30/03/2009 01:04): on tuesday it's ok?
florinciu - (30/03/2009 01:05): sounds good.
cristinaS - (30/03/2009 01:05): what do you mean more exactly with "entry points"?
florinciu - (30/03/2009 01:07): Ways of starting the extension from OOo + it's methods in the extension.
florinciu - (30/03/2009 01:08): For example, a classic program has it's entry point set to a public static void main method.
florinciu - (30/03/2009 01:08): Usually in extensions this is something different, and it can be done in multile ways
florinciu - (30/03/2009 01:09): *multiple
cristinaS - (30/03/2009 01:09): yes i know what is an entry point for a classical program .. for the oo extensions there is only one way (but I'm not sure about this)
cristinaS - (30/03/2009 01:10): i will do more research about
cristinaS - (30/03/2009 01:10): oo has an extension manager which works with addins
florinciu - (30/03/2009 01:14): Can we program against this extension manager? So that we enable/disable XOO. Choosing the start moment for XOO will be nice. This could be done at OOo startup or later(at user choice)
florinciu - (30/03/2009 01:16): cristinaS, we'll talk more tomorow.
cristinaS - (30/03/2009 01:16): I can't tell you now .. tomorrow I will read more about it
cristinaS - (30/03/2009 01:17): ok sure
cristinaS - (30/03/2009 01:17): http://api.openoffice.org/docs/DevelopersGuide/Extensions/Extensions.xhtml
cristinaS - (30/03/2009 01:17): this is about extensions
florinciu - (30/03/2009 01:17): i'll look into it
florinciu - (30/03/2009 01:17): thanks
florinciu - (30/03/2009 01:17): I'll be available later in the day. I'm releasing XWord tomorow :)
florinciu - (30/03/2009 01:18): ok, bye
cristinaS - (30/03/2009 01:18): waw :) good luck !
cristinaS - (30/03/2009 01:18): bye
cristinaS - (30/03/2009 01:18): thank you for your help
florinciu - (30/03/2009 01:19): np, glad i can help
xwikibot - (30/03/2009 01:34): XWiki.MartinhoPatricio was modified by XWiki.XWikiGuest (Rollback to version 6.1) - http://www.xwiki.org/xwiki/bin/view/XWiki/MartinhoPatricio
ChathuraPrabuddh - (30/03/2009 09:21): Hai guys good morning. For GSOC new commers---- please visit my blog http://gacpganegoda.blogspot.com/ I had added some documents regarding Mockups. Good luck...
ChathuraPrabuddh - (30/03/2009 09:21): Hai guys good morning. For GSOC new commers---- please visit my blog http://gacpganegoda.blogspot.com/ I had added some documents regarding Mockups. Good luck...
asyd - (30/03/2009 09:45): ola
xwikibot - (30/03/2009 10:19): XWiki.AlainPerry was modified by XWiki.AlainPerry (Created user) - http://www.xwiki.org/xwiki/bin/view/XWiki/AlainPerry
jaipster - (30/03/2009 10:22): thanks chathura
ugupta - (30/03/2009 10:26): Hi
ugupta - (30/03/2009 10:28): I wanted to confirm one thing
sdumitriu - (30/03/2009 10:28): Hi ugupta
arunreddy - (30/03/2009 10:28): sdumitriu : hi
ugupta - (30/03/2009 10:29): for xeclipse do I have to add the mirror site http://maven.xwiki.org/ in /.m2/setting.xml
sdumitriu - (30/03/2009 10:29): Yes
ugupta - (30/03/2009 10:29): I am trying to run the first build command here
ugupta - (30/03/2009 10:29): okay
sdumitriu - (30/03/2009 10:29): You should follow all that's on the building page
ugupta - (30/03/2009 10:30): where is the building page
sdumitriu - (30/03/2009 10:30): Because sooner or later you will also have to build other XWiki modules
ugupta - (30/03/2009 10:30): I only found the readme :(
sdumitriu - (30/03/2009 10:30): http://dev.xwiki.org/xwiki/bin/view/Community/Building
ugupta - (30/03/2009 10:30): okay
arunreddy - (30/03/2009 10:30): i have submitted my proposal for Google Docs Integration, I wil happy to hear your comments so that i can enhance my proposal.
sdumitriu - (30/03/2009 10:31): Yes arunreddy, we've seen it
sdumitriu - (30/03/2009 10:31): I'll comment on it today
ancutagheorghe - (30/03/2009 10:32): hello :)
arunreddy - (30/03/2009 10:32): sdumitriu : Thanks a lot, Sergiu.
ancutagheorghe - (30/03/2009 10:32): sdumitriu, are there any ideas related to anti vandalism filters that i did not consider and i should?
ugupta - (30/03/2009 10:36): thank sdumitriu... I wasted my time to figuring that out from the error message of mvn clean
ugupta - (30/03/2009 10:36): it was clearly mentioned here what setting I needed
xwikibot - (30/03/2009 12:00): XWiki.ChathuraPrabuddha was modified by XWiki.ChathuraPrabuddha - http://www.xwiki.org/xwiki/bin/view/XWiki/ChathuraPrabuddha
cristinaS - (30/03/2009 12:39): hi to all! is somebody here who worked with OpenOffice api?
sdumitriu - (30/03/2009 12:40): I don't think so
cristinaS - (30/03/2009 12:41): ok np
sdumitriu - (30/03/2009 12:41): Why do you ask?
sdumitriu - (30/03/2009 12:41): What do you need?
cristinaS - (30/03/2009 12:42): florinciu: I have submitted my proposal so when you have time ..
sdumitriu - (30/03/2009 12:42): Yes, we've looked at it
cristinaS - (30/03/2009 12:42): i wanted ti ask some questions regarding the integration with java
cristinaS - (30/03/2009 12:42): and about extension manager
florinciu - (30/03/2009 12:42): hi cristinaS
cristinaS - (30/03/2009 12:44): i read about the oo extension manager.. it is ok it can be configured to display some dialog boxes when the user installs it
florinciu - (30/03/2009 12:44): I reviewed your application. Looks good for the most part.
florinciu - (30/03/2009 12:45): I have some objections regarding the timeline
cristinaS - (30/03/2009 12:45): sorry for the formatting .. i was in trouble with that editor
cristinaS - (30/03/2009 12:45): what do you suggest?
sdumitriu - (30/03/2009 12:47): cristinaS: I would like to know how familiar are you with the OOo architecture and code
florinciu - (30/03/2009 12:47): You set most activities a being a week work. I suggest to reconsider some of them. For example: Login should not thake more then 2-3 days. The same thing for navigation.
cristinaS - (30/03/2009 12:48): ok , sure
cristinaS - (30/03/2009 12:48): I dind't worked with oo until now
florinciu - (30/03/2009 12:48): While "Implementing editing documents in Xoowriter" is at least a 2-3 weeks task for a resonable outcome
cristinaS - (30/03/2009 12:49): yes .. there is a lot to do at implemting editing documents
cristinaS - (30/03/2009 12:49): I will change the timeline today
cristinaS - (30/03/2009 12:50): about oo I just read documentation
florinciu - (30/03/2009 12:51): Also i will like to have one of these two before the first evaluation:
cristinaS - (30/03/2009 12:51): I wanted to install sdk as a plugin in eclipse and netbeans .. but it seams this integration doesn't work
cristinaS - (30/03/2009 12:51): for oo 3.0
florinciu - (30/03/2009 12:51): 1) Bidirectional plain text editing
florinciu - (30/03/2009 12:51): 2) Attachement/Embeded elements handling
cristinaS - (30/03/2009 12:52): ok .. so one of these two until the first evaluation?
sdumitriu - (30/03/2009 12:54): "Login wizard" should be "connection wizard"
florinciu - (30/03/2009 12:54): Yes, I preffer the have 1) as the goal of XOO is editing wiki pages in OOo, and you don't have that in the timeline before the first evaluation
cristinaS - (30/03/2009 12:55): ok
sdumitriu - (30/03/2009 12:55): You can move the "advanced/complete" parts later
cristinaS - (30/03/2009 12:55): ok i will move them
sdumitriu - (30/03/2009 12:56): For a start, simple, ugly connection wizard and navigation panel could be written in less than a week
florinciu - (30/03/2009 12:56): yes
cristinaS - (30/03/2009 12:56): yes an ugly one sure
sdumitriu - (30/03/2009 12:56): Even if you simply put a list of document names
sdumitriu - (30/03/2009 12:56): That's OK to let you open a page
cristinaS - (30/03/2009 12:57): yes , you're right . so in the first week this can be done
florinciu - (30/03/2009 12:58): le zerg!
florinciu - (30/03/2009 12:58): sorry :)
florinciu - (30/03/2009 12:58): XWord had that in less then a day :)
cristinaS - (30/03/2009 12:59): :) .. ok if it is wanted an ugly one .. a week should me more than enough
sdumitriu - (30/03/2009 12:59): We don't want an ugly one
sdumitriu - (30/03/2009 12:59): We want a nice one
florinciu - (30/03/2009 13:00): yes, but you don't need to polish anything at the begining
cristinaS - (30/03/2009 13:00): :) .. if i wil manage to integrate swing, it will we a very nice one
sdumitriu - (30/03/2009 13:00): But the order in which you do things should allow the core features to be developed sooner
cristinaS - (30/03/2009 13:04): ok .. after the first week , I implement downloading and uploading the attachments?
ancutagheorghe - (30/03/2009 13:04): hello, i have a question : in the program timeline the week july 6 - july 13 is reserved for submitting mid-term evaluations ... will i be allowed to code during that week?
sdumitriu - (30/03/2009 13:04): Not allowed, required
sdumitriu - (30/03/2009 13:04): The evaluation takes about 1h
ancutagheorghe - (30/03/2009 13:04): oh, great great ! :D
ancutagheorghe - (30/03/2009 13:04): so i will have i more week :D
ancutagheorghe - (30/03/2009 13:05): thank you !
sdumitriu - (30/03/2009 13:05): A whole week is allocated because different people have different schedules/problems
ancutagheorghe - (30/03/2009 13:05): ok, so only at an official level is that week decided.
sdumitriu - (30/03/2009 13:06): Yes
ancutagheorghe - (30/03/2009 13:06): great, thanks !
cristinaS - (30/03/2009 13:08): well i will reconsider all the timeline .. besides this one .. what should I change in my proposal?
sdumitriu - (30/03/2009 13:10): How you will continue to maintain this project forever
cristinaS - (30/03/2009 13:10): ok :)
sdumitriu - (30/03/2009 13:11): anamariastoica, ancutagheorghe: Do you know each other?
ancutagheorghe - (30/03/2009 13:12): no
anamariastoica - (30/03/2009 13:12): nope
anamariastoica - (30/03/2009 13:13): ancutagheorghe: but I have a good friend that knows you :)
ancutagheorghe - (30/03/2009 13:13): she is actually married to my brother :P .. let's continue this on private :D
xwikibot - (30/03/2009 13:13): Design.ImprovedStatistics was modified by xwiki:XWiki.GuillaumeLerouge - http://dev.xwiki.org/xwiki/bin/view/Design/ImprovedStatistics
anamariastoica - (30/03/2009 13:14): we'd have the same name then :D
sdumitriu - (30/03/2009 13:14): The problem is that you're both applying on the same project
anamariastoica - (30/03/2009 13:15): I'm thinking to changing to the Open Social Integration project
anamariastoica - (30/03/2009 13:16): I really want XWiki as an organization
anamariastoica - (30/03/2009 13:17): i'll submit a new proposal tonight
sdumitriu - (30/03/2009 13:17): Yes, I know you both do
sdumitriu - (30/03/2009 13:17): And it would be really hard (and disappointing) to have to choose between you two
ancutagheorghe - (30/03/2009 13:19): sdumitriu, thanks for asking if we know each other .. because of this we started chatting :)
ancutagheorghe - (30/03/2009 13:19): :)
xwikibot - (30/03/2009 13:33): Design.ImprovedStatistics was modified by xwiki:XWiki.GuillaumeLerouge - http://dev.xwiki.org/xwiki/bin/view/Design/ImprovedStatistics
xwikibot - (30/03/2009 15:04): XWiki.angazi was modified by XWiki.angazi (Created user) - http://www.xwiki.org/xwiki/bin/view/XWiki/angazi
anamariastoica - (30/03/2009 15:37): I need some help locating the code for Google Gadgets (http://incubator.myxwiki.org/xwiki/bin/view/Gadgets/). i don't see it in platform/xwiki-applications or platform/xwiki-plugins. is it a component ?
ilovetomato - (30/03/2009 15:45): hi, i would like to ask if anyone knows how to import blog posts when the blog has set restriction.
ilovetomato - (30/03/2009 15:46): i am considering applying GSoc project of importing other blogging platform.
xwikibot - (30/03/2009 15:47): AdminGuide.AccessWiki was modified by xwiki:XWiki.ThomasMortagne - http://manager.xwiki.org/xwiki/bin/view/AdminGuide/AccessWiki
xwikibot - (30/03/2009 15:47): AdminGuide.AccessWiki was modified by xwiki:XWiki.ThomasMortagne - http://manager.xwiki.org/xwiki/bin/view/AdminGuide/AccessWiki
xwikibot - (30/03/2009 15:49): AdminGuide.AccessWiki was modified by xwiki:XWiki.ThomasMortagne - http://manager.xwiki.org/xwiki/bin/view/AdminGuide/AccessWiki
xwikibot - (30/03/2009 15:57): AdminGuide.InstallationMySQL was modified by xwiki:XWiki.ThomasMortagne - http://manager.xwiki.org/xwiki/bin/view/AdminGuide/InstallationMySQL
ilovetomato - (30/03/2009 16:01): HI, anyone develops Xwiki blogging component here?
xwikibot - (30/03/2009 16:01): AdminGuide.InstallationMySQL was modified by xwiki:XWiki.ThomasMortagne - http://manager.xwiki.org/xwiki/bin/view/AdminGuide/InstallationMySQL
anamariastoica - (30/03/2009 16:42): Why is the search not displaying any results on some of the pages ? For example if you search macro, first page (http://www.xwiki.org/xwiki/bin/view/Main/LuceneSearch?text=macro&space=&wikinames=) and 4th (http://www.xwiki.org/xwiki/bin/view/Main/LuceneSearch?text=macro&firstIndex=91) are blank (Results 91 - 120 of 237)
sdumitriu - (30/03/2009 17:01): Hi ilovetomato
sdumitriu - (30/03/2009 17:02): How are you?
sdumitriu - (30/03/2009 17:04): anamariastoica: The Gadgets don't have published code, except in the page itself
sdumitriu - (30/03/2009 17:05): Just visit http://incubator.myxwiki.org/xwiki/bin/view/Gadgets/?viewer=code
sdumitriu - (30/03/2009 17:06): You'll notice the line #includeMacros("Gadgets.Macros")
anamariastoica - (30/03/2009 17:06): I saw they use just some macros
sdumitriu - (30/03/2009 17:06): This means that the macros are located in the Gadgets.Macros page
sdumitriu - (30/03/2009 17:06): Visit http://incubator.myxwiki.org/xwiki/bin/view/Gadgets/Macros?viewer=code
sdumitriu - (30/03/2009 17:07): That's all the source there is
anamariastoica - (30/03/2009 17:09): this means it only supports gadgets developed with the gadgets API, and not the ones also using the Open Social API. the former can be included in any web page, compared to the latter which need a container that supports the Open Social API (like iGoogle, orkut, etc)
sdumitriu - (30/03/2009 17:10): That is just a small Proof of Concept
anamariastoica - (30/03/2009 17:10): / http://code.google.com/apis/gadgets/devguide_landing.html
anamariastoica - (30/03/2009 17:11): and the macros , like #displaygadget where are they saved ?
anamariastoica - (30/03/2009 17:11): i know they are editable through the page, but are they saved like any other normal page edited with wiki syntax ?
sdumitriu - (30/03/2009 17:12): Yes
sdumitriu - (30/03/2009 17:12): That is their content
sdumitriu - (30/03/2009 17:12): http://incubator.myxwiki.org/xwiki/bin/view/Gadgets/Macros?viewer=code
sdumitriu - (30/03/2009 17:12): That is their definition
anamariastoica - (30/03/2009 17:14): then I suppose a iGoogle like dashboard could be a macro as well (and support the drag&drop move of the gadgets on the page)
sdumitriu - (30/03/2009 17:15): Yes
tatyana_tokareva - (30/03/2009 17:35): Hello! Are there any GSoC mentors online right now?
sdumitriu - (30/03/2009 17:36): Yes
sdumitriu - (30/03/2009 17:36): Hi tatyana_tokareva
tatyana_tokareva - (30/03/2009 17:36): Hi, I would like to discuss my proposal
sdumitriu - (30/03/2009 17:39): Yes, I was interested in a more detailed data model
tatyana_tokareva - (30/03/2009 17:41): ok, which part should I expand? I suppose that generally application construction doesn't require any changes on the platform level, am I right? so, i should focus only on the part connected to classes and data representation.
sdumitriu - (30/03/2009 17:41): Yes
sdumitriu - (30/03/2009 17:41): The XClasses and their properties
sdumitriu - (30/03/2009 17:42): Like, is the survey creator needed, or can this information be considered the same as the creator of the document holding the survey?
sdumitriu - (30/03/2009 17:43): And I don't understand this: "list of classes for questions of different types"
tatyana_tokareva - (30/03/2009 17:44): I think that XClass for survey should contain information about creator of survey
tatyana_tokareva - (30/03/2009 17:46): Survey should contain questions of different types - multiple choice, true/false, plain text. So, for each of these question types separate class will be used
sdumitriu - (30/03/2009 17:46): K
sdumitriu - (30/03/2009 17:46): I understood that the survey class would contain these classes, which didn't make much sense
sdumitriu - (30/03/2009 17:47): Now it's clearer
tatyana_tokareva - (30/03/2009 17:48): I guess this part of proposal should be modified a bit
tatyana_tokareva - (30/03/2009 17:49): I'm not sure yet which XWiki classes will be used for different properties. Shall I made some research on it and include it in my proposal too?
sdumitriu - (30/03/2009 17:50): Yes, if you can
sdumitriu - (30/03/2009 17:50): If it's not too much
sdumitriu - (30/03/2009 17:51): Hm, that didn't come out nicely...
sdumitriu - (30/03/2009 17:51): I mean, yes, if you want
tatyana_tokareva - (30/03/2009 17:52): yes, of course. I hope that I will have more clear understanding of the whole structure then
tatyana_tokareva - (30/03/2009 17:53): do you have any other comments or suggestions?
sdumitriu - (30/03/2009 17:56): For the moment, no
tatyana_tokareva - (30/03/2009 17:57): ok, thanks! i will make changes in my proposal as soon as i can
xwikibot - (30/03/2009 18:13): Community.DevelopmentPractices was modified by xwiki:XWiki.Sergiu (Added the subversion config file we should use) - http://dev.xwiki.org/xwiki/bin/view/Community/DevelopmentPractices
xwikibot - (30/03/2009 19:22): Features.MySpace was modified by xwiki:XWiki.ChathuraPrabuddha (Added object) - http://workspaces.xwiki.org/xwiki/bin/view/Features/MySpace
xwikibot - (30/03/2009 19:23): Features.MySpace was modified by xwiki:XWiki.ChathuraPrabuddha - http://workspaces.xwiki.org/xwiki/bin/view/Features/MySpace
xwikibot - (30/03/2009 19:24): Features.MySpace was modified by xwiki:XWiki.ChathuraPrabuddha - http://workspaces.xwiki.org/xwiki/bin/view/Features/MySpace
xwikibot - (30/03/2009 19:26): Features.MySpace was modified by xwiki:XWiki.ChathuraPrabuddha - http://workspaces.xwiki.org/xwiki/bin/view/Features/MySpace
xwikibot - (30/03/2009 19:32): Features.MySpace was modified by xwiki:XWiki.VincentMassol (Rollback to version 3.1) - http://workspaces.xwiki.org/xwiki/bin/view/Features/MySpace
xwikibot - (30/03/2009 19:39): Design.ImprovedStatistics was modified by xwiki:XWiki.GuillaumeLerouge - http://dev.xwiki.org/xwiki/bin/view/Design/ImprovedStatistics
cristinaS - (30/03/2009 19:53): florinciu: hi! I've modified my timeline .. please let me know when you have a feedback
florinciu - (30/03/2009 19:54): ok, I'll have a look
cristinaS - (30/03/2009 19:55): thanks
florinciu - (30/03/2009 20:00): looks good.
florinciu - (30/03/2009 20:01): If needed, we'll adjust it on the fly during development.
florinciu - (30/03/2009 20:01): But for now, it's ok
florinciu - (30/03/2009 20:03): Some small formatting things: you can indent the subtasks on the longer intervals
florinciu - (30/03/2009 20:04): Also meke sure you have consistent naming. It's XWiki, not Xwiki. XWord and not Xword
florinciu - (30/03/2009 20:04): *make
florinciu - (30/03/2009 20:05): You also name Open Office in three diffrent ways: OOo, OO, Oo. Chose one. :)
cypromis - (30/03/2009 20:05): Oh Oh
cristinaS - (30/03/2009 20:06): :) yes I know I have some issues .. this is more like a draft
cristinaS - (30/03/2009 20:06): the last one will look good I promise
cristinaS - (30/03/2009 20:06): Do you have any other suggestions regarding the content?
florinciu - (30/03/2009 20:06): It's already quite good, IMO :)
florinciu - (30/03/2009 20:07): not at the moment :)
cristinaS - (30/03/2009 20:08): ok :) ..thanks
cristinaS - (30/03/2009 20:10): I have also to add that section .. how I would maintain the product
cristinaS - (30/03/2009 20:11): but i think this will not be a problem
florinciu - (30/03/2009 20:17): Beware, mantaining a product is alot o effort.
florinciu - (30/03/2009 20:17): Also what's your staus on your graduating project?
florinciu - (30/03/2009 20:18): *status
cristinaS - (30/03/2009 20:18): I 'm almost ready with the implementation
cristinaS - (30/03/2009 20:18): this week I will work more on it
cristinaS - (30/03/2009 20:18): after that I will have to write documentation
florinciu - (30/03/2009 20:21): It's nice that it is somewhat wiki related. But don't neglect your school. I have some doubts that you can put 40 hours/week effort in june.
florinciu - (30/03/2009 20:22): I will recomend 30, but you should ask sdumitriu more about this.
cristinaS - (30/03/2009 20:23): well I have to see how it works .. i'm afraid that I will some time to get used to oo api
cristinaS - (30/03/2009 20:23): *need
cristinaS - (30/03/2009 20:24): well I have to go now
cristinaS - (30/03/2009 20:25): thank you for your suggestions
cristinaS - (30/03/2009 20:25): Bye!
florinciu - (30/03/2009 20:25): bye
salexse5328 - (30/03/2009 22:06): hello
salexse5328 - (30/03/2009 22:07): are there any GSoc mentors here?
salexse5328 - (30/03/2009 22:08): I have a question connected to xwiki platform
salexse5328 - (30/03/2009 22:08): is there any way to create xwiki classes via inheritance?
florinciu - (30/03/2009 22:09): hi
diana - (30/03/2009 22:09): hi
florinciu - (30/03/2009 22:09): no there is no inheritance support afaik
salexse5328 - (30/03/2009 22:10): ok, thanks. in this case can I include different classes into a list property?
florinciu - (30/03/2009 22:13): like a heterogeneous list?
salexse5328 - (30/03/2009 22:13): yes
florinciu - (30/03/2009 22:17): sorry, i don't think you can.
salexse5328 - (30/03/2009 22:22): all right, thank you
abhiSri - (30/03/2009 22:52): hi
xwikibot - (30/03/2009 23:43): XWiki.KarieKelly was modified by XWiki.KarieKelly (Created user) - http://www.xwiki.org/xwiki/bin/view/XWiki/KarieKelly